Searched defs:rtw_hci_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
| D | hci.h | 9 struct rtw_hci_ops { struct 10 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 …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
| D | hci.h | 9 struct rtw_hci_ops { struct 10 int (*tx_write)(struct rtw_dev *rtwdev, 13 void (*tx_kick_off)(struct rtw_dev *rtwdev); 14 void (*flush_queues)(struct rtw_dev *rtwdev, u32 queues, bool drop); 15 int (*setup)(struct rtw_dev *rtwdev); 16 int (*start)(struct rtw_dev *rtwdev); 17 void (*stop)(struct rtw_dev *rtwdev); 18 void (*deep_ps)(struct rtw_dev *rtwdev, bool enter); 19 void (*link_ps)(struct rtw_dev *rtwdev, bool enter); 20 void (*interface_cfg)(struct rtw_dev *rtwdev); [all …]
|