/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A 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()
|
H A D | rx.c | 72 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
|
H A D | wl1251.h | 295 bool monitor_present; member
|
H A D | tx.c | 298 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A 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() 1600 wl->monitor_present = false; in wl1251_alloc_hw()
|
H A D | rx.c | 72 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
|
H A D | wl1251.h | 294 bool monitor_present; member
|
H A D | tx.c | 298 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 68 bool monitor_present; member 549 port->eld.monitor_present && in hdac_hdmi_get_port_from_cvt() 609 if ((!port->eld.monitor_present) || in hdac_hdmi_pcm_open() 614 port->eld.monitor_present, port->eld.eld_valid, in hdac_hdmi_pcm_open() 939 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() 1298 if (!port->eld.monitor_present || !port->eld.eld_valid) { in hdac_hdmi_present_sense() 1317 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_present_sense()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 68 bool monitor_present; member 549 port->eld.monitor_present && in hdac_hdmi_get_port_from_cvt() 609 if ((!port->eld.monitor_present) || in hdac_hdmi_pcm_open() 614 port->eld.monitor_present, port->eld.eld_valid, in hdac_hdmi_pcm_open() 939 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() 1298 if (!port->eld.monitor_present || !port->eld.eld_valid) { in hdac_hdmi_present_sense() 1317 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_present_sense()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 1584 eld_changed |= (pin_eld->monitor_present != eld->monitor_present); in update_eld() 1592 pin_eld->monitor_present = eld->monitor_present; in update_eld() 1620 (eld->monitor_present && eld->eld_valid) ? in update_eld() 1657 eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense_via_verbs() 1658 if (eld->monitor_present) in hdmi_present_sense_via_verbs() 1665 codec->addr, pin_nid, eld->monitor_present, eld->eld_valid); in hdmi_present_sense_via_verbs() 1777 eld->monitor_present = false; in sync_eld_via_acomp() 1778 monitor_prev = per_pin->sink_eld.monitor_present; in sync_eld_via_acomp() [all...] |
H A D | hda_eld.c | 463 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info() 508 if (!strcmp(name, "monitor_present")) in snd_hdmi_write_eld_info() 509 eld->monitor_present = val; in snd_hdmi_write_eld_info()
|
H A D | hda_local.h | 691 bool monitor_present; member
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 1561 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() 1827 eld->monitor_present = false; in sync_eld_via_acomp() 1828 monitor_prev = per_pin->sink_eld.monitor_present; in sync_eld_via_acomp() [all...] |
H A D | hda_eld.c | 464 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info() 512 if (!strcmp(name, "monitor_present")) in snd_hdmi_write_eld_info() 513 eld->monitor_present = val; in snd_hdmi_write_eld_info()
|
H A D | hda_local.h | 693 bool monitor_present; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | core.h | 479 bool monitor_present; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | core.h | 491 bool monitor_present; member
|