Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dhdac_hdmi.c69 bool monitor_present; member
551 port->eld.monitor_present && in hdac_hdmi_get_port_from_cvt()
611 if ((!port->eld.monitor_present) || in hdac_hdmi_pcm_open()
616 port->eld.monitor_present, port->eld.eld_valid, in hdac_hdmi_pcm_open()
942 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_set_pin_port_mux()
1271 port->eld.monitor_present = false; in hdac_hdmi_present_sense()
1277 &port->eld.monitor_present, in hdac_hdmi_present_sense()
1301 if (!port->eld.monitor_present || !port->eld.eld_valid) { in hdac_hdmi_present_sense()
1320 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_present_sense()
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c472 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()
1604 wl->monitor_present = false; in wl1251_alloc_hw()
H A Drx.c72 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
H A Dwl1251.h294 bool monitor_present; member
H A Dtx.c298 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()
/linux/sound/pci/hda/
H A Dpatch_hdmi.c1561 eld_changed |= (pin_eld->monitor_present != eld->monitor_present); in update_eld()
1569 pin_eld->monitor_present = eld->monitor_present; in update_eld()
1597 (eld->monitor_present && eld->eld_valid) ? in update_eld()
1634 eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense_via_verbs()
1635 if (eld->monitor_present) in hdmi_present_sense_via_verbs()
1642 codec->addr, pin_nid, eld->monitor_present, eld->eld_valid); in hdmi_present_sense_via_verbs()
1826 eld->monitor_present = false; in sync_eld_via_acomp()
1827 monitor_prev = per_pin->sink_eld.monitor_present; in sync_eld_via_acomp()
1829 per_pin->dev_id, &eld->monitor_present, in sync_eld_via_acomp()
1833 monitor_next = per_pin->sink_eld.monitor_present; in sync_eld_via_acomp()
H A Dhda_eld.c464 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info()
513 eld->monitor_present = val; in snd_hdmi_write_eld_info()