Home
last modified time | relevance | path

Searched refs:coex_mode (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_main.c182 if (common->coex_mode > 1) in rsi_read_pkt()
340 common->coex_mode = 2; in rsi_91x_init()
344 common->coex_mode = 4; in rsi_91x_init()
347 common->coex_mode = 1; in rsi_91x_init()
351 common->coex_mode = 1; in rsi_91x_init()
354 __func__, common->oper_mode, common->coex_mode); in rsi_91x_init()
358 if (common->coex_mode > 1) { in rsi_91x_init()
395 if (common->coex_mode > 1) { in rsi_91x_deinit()
Drsi_91x_usb.c543 if (adapter->priv->coex_mode > 1) in rsi_deinit_usb_interface()
555 num_rx_cb = (adapter->priv->coex_mode > 1 ? 2 : 1); in rsi_usb_init_rx()
580 if (adapter->priv->coex_mode > 1) in rsi_usb_init_rx()
823 if (adapter->priv->coex_mode > 1) { in rsi_probe()
854 if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 && in rsi_disconnect()
Drsi_91x_hal.c46 if (common->coex_mode > 1) in rsi_send_pkt_to_bus()
52 if (common->coex_mode > 1) in rsi_send_pkt_to_bus()
524 regin_input = (REGIN_INPUT | adapter->priv->coex_mode); in bl_write_cmd()
650 bl_hdr->image_no = cpu_to_le32(adapter->priv->coex_mode); in bl_write_header()
906 metadata_p = &metadata_flash_content[adapter->priv->coex_mode]; in rsi_load_9113_firmware()
1030 metadata_p = &metadata[adapter->priv->coex_mode]; in rsi_load_9116_firmware()
Drsi_main.h292 u8 coex_mode; member
Drsi_91x_sdio.c1243 if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 && in rsi_disconnect()
1425 if (IS_ENABLED(CONFIG_RSI_COEX) && common->coex_mode > 1 && in rsi_freeze()
1478 if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 && in rsi_shutdown()
Drsi_91x_core.c310 if (common->coex_mode > 1) { in rsi_core_qos_processor()
Drsi_91x_mac80211.c1907 if (common->coex_mode > 1) in rsi_config_wowlan()
2110 if (common->coex_mode > 1) in rsi_mac80211_attach()