Home
last modified time | relevance | path

Searched refs:query_txch_num (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c196 ch_num = trx_ops->query_txch_num(); in rtw_hal_query_txch_num()
H A Dhal_struct.h46 u8 (*query_txch_num)(void); member
H A Dhal_init.c584 if (!trx_ops->query_txch_num) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c196 ch_num = trx_ops->query_txch_num(); in rtw_hal_query_txch_num()
H A Dhal_struct.h46 u8 (*query_txch_num)(void); member
H A Dhal_init.c584 if (!trx_ops->query_txch_num) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1399 ops.query_txch_num = hal_query_txch_num_8852be; in hal_trx_ops_init_8852be()