Symbol: hdac_driver
include/sound/hda_codec.h
90
struct hdac_driver core;
include/sound/hdaudio.h
226
int (*match)(struct hdac_device *dev, const struct hdac_driver *drv);
include/sound/hdaudio.h
235
#define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver)
include/sound/hdaudio.h
238
hdac_get_device_id(struct hdac_device *hdev, const struct hdac_driver *drv);
include/sound/hdaudio.h
29
struct hdac_driver;
include/sound/hdaudio_ext.h
146
int snd_hda_ext_driver_register(struct hdac_driver *drv);
include/sound/hdaudio_ext.h
147
void snd_hda_ext_driver_unregister(struct hdac_driver *drv);
sound/hda/common/bind.c
21
static int hda_codec_match(struct hdac_device *dev, const struct hdac_driver *drv)
sound/hda/core/bus.c
170
struct hdac_driver *drv;
sound/hda/core/ext/bus.c
116
int snd_hda_ext_driver_register(struct hdac_driver *drv)
sound/hda/core/ext/bus.c
138
void snd_hda_ext_driver_unregister(struct hdac_driver *drv)
sound/hda/core/ext/bus.c
84
static inline struct hdac_driver *get_hdrv(struct device *dev)
sound/hda/core/ext/bus.c
86
struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver);
sound/hda/core/hda_bus_type.c
24
hdac_get_device_id(struct hdac_device *hdev, const struct hdac_driver *drv)
sound/hda/core/hda_bus_type.c
41
static int hdac_codec_match(struct hdac_device *dev, const struct hdac_driver *drv)
sound/hda/core/hda_bus_type.c
52
const struct hdac_driver *hdrv = drv_to_hdac_driver(drv);
sound/soc/codecs/hdac_hdmi.c
1854
struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver);
sound/soc/codecs/hdac_hdmi.c
2022
static struct hdac_driver hdmi_driver = {