Searched refs:shyway_drv (Results 1 – 1 of 1) sorted by relevance
140 struct superhyway_driver *shyway_drv = to_superhyway_driver(dev->driver); in superhyway_device_probe() local142 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() local158 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() local194 const struct superhyway_device_id *ids = shyway_drv->id_table; in superhyway_bus_match()