hdac_driver        91 include/sound/hda_codec.h 	struct hdac_driver core;
hdac_driver        26 include/sound/hdaudio.h struct hdac_driver;
hdac_driver       221 include/sound/hdaudio.h 	int (*match)(struct hdac_device *dev, struct hdac_driver *drv);
hdac_driver       230 include/sound/hdaudio.h #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver)
hdac_driver       233 include/sound/hdaudio.h hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
hdac_driver       164 include/sound/hdaudio_ext.h int snd_hda_ext_driver_register(struct hdac_driver *drv);
hdac_driver       165 include/sound/hdaudio_ext.h void snd_hda_ext_driver_unregister(struct hdac_driver *drv);
hdac_driver       135 sound/hda/ext/hdac_ext_bus.c static inline struct hdac_driver *get_hdrv(struct device *dev)
hdac_driver       137 sound/hda/ext/hdac_ext_bus.c 	struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver);
hdac_driver       167 sound/hda/ext/hdac_ext_bus.c int snd_hda_ext_driver_register(struct hdac_driver *drv)
hdac_driver       189 sound/hda/ext/hdac_ext_bus.c void snd_hda_ext_driver_unregister(struct hdac_driver *drv)
hdac_driver        24 sound/hda/hda_bus_type.c hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv)
hdac_driver        41 sound/hda/hda_bus_type.c static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv)
hdac_driver        52 sound/hda/hda_bus_type.c 	struct hdac_driver *hdrv = drv_to_hdac_driver(drv);
hdac_driver       158 sound/hda/hdac_bus.c 	struct hdac_driver *drv;
hdac_driver        21 sound/pci/hda/hda_bind.c static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv)
hdac_driver      2049 sound/soc/codecs/hdac_hdmi.c 	struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver);
hdac_driver      2226 sound/soc/codecs/hdac_hdmi.c static struct hdac_driver hdmi_driver = {