Searched refs:shyway_dev (Results 1 – 1 of 1) sorted by relevance
139 struct superhyway_device *shyway_dev = to_superhyway_device(dev); in superhyway_device_probe() local145 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()155 struct superhyway_device *shyway_dev = to_superhyway_device(dev); in superhyway_device_remove() local159 shyway_drv->remove(shyway_dev); in superhyway_device_remove()196 struct superhyway_device *shyway_dev = to_superhyway_device(dev); in superhyway_bus_match() local202 if (superhyway_match_id(ids, shyway_dev)) in superhyway_bus_match()