Home
last modified time | relevance | path

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

/linux-6.12.1/sound/aoa/soundbus/
Dcore.c25 return to_soundbus_device(tmp); in soundbus_dev_get()
45 soundbus_dev = to_soundbus_device(dev); in soundbus_probe()
71 soundbus_dev = to_soundbus_device(dev); in soundbus_uevent()
111 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_remove()
121 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_shutdown()
Dsysfs.c11 struct soundbus_dev *sdev = to_soundbus_device(dev); in modalias_show()
26 struct soundbus_dev *sdev = to_soundbus_device(dev); in name_show()
36 struct soundbus_dev *sdev = to_soundbus_device(dev); in type_show()
Dsoundbus.h172 #define to_soundbus_device(d) container_of(d, struct soundbus_dev, ofdev.dev) macro