Lines Matching defs:wilc
178 struct wilc *wilc; member
201 struct wilc { struct
203 const struct wilc_hif_func *hif_func; argument
204 int io_type;
205 s8 mac_status;
206 struct clk *rtc_clk;
207 bool initialized;
208 u32 chipid;
209 bool power_save_mode;
210 int dev_irq_num;
211 int close;
212 u8 vif_num;
213 struct list_head vif_list;
216 struct mutex vif_mutex;
217 struct srcu_struct srcu;
218 u8 open_ifcs;
243 struct wilc_cfg_frame cfg_frame; argument
255 struct wilc_tx_queue_status tx_q_limit; argument
264 struct wilc_cfg cfg; argument
272 struct ieee80211_channel channels[ARRAY_SIZE(wilc_2ghz_channels)]; argument
273 struct ieee80211_rate bitrates[ARRAY_SIZE(wilc_bitrates)]; argument
275 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; argument
282 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset); argument