Searched defs:hdac_bus (Results 1 – 2 of 2) sorted by relevance
284 struct hdac_bus { struct286 const struct hdac_bus_ops *ops; argument287 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 …]
571 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()