Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dmain.h866 struct rtw_chip_ops { struct
867 int (*power_on)(struct rtw_dev *rtwdev);
868 void (*power_off)(struct rtw_dev *rtwdev);
869 int (*mac_init)(struct rtw_dev *rtwdev);
870 int (*mac_postinit)(struct rtw_dev *rtwdev);
871 int (*dump_fw_crash)(struct rtw_dev *rtwdev);
872 void (*shutdown)(struct rtw_dev *rtwdev);
873 int (*read_efuse)(struct rtw_dev *rtwdev, u8 *map);
874 void (*phy_set_param)(struct rtw_dev *rtwdev);
875 void (*set_channel)(struct rtw_dev *rtwdev, u8 channel,
[all …]