Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhdaudio.h290 struct hdac_bus { struct
292 const struct hdac_bus_ops *ops; argument
293 const struct hdac_ext_bus_ops *ext_ops;
296 unsigned long addr;
297 void __iomem *remap_addr;
298 int irq;
300 void __iomem *ppcap;
301 void __iomem *spbcap;
302 void __iomem *mlcap;
303 void __iomem *gtscap;
[all …]
/openbmc/linux/sound/hda/
H A Dhdac_controller.c572 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()