Home
last modified time | relevance | path

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

/Linux-v4.19/sound/aoa/soundbus/
Dcore.c24 return to_soundbus_device(tmp); in soundbus_dev_get()
44 soundbus_dev = to_soundbus_device(dev); in soundbus_probe()
70 soundbus_dev = to_soundbus_device(dev); in soundbus_uevent()
110 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_remove()
122 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_shutdown()
Dsysfs.c12 struct soundbus_dev *mdev = to_soundbus_device (dev); \
19 struct soundbus_dev *sdev = to_soundbus_device(dev); in modalias_show()
Dsoundbus.h173 #define to_soundbus_device(d) container_of(d, struct soundbus_dev, ofdev.dev) macro