Searched refs:faux_device (Results 1 – 8 of 8) sorted by relevance
29 struct faux_device { struct32 #define to_faux_device(x) container_of_const((x), struct faux_device, dev) argument46 int (*probe)(struct faux_device *faux_dev);47 void (*remove)(struct faux_device *faux_dev);50 struct faux_device *faux_device_create(const char *name,53 struct faux_device *faux_device_create_with_groups(const char *name,57 void faux_device_destroy(struct faux_device *faux_dev);59 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()
26 struct faux_device faux_dev;44 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_probe()57 struct faux_device *faux_dev = &faux_obj->faux_dev; in faux_remove()113 struct faux_device *faux_device_create_with_groups(const char *name, in faux_device_create_with_groups()119 struct faux_device *faux_dev; in faux_device_create_with_groups()190 struct faux_device *faux_device_create(const char *name, in faux_device_create()205 void faux_device_destroy(struct faux_device *faux_dev) in faux_device_destroy()
40 static int dummy_regulator_probe(struct faux_device *fdev) in dummy_regulator_probe()63 static struct faux_device *dummy_fdev;
22 pub struct Registration(NonNull<bindings::faux_device>);48 fn as_raw(&self) -> *mut bindings::faux_device { in as_raw() argument
265 static int snd_soc_dummy_probe(struct faux_device *fdev) in snd_soc_dummy_probe()284 static struct faux_device *soc_dummy_dev;
285 struct faux_device *fdev; /* faux device */
43 static struct faux_device *fdev;
771 static struct faux_device *tlclk_device;