Home
last modified time | relevance | path

Searched refs:drv_to_hdac_driver (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/hda/
Dhda_bus_type.c51 struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match()
Dhdac_bus.c169 drv = drv_to_hdac_driver(codec->dev.driver); in process_unsol_events()
/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/include/sound/
Dhdaudio.h189 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) macro