Home
last modified time | relevance | path

Searched refs:link_power (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/sound/hda/
Dhdac_bus.c20 .link_power = snd_hdac_bus_link_power,
273 if (bus->ops->link_power) in snd_hdac_codec_link_up()
274 bus->ops->link_power(codec, true); in snd_hdac_codec_link_up()
284 if (bus->ops->link_power) in snd_hdac_codec_link_down()
285 bus->ops->link_power(codec, false); in snd_hdac_codec_link_down()
/Linux-v5.15/sound/soc/sof/intel/
Dhda-bus.c49 .link_power = sof_hda_bus_link_power,
/Linux-v5.15/sound/pci/hda/
Dhda_controller.h80 int (*link_power)(struct azx *chip, bool enable); member
/Linux-v5.15/include/sound/
Dhdaudio.h245 void (*link_power)(struct hdac_device *hdev, bool enable); member