Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h284 struct hdac_bus { struct
286 const struct hdac_bus_ops *ops; argument
287 const struct hdac_ext_bus_ops *ext_ops;
290 unsigned long addr;
291 void __iomem *remap_addr;
292 int irq;
294 void __iomem *ppcap;
295 void __iomem *spbcap;
296 void __iomem *mlcap;
297 void __iomem *gtscap;
[all …]
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_controller.c572 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()