Searched refs:to_superhyway_device (Results 1 – 3 of 3) sorted by relevance
30 struct superhyway_device *sdev = to_superhyway_device(dev); in superhyway_device_release()139 struct superhyway_device *shyway_dev = to_superhyway_device(dev); in superhyway_device_probe()155 struct superhyway_device *shyway_dev = to_superhyway_device(dev); in superhyway_device_remove()192 struct superhyway_device *shyway_dev = to_superhyway_device(dev); in superhyway_bus_match()
20 struct superhyway_device *s = to_superhyway_device(dev); \
76 #define to_superhyway_device(d) container_of((d), struct superhyway_device, dev) macro