Lines Matching defs:adev
50 void avs_hda_power_gating_enable(struct avs_dev *adev, bool enable) in avs_hda_power_gating_enable()
64 void avs_hda_clock_gating_enable(struct avs_dev *adev, bool enable) in avs_hda_clock_gating_enable()
69 void avs_hda_l1sen_enable(struct avs_dev *adev, bool enable) in avs_hda_l1sen_enable()
187 struct avs_dev *adev = container_of(work, struct avs_dev, probe_work); in avs_hda_probe_work() local
322 static int avs_hdac_acquire_irq(struct avs_dev *adev) in avs_hdac_acquire_irq()
358 static int avs_bus_init(struct avs_dev *adev, struct pci_dev *pci, const struct pci_device_id *id) in avs_bus_init()
403 struct avs_dev *adev; in avs_pci_probe() local
487 struct avs_dev *adev = hdac_to_avs(bus); in avs_pci_shutdown() local
511 struct avs_dev *adev = hdac_to_avs(bus); in avs_pci_remove() local
566 static int avs_suspend_standby(struct avs_dev *adev) in avs_suspend_standby()
582 static int __maybe_unused avs_suspend_common(struct avs_dev *adev, bool low_power) in avs_suspend_common()
627 static int avs_resume_standby(struct avs_dev *adev) in avs_resume_standby()
643 static int __maybe_unused avs_resume_common(struct avs_dev *adev, bool low_power, bool purge) in avs_resume_common()