Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dhdaudio.h282 struct hdac_bus { struct
284 const struct hdac_bus_ops *ops; argument
285 const struct hdac_ext_bus_ops *ext_ops;
288 unsigned long addr;
289 void __iomem *remap_addr;
290 int irq;
292 void __iomem *ppcap;
293 void __iomem *spbcap;
294 void __iomem *mlcap;
295 void __iomem *gtscap;
[all …]
/Linux-v5.4/sound/hda/
Dhdac_controller.c544 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()