Searched refs:fbtc_slot (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_fwdef.h | 278 struct fbtc_slot { struct 287 struct fbtc_slot slot; argument 295 struct fbtc_slot slot[CXST_MAX];
|
| H A D | halbtc_fw.c | 537 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s) in hal_btc_fw_set_slots() 549 n = (sizeof(struct fbtc_slot) * num) + sizeof(*tbl) - 1; in hal_btc_fw_set_slots() 557 hal_mem_cpy(h, (void*)ptr, s, num * sizeof(struct fbtc_slot)); in hal_btc_fw_set_slots() 625 if (len != sizeof(struct fbtc_slot) + 1) { in hal_btc_fw_set_1slot() 627 __func__, (int)sizeof(struct fbtc_slot) + 1); in hal_btc_fw_set_1slot()
|
| H A D | hal_btc.h | 173 hal_mem_cmp(btc->hal, dst, src, sizeof(struct fbtc_slot)) 175 hal_mem_cpy(btc->hal, dst, src, sizeof(struct fbtc_slot)) 177 hal_mem_cpy(btc->hal, dst, src, CXST_MAX*sizeof(struct fbtc_slot)) 1211 struct fbtc_slot slot[CXST_MAX]; 1212 struct fbtc_slot slot_now[CXST_MAX];
|
| H A D | halbtc_action.h | 273 extern struct fbtc_slot s_def[];
|
| H A D | halbtc_fw.h | 293 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s);
|
| H A D | halbtc_action.c | 41 struct fbtc_slot s_def[] = { 678 struct fbtc_slot *s = dm->slot; in _set_policy()
|
| H A D | halbtc_dbg_cmd.c | 838 struct fbtc_slot s; in _show_fbtc_slots() 1381 if (!hal_btc_fw_set_1slot(btc, (u16)sizeof(struct fbtc_slot)+1, buf)) in _cmd_slot()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_fwdef.h | 278 struct fbtc_slot { struct 287 struct fbtc_slot slot; argument 295 struct fbtc_slot slot[CXST_MAX];
|
| H A D | halbtc_fw.c | 537 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s) in hal_btc_fw_set_slots() 549 n = (sizeof(struct fbtc_slot) * num) + sizeof(*tbl) - 1; in hal_btc_fw_set_slots() 557 hal_mem_cpy(h, (void*)ptr, s, num * sizeof(struct fbtc_slot)); in hal_btc_fw_set_slots() 625 if (len != sizeof(struct fbtc_slot) + 1) { in hal_btc_fw_set_1slot() 627 __func__, (int)sizeof(struct fbtc_slot) + 1); in hal_btc_fw_set_1slot()
|
| H A D | hal_btc.h | 173 hal_mem_cmp(btc->hal, dst, src, sizeof(struct fbtc_slot)) 175 hal_mem_cpy(btc->hal, dst, src, sizeof(struct fbtc_slot)) 177 hal_mem_cpy(btc->hal, dst, src, CXST_MAX*sizeof(struct fbtc_slot)) 1206 struct fbtc_slot slot[CXST_MAX]; 1207 struct fbtc_slot slot_now[CXST_MAX];
|
| H A D | halbtc_action.h | 273 extern struct fbtc_slot s_def[];
|
| H A D | halbtc_fw.h | 293 void hal_btc_fw_set_slots(struct btc_t *btc, u8 num, struct fbtc_slot *s);
|
| H A D | halbtc_action.c | 41 struct fbtc_slot s_def[] = { 678 struct fbtc_slot *s = dm->slot; in _set_policy()
|
| H A D | halbtc_dbg_cmd.c | 838 struct fbtc_slot s; in _show_fbtc_slots() 1381 if (!hal_btc_fw_set_1slot(btc, (u16)sizeof(struct fbtc_slot)+1, buf)) in _cmd_slot()
|