Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dfaux.c26 struct faux_device faux_dev; member
43 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_probe() local
67 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_remove() local
132 struct faux_device *faux_dev; in faux_device_create_with_groups() local
219 void faux_device_destroy(struct faux_device *faux_dev) in faux_device_destroy()
/linux/include/linux/device/
H A Dfaux.h59 static inline void *faux_device_get_drvdata(const struct faux_device *faux_dev) in faux_device_get_drvdata()
64 static inline void faux_device_set_drvdata(struct faux_device *faux_dev, void *data) in faux_device_set_drvdata()
/linux/drivers/gpu/drm/vgem/
H A Dvgem_drv.c55 struct faux_device *faux_dev; member
/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.h244 struct faux_device *faux_dev; member