Home
last modified time | relevance | path

Searched refs:btc_t (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_action.h239 void _action_wl_25g_mcc(struct btc_t *btc);
240 void _action_wl_2g_ap(struct btc_t *btc);
241 void _action_wl_2g_go(struct btc_t *btc);
242 void _action_wl_2g_gc(struct btc_t *btc);
243 void _action_wl_2g_nan(struct btc_t *btc);
244 void _action_wl_2g_scc(struct btc_t *btc);
245 void _action_wl_2g_sta(struct btc_t *btc);
246 void _action_wl_scan(struct btc_t *btc);
247 void _action_wl_2g_mcc(struct btc_t *btc);
248 void _action_wl_5g(struct btc_t *btc);
[all …]
H A Dhal_btc.h84 struct btc_t;
771 void (*set_rfe)(struct btc_t *btc);
772 void (*init_cfg)(struct btc_t *btc);
773 void (*wl_pri)(struct btc_t *btc, u8 mask, bool state);
774 void (*wl_tx_power)(struct btc_t *btc, u32 level);
775 void (*wl_rx_gain)(struct btc_t *btc, u32 level);
776 void (*wl_s1_standby)(struct btc_t *btc, u32 state);
777 void (*wl_req_mac)(struct btc_t *btc, u8 mac_id);
778 void (*update_bt_cnt)(struct btc_t *btc);
779 u8 (*bt_rssi)(struct btc_t *btc, u8 val);
[all …]
H A Dhalbtc_fw.h9 struct btc_t;
290 void _chk_btc_err(struct btc_t *btc, u8 type, u32 cnt);
291 void hal_btc_fw_event(struct btc_t *btc, u8 evt_id, void *data, u32 len);
292 void hal_btc_fw_en_rpt(struct btc_t *btc, u32 rpt_map, u32 rpt_state);
293 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s);
294 void hal_btc_fw_set_monreg(struct btc_t *btc);
295 bool hal_btc_fw_set_1tdma(struct btc_t *btc, u16 len, u8 *buf);
296 bool hal_btc_fw_set_1slot(struct btc_t *btc, u16 len, u8 *buf);
297 bool hal_btc_fw_set_policy(struct btc_t *btc, bool force_exec, u16 policy_type,
299 void hal_btc_fw_set_gpio_dbg(struct btc_t *btc, u8 type, u32 val);
[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()
126 btc = (struct btc_t *)ctx; in _delay_tmr_cb()
134 struct btc_t *btc = NULL; in _btmr_cb()
143 btc = (struct btc_t *)btmr->btc; in _btmr_cb()
152 static void _btmr_init(struct btc_t *btc) in _btmr_init()
176 static void _btmr_deinit(struct btc_t *btc) in _btmr_deinit()
[all …]
H A Dhalbtc_action.c85 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()
377 static void _set_halbb_btg_ctrl(struct btc_t *btc) in _set_halbb_btg_ctrl()
[all …]
H A Dhalbtc_dbg_cmd.h18 void halbtc_cmd_parser(struct btc_t *btc, char input[][MAX_ARGV],
20 s32 halbtc_cmd(struct btc_t *btc, char *input, char *output, u32 out_len);
21 void _get_wl_nhm_dbm(struct btc_t *btc);
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.h239 void _action_wl_25g_mcc(struct btc_t *btc);
240 void _action_wl_2g_ap(struct btc_t *btc);
241 void _action_wl_2g_go(struct btc_t *btc);
242 void _action_wl_2g_gc(struct btc_t *btc);
243 void _action_wl_2g_nan(struct btc_t *btc);
244 void _action_wl_2g_scc(struct btc_t *btc);
245 void _action_wl_2g_sta(struct btc_t *btc);
246 void _action_wl_scan(struct btc_t *btc);
247 void _action_wl_2g_mcc(struct btc_t *btc);
248 void _action_wl_5g(struct btc_t *btc);
[all …]
H A Dhal_btc.h84 struct btc_t;
771 void (*set_rfe)(struct btc_t *btc);
772 void (*init_cfg)(struct btc_t *btc);
773 void (*wl_pri)(struct btc_t *btc, u8 mask, bool state);
774 void (*wl_tx_power)(struct btc_t *btc, u32 level);
775 void (*wl_rx_gain)(struct btc_t *btc, u32 level);
776 void (*wl_s1_standby)(struct btc_t *btc, u32 state);
777 void (*wl_req_mac)(struct btc_t *btc, u8 mac_id);
778 void (*update_bt_cnt)(struct btc_t *btc);
779 u8 (*bt_rssi)(struct btc_t *btc, u8 val);
[all …]
H A Dhalbtc_fw.h9 struct btc_t;
290 void _chk_btc_err(struct btc_t *btc, u8 type, u32 cnt);
291 void hal_btc_fw_event(struct btc_t *btc, u8 evt_id, void *data, u32 len);
292 void hal_btc_fw_en_rpt(struct btc_t *btc, u32 rpt_map, u32 rpt_state);
293 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s);
294 void hal_btc_fw_set_monreg(struct btc_t *btc);
295 bool hal_btc_fw_set_1tdma(struct btc_t *btc, u16 len, u8 *buf);
296 bool hal_btc_fw_set_1slot(struct btc_t *btc, u16 len, u8 *buf);
297 bool hal_btc_fw_set_policy(struct btc_t *btc, bool force_exec, u16 policy_type,
299 void hal_btc_fw_set_gpio_dbg(struct btc_t *btc, u8 type, u32 val);
[all …]
H A Dhalbtc_action.c85 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()
377 static void _set_halbb_btg_ctrl(struct btc_t *btc) in _set_halbb_btg_ctrl()
[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()
126 btc = (struct btc_t *)ctx; in _delay_tmr_cb()
134 struct btc_t *btc = NULL; in _btmr_cb()
143 btc = (struct btc_t *)btmr->btc; in _btmr_cb()
152 static void _btmr_init(struct btc_t *btc) in _btmr_init()
176 static void _btmr_deinit(struct btc_t *btc) in _btmr_deinit()
[all …]
H A Dhalbtc_dbg_cmd.h18 void halbtc_cmd_parser(struct btc_t *btc, char input[][MAX_ARGV],
20 s32 halbtc_cmd(struct btc_t *btc, char *input, char *output, u32 out_len);
21 void _get_wl_nhm_dbm(struct btc_t *btc);
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/
H A Dhal_api_btc.c167 struct btc_t *btc = NULL; in rtw_hal_btc_init()
173 btc = _os_mem_alloc(drv_priv, sizeof(struct btc_t)); in rtw_hal_btc_init()
204 _os_mem_free(drv_priv, (void *)btc, sizeof(struct btc_t)); in rtw_hal_btc_init()
214 struct btc_t *btc = hal_info->btc; in rtw_hal_btc_deinit()
222 _os_mem_free(drv_priv, (void *)btc, sizeof(struct btc_t)); in rtw_hal_btc_deinit()
235 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_update_role_info_ntfy()
249 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_power_off_ntfy()
259 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_init_coex_cfg_ntfy()
271 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_start_ntfy()
281 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_finish_ntfy()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/btc_8852b/
H A Dbtc_8852b.h20 void _8852b_rfe_type(struct btc_t *btc);
21 void _8852b_init_cfg(struct btc_t *btc);
22 void _8852b_wl_pri (struct btc_t *btc, u8 map, bool state);
23 void _8852b_wl_tx_power(struct btc_t *btc, u32 level);
24 void _8852b_wl_rx_gain(struct btc_t *btc, u32 level);
25 void _8852b_wl_s1_standby(struct btc_t *btc, u32 state);
26 void _8852b_wl_req_mac(struct btc_t *btc, u8 mac_id);
27 void _8852b_update_bt_cnt(struct btc_t *btc);
28 u8 _8852b_bt_rssi(struct btc_t *btc, u8 val);
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/rtl8852be/phl/hal_g6/btc/btc_8852b/
H A Dbtc_8852b.h20 void _8852b_rfe_type(struct btc_t *btc);
21 void _8852b_init_cfg(struct btc_t *btc);
22 void _8852b_wl_pri (struct btc_t *btc, u8 map, bool state);
23 void _8852b_wl_tx_power(struct btc_t *btc, u32 level);
24 void _8852b_wl_rx_gain(struct btc_t *btc, u32 level);
25 void _8852b_wl_s1_standby(struct btc_t *btc, u32 state);
26 void _8852b_wl_req_mac(struct btc_t *btc, u8 mac_id);
27 void _8852b_update_bt_cnt(struct btc_t *btc);
28 u8 _8852b_bt_rssi(struct btc_t *btc, u8 val);
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()
172 btc = _os_mem_alloc(drv_priv, sizeof(struct btc_t)); in rtw_hal_btc_init()
203 _os_mem_free(drv_priv, (void *)btc, sizeof(struct btc_t)); in rtw_hal_btc_init()
213 struct btc_t *btc = hal_info->btc; in rtw_hal_btc_deinit()
221 _os_mem_free(drv_priv, (void *)btc, sizeof(struct btc_t)); in rtw_hal_btc_deinit()
234 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_update_role_info_ntfy()
301 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_power_off_ntfy()
311 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_init_coex_cfg_ntfy()
323 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_start_ntfy()
333 struct btc_t *btc = (struct btc_t *)h->btc; in rtw_hal_btc_scan_finish_ntfy()
[all …]