Searched refs:lp_state (Results 1 – 6 of 6) sorted by relevance
21 #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;
339 static const char *lp_state[TEGRA_MAX_SUSPEND_MODE] = { variable354 pr_info("Entering suspend state %s\n", lp_state[mode]); in tegra_suspend_enter()
266 u8 lp_state; member
696 .lp_state = le32_to_cpu(status->link_prot_state), in iwl_mei_handle_conn_status()
963 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_link_state_handle() local971 *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() local5831 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() local7281 *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 …]
2756 if (!info->conn_info.lp_state || !info->conn_info.ssid_len) in iwl_mvm_mei_limited_scan()