Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
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-6.3-rc2/arch/mips/sgi-ip22/
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()
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()
177 struct gio_device *giodev; in name_show()
187 struct gio_device *giodev; in id_show()
230 void gio_set_master(struct gio_device *dev) in gio_set_master()
[all …]
/linux-6.3-rc2/drivers/video/console/
A Dnewport_con.c696 static int newport_probe(struct gio_device *dev, in newport_probe()
724 static void newport_remove(struct gio_device *dev) in newport_remove()

Completed in 8 milliseconds