Home
last modified time | relevance | path

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

/linux-6.8/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2183 struct rtl_hal_ops { struct
2184 int (*init_sw_vars)(struct ieee80211_hw *hw);
2185 void (*deinit_sw_vars)(struct ieee80211_hw *hw);
2186 void (*read_chip_version)(struct ieee80211_hw *hw);
2187 void (*read_eeprom_info)(struct ieee80211_hw *hw);
2188 void (*interrupt_recognized)(struct ieee80211_hw *hw,
2190 int (*hw_init)(struct ieee80211_hw *hw);
2191 void (*hw_disable)(struct ieee80211_hw *hw);
2192 void (*hw_suspend)(struct ieee80211_hw *hw);
2193 void (*hw_resume)(struct ieee80211_hw *hw);
[all …]