Lines Matching refs:hdev
138 struct hdac_device *hdev = NULL; in snd_hdac_ext_bus_device_init() local
146 hdev = &edev->hdac; in snd_hdac_ext_bus_device_init()
150 ret = snd_hdac_device_init(hdev, bus, name, addr); in snd_hdac_ext_bus_device_init()
155 hdev->type = HDA_DEV_ASOC; in snd_hdac_ext_bus_device_init()
156 hdev->dev.release = default_release; in snd_hdac_ext_bus_device_init()
158 ret = snd_hdac_device_register(hdev); in snd_hdac_ext_bus_device_init()
161 snd_hdac_ext_bus_device_exit(hdev); in snd_hdac_ext_bus_device_init()
173 void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev) in snd_hdac_ext_bus_device_exit() argument
175 struct hdac_ext_device *edev = to_ehdac_device(hdev); in snd_hdac_ext_bus_device_exit()
177 snd_hdac_device_exit(hdev); in snd_hdac_ext_bus_device_exit()
213 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_edev() local
214 struct hdac_ext_device *edev = to_ehdac_device(hdev); in get_edev()