Searched refs:faux_dev (Results 1 – 3 of 3) sorted by relevance
46 int (*probe)(struct faux_device *faux_dev);47 void (*remove)(struct faux_device *faux_dev);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() argument61 return dev_get_drvdata(&faux_dev->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() argument66 dev_set_drvdata(&faux_dev->dev, data); in faux_device_set_drvdata()
182 vkms_device->faux_dev = fdev; in vkms_create()259 fdev = config->dev->faux_dev; in vkms_destroy()
244 struct faux_device *faux_dev; member