Searched defs:avs_dev (Results 1 – 1 of 1) sorted by relevance
113 struct avs_dev { struct114 struct hda_bus base;115 struct device *dev;117 void __iomem *dsp_ba;118 const struct avs_spec *spec;119 struct avs_ipc *ipc;144 /* from hda_bus to avs_dev */ argument