Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dgio_device.h9 struct gio_device { struct
20 #define to_gio_device(d) container_of(d, struct gio_device, dev) argument
27 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 …]
/linux/arch/mips/sgi-ip22/
H A Dip22-gio.c52 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 …]
/linux/drivers/video/console/
H A Dnewport_con.c697 static int newport_probe(struct gio_device *dev, in newport_probe()
725 static void newport_remove(struct gio_device *dev) in newport_remove()