Home
last modified time | relevance | path

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

/include/linux/
Ddio.h44 struct dio_dev { struct
55 #define to_dio_dev(n) container_of(n, struct dio_dev, dev) argument
89 int (*probe)(struct dio_dev *z, const struct dio_device_id *id);
91 …void (*remove)(struct dio_dev *z); /* Device removed (NULL if not a hot-plug capable driver…
244 extern int dio_create_sysfs_dev_files(struct dio_dev *);
249 …t struct dio_device_id *dio_match_device(const struct dio_device_id *ids, const struct dio_dev *z);
250 static inline struct dio_driver *dio_dev_driver(const struct dio_dev *d) in dio_dev_driver()
269 static inline void *dio_get_drvdata (struct dio_dev *d) in dio_get_drvdata()
274 static inline void dio_set_drvdata (struct dio_dev *d, void *data) in dio_set_drvdata()