Searched refs:ps (Results 301 - 309 of 309) sorted by relevance

<<111213

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c1232 enable_ps = arvif->ps;
2762 ath11k_warn(ar->ab, "failed to set ap ps peer param %d for vdev %i: %d\n",
3699 arvif->ps = vif->cfg.ps;
3703 ath11k_warn(ar->ab, "failed to setup ps on vdev %i: %d\n",
6262 ath11k_err(ab, "failed to enable idle ps: %d\n", ret);
6779 ath11k_warn(ar->ab, "failed to disable vdev %d ps mode: %d\n",
7482 /* TODO: Setup ps and cts/rts protection */
7506 /* TODO: Setup ps and cts/rts protection */
8067 /* TODO: Setup ps an
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c23 #include "ps.h"
368 "link ps prev 0x%lx cur 0x%lx changed 0x%lx",
473 /* for AP update num of allocated TX blocks per link and ps status */
4484 if (vif->cfg.ps &&
4498 wl1271_debug(DEBUG_PSM, "%s ps enabled", ps_mode_str);
4502 wl1271_warning("enter %s ps failed %d",
4504 } else if (!vif->cfg.ps &&
4506 wl1271_debug(DEBUG_PSM, "auto ps disabled");
4511 wl1271_warning("exit auto ps failed %d", ret);
/linux-master/drivers/gpu/drm/radeon/
H A Devergreen.c1631 struct radeon_power_state *ps = &rdev->pm.power_state[req_ps_idx]; local
1632 struct radeon_voltage *voltage = &ps->clock_info[req_cm_idx].voltage;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1868 !vif->cfg.ps);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c201 .ps_state = vif->cfg.ps ? 2 : 0,
/linux-master/include/net/
H A Dcfg80211.h4407 * allows the driver to adjust the dynamic ps timeout value.
6137 * @ps: powersave mode is enabled
6193 bool ps; member in struct:wireless_dev
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1623 FIELD_PREP(STRTAB_STE_2_VTCR_S2PS, vtcr->ps);
/linux-master/net/wireless/
H A Dnl80211.c12729 if (state == wdev->ps)
12734 wdev->ps = state;
12764 if (wdev->ps)
/linux-master/scripts/
H A Dcheckpatch.pl6931 $use =~ s/pS/ps/ if ($bad_specifier =~ /pf/);

Completed in 415 milliseconds

<<111213