Home
last modified time | relevance | path

Searched refs:penv (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/platform/icnss2/
H A Dmain.c95 static struct icnss_priv *penv; variable
137 penv = priv; in icnss_set_plat_priv()
142 return penv; in icnss_get_plat_priv()
410 if (!penv) in icnss_is_fw_ready()
413 return test_bit(ICNSS_FW_READY, &penv->state); in icnss_is_fw_ready()
419 if (!penv) in icnss_block_shutdown()
423 set_bit(ICNSS_BLOCK_SHUTDOWN, &penv->state); in icnss_block_shutdown()
424 reinit_completion(&penv->unblock_shutdown); in icnss_block_shutdown()
426 clear_bit(ICNSS_BLOCK_SHUTDOWN, &penv->state); in icnss_block_shutdown()
427 complete(&penv->unblock_shutdown); in icnss_block_shutdown()
[all …]
H A Dqmi.h217 int wlfw_subsys_restart_level_msg(struct icnss_priv *penv, uint8_t restart_level) in wlfw_subsys_restart_level_msg() argument
232 int wlfw_wlan_hw_init_cfg_msg(struct icnss_priv *penv, in wlfw_wlan_hw_init_cfg_msg() argument
295 int wlfw_subsys_restart_level_msg(struct icnss_priv *penv, uint8_t restart_level);
298 int wlfw_wlan_hw_init_cfg_msg(struct icnss_priv *penv,
H A Dqmi.c3597 int wlfw_subsys_restart_level_msg(struct icnss_priv *penv, uint8_t restart_level) in wlfw_subsys_restart_level_msg() argument
3604 if (!penv) in wlfw_subsys_restart_level_msg()
3607 if (test_bit(ICNSS_FW_DOWN, &penv->state)) in wlfw_subsys_restart_level_msg()
3625 penv->stats.restart_level_req++; in wlfw_subsys_restart_level_msg()
3627 ret = qmi_txn_init(&penv->qmi, &txn, in wlfw_subsys_restart_level_msg()
3635 ret = qmi_send_request(&penv->qmi, NULL, &txn, in wlfw_subsys_restart_level_msg()
3646 ret = qmi_txn_wait(&txn, penv->ctrl_params.qmi_timeout); in wlfw_subsys_restart_level_msg()
3658 penv->stats.restart_level_resp++; in wlfw_subsys_restart_level_msg()
3667 penv->stats.restart_level_err++; in wlfw_subsys_restart_level_msg()
3737 int wlfw_wlan_hw_init_cfg_msg(struct icnss_priv *penv, in wlfw_wlan_hw_init_cfg_msg() argument
[all …]