Searched refs:monitor_present (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
D | main.c | 472 wl->monitor_present = false; in wl1251_op_stop() 589 return (conf->flags & IEEE80211_CONF_PS) && !wl->monitor_present; in wl1251_can_do_pm() 618 wl->monitor_present = true; in wl1251_op_config() 621 wl->monitor_present = false; in wl1251_op_config() 905 if (wl->monitor_present) { in wl1251_op_set_key() 1592 wl->monitor_present = false; in wl1251_alloc_hw()
|
D | rx.c | 72 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
|
D | wl1251.h | 295 bool monitor_present; member
|
D | tx.c | 298 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()
|
/Linux-v5.4/sound/soc/codecs/ |
D | hdac_hdmi.c | 67 bool monitor_present; member 550 port->eld.monitor_present && in hdac_hdmi_get_port_from_cvt() 610 if ((!port->eld.monitor_present) || in hdac_hdmi_pcm_open() 615 port->eld.monitor_present, port->eld.eld_valid, in hdac_hdmi_pcm_open() 940 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_set_pin_port_mux() 1268 port->eld.monitor_present = false; in hdac_hdmi_present_sense() 1274 &port->eld.monitor_present, in hdac_hdmi_present_sense() 1294 if (!port->eld.monitor_present || !port->eld.eld_valid) { in hdac_hdmi_present_sense() 1313 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_present_sense()
|
/Linux-v5.4/sound/pci/hda/ |
D | patch_hdmi.c | 1469 eld_changed |= (pin_eld->monitor_present != eld->monitor_present); in update_eld() 1477 pin_eld->monitor_present = eld->monitor_present; in update_eld() 1529 eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense_via_verbs() 1530 if (eld->monitor_present) in hdmi_present_sense_via_verbs() 1537 codec->addr, pin_nid, eld->monitor_present, eld->eld_valid); in hdmi_present_sense_via_verbs() 1557 ret = !repoll || !eld->monitor_present || eld->eld_valid; in hdmi_present_sense_via_verbs() 1562 jack->pin_sense = (eld->monitor_present && eld->eld_valid) ? in hdmi_present_sense_via_verbs() 1608 eld->monitor_present = false; in sync_eld_via_acomp() 1610 per_pin->dev_id, &eld->monitor_present, in sync_eld_via_acomp() 1636 (eld->monitor_present && eld->eld_valid) ? in sync_eld_via_acomp()
|
D | hda_eld.c | 463 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info() 509 eld->monitor_present = val; in snd_hdmi_write_eld_info()
|
D | hda_local.h | 688 bool monitor_present; member
|