Lines Matching defs:enable
30 * snd_hdac_ext_bus_ppcap_enable - enable/disable processing pipe capability
32 * @enable: flag to turn on/off the capability
34 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *bus, bool enable)
42 if (enable)
52 * snd_hdac_ext_bus_ppcap_int_enable - ppcap interrupt enable/disable
54 * @enable: flag to enable/disable interrupt
56 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *bus, bool enable)
64 if (enable)
165 static int check_hdac_link_power_active(struct hdac_ext_link *link, bool enable)
176 if (enable) {