Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddio.h45 struct dio_dev { struct
56 #define to_dio_dev(n) container_of(n, struct dio_dev, dev) argument
90 int (*probe)(struct dio_dev *z, const struct dio_device_id *id);
92 …void (*remove)(struct dio_dev *z); /* Device removed (NULL if not a hot-plug capable driver…
245 extern int dio_create_sysfs_dev_files(struct dio_dev *);
250 …t struct dio_device_id *dio_match_device(const struct dio_device_id *ids, const struct dio_dev *z);
251 static inline struct dio_driver *dio_dev_driver(const struct dio_dev *d) in dio_dev_driver()
270 static inline void *dio_get_drvdata (struct dio_dev *d) in dio_get_drvdata()
275 static inline void dio_set_drvdata (struct dio_dev *d, void *data) in dio_set_drvdata()