Home
last modified time | relevance | path

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

/linux/sound/hda/core/ext/
H A Dbus.c84 static inline struct hdac_driver *get_hdrv(struct device *dev) in get_hdrv()
86 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_hdrv()
116 int snd_hda_ext_driver_register(struct hdac_driver *drv) in snd_hda_ext_driver_register()
138 void snd_hda_ext_driver_unregister(struct hdac_driver *drv) in snd_hda_ext_driver_unregister()
/linux/sound/hda/core/
H A Dhda_bus_type.c24 hdac_get_device_id(struct hdac_device *hdev, const struct hdac_driver *drv) in hdac_get_device_id()
41 static int hdac_codec_match(struct hdac_device *dev, const struct hdac_driver *drv) in hdac_codec_match()
52 const struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match()
H A Dbus.c170 struct hdac_driver *drv; in snd_hdac_bus_process_unsol_events()
/linux/include/sound/
H A Dhdaudio_ext.h146 int snd_hda_ext_driver_register(struct hdac_driver *drv);
147 void snd_hda_ext_driver_unregister(struct hdac_driver *drv);
H A Dhdaudio.h29 struct hdac_driver;
222 struct hdac_driver { struct
226 int (*match)(struct hdac_device *dev, const struct hdac_driver *drv); argument
235 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) argument
238 hdac_get_device_id(struct hdac_device *hdev, const struct hdac_driver *drv);
/linux/sound/hda/common/
H A Dbind.c21 static int hda_codec_match(struct hdac_device *dev, const struct hdac_driver *drv) in hda_codec_match()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1854 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); in hdac_hdmi_dev_probe()
2022 static struct hdac_driver hdmi_driver = {