Home
last modified time | relevance | path

Searched refs:free_h2c_pkt_buf (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h109 void (*free_h2c_pkt_buf)(struct phl_info_t *phl_info, member
H A Dphl_tx.c1039 hci_trx_ops->free_h2c_pkt_buf(phl_info, h2c_pkt); in _phl_free_h2c_pkt()
H A Dphl_init.c431 if (!trx_ops->free_h2c_pkt_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h106 void (*free_h2c_pkt_buf)(struct phl_info_t *phl_info, member
H A Dphl_init.c428 if (!trx_ops->free_h2c_pkt_buf) { in _phl_hci_ops_check()
H A Dphl_tx.c1066 hci_trx_ops->free_h2c_pkt_buf(phl_info, h2c_pkt); in _phl_free_h2c_pkt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c476 hci_trx_ops->free_h2c_pkt_buf(phl_info, cmd); in _phl_free_h2c_work_ring()
488 hci_trx_ops->free_h2c_pkt_buf(phl_info, data); in _phl_free_h2c_work_ring()
500 hci_trx_ops->free_h2c_pkt_buf(phl_info, ldata); in _phl_free_h2c_work_ring()
3819 ops.free_h2c_pkt_buf = _phl_free_h2c_pkt_buf_pcie; in phl_hci_trx_ops_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1660 .free_h2c_pkt_buf = phl_free_h2c_pkt_buf_sdio,