Home
last modified time | relevance | path

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

/Linux-v5.15/include/sound/
Dhdaudio.h286 struct hdac_bus { struct
288 const struct hdac_bus_ops *ops; argument
289 const struct hdac_ext_bus_ops *ext_ops;
292 unsigned long addr;
293 void __iomem *remap_addr;
294 int irq;
296 void __iomem *ppcap;
297 void __iomem *spbcap;
298 void __iomem *mlcap;
299 void __iomem *gtscap;
[all …]
/Linux-v5.15/sound/hda/
Dhdac_controller.c572 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()