Home
last modified time | relevance | path

Searched refs:fw_reload (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_init.c31 int fw_reload; variable
605 params->fw_reload = out_data; in parse_cfg_read_block()
606 PRINTM(MMSG, "fw_reload %d\n", params->fw_reload); in parse_cfg_read_block()
1393 handle->params.fw_reload = fw_reload; in woal_setup_module_param()
1394 if (fw_reload == FW_RELOAD_WITH_EMULATION) { in woal_setup_module_param()
1396 handle->params.fw_reload = 0; in woal_setup_module_param()
1398 fw_reload = 0; in woal_setup_module_param()
1401 handle->params.fw_reload = params->fw_reload; in woal_setup_module_param()
2369 module_param(fw_reload, int, 0);
2370 MODULE_PARM_DESC(fw_reload,
H A Dmoal_main.c1700 handle->fw_reload || handle->params.fw_reload) {
3908 if (handle->params.fw_reload == FW_RELOAD_SDIO_INBAND_RESET)
3909 fw.fw_reload = handle->params.fw_reload;
3911 fw.fw_reload = 0;
3937 if (!handle->fw_reload)
3961 if (IS_USB(handle->card_type) && !handle->fw_reload) {
3972 if (handle->fw_reload) {
4121 if (req_fw_nowait && !handle->fw_reload) {
4165 if (handle->fw_reload)
11340 handle->fw_reload = MTRUE;
[all …]
H A Dmoal_main.h302 extern int fw_reload;
2146 int fw_reload; member
2353 BOOLEAN fw_reload; member
H A Dmlan_decl.h840 t_u8 fw_reload; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c77 int fw_reload; variable
846 if (!fw_serial || handle->fw_reload || fw_reload) in woal_update_firmware_name()
2508 if (fw_reload == FW_RELOAD_SDIO_INBAND_RESET)
2509 fw.fw_reload = fw_reload;
2511 fw.fw_reload = 0;
2680 if (handle->fw_reload)
2833 if (fw_serial && !handle->fw_reload && !fw_reload)
2840 if (fw_serial && !handle->fw_reload && !fw_reload)
2847 if (fw_serial && !handle->fw_reload && !fw_reload)
2895 if (handle->fw_reload)
[all …]
H A Dmlan_decl.h504 t_u8 fw_reload; member
H A Dmoal_main.h1629 BOOLEAN fw_reload; member
H A Dmlan_ioctl.h4377 t_u8 fw_reload; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddbus.h352 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddbus.h334 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddbus.h334 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Ddbus.h340 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddbus.h348 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Ddbus.h334 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus.c1950 dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload) in dbus_pnp_resume() argument
1980 if (fw_reload) in dbus_pnp_resume()
1981 *fw_reload = fwdl; in dbus_pnp_resume()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus.c1940 dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload) in dbus_pnp_resume() argument
1970 if (fw_reload) in dbus_pnp_resume()
1971 *fw_reload = fwdl; in dbus_pnp_resume()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus.c1931 dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload) in dbus_pnp_resume() argument
1961 if (fw_reload) in dbus_pnp_resume()
1962 *fw_reload = fwdl; in dbus_pnp_resume()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_decl.h504 t_u8 fw_reload; member
H A Dmlan_shim.c575 if (pmfw->fw_reload) { in mlan_dnld_fw()
H A Dmlan_ioctl.h4377 t_u8 fw_reload; member
H A Dmlan_sta_ioctl.c4334 if (misc->param.fw_reload) in wlan_misc_ioctl_warm_reset()
4360 if (misc->param.fw_reload != MTRUE) { in wlan_misc_ioctl_warm_reset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/
H A Dmwl8k.c285 struct work_struct fw_reload; member
1622 ieee80211_queue_work(hw, &priv->fw_reload); in mwl8k_tx_wait_empty()
4903 container_of(work, struct mwl8k_priv, fw_reload); in mwl8k_hw_restart_work()
6121 INIT_WORK(&priv->fw_reload, mwl8k_hw_restart_work); in mwl8k_firmware_load_success()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h840 t_u8 fw_reload; member
H A Dmlan_sta_ioctl.c4019 if (misc->param.fw_reload) in wlan_misc_ioctl_warm_reset()
4045 if (misc->param.fw_reload != MTRUE) { in wlan_misc_ioctl_warm_reset()
H A Dmlan_ioctl.h5787 t_u8 fw_reload; member

12