Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/sh/superhyway/
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->id_table; in superhyway_bus_match()

Completed in 3 milliseconds