Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c75 bool monitor_present; member
462 if ((!port->eld.monitor_present) || (!port->eld.eld_valid)) { in hdac_hdmi_set_hw_params()
543 port->eld.monitor_present && in hdac_hdmi_get_port_from_cvt()
580 if ((!port->eld.monitor_present) || in hdac_hdmi_pcm_open()
585 port->eld.monitor_present, port->eld.eld_valid, in hdac_hdmi_pcm_open()
902 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_set_pin_port_mux()
1228 port->eld.monitor_present = false; in hdac_hdmi_present_sense()
1234 &port->eld.monitor_present, in hdac_hdmi_present_sense()
1254 if (!port->eld.monitor_present || !port->eld.eld_valid) { in hdac_hdmi_present_sense()
1271 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_present_sense()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dmain.c486 wl->monitor_present = false; in wl1251_op_stop()
603 return (conf->flags & IEEE80211_CONF_PS) && !wl->monitor_present; in wl1251_can_do_pm()
632 wl->monitor_present = true; in wl1251_op_config()
635 wl->monitor_present = false; in wl1251_op_config()
919 if (wl->monitor_present) { in wl1251_op_set_key()
1606 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.c312 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()
/Linux-v4.19/sound/pci/hda/
Dhda_eld.c476 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info()
522 eld->monitor_present = val; in snd_hdmi_write_eld_info()
Dpatch_hdmi.c1471 pin_eld->monitor_present = eld->monitor_present; in update_eld()
1520 eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense_via_verbs()
1521 if (eld->monitor_present) in hdmi_present_sense_via_verbs()
1528 codec->addr, pin_nid, eld->monitor_present, eld->eld_valid); in hdmi_present_sense_via_verbs()
1548 ret = !repoll || !eld->monitor_present || eld->eld_valid; in hdmi_present_sense_via_verbs()
1596 eld->monitor_present = false; in sync_eld_via_acomp()
1598 per_pin->dev_id, &eld->monitor_present, in sync_eld_via_acomp()
1625 eld->monitor_present ? SND_JACK_AVOUT : 0); in sync_eld_via_acomp()
Dhda_local.h700 bool monitor_present; member