Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/staging/rtlwifi/
Dwifi.h2158 struct rtl_hal_ops { struct
2159 int (*init_sw_vars)(struct ieee80211_hw *hw);
2160 void (*deinit_sw_vars)(struct ieee80211_hw *hw);
2161 void (*read_chip_version)(struct ieee80211_hw *hw);
2162 void (*read_eeprom_info)(struct ieee80211_hw *hw);
2163 void (*interrupt_recognized)(struct ieee80211_hw *hw,
2166 int (*hw_init)(struct ieee80211_hw *hw);
2167 void (*hw_disable)(struct ieee80211_hw *hw);
2168 void (*hw_suspend)(struct ieee80211_hw *hw);
2169 void (*hw_resume)(struct ieee80211_hw *hw);
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2238 struct rtl_hal_ops { struct
2239 int (*init_sw_vars) (struct ieee80211_hw *hw);
2240 void (*deinit_sw_vars) (struct ieee80211_hw *hw);
2241 void (*read_chip_version)(struct ieee80211_hw *hw);
2242 void (*read_eeprom_info) (struct ieee80211_hw *hw);
2243 void (*interrupt_recognized) (struct ieee80211_hw *hw,
2245 int (*hw_init) (struct ieee80211_hw *hw);
2246 void (*hw_disable) (struct ieee80211_hw *hw);
2247 void (*hw_suspend) (struct ieee80211_hw *hw);
2248 void (*hw_resume) (struct ieee80211_hw *hw);
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2217 struct rtl_hal_ops { struct
2218 int (*init_sw_vars)(struct ieee80211_hw *hw);
2219 void (*deinit_sw_vars)(struct ieee80211_hw *hw);
2220 void (*read_chip_version)(struct ieee80211_hw *hw);
2221 void (*read_eeprom_info)(struct ieee80211_hw *hw);
2222 void (*interrupt_recognized)(struct ieee80211_hw *hw,
2224 int (*hw_init)(struct ieee80211_hw *hw);
2225 void (*hw_disable)(struct ieee80211_hw *hw);
2226 void (*hw_suspend)(struct ieee80211_hw *hw);
2227 void (*hw_resume)(struct ieee80211_hw *hw);
[all …]