Home
last modified time | relevance | path

Searched refs:lp_state (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_trace.h21 #define LP_STATE_PR_ARG __entry->lp_state ? "lp ready" : "lp not ready"
24 TP_PROTO(struct mt792x_dev *dev, u8 lp_state),
26 TP_ARGS(dev, lp_state),
30 __field(u8, lp_state)
35 __entry->lp_state = lp_state;
/openbmc/linux/arch/arm/mach-tegra/
H A Dpm.c339 static const char *lp_state[TEGRA_MAX_SUSPEND_MODE] = { variable
354 pr_info("Entering suspend state %s\n", lp_state[mode]); in tegra_suspend_enter()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Diwl-mei.h266 u8 lp_state; member
H A Dmain.c696 .lp_state = le32_to_cpu(status->link_prot_state), in iwl_mei_handle_conn_status()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c963 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_link_state_handle() local
971 *lp_state = FPE_STATE_OFF; in stmmac_fpe_link_state_handle()
5823 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_event_status() local
5831 if (*lp_state < FPE_STATE_CAPABLE) in stmmac_fpe_event_status()
5832 *lp_state = FPE_STATE_CAPABLE; in stmmac_fpe_event_status()
5849 *lp_state = FPE_STATE_ENTERING_ON; in stmmac_fpe_event_status()
7270 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_lp_task() local
7281 *lp_state == FPE_STATE_ENTERING_ON) { in stmmac_fpe_lp_task()
7291 *lp_state = FPE_STATE_ON; in stmmac_fpe_lp_task()
7298 *lp_state != FPE_STATE_ON) { in stmmac_fpe_lp_task()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2756 if (!info->conn_info.lp_state || !info->conn_info.ssid_len) in iwl_mvm_mei_limited_scan()