Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/sh/superhyway/
H A Dsuperhyway.c140 struct superhyway_driver *shyway_drv = to_superhyway_driver(dev->driver); in superhyway_device_probe() local
142 if (shyway_drv && shyway_drv->probe) { in superhyway_device_probe()
145 id = superhyway_match_id(shyway_drv->id_table, shyway_dev); in superhyway_device_probe()
147 return shyway_drv->probe(shyway_dev, id); in superhyway_device_probe()
156 struct superhyway_driver *shyway_drv = to_superhyway_driver(dev->driver); in superhyway_device_remove() local
158 if (shyway_drv && shyway_drv->remove) { in superhyway_device_remove()
159 shyway_drv->remove(shyway_dev); in superhyway_device_remove()
197 struct superhyway_driver *shyway_drv in superhyway_bus_match() local
[all...]
/kernel/linux/linux-6.6/drivers/sh/superhyway/
H A Dsuperhyway.c140 struct superhyway_driver *shyway_drv = to_superhyway_driver(dev->driver); in superhyway_device_probe() local
142 if (shyway_drv && shyway_drv->probe) { in superhyway_device_probe()
145 id = superhyway_match_id(shyway_drv->id_table, shyway_dev); in superhyway_device_probe()
147 return shyway_drv->probe(shyway_dev, id); in superhyway_device_probe()
156 struct superhyway_driver *shyway_drv = to_superhyway_driver(dev->driver); in superhyway_device_remove() local
158 if (shyway_drv->remove) in superhyway_device_remove()
159 shyway_drv->remove(shyway_dev); in superhyway_device_remove()
193 struct superhyway_driver *shyway_drv = to_superhyway_driver(drv); in superhyway_bus_match() local
194 const struct superhyway_device_id *ids = shyway_drv in superhyway_bus_match()
[all...]

Completed in 1 milliseconds