Home
last modified time | relevance | path

Searched refs:mfg_mode (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dinit.c314 adapter->mfg_mode = mfg_mode; in mwifiex_init_adapter()
525 if (adapter->mfg_mode) { in mwifiex_init_fw()
Dmain.c43 bool mfg_mode; variable
44 module_param(mfg_mode, bool, 0);
45 MODULE_PARM_DESC(mfg_mode, "manufacturing mode enable:1, disable:0");
608 if (!adapter->mfg_mode) { in _mwifiex_fw_dpc()
739 if (mfg_mode) { in mwifiex_init_hw_fw()
Dmain.h62 extern bool mfg_mode;
1032 bool mfg_mode; member
Dcmdevt.c606 if (adapter->mfg_mode && cmd_no) { in mwifiex_send_cmd()
Dusb.c670 if (card->udev->state != USB_STATE_NOTATTACHED && !adapter->mfg_mode) { in mwifiex_usb_disconnect()
Dsdio.c829 !adapter->mfg_mode) { in mwifiex_sdio_remove()
Dpcie.c452 if (fw_status == FIRMWARE_READY_PCIE && !adapter->mfg_mode) { in mwifiex_pcie_remove()
Dcfg80211.c3096 if (!adapter->mfg_mode) { in mwifiex_add_virtual_intf()