Lines Matching refs:avs_dev
53 void avs_hda_power_gating_enable(struct avs_dev *adev, bool enable) in avs_hda_power_gating_enable()
67 void avs_hda_clock_gating_enable(struct avs_dev *adev, bool enable) in avs_hda_clock_gating_enable()
72 void avs_hda_l1sen_enable(struct avs_dev *adev, bool enable) in avs_hda_l1sen_enable()
196 struct avs_dev *adev = container_of(work, struct avs_dev, probe_work); in avs_hda_probe_work()
315 struct avs_dev *adev = dev_id; in avs_dsp_irq_handler()
322 struct avs_dev *adev = dev_id; in avs_dsp_irq_thread()
336 static int avs_hdac_acquire_irq(struct avs_dev *adev) in avs_hdac_acquire_irq()
372 static int avs_bus_init(struct avs_dev *adev, struct pci_dev *pci, const struct pci_device_id *id) in avs_bus_init()
421 struct avs_dev *adev; in avs_pci_probe()
523 struct avs_dev *adev = hdac_to_avs(bus); in avs_pci_shutdown()
545 struct avs_dev *adev = hdac_to_avs(bus); in avs_pci_remove()
599 static int avs_suspend_standby(struct avs_dev *adev) in avs_suspend_standby()
615 static int __maybe_unused avs_suspend_common(struct avs_dev *adev, bool low_power) in avs_suspend_common()
660 static int avs_resume_standby(struct avs_dev *adev) in avs_resume_standby()
676 static int __maybe_unused avs_resume_common(struct avs_dev *adev, bool low_power, bool purge) in avs_resume_common()