Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
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 *);
36 const struct gio_device *);
37 extern struct gio_device *gio_dev_get(struct gio_device *);
38 extern void gio_dev_put(struct gio_device *);
40 extern int gio_device_register(struct gio_device *);
41 extern void gio_device_unregister(struct gio_device *);
[all …]
/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-gio.c50 const struct gio_device *dev) in gio_match_device()
62 struct gio_device *gio_dev_get(struct gio_device *dev) in gio_dev_get()
76 void gio_dev_put(struct gio_device *dev) in gio_dev_put()
92 struct gio_device *giodev; in gio_release_dev()
99 int gio_device_register(struct gio_device *giodev) in gio_device_register()
107 void gio_device_unregister(struct gio_device *giodev) in gio_device_unregister()
115 struct gio_device *gio_dev = to_gio_device(dev); in gio_bus_match()
125 struct gio_device *gio_dev; in gio_device_probe()
147 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-v4.19/drivers/video/console/
Dnewport_con.c701 static int newport_probe(struct gio_device *dev, in newport_probe()
725 static void newport_remove(struct gio_device *dev) in newport_remove()