Lines Matching defs:hdev
72 * @hdev: hdac device to init
78 struct hdac_device *hdev, int type)
83 hdev->bus = bus;
87 ret = snd_hdac_device_init(hdev, bus, name, addr);
92 hdev->type = type;
93 hdev->dev.release = default_release;
95 ret = snd_hdac_device_register(hdev);
98 snd_hdac_ext_bus_device_exit(hdev);
108 * @hdev: hdac device to clean up
110 void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev)
112 snd_hdac_device_exit(hdev);
145 struct hdac_device *hdev = dev_to_hdac_dev(dev);
146 return hdev;