Searched refs:gio_device (Results 1 – 3 of 3) sorted by relevance
9 struct gio_device { struct20 #define to_gio_device(d) container_of(d, struct gio_device, dev) argument27 int (*probe)(struct gio_device *, const struct gio_device_id *);28 void (*remove)(struct gio_device *);29 void (*shutdown)(struct gio_device *);35 extern struct gio_device *gio_dev_get(struct gio_device *);36 extern void gio_dev_put(struct gio_device *);38 extern int gio_device_register(struct gio_device *);39 extern void gio_device_unregister(struct gio_device *);42 static inline void gio_device_free(struct gio_device *dev) in gio_device_free()[all …]
52 const struct gio_device *dev) in gio_match_device()63 struct gio_device *gio_dev_get(struct gio_device *dev) in gio_dev_get()77 void gio_dev_put(struct gio_device *dev) in gio_dev_put()93 struct gio_device *giodev; in gio_release_dev()100 int gio_device_register(struct gio_device *giodev) in gio_device_register()108 void gio_device_unregister(struct gio_device *giodev) in gio_device_unregister()116 struct gio_device *gio_dev = to_gio_device(dev); in gio_bus_match()126 struct gio_device *gio_dev; in gio_device_probe()148 struct gio_device *gio_dev = to_gio_device(dev); in gio_device_remove()157 struct gio_device *gio_dev = to_gio_device(dev); in gio_device_shutdown()[all …]
697 static int newport_probe(struct gio_device *dev, in newport_probe()725 static void newport_remove(struct gio_device *dev) in newport_remove()