Searched refs:query_ppdu (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852b_common.h | 146 void (*query_ppdu)(struct rtw89_dev *rtwdev, member 295 rtw8852bx_info.query_ppdu(rtwdev, phy_ppdu, status); in rtw8852bx_query_ppdu()
|
H A D | rtw8852bt.c | 677 .query_ppdu = rtw8852bx_query_ppdu,
|
H A D | rtw8852b.c | 743 .query_ppdu = rtw8852bx_query_ppdu,
|
H A D | core.h | 3619 void (*query_ppdu)(struct rtw89_dev *rtwdev, member 6320 if (chip->ops->query_ppdu) in rtw89_chip_query_ppdu() 6321 chip->ops->query_ppdu(rtwdev, phy_ppdu, status); in rtw89_chip_query_ppdu()
|
H A D | rtw8852a.c | 2115 .query_ppdu = rtw8852a_query_ppdu,
|
H A D | rtw8852b_common.c | 2044 .query_ppdu = __rtw8852bx_query_ppdu,
|
H A D | rtw8851b.c | 2389 .query_ppdu = rtw8851b_query_ppdu,
|
H A D | rtw8922a.c | 2588 .query_ppdu = rtw8922a_query_ppdu,
|
H A D | rtw8852c.c | 2892 .query_ppdu = rtw8852c_query_ppdu,
|