Searched refs:req_fw_nowait (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | main.c | 693 bool req_fw_nowait) in mwifiex_init_hw_fw() argument 709 if (req_fw_nowait) { in mwifiex_init_hw_fw() 721 req_fw_nowait ? "_nowait" : "", ret); in mwifiex_init_hw_fw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_init.c | 30 static int req_fw_nowait; variable 1391 if (req_fw_nowait) in woal_setup_module_param() 2365 module_param(req_fw_nowait, int, 0); 2367 req_fw_nowait,
|
| H A D | moal_main.c | 2945 t_u8 req_fw_nowait = moal_extflg_isset(handle, EXT_REQ_FW_NOWAIT); local 2951 if (req_fw_nowait) { 3083 t_u8 req_fw_nowait = moal_extflg_isset(handle, EXT_REQ_FW_NOWAIT); local 3092 if (req_fw_nowait) { 3144 if (req_fw_nowait) { 3210 if (req_fw_nowait) { 3263 if (req_fw_nowait) { 3605 t_u8 req_fw_nowait = moal_extflg_isset(handle, EXT_REQ_FW_NOWAIT); local 3613 if (req_fw_nowait) { 3685 t_u8 req_fw_nowait = moal_extflg_isset(handle, EXT_REQ_FW_NOWAIT); local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.c | 76 int req_fw_nowait; variable 2240 if (req_fw_nowait) { 2277 if (req_fw_nowait) { 2324 if (req_fw_nowait) { 2526 req_fw_nowait); 2537 if (req_fw_nowait) { 2581 if (req_fw_nowait) { 2628 if (req_fw_nowait) { 2859 if (req_fw_nowait) { 8883 module_param(req_fw_nowait, int, 0); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 69 req_fw_nowait=0|1 <use request_firmware API (default) | use request_firmware_nowait API>
|