Lines Matching refs:btc
21 void rtw_btc_ex_power_on_setting(struct btc_coexist *btc);
22 void rtw_btc_ex_pre_load_firmware(struct btc_coexist *btc);
23 void rtw_btc_ex_init_hw_config(struct btc_coexist *btc, boolean wifi_only);
24 void rtw_btc_ex_init_coex_dm(struct btc_coexist *btc);
25 void rtw_btc_ex_ips_notify(struct btc_coexist *btc, u8 type);
26 void rtw_btc_ex_lps_notify(struct btc_coexist *btc, u8 type);
27 void rtw_btc_ex_scan_notify(struct btc_coexist *btc, u8 type);
28 void rtw_btc_ex_scan_notify_without_bt(struct btc_coexist *btc, u8 type);
29 void rtw_btc_ex_switchband_notify(struct btc_coexist *btc, u8 type);
30 void rtw_btc_ex_switchband_notify_without_bt(struct btc_coexist *btc, u8 type);
31 void rtw_btc_ex_connect_notify(struct btc_coexist *btc, u8 type);
32 void rtw_btc_ex_media_status_notify(struct btc_coexist *btc, u8 type);
33 void rtw_btc_ex_specific_packet_notify(struct btc_coexist *btc, u8 type);
34 void rtw_btc_ex_bt_info_notify(struct btc_coexist *btc, u8 *tmp_buf, u8 length);
35 void rtw_btc_ex_wl_fwdbginfo_notify(struct btc_coexist *btc, u8 *tmp_buf,
37 void rtw_btc_ex_rx_rate_change_notify(struct btc_coexist *btc,
40 void rtw_btc_ex_tx_rate_change_notify(struct btc_coexist *btc, u8 tx_rate,
42 void rtw_btc_ex_rf_status_notify(struct btc_coexist *btc, u8 type);
43 void rtw_btc_ex_halt_notify(struct btc_coexist *btc);
44 void rtw_btc_ex_pnp_notify(struct btc_coexist *btc, u8 pnp_state);
45 void rtw_btc_ex_coex_dm_reset(struct btc_coexist *btc);
46 void rtw_btc_ex_periodical(struct btc_coexist *btc);
47 void rtw_btc_ex_timerup_notify(struct btc_coexist *btc, u32 type);
48 void rtw_btc_ex_wl_status_change_notify(struct btc_coexist *btc, u32 type);
49 void rtw_btc_ex_display_simple_coex_info(struct btc_coexist *btc);
50 void rtw_btc_ex_display_coex_info(struct btc_coexist *btc);
51 void rtw_btc_ex_dbg_control(struct btc_coexist *btc, u8 op_code, u8 op_len,
53 void rtw_btc_ex_wl_rfk_notify(struct btc_coexist *btc, u8 path,
57 #define rtw_btc_ex_power_on_setting(btc) argument
58 #define rtw_btc_ex_pre_load_firmware(btc) argument
59 #define rtw_btc_ex_init_hw_config(btc, wifi_only) argument
60 #define rtw_btc_ex_init_coex_dm(btc) argument
61 #define rtw_btc_ex_ips_notify(btc, type) argument
62 #define rtw_btc_ex_lps_notify(btc, type) argument
63 #define rtw_btc_ex_scan_notify(btc, type) argument
64 #define rtw_btc_ex_scan_notify_without_bt(btc, type) argument
65 #define rtw_btc_ex_switchband_notify(btc, type) argument
66 #define rtw_btc_ex_switchband_notify_without_bt(btc, type) argument
67 #define rtw_btc_ex_connect_notify(btc, type) argument
68 #define rtw_btc_ex_media_status_notify(btc, type) argument
69 #define rtw_btc_ex_specific_packet_notify(btc, type) argument
70 #define rtw_btc_ex_bt_info_notify(btc, tmp_buf, length) argument
71 #define rtw_btc_ex_wl_fwdbginfo_notify(btc, tmp_buf, length) argument
72 #define rtw_btc_ex_rx_rate_change_notify(btc, is_data_frame, btc_rate_id) argument
75 #define rtw_btc_ex_rf_status_notify(btc, type) argument
76 #define rtw_btc_ex_halt_notify(btc) argument
77 #define rtw_btc_ex_pnp_notify(btc, pnp_state) argument
78 #define rtw_btc_ex_coex_dm_reset(btc) argument
79 #define rtw_btc_ex_periodical(btc) argument
80 #define rtw_btc_ex_timerup_notify(btc, type) argument
81 #define rtw_btc_ex_wl_status_change_notify(btc, type) argument
82 #define rtw_btc_ex_display_coex_info(btc) argument
83 #define rtw_btc_ex_dbg_control(btc, op_code, op_len, pdata) argument
84 #define rtw_btc_ex_wl_rfk_notify(btc, path, type, state) argument