Home
last modified time | relevance | path

Searched refs:IS_USB9098 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_usb.c243 if (IS_USB9098(pmadapter->card_type)) { in wlan_usb_prog_fw_w_helper()
H A Dmlan_decl.h503 #define IS_USB9098(ct) (CARD_TYPE_USB9098 == (ct)) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_decl.h503 #define IS_USB9098(ct) (CARD_TYPE_USB9098 == (ct)) macro
H A Dmoal_usb.c2023 if (IS_USB9098(handle->card_type)) { in woal_usb_get_fw_name()
H A Dmoal_main.c3928 !IS_USB9098(handle->card_type) &&