Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/sh/superhyway/
Dsuperhyway.c30 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()
Dsuperhyway-sysfs.c20 struct superhyway_device *s = to_superhyway_device(dev); \
/linux-5.19.10/include/linux/
Dsuperhyway.h76 #define to_superhyway_device(d) container_of((d), struct superhyway_device, dev) macro