| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_init.c | 31 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 D | moal_main.c | 1700 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 D | moal_main.h | 302 extern int fw_reload; 2146 int fw_reload; member 2353 BOOLEAN fw_reload; member
|
| H A D | mlan_decl.h | 840 t_u8 fw_reload; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.c | 77 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 D | mlan_decl.h | 504 t_u8 fw_reload; member
|
| H A D | moal_main.h | 1629 BOOLEAN fw_reload; member
|
| H A D | mlan_ioctl.h | 4377 t_u8 fw_reload; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dbus.h | 352 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 D | dbus.h | 334 extern int dbus_pnp_resume(dbus_pub_t *pub, int *fw_reload);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | dbus.h | 334 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 D | dbus.h | 340 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 D | dbus.h | 348 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 D | dbus.h | 334 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 D | dbus.c | 1950 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 D | dbus.c | 1940 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 D | dbus.c | 1931 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 D | mlan_decl.h | 504 t_u8 fw_reload; member
|
| H A D | mlan_shim.c | 575 if (pmfw->fw_reload) { in mlan_dnld_fw()
|
| H A D | mlan_ioctl.h | 4377 t_u8 fw_reload; member
|
| H A D | mlan_sta_ioctl.c | 4334 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 D | mwl8k.c | 285 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 D | mlan_decl.h | 840 t_u8 fw_reload; member
|
| H A D | mlan_sta_ioctl.c | 4019 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 D | mlan_ioctl.h | 5787 t_u8 fw_reload; member
|