Searched refs:to_soundbus_device (Results 1 – 3 of 3) sorted by relevance
23 return to_soundbus_device(tmp); in soundbus_dev_get()43 soundbus_dev = to_soundbus_device(dev); in soundbus_probe()69 soundbus_dev = to_soundbus_device(dev); in soundbus_uevent()109 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_remove()119 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_shutdown()
11 struct soundbus_dev *sdev = to_soundbus_device(dev); in modalias_show()32 struct soundbus_dev *sdev = to_soundbus_device(dev); in name_show()42 struct soundbus_dev *sdev = to_soundbus_device(dev); in type_show()
172 #define to_soundbus_device(d) container_of(d, struct soundbus_dev, ofdev.dev) macro