Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/base/
Dfaux.c26 struct faux_device faux_dev; member
44 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_probe() local
57 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_remove() local
117 struct faux_device *faux_dev; in faux_device_create_with_groups() local
192 void faux_device_destroy(struct faux_device *faux_dev) in faux_device_destroy()
/linux-6.14.4/include/linux/device/
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()