Searched refs:pm_notify (Results 1 – 3 of 3) sorted by relevance
89 void (*pm_notify)(struct hda_bus *bus, bool power_up); member
1827 bus_temp.ops.pm_notify = azx_power_notify; in azx_codec_create()
111 if (bus->ops.pm_notify) in hda_call_pm_notify()112 bus->ops.pm_notify(bus, power_up); in hda_call_pm_notify()