Home
last modified time | relevance | path

Searched refs:hdac_ext_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
Dhdaudio_ext.h152 struct hdac_ext_device;
156 int (*build_controls)(struct hdac_ext_device *dev);
157 int (*init)(struct hdac_ext_device *dev);
158 void (*free)(struct hdac_ext_device *dev);
178 struct hdac_ext_device { struct
193 struct hdac_ext_device, hdac)) argument
200 int (*probe)(struct hdac_ext_device *dev);
201 int (*remove)(struct hdac_ext_device *dev);
202 void (*shutdown)(struct hdac_ext_device *dev);
/linux-4.4.14/sound/hda/ext/
Dhdac_ext_bus.c137 struct hdac_ext_device *edev; in snd_hdac_ext_bus_device_init()
175 struct hdac_ext_device *edev = to_ehdac_device(hdev); in snd_hdac_ext_bus_device_exit()
211 static inline struct hdac_ext_device *get_edev(struct device *dev) in get_edev()
214 struct hdac_ext_device *edev = to_ehdac_device(hdev); in get_edev()