Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/orinoco/
Dorinoco.h60 struct orinoco_private { struct
63 int (*hard_reset)(struct orinoco_private *); argument
64 int (*stop_fw)(struct orinoco_private *, int); argument
66 struct ieee80211_supported_band band;
67 struct ieee80211_channel channels[14];
68 u32 cipher_suites[3];
71 spinlock_t lock;
72 int hw_unavailable;
73 struct work_struct reset_work;
76 struct tasklet_struct rx_tasklet;
[all …]
Dmain.c2157 int (*hard_reset)(struct orinoco_private *), in alloc_orinocodev()
2158 int (*stop_fw)(struct orinoco_private *, int)) in alloc_orinocodev()