Searched defs:rtl_hal_ops (Results 1 – 1 of 1) sorted by relevance
2076 struct rtl_hal_ops { struct2077 int (*init_sw_vars) (struct ieee80211_hw *hw);2078 void (*deinit_sw_vars) (struct ieee80211_hw *hw);2079 void (*read_chip_version)(struct ieee80211_hw *hw);2080 void (*read_eeprom_info) (struct ieee80211_hw *hw);2081 void (*interrupt_recognized) (struct ieee80211_hw *hw,2083 int (*hw_init) (struct ieee80211_hw *hw);2084 void (*hw_disable) (struct ieee80211_hw *hw);2085 void (*hw_suspend) (struct ieee80211_hw *hw);2086 void (*hw_resume) (struct ieee80211_hw *hw);[all …]