Lines Matching refs:ebus
35 struct hdac_ext_bus *ebus = dev_get_drvdata(dev); in skl_alloc_dma_buf() local
36 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_alloc_dma_buf()
46 struct hdac_ext_bus *ebus = dev_get_drvdata(dev); in skl_free_dma_buf() local
47 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_free_dma_buf()
78 struct hdac_ext_bus *ebus = &skl->ebus; in skl_init_dsp() local
79 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_init_dsp()
88 snd_hdac_ext_bus_ppcap_enable(&skl->ebus, true); in skl_init_dsp()
89 snd_hdac_ext_bus_ppcap_int_enable(&skl->ebus, true); in skl_init_dsp()
111 struct hdac_ext_bus *ebus = &skl->ebus; in skl_free_dsp() local
112 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_free_dsp()
116 snd_hdac_ext_bus_ppcap_int_enable(&skl->ebus, false); in skl_free_dsp()
129 if (!skl->ebus.ppcap) in skl_suspend_dsp()
137 snd_hdac_ext_bus_ppcap_int_enable(&skl->ebus, false); in skl_suspend_dsp()
138 snd_hdac_ext_bus_ppcap_enable(&skl->ebus, false); in skl_suspend_dsp()
149 if (!skl->ebus.ppcap) in skl_resume_dsp()
153 snd_hdac_ext_bus_ppcap_enable(&skl->ebus, true); in skl_resume_dsp()
154 snd_hdac_ext_bus_ppcap_int_enable(&skl->ebus, true); in skl_resume_dsp()