Lines Matching defs:enable
23 * snd_hdac_ext_bus_ppcap_enable - enable/disable processing pipe capability
25 * @enable: flag to turn on/off the capability
27 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *bus, bool enable)
35 if (enable)
45 * snd_hdac_ext_bus_ppcap_int_enable - ppcap interrupt enable/disable
47 * @enable: flag to enable/disable interrupt
49 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *bus, bool enable)
57 if (enable)
167 static int check_hdac_link_power_active(struct hdac_ext_link *hlink, bool enable)
178 if (enable) {
378 void snd_hdac_ext_bus_link_power(struct hdac_device *codec, bool enable)
383 if (enable == oldstate)
386 snd_hdac_bus_link_power(codec, enable);
388 if (enable)