Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dgio_device.h8 struct gio_device { struct
19 #define to_gio_device(d) container_of(d, struct gio_device, dev) argument
26 int (*probe)(struct gio_device *, const struct gio_device_id *);
27 void (*remove)(struct gio_device *);
28 void (*shutdown)(struct gio_device *);
35 const struct gio_device *);
36 extern struct gio_device *gio_dev_get(struct gio_device *);
37 extern void gio_dev_put(struct gio_device *);
39 extern int gio_device_register(struct gio_device *);
40 extern void gio_device_unregister(struct gio_device *);
[all …]
/linux-4.4.14/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-4.4.14/drivers/video/console/
Dnewport_con.c743 static int newport_probe(struct gio_device *dev, in newport_probe()
767 static void newport_remove(struct gio_device *dev) in newport_remove()