Home
last modified time | relevance | path

Searched defs:btc_ops (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.h1008 struct btc_ops { struct
1009 void (*fw_cmd)(struct btc_t *btc, u8 h2c_class, u8 h2c_func,
1011 void (*ntfy_power_on)(struct btc_t *btc);
1012 void (*ntfy_power_off)(struct btc_t *btc);
1013 void (*ntfy_init_coex)(struct btc_t *btc, u8 mode);
1014 void (*ntfy_scan_start)(struct btc_t *btc, u8 band_idx, u8 band);
1015 void (*ntfy_scan_finish)(struct btc_t *btc, u8 band_idx);
1016 void (*ntfy_switch_band)(struct btc_t *btc, u8 band_idx, u8 band);
1017 void (*ntfy_specific_packet)(struct btc_t *btc, u8 pkt_type);
1018 void (*ntfy_role_info)(struct btc_t *btc, u8 rid,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.h1005 struct btc_ops { struct
1006 void (*fw_cmd)(struct btc_t *btc, u8 h2c_class, u8 h2c_func,
1008 void (*ntfy_power_on)(struct btc_t *btc);
1009 void (*ntfy_power_off)(struct btc_t *btc);
1010 void (*ntfy_init_coex)(struct btc_t *btc, u8 mode);
1011 void (*ntfy_scan_start)(struct btc_t *btc, u8 band_idx, u8 band);
1012 void (*ntfy_scan_finish)(struct btc_t *btc, u8 band_idx);
1013 void (*ntfy_switch_band)(struct btc_t *btc, u8 band_idx, u8 band);
1014 void (*ntfy_specific_packet)(struct btc_t *btc, u8 pkt_type);
1015 void (*ntfy_role_info)(struct btc_t *btc, u8 rid,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dfw.c223 struct rtl_btc_ops *btc_ops = rtlpriv->btcoexist.btc_ops; in rtl8723be_set_fw_pwrmode_cmd() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.c402 struct rtl_btc_ops *btc_ops = rtlpriv->btcoexist.btc_ops; in rtl92ee_set_fw_pwrmode_cmd() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.c472 struct rtl_btc_ops *btc_ops = rtlpriv->btcoexist.btc_ops; in rtl8821ae_set_fw_pwrmode_cmd() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c1883 struct rtl_btc_ops *btc_ops = rtlpriv->btcoexist.btc_ops; in rtl_rx_ampdu_apply() local
2297 const struct rtl_btc_ops *btc_ops = rtlpriv->btcoexist.btc_ops; in rtl_c2h_content_parsing() local
H A Dpci.c1772 struct rtl_btc_ops *btc_ops = rtlpriv->btcoexist.btc_ops; in rtl_pci_start() local
H A Dwifi.h2616 struct rtl_btc_ops *btc_ops; member