Home
last modified time | relevance | path

Searched refs:giodev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H A Dip22-gio.c93 struct gio_device *giodev; in gio_release_dev() local
95 giodev = to_gio_device(dev); in gio_release_dev()
96 kfree(giodev); in gio_release_dev()
100 int gio_device_register(struct gio_device *giodev) in gio_device_register() argument
102 giodev->dev.bus = &gio_bus_type; in gio_device_register()
103 giodev->dev.parent = &gio_bus; in gio_device_register()
104 return device_register(&giodev->dev); in gio_device_register()
108 void gio_device_unregister(struct gio_device *giodev) in gio_device_unregister() argument
110 device_unregister(&giodev->dev); in gio_device_unregister()
178 struct gio_device *giodev; in name_show() local
188 struct gio_device *giodev; id_show() local
[all...]
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H A Dip22-gio.c93 struct gio_device *giodev; in gio_release_dev() local
95 giodev = to_gio_device(dev); in gio_release_dev()
96 kfree(giodev); in gio_release_dev()
100 int gio_device_register(struct gio_device *giodev) in gio_device_register() argument
102 giodev->dev.bus = &gio_bus_type; in gio_device_register()
103 giodev->dev.parent = &gio_bus; in gio_device_register()
104 return device_register(&giodev->dev); in gio_device_register()
108 void gio_device_unregister(struct gio_device *giodev) in gio_device_unregister() argument
110 device_unregister(&giodev->dev); in gio_device_unregister()
177 struct gio_device *giodev; in name_show() local
187 struct gio_device *giodev; id_show() local
[all...]

Completed in 2 milliseconds