Home
last modified time | relevance | path

Searched refs:monitor_present (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c488 wl->monitor_present = false; in wl1251_op_stop()
605 return (conf->flags & IEEE80211_CONF_PS) && !wl->monitor_present; in wl1251_can_do_pm()
634 wl->monitor_present = true; in wl1251_op_config()
637 wl->monitor_present = false; in wl1251_op_config()
921 if (wl->monitor_present) { in wl1251_op_set_key()
1530 wl->monitor_present = false; in wl1251_alloc_hw()
Drx.c86 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
Dwl1251.h309 bool monitor_present; member
Dtx.c315 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()
/linux-4.4.14/sound/pci/hda/
Dhda_eld.c500 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info()
546 eld->monitor_present = val; in snd_hdmi_write_eld_info()
Dpatch_hdmi.c1559 pin_eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense()
1560 if (pin_eld->monitor_present) in hdmi_present_sense()
1567 codec->addr, pin_nid, pin_eld->monitor_present, eld->eld_valid); in hdmi_present_sense()
1634 ret = !repoll || !pin_eld->monitor_present || pin_eld->eld_valid; in hdmi_present_sense()
Dhda_local.h755 bool monitor_present; member