Home
last modified time | relevance | path

Searched defs:rtw89_hci_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2973 struct rtw89_hci_ops { struct
2974 int (*tx_write)(struct rtw89_dev *rtwdev, struct rtw89_core_tx_request *tx_req);
2975 void (*tx_kick_off)(struct rtw89_dev *rtwdev, u8 txch);
2976 void (*flush_queues)(struct rtw89_dev *rtwdev, u32 queues, bool drop);
2977 void (*reset)(struct rtw89_dev *rtwdev);
2978 int (*start)(struct rtw89_dev *rtwdev);
2979 void (*stop)(struct rtw89_dev *rtwdev);
2980 void (*pause)(struct rtw89_dev *rtwdev, bool pause);
2981 void (*switch_mode)(struct rtw89_dev *rtwdev, bool low_power);
2982 void (*recalc_int_mit)(struct rtw89_dev *rtwdev);
[all …]