Home
last modified time | relevance | path

Searched refs:faux_dev (Results 1 – 4 of 4) sorted by relevance

/drivers/base/
A Dfaux.c26 struct faux_device faux_dev; member
45 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_probe() local
61 faux_ops->remove(faux_dev); in faux_probe()
69 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_remove() local
75 faux_ops->remove(faux_dev); in faux_remove()
134 struct faux_device *faux_dev; in faux_device_create_with_groups() local
147 faux_dev = &faux_obj->faux_dev; in faux_device_create_with_groups()
148 dev = &faux_dev->dev; in faux_device_create_with_groups()
175 faux_dev = NULL; in faux_device_create_with_groups()
178 return faux_dev; in faux_device_create_with_groups()
[all …]
/drivers/gpu/drm/vgem/
A Dvgem_drv.c55 struct faux_device *faux_dev; member
150 vgem_device->faux_dev = fdev; in vgem_init()
168 struct faux_device *fdev = vgem_device->faux_dev; in vgem_exit()
/drivers/gpu/drm/vkms/
A Dvkms_drv.c172 vkms_device->faux_dev = fdev; in vkms_create()
241 fdev = config->dev->faux_dev; in vkms_destroy()
A Dvkms_drv.h241 struct faux_device *faux_dev; member

Completed in 7 milliseconds