Searched refs:hdac_driver (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/sound/hda/ext/ |
H A D | hdac_ext_bus.c | 84 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()
|
/kernel/linux/linux-5.10/sound/hda/ext/ |
H A D | hdac_ext_bus.c | 137 static inline struct hdac_driver *get_hdrv(struct device *dev) in get_hdrv() 139 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_hdrv() 169 int snd_hda_ext_driver_register(struct hdac_driver *drv) in snd_hda_ext_driver_register() 191 void snd_hda_ext_driver_unregister(struct hdac_driver *drv) in snd_hda_ext_driver_unregister()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hda_bus_type.c | 24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id() 41 static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hdac_codec_match() 52 struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match()
|
H A D | hdac_bus.c | 176 struct hdac_driver *drv; in snd_hdac_bus_process_unsol_events()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hda_bus_type.c | 24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id() 41 static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hdac_codec_match() 52 struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match()
|
H A D | hdac_bus.c | 173 struct hdac_driver *drv; in snd_hdac_bus_process_unsol_events()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio_ext.h | 165 int snd_hda_ext_driver_register(struct hdac_driver *drv); 166 void snd_hda_ext_driver_unregister(struct hdac_driver *drv);
|
H A D | hdaudio.h | 26 struct hdac_driver; 217 struct hdac_driver { struct 221 int (*match)(struct hdac_device *dev, struct hdac_driver *drv); 230 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) 233 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
|
H A D | hda_codec.h | 90 struct hdac_driver core;
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 29 struct hdac_driver; 221 struct hdac_driver { struct 225 int (*match)(struct hdac_device *dev, struct hdac_driver *drv); 234 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) 237 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
|
H A D | hdaudio_ext.h | 179 int snd_hda_ext_driver_register(struct hdac_driver *drv); 180 void snd_hda_ext_driver_unregister(struct hdac_driver *drv);
|
H A D | hda_codec.h | 90 struct hdac_driver core;
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_bind.c | 21 static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hda_codec_match()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_bind.c | 21 static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hda_codec_match()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 2149 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); in hdac_hdmi_dev_probe() 2322 static struct hdac_driver hdmi_driver = {
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 2148 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); in hdac_hdmi_dev_probe() 2321 static struct hdac_driver hdmi_driver = {
|
Completed in 16 milliseconds