Home
last modified time | relevance | path

Searched defs:btc (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/btc/
H A Dhalbtccommon.h57 #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
[all …]
H A Dhalbtccommon.c25 rtw_btc_rssi_state(struct btc_coexist *btc, u8 pre_state, in rtw_btc_rssi_state()
48 rtw_btc_limited_tx(struct btc_coexist *btc, boolean force_exec, in rtw_btc_limited_tx()
136 rtw_btc_limited_rx(struct btc_coexist *btc, boolean force_exec, in rtw_btc_limited_rx()
169 rtw_btc_low_penalty_ra(struct btc_coexist *btc, boolean force_exec, in rtw_btc_low_penalty_ra()
191 rtw_btc_limited_wl(struct btc_coexist *btc) in rtw_btc_limited_wl()
232 rtw_btc_mailbox_operation(struct btc_coexist *btc, u8 h2c_id, u8 h2c_len, in rtw_btc_mailbox_operation()
283 rtw_btc_freerun_check(struct btc_coexist *btc) in rtw_btc_freerun_check()
326 rtw_btc_wl_leakap(struct btc_coexist *btc, boolean enable) in rtw_btc_wl_leakap()
353 rtw_btc_wl_ccklock_action(struct btc_coexist *btc) in rtw_btc_wl_ccklock_action()
393 rtw_btc_wl_ccklock_detect(struct btc_coexist *btc) in rtw_btc_wl_ccklock_detect()
[all …]
H A Dhalbtc8822c.c255 void halbtc8822c_cfg_init(struct btc_coexist *btc) in halbtc8822c_cfg_init()
286 void halbtc8822c_cfg_ant_switch(struct btc_coexist *btc) in halbtc8822c_cfg_ant_switch()
289 void halbtc8822c_cfg_gnt_fix(struct btc_coexist *btc) in halbtc8822c_cfg_gnt_fix()
364 void halbtc8822c_cfg_gnt_debug(struct btc_coexist *btc) in halbtc8822c_cfg_gnt_debug()
373 void halbtc8822c_cfg_rfe_type(struct btc_coexist *btc) in halbtc8822c_cfg_rfe_type()
407 void halbtc8822c_cfg_coexinfo_hw(struct btc_coexist *btc) in halbtc8822c_cfg_coexinfo_hw()
491 void halbtc8822c_cfg_wl_tx_power(struct btc_coexist *btc) in halbtc8822c_cfg_wl_tx_power()
498 void halbtc8822c_cfg_wl_rx_gain(struct btc_coexist *btc) in halbtc8822c_cfg_wl_rx_gain()
589 void halbtc8822c_cfg_wlan_act_ips(struct btc_coexist *btc) in halbtc8822c_cfg_wlan_act_ips()
592 void halbtc8822c_cfg_bt_ctrl_act(struct btc_coexist *btc) in halbtc8822c_cfg_bt_ctrl_act()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_action.c25 #define _set_cx_ctrl(btc, val) rtw_hal_mac_set_coex_ctrl(btc->hal, val) argument
85 void _set_bt_ignore_wlan_act(struct btc_t *btc, u8 enable) in _set_bt_ignore_wlan_act()
96 void _set_wl_tx_power(struct btc_t *btc, u32 level) in _set_wl_tx_power()
112 void _set_wl_rx_gain(struct btc_t *btc, u32 level) in _set_wl_rx_gain()
128 void _set_bt_tx_power(struct btc_t *btc, u32 level) in _set_bt_tx_power()
146 void _set_bt_rx_gain(struct btc_t *btc, u32 level) in _set_bt_rx_gain()
171 static void _set_rf_trx_para(struct btc_t *btc) in _set_rf_trx_para()
226 void _update_btc_state_map(struct btc_t *btc) in _update_btc_state_map()
251 static void _set_bt_golden_rx_range(struct btc_t *btc, u8 p_id, u8 level) in _set_bt_golden_rx_range()
279 static void _set_bt_afh_info(struct btc_t *btc) in _set_bt_afh_info()
[all …]
H A Dhal_btc.c63 static void _set_btc_timer(struct btc_t *btc, u16 tmr_id, u32 ms) in _set_btc_timer()
73 static void _btmr_stop(struct btc_t *btc) in _btmr_stop()
90 static void _btmr_release(struct btc_t *btc) in _btmr_release()
105 static void _btmr_start(struct btc_t *btc) in _btmr_start()
119 struct btc_t *btc = NULL; in _delay_tmr_cb() local
134 struct btc_t *btc = NULL; in _btmr_cb() local
152 static void _btmr_init(struct btc_t *btc) in _btmr_init()
176 static void _btmr_deinit(struct btc_t *btc) in _btmr_deinit()
186 _send_fw_cmd(struct btc_t *btc, u8 h2c_class, u8 h2c_func, u8 *param, u16 len) in _send_fw_cmd()
219 u32 _read_cx_reg(struct btc_t *btc, u32 offset) in _read_cx_reg()
[all …]
H A Dhalbtc_fw.c23 void _chk_btc_err(struct btc_t *btc, u8 type, u32 cnt) in _chk_btc_err()
154 static void _update_bt_report(struct btc_t *btc, u8 rpt_type, u8* pfinfo) in _update_bt_report()
190 static u32 _chk_btc_report(struct btc_t *btc, struct btf_fwinfo *pfwinfo, in _chk_btc_report()
421 static void _parse_btc_report(struct btc_t *btc, struct btf_fwinfo *pfwinfo, in _parse_btc_report()
441 static void _append_tdma(struct btc_t *btc, bool force_exec) in _append_tdma()
470 static void _append_slot(struct btc_t *btc, bool force_exec) in _append_slot()
508 void hal_btc_fw_en_rpt(struct btc_t *btc, u32 rpt_map, u32 rpt_state) in hal_btc_fw_en_rpt()
537 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s) in hal_btc_fw_set_slots()
568 void hal_btc_fw_set_monreg(struct btc_t *btc) in hal_btc_fw_set_monreg()
603 bool hal_btc_fw_set_1tdma(struct btc_t *btc, u16 len, u8 *buf) in hal_btc_fw_set_1tdma()
[all …]
H A Dhalbtc_dbg_cmd.c89 static void _cmd_rb(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _cmd_rb()
129 static void _show_cx_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_cx_info()
208 static void _show_wl_role_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_role_info()
275 static void _show_wl_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_info()
313 static void _show_dm_step(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_step()
344 static void _show_bt_profile_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_profile_info()
398 static void _show_bt_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_info()
505 static void _show_fbtc_tdma(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_fbtc_tdma()
534 static void _show_dm_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_info()
590 static void _show_mreg(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_mreg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_action.c25 #define _set_cx_ctrl(btc, val) rtw_hal_mac_set_coex_ctrl(btc->hal, val) argument
85 void _set_bt_ignore_wlan_act(struct btc_t *btc, u8 enable) in _set_bt_ignore_wlan_act()
96 void _set_wl_tx_power(struct btc_t *btc, u32 level) in _set_wl_tx_power()
112 void _set_wl_rx_gain(struct btc_t *btc, u32 level) in _set_wl_rx_gain()
128 void _set_bt_tx_power(struct btc_t *btc, u32 level) in _set_bt_tx_power()
146 void _set_bt_rx_gain(struct btc_t *btc, u32 level) in _set_bt_rx_gain()
171 static void _set_rf_trx_para(struct btc_t *btc) in _set_rf_trx_para()
226 void _update_btc_state_map(struct btc_t *btc) in _update_btc_state_map()
251 static void _set_bt_golden_rx_range(struct btc_t *btc, u8 p_id, u8 level) in _set_bt_golden_rx_range()
279 static void _set_bt_afh_info(struct btc_t *btc) in _set_bt_afh_info()
[all …]
H A Dhal_btc.c63 static void _set_btc_timer(struct btc_t *btc, u16 tmr_id, u32 ms) in _set_btc_timer()
73 static void _btmr_stop(struct btc_t *btc) in _btmr_stop()
90 static void _btmr_release(struct btc_t *btc) in _btmr_release()
105 static void _btmr_start(struct btc_t *btc) in _btmr_start()
119 struct btc_t *btc = NULL; in _delay_tmr_cb() local
134 struct btc_t *btc = NULL; in _btmr_cb() local
152 static void _btmr_init(struct btc_t *btc) in _btmr_init()
176 static void _btmr_deinit(struct btc_t *btc) in _btmr_deinit()
186 _send_fw_cmd(struct btc_t *btc, u8 h2c_class, u8 h2c_func, u8 *param, u16 len) in _send_fw_cmd()
219 u32 _read_cx_reg(struct btc_t *btc, u32 offset) in _read_cx_reg()
[all …]
H A Dhalbtc_fw.c23 void _chk_btc_err(struct btc_t *btc, u8 type, u32 cnt) in _chk_btc_err()
154 static void _update_bt_report(struct btc_t *btc, u8 rpt_type, u8* pfinfo) in _update_bt_report()
190 static u32 _chk_btc_report(struct btc_t *btc, struct btf_fwinfo *pfwinfo, in _chk_btc_report()
421 static void _parse_btc_report(struct btc_t *btc, struct btf_fwinfo *pfwinfo, in _parse_btc_report()
441 static void _append_tdma(struct btc_t *btc, bool force_exec) in _append_tdma()
470 static void _append_slot(struct btc_t *btc, bool force_exec) in _append_slot()
508 void hal_btc_fw_en_rpt(struct btc_t *btc, u32 rpt_map, u32 rpt_state) in hal_btc_fw_en_rpt()
537 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s) in hal_btc_fw_set_slots()
568 void hal_btc_fw_set_monreg(struct btc_t *btc) in hal_btc_fw_set_monreg()
603 bool hal_btc_fw_set_1tdma(struct btc_t *btc, u16 len, u8 *buf) in hal_btc_fw_set_1tdma()
[all …]
H A Dhalbtc_dbg_cmd.c89 static void _cmd_rb(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _cmd_rb()
129 static void _show_cx_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_cx_info()
208 static void _show_wl_role_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_role_info()
275 static void _show_wl_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_info()
313 static void _show_dm_step(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_step()
344 static void _show_bt_profile_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_profile_info()
398 static void _show_bt_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_info()
505 static void _show_fbtc_tdma(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_fbtc_tdma()
534 static void _show_dm_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_info()
590 static void _show_mreg(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_mreg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/btc/
H A Dhalbtc8822b2ant.c35 static u8 halbtc8822b2ant_bt_rssi_state(struct btc_coexist *btc, in halbtc8822b2ant_bt_rssi_state()
97 static u8 halbtc8822b2ant_wifi_rssi_state(struct btc_coexist *btc, in halbtc8822b2ant_wifi_rssi_state()
160 halbtc8822b2ant_limited_tx(struct btc_coexist *btc, boolean force_exec, in halbtc8822b2ant_limited_tx()
233 halbtc8822b2ant_limited_rx(struct btc_coexist *btc, boolean force_exec, in halbtc8822b2ant_limited_rx()
262 halbtc8822b2ant_ccklock_action(struct btc_coexist *btc) in halbtc8822b2ant_ccklock_action()
318 halbtc8822b2ant_ccklock_detect(struct btc_coexist *btc) in halbtc8822b2ant_ccklock_detect()
358 halbtc8822b2ant_set_tdma_timer_base(struct btc_coexist *btc, u8 type) in halbtc8822b2ant_set_tdma_timer_base()
416 static void halbtc8822b2ant_coex_switch_thres(struct btc_coexist *btc, in halbtc8822b2ant_coex_switch_thres()
480 static void halbtc8822b2ant_low_penalty_ra(struct btc_coexist *btc, in halbtc8822b2ant_low_penalty_ra()
504 halbtc8822b2ant_freerun_check(struct btc_coexist *btc) in halbtc8822b2ant_freerun_check()
[all …]
H A Dhalbtc8822b1ant.c99 static u8 halbtc8822b1ant_wifi_rssi_state(struct btc_coexist *btc, in halbtc8822b1ant_wifi_rssi_state()
161 halbtc8822b1ant_limited_tx(struct btc_coexist *btc, boolean force_exec, in halbtc8822b1ant_limited_tx()
233 halbtc8822b1ant_limited_rx(struct btc_coexist *btc, boolean force_exec, in halbtc8822b1ant_limited_rx()
262 halbtc8822b1ant_ccklock_action(struct btc_coexist *btc) in halbtc8822b1ant_ccklock_action()
318 halbtc8822b1ant_ccklock_detect(struct btc_coexist *btc) in halbtc8822b1ant_ccklock_detect()
358 halbtc8822b1ant_set_tdma_timer_base(struct btc_coexist *btc, u8 type) in halbtc8822b1ant_set_tdma_timer_base()
416 static void halbtc8822b1ant_low_penalty_ra(struct btc_coexist *btc, in halbtc8822b1ant_low_penalty_ra()
439 static void halbtc8822b1ant_write_scbd(struct btc_coexist *btc, u16 bitpos, in halbtc8822b1ant_write_scbd()
462 static void halbtc8822b1ant_read_scbd(struct btc_coexist *btc, in halbtc8822b1ant_read_scbd()
468 static void halbtc8822b1ant_query_bt_info(struct btc_coexist *btc) in halbtc8822b1ant_query_bt_info()
[all …]
H A Dhalbtc8822b1ant.h472 #define ex_halbtc8822b1ant_power_on_setting(btc) argument
473 #define ex_halbtc8822b1ant_pre_load_firmware(btc) argument
474 #define ex_halbtc8822b1ant_init_hw_config(btc, wifi_only) argument
475 #define ex_halbtc8822b1ant_init_coex_dm(btc) argument
476 #define ex_halbtc8822b1ant_ips_notify(btc, type) argument
477 #define ex_halbtc8822b1ant_lps_notify(btc, type) argument
478 #define ex_halbtc8822b1ant_scan_notify(btc, type) argument
479 #define ex_halbtc8822b1ant_scan_notify_without_bt(btc, type) argument
480 #define ex_halbtc8822b1ant_switchband_notify(btc, type) argument
481 #define ex_halbtc8822b1ant_switchband_notify_without_bt(btc, type) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/btc/
H A Dhalbtc8821c2ant.c35 u8 halbtc8821c2ant_bt_rssi_state(struct btc_coexist *btc, in halbtc8821c2ant_bt_rssi_state()
97 u8 halbtc8821c2ant_wifi_rssi_state(struct btc_coexist *btc, in halbtc8821c2ant_wifi_rssi_state()
159 halbtc8821c2ant_limited_tx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c2ant_limited_tx()
233 halbtc8821c2ant_limited_rx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c2ant_limited_rx()
262 halbtc8821c2ant_ccklock_action(struct btc_coexist *btc) in halbtc8821c2ant_ccklock_action()
315 halbtc8821c2ant_ccklock_detect(struct btc_coexist *btc) in halbtc8821c2ant_ccklock_detect()
367 halbtc8821c2ant_set_tdma_timer_base(struct btc_coexist *btc, u8 type) in halbtc8821c2ant_set_tdma_timer_base()
423 void halbtc8821c2ant_coex_switch_thres(struct btc_coexist *btc, in halbtc8821c2ant_coex_switch_thres()
442 void halbtc8821c2ant_low_penalty_ra(struct btc_coexist *btc, in halbtc8821c2ant_low_penalty_ra()
465 void halbtc8821c2ant_set_antdiv_hwsw(struct btc_coexist *btc, in halbtc8821c2ant_set_antdiv_hwsw()
[all …]
H A Dhalbtc8821c1ant.c171 halbtc8821c1ant_limited_tx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c1ant_limited_tx()
245 halbtc8821c1ant_limited_rx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c1ant_limited_rx()
276 halbtc8821c1ant_ccklock_action(struct btc_coexist *btc) in halbtc8821c1ant_ccklock_action()
345 halbtc8821c1ant_ccklock_detect(struct btc_coexist *btc) in halbtc8821c1ant_ccklock_detect()
384 halbtc8821c1ant_set_tdma_timer_base(struct btc_coexist *btc, u8 type) in halbtc8821c1ant_set_tdma_timer_base()
440 void halbtc8821c1ant_low_penalty_ra(struct btc_coexist *btc, in halbtc8821c1ant_low_penalty_ra()
463 void halbtc8821c1ant_write_scbd(struct btc_coexist *btc, u16 bitpos, in halbtc8821c1ant_write_scbd()
487 void halbtc8821c1ant_read_scbd(struct btc_coexist *btc, in halbtc8821c1ant_read_scbd()
494 void halbtc8821c1ant_query_bt_info(struct btc_coexist *btc) in halbtc8821c1ant_query_bt_info()
516 void halbtc8821c1ant_enable_gnt_to_gpio(struct btc_coexist *btc, in halbtc8821c1ant_enable_gnt_to_gpio()
[all …]
H A Dhalbtc8821c1ant.h478 #define ex_halbtc8821c1ant_power_on_setting(btc) argument
479 #define ex_halbtc8821c1ant_pre_load_firmware(btc) argument
480 #define ex_halbtc8821c1ant_init_hw_config(btc, wifi_only) argument
481 #define ex_halbtc8821c1ant_init_coex_dm(btc) argument
482 #define ex_halbtc8821c1ant_ips_notify(btc, type) argument
483 #define ex_halbtc8821c1ant_lps_notify(btc, type) argument
484 #define ex_halbtc8821c1ant_scan_notify(btc, type) argument
485 #define ex_halbtc8821c1ant_switchband_notify(btc, type) argument
486 #define ex_halbtc8821c1ant_connect_notify(btc, type) argument
487 #define ex_halbtc8821c1ant_media_status_notify(btc, type) argument
[all …]
H A Dhalbtc8821c2ant.h489 #define ex_halbtc8821c2ant_power_on_setting(btc) argument
490 #define ex_halbtc8821c2ant_pre_load_firmware(btc) argument
491 #define ex_halbtc8821c2ant_init_hw_config(btc, wifi_only) argument
492 #define ex_halbtc8821c2ant_init_coex_dm(btc) argument
493 #define ex_halbtc8821c2ant_ips_notify(btc, type) argument
494 #define ex_halbtc8821c2ant_lps_notify(btc, type) argument
495 #define ex_halbtc8821c2ant_scan_notify(btc, type) argument
496 #define ex_halbtc8821c2ant_switchband_notify(btc, type) argument
497 #define ex_halbtc8821c2ant_connect_notify(btc, type) argument
498 #define ex_halbtc8821c2ant_media_status_notify(btc, type) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/btc/
H A Dhalbtc8821c2ant.c36 u8 halbtc8821c2ant_bt_rssi_state(struct btc_coexist *btc, in halbtc8821c2ant_bt_rssi_state()
98 u8 halbtc8821c2ant_wifi_rssi_state(struct btc_coexist *btc, in halbtc8821c2ant_wifi_rssi_state()
160 halbtc8821c2ant_limited_tx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c2ant_limited_tx()
234 halbtc8821c2ant_limited_rx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c2ant_limited_rx()
263 halbtc8821c2ant_ccklock_action(struct btc_coexist *btc) in halbtc8821c2ant_ccklock_action()
316 halbtc8821c2ant_ccklock_detect(struct btc_coexist *btc) in halbtc8821c2ant_ccklock_detect()
368 halbtc8821c2ant_set_tdma_timer_base(struct btc_coexist *btc, u8 type) in halbtc8821c2ant_set_tdma_timer_base()
424 void halbtc8821c2ant_coex_switch_thres(struct btc_coexist *btc, in halbtc8821c2ant_coex_switch_thres()
443 void halbtc8821c2ant_low_penalty_ra(struct btc_coexist *btc, in halbtc8821c2ant_low_penalty_ra()
466 void halbtc8821c2ant_set_antdiv_hwsw(struct btc_coexist *btc, in halbtc8821c2ant_set_antdiv_hwsw()
[all …]
H A Dhalbtc8821c1ant.c172 halbtc8821c1ant_limited_tx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c1ant_limited_tx()
246 halbtc8821c1ant_limited_rx(struct btc_coexist *btc, boolean force_exec, in halbtc8821c1ant_limited_rx()
277 halbtc8821c1ant_ccklock_action(struct btc_coexist *btc) in halbtc8821c1ant_ccklock_action()
346 halbtc8821c1ant_ccklock_detect(struct btc_coexist *btc) in halbtc8821c1ant_ccklock_detect()
385 halbtc8821c1ant_set_tdma_timer_base(struct btc_coexist *btc, u8 type) in halbtc8821c1ant_set_tdma_timer_base()
441 void halbtc8821c1ant_low_penalty_ra(struct btc_coexist *btc, in halbtc8821c1ant_low_penalty_ra()
464 void halbtc8821c1ant_write_scbd(struct btc_coexist *btc, u16 bitpos, in halbtc8821c1ant_write_scbd()
488 void halbtc8821c1ant_read_scbd(struct btc_coexist *btc, in halbtc8821c1ant_read_scbd()
495 void halbtc8821c1ant_query_bt_info(struct btc_coexist *btc) in halbtc8821c1ant_query_bt_info()
517 void halbtc8821c1ant_enable_gnt_to_gpio(struct btc_coexist *btc, in halbtc8821c1ant_enable_gnt_to_gpio()
[all …]
H A Dhalbtc8821c1ant.h479 #define ex_halbtc8821c1ant_power_on_setting(btc) argument
480 #define ex_halbtc8821c1ant_pre_load_firmware(btc) argument
481 #define ex_halbtc8821c1ant_init_hw_config(btc, wifi_only) argument
482 #define ex_halbtc8821c1ant_init_coex_dm(btc) argument
483 #define ex_halbtc8821c1ant_ips_notify(btc, type) argument
484 #define ex_halbtc8821c1ant_lps_notify(btc, type) argument
485 #define ex_halbtc8821c1ant_scan_notify(btc, type) argument
486 #define ex_halbtc8821c1ant_switchband_notify(btc, type) argument
487 #define ex_halbtc8821c1ant_connect_notify(btc, type) argument
488 #define ex_halbtc8821c1ant_media_status_notify(btc, type) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/btc_8852b/
H A Dbtc_8852b.c118 void _8852b_rfe_type(struct btc_t *btc) in _8852b_rfe_type()
151 void _8852b_wl_tx_power(struct btc_t *btc, u32 level) in _8852b_wl_tx_power()
205 void _8852b_set_wl_lna2(struct btc_t *btc, u8 level) in _8852b_set_wl_lna2()
234 void _8852b_wl_rx_gain(struct btc_t *btc, u32 level) in _8852b_wl_rx_gain()
257 u8 _8852b_bt_rssi(struct btc_t *btc, u8 val) in _8852b_bt_rssi()
268 void _8852b_set_wl_trx_mask(struct btc_t *btc, u8 path, u8 group, u32 val) in _8852b_set_wl_trx_mask()
276 void _8852b_wl_s1_standby(struct btc_t *btc, u32 state) in _8852b_wl_s1_standby()
291 void _8852b_wl_req_mac(struct btc_t *btc, u8 mac_id) in _8852b_wl_req_mac()
305 void _8852b_update_bt_cnt(struct btc_t *btc) in _8852b_update_bt_cnt()
329 void _8852b_init_cfg(struct btc_t *btc) in _8852b_init_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/btc_8852b/
H A Dbtc_8852b.c118 void _8852b_rfe_type(struct btc_t *btc) in _8852b_rfe_type()
151 void _8852b_wl_tx_power(struct btc_t *btc, u32 level) in _8852b_wl_tx_power()
205 void _8852b_set_wl_lna2(struct btc_t *btc, u8 level) in _8852b_set_wl_lna2()
234 void _8852b_wl_rx_gain(struct btc_t *btc, u32 level) in _8852b_wl_rx_gain()
257 u8 _8852b_bt_rssi(struct btc_t *btc, u8 val) in _8852b_bt_rssi()
268 void _8852b_set_wl_trx_mask(struct btc_t *btc, u8 path, u8 group, u32 val) in _8852b_set_wl_trx_mask()
276 void _8852b_wl_s1_standby(struct btc_t *btc, u32 state) in _8852b_wl_s1_standby()
291 void _8852b_wl_req_mac(struct btc_t *btc, u8 mac_id) in _8852b_wl_req_mac()
305 void _8852b_update_bt_cnt(struct btc_t *btc) in _8852b_update_bt_cnt()
329 void _8852b_init_cfg(struct btc_t *btc) in _8852b_init_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_btc.c166 struct btc_t *btc = NULL; in rtw_hal_btc_init() local
213 struct btc_t *btc = hal_info->btc; in rtw_hal_btc_deinit() local
234 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_update_role_info_ntfy() local
301 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_power_off_ntfy() local
311 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_init_coex_cfg_ntfy() local
323 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_start_ntfy() local
333 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_finish_ntfy() local
344 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_switch_band_ntfy() local
354 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_packet_event_ntfy() local
364 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_radio_state_ntfy() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_btc.c167 struct btc_t *btc = NULL; in rtw_hal_btc_init() local
214 struct btc_t *btc = hal_info->btc; in rtw_hal_btc_deinit() local
235 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_update_role_info_ntfy() local
249 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_power_off_ntfy() local
259 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_init_coex_cfg_ntfy() local
271 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_start_ntfy() local
281 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_finish_ntfy() local
292 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_switch_band_ntfy() local
302 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_packet_event_ntfy() local
312 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_radio_state_ntfy() local
[all …]

123