Home
last modified time | relevance | path

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

/linux/sound/hda/
H A 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/sound/soc/sof/intel/
H A Dhda-bus.c22 static void update_codec_wake_enable(struct hdac_bus *bus, unsigned int addr, bool link_power) in update_codec_wake_enable() argument
26 if (link_power) in update_codec_wake_enable()
62 .link_power = sof_hda_bus_link_power,
/linux/sound/pci/hda/
H A Dhda_controller.h81 int (*link_power)(struct azx *chip, bool enable); member