Lines Matching defs:wilc
176 struct wilc *wilc; member
199 struct wilc { struct
201 const struct wilc_hif_func *hif_func; argument
202 int io_type;
203 s8 mac_status;
204 struct clk *rtc_clk;
205 bool initialized;
206 u32 chipid;
207 bool power_save_mode;
208 int dev_irq_num;
209 int close;
210 u8 vif_num;
211 struct list_head vif_list;
214 struct mutex vif_mutex;
215 struct srcu_struct srcu;
216 u8 open_ifcs;
241 struct wilc_cfg_frame cfg_frame; argument
253 struct wilc_tx_queue_status tx_q_limit; argument
262 struct wilc_cfg cfg; argument
270 struct ieee80211_channel channels[ARRAY_SIZE(wilc_2ghz_channels)]; argument
271 struct ieee80211_rate bitrates[ARRAY_SIZE(wilc_bitrates)]; argument
273 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; argument
280 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset); argument