Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/wfx/
Dwfx.h30 struct wfx_dev { struct
31 struct wfx_platform_data pdata;
32 struct device *dev;
33 struct ieee80211_hw *hw;
34 struct ieee80211_vif *vif[2];
35 struct mac_address addresses[2];
36 const struct hwbus_ops *hwbus_ops;
37 void *hwbus_priv;
39 u8 keyset;
40 struct completion firmware_ready;
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
Dwfx.h30 struct wfx_dev { struct
31 struct wfx_platform_data pdata;
32 struct device *dev;
33 struct ieee80211_hw *hw;
34 struct ieee80211_vif *vif[2];
35 struct mac_address addresses[2];
36 const struct wfx_hwbus_ops *hwbus_ops;
37 void *hwbus_priv;
39 u8 keyset;
40 struct completion firmware_ready;
[all …]