Searched defs:rtw_chip_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ | 
| D | main.h | 623 struct rtw_chip_ops {  struct 624 	int (*mac_init)(struct rtw_dev *rtwdev); 625 	int (*read_efuse)(struct rtw_dev *rtwdev, u8 *map); 626 	void (*phy_set_param)(struct rtw_dev *rtwdev); 627 	void (*set_channel)(struct rtw_dev *rtwdev, u8 channel, 629 	void (*query_rx_desc)(struct rtw_dev *rtwdev, u8 *rx_desc, 632 	u32 (*read_rf)(struct rtw_dev *rtwdev, enum rtw_rf_path rf_path, 634 	bool (*write_rf)(struct rtw_dev *rtwdev, enum rtw_rf_path rf_path, 636 	void (*set_tx_power_index)(struct rtw_dev *rtwdev); 637 	int (*rsvd_page_dump)(struct rtw_dev *rtwdev, u8 *buf, u32 offset, [all …] 
 |