Home
last modified time | relevance | path

Searched defs:hdac_bus (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/sound/
Dhdaudio.h300 struct hdac_bus { struct
302 const struct hdac_bus_ops *ops; argument
303 const struct hdac_io_ops *io_ops;
304 const struct hdac_ext_bus_ops *ext_ops;
307 unsigned long addr;
308 void __iomem *remap_addr;
309 int irq;
311 void __iomem *ppcap;
312 void __iomem *spbcap;
313 void __iomem *mlcap;
[all …]
/Linux-v4.19/sound/hda/
Dhdac_controller.c540 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()