Searched defs:rtw_hci_ops (Results 1 – 1 of 1) sorted by relevance
9 struct rtw_hci_ops { struct10 int (*tx_write)(struct rtw_dev *rtwdev,13 void (*tx_kick_off)(struct rtw_dev *rtwdev);14 int (*setup)(struct rtw_dev *rtwdev);15 int (*start)(struct rtw_dev *rtwdev);16 void (*stop)(struct rtw_dev *rtwdev);17 void (*deep_ps)(struct rtw_dev *rtwdev, bool enter);18 void (*link_ps)(struct rtw_dev *rtwdev, bool enter);19 void (*interface_cfg)(struct rtw_dev *rtwdev);21 int (*write_data_rsvd_page)(struct rtw_dev *rtwdev, u8 *buf, u32 size);[all …]