Lines Matching defs:wilc
185 struct wilc *wilc; member
208 struct wilc { struct
210 const struct wilc_hif_func *hif_func; argument
211 int io_type;
212 s8 mac_status;
213 struct clk *rtc_clk;
214 bool initialized;
215 u32 chipid;
216 bool power_save_mode;
217 int dev_irq_num;
218 int close;
219 u8 vif_num;
220 struct list_head vif_list;
223 struct mutex vif_mutex;
231 struct srcu_struct srcu;
232 u8 open_ifcs;
257 struct wilc_cfg_frame cfg_frame; argument
269 struct wilc_tx_queue_status tx_q_limit; argument
277 struct wilc_cfg cfg; argument
285 struct ieee80211_channel channels[ARRAY_SIZE(wilc_2ghz_channels)]; argument
286 struct ieee80211_rate bitrates[ARRAY_SIZE(wilc_bitrates)]; argument
288 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; argument
296 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset); argument