Home
last modified time | relevance | path

Searched refs:hdac_driver (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/sound/hda/
Dhda_bus_type.c24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id()
41 static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hdac_codec_match()
52 struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match()
Dhdac_bus.c158 struct hdac_driver *drv; in snd_hdac_bus_process_unsol_events()
/Linux-v5.4/sound/hda/ext/
Dhdac_ext_bus.c135 static inline struct hdac_driver *get_hdrv(struct device *dev) in get_hdrv()
137 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_hdrv()
167 int snd_hda_ext_driver_register(struct hdac_driver *drv) in snd_hda_ext_driver_register()
189 void snd_hda_ext_driver_unregister(struct hdac_driver *drv) in snd_hda_ext_driver_unregister()
/Linux-v5.4/include/sound/
Dhdaudio.h25 struct hdac_driver;
215 struct hdac_driver { struct
219 int (*match)(struct hdac_device *dev, struct hdac_driver *drv); argument
228 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) argument
231 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
Dhdaudio_ext.h164 int snd_hda_ext_driver_register(struct hdac_driver *drv);
165 void snd_hda_ext_driver_unregister(struct hdac_driver *drv);
Dhda_codec.h91 struct hdac_driver core;
/Linux-v5.4/sound/pci/hda/
Dhda_bind.c21 static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hda_codec_match()
/Linux-v5.4/sound/soc/codecs/
Dhdac_hdmi.c2049 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); in hdac_hdmi_dev_probe()
2226 static struct hdac_driver hdmi_driver = {