Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhda_bus_type.c23 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id()
40 static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hdac_codec_match()
51 struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match()
Dhdac_bus.c155 struct hdac_driver *drv; in process_unsol_events()
/linux-4.4.14/include/sound/
Dhdaudio.h22 struct hdac_driver;
181 struct hdac_driver { struct
185 int (*match)(struct hdac_device *dev, struct hdac_driver *drv); argument
189 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) argument
192 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
Dhdaudio_ext.h198 struct hdac_driver hdac;
/linux-4.4.14/sound/hda/ext/
Dhdac_ext_bus.c205 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_edrv()
/linux-4.4.14/sound/pci/hda/
Dhda_bind.c20 static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hda_codec_match()
Dhda_codec.h98 struct hdac_driver core;