| /Linux-v5.4/drivers/staging/wilc1000/ | 
| D | wilc_wfi_netdevice.h | 200 	struct wilc *wilc;  member 213 struct wilc {  struct 215 	const struct wilc_hif_func *hif_func;  argument 224 	struct wilc_vif *vif[WILC_NUM_CONCURRENT_IFC];  argument 247 	struct wilc_cfg_frame cfg_frame;  argument 268 	struct wilc_cfg cfg;  argument 275 	struct ieee80211_channel channels[ARRAY_SIZE(wilc_2ghz_channels)];  argument 276 	struct ieee80211_rate bitrates[ARRAY_SIZE(wilc_bitrates)];  argument 278 	u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)];  argument 285 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset);  argument
  | 
| D | wilc_wlan.c | 17 static inline void acquire_bus(struct wilc *wilc, enum bus_acquire acquire)  in acquire_bus() 24 static inline void release_bus(struct wilc *wilc, enum bus_release release)  in release_bus() 31 static void wilc_wlan_txq_remove(struct wilc *wilc, struct txq_entry_t *tqe)  in wilc_wlan_txq_remove() 43 	struct wilc *wilc = vif->wilc;  in wilc_wlan_txq_remove_from_head()  local 62 	struct wilc *wilc = vif->wilc;  in wilc_wlan_txq_add_to_tail()  local 78 	struct wilc *wilc = vif->wilc;  in wilc_wlan_txq_add_to_head()  local 140 	struct wilc *wilc = vif->wilc;  in tcp_process()  local 188 	struct wilc *wilc = vif->wilc;  in wilc_wlan_txq_filter_dup_tcp_ack()  local 251 	struct wilc *wilc = vif->wilc;  in wilc_wlan_txq_add_cfg_pkt()  local 283 	struct wilc *wilc;  in wilc_wlan_txq_add_net_pkt()  local [all …] 
 | 
| D | wilc_sdio.c | 63 static int wilc_sdio_cmd52(struct wilc *wilc, struct sdio_cmd52 *cmd)  in wilc_sdio_cmd52() 92 static int wilc_sdio_cmd53(struct wilc *wilc, struct sdio_cmd53 *cmd)  in wilc_sdio_cmd53() 125 	struct wilc *wilc;  in wilc_sdio_probe()  local 167 	struct wilc *wilc = sdio_get_drvdata(func);  in wilc_sdio_remove()  local 179 static int wilc_sdio_reset(struct wilc *wilc)  in wilc_sdio_reset() 201 	struct wilc *wilc = sdio_get_drvdata(func);  in wilc_sdio_suspend()  local 259 static int wilc_sdio_set_func0_csa_address(struct wilc *wilc, u32 adr)  in wilc_sdio_set_func0_csa_address() 300 static int wilc_sdio_set_func0_block_size(struct wilc *wilc, u32 block_size)  in wilc_sdio_set_func0_block_size() 336 static int wilc_sdio_set_func1_block_size(struct wilc *wilc, u32 block_size)  in wilc_sdio_set_func1_block_size() 370 static int wilc_sdio_write_reg(struct wilc *wilc, u32 addr, u32 data)  in wilc_sdio_write_reg() [all …] 
 | 
| D | wilc_spi.c | 108 	struct wilc *wilc;  in wilc_bus_probe()  local 140 	struct wilc *wilc = spi_get_drvdata(spi);  in wilc_bus_remove()  local 166 static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len)  in wilc_spi_tx() 207 static int wilc_spi_rx(struct wilc *wilc, u8 *rb, u32 rlen)  in wilc_spi_rx() 247 static int wilc_spi_tx_rx(struct wilc *wilc, u8 *wb, u8 *rb, u32 rlen)  in wilc_spi_tx_rx() 282 static int spi_cmd_complete(struct wilc *wilc, u8 cmd, u32 adr, u8 *b, u32 sz,  in spi_cmd_complete() 611 static int spi_data_write(struct wilc *wilc, u8 *b, u32 sz)  in spi_data_write() 685 static int spi_internal_write(struct wilc *wilc, u32 adr, u32 dat)  in spi_internal_write() 699 static int spi_internal_read(struct wilc *wilc, u32 adr, u32 *data)  in spi_internal_read() 722 static int wilc_spi_write_reg(struct wilc *wilc, u32 addr, u32 data)  in wilc_spi_write_reg() [all …] 
 | 
| D | wilc_netdev.c | 22 	struct wilc *wilc = vif->wilc;  in isr_uh_routine()  local 35 	struct wilc *wilc = vif->wilc;  in isr_bh_routine()  local 77 	struct wilc *wilc = vif->wilc;  in deinit_irq()  local 84 void wilc_mac_indicate(struct wilc *wilc)  in wilc_mac_indicate() 97 static struct net_device *get_if_handler(struct wilc *wilc, u8 *mac_header)  in get_if_handler() 138 int wilc_wlan_get_num_conn_ifcs(struct wilc *wilc)  in wilc_wlan_get_num_conn_ifcs() 189 	struct wilc *wilc = vif->wilc;  in wilc_wlan_get_firmware()  local 218 	struct wilc *wilc = vif->wilc;  in wilc_start_firmware()  local 235 	struct wilc *wilc = vif->wilc;  in wilc1000_firmware_download()  local 430 	struct wilc *wilc = vif->wilc;  in wlan_deinit_locks()  local [all …] 
 | 
| D | wilc_hif.c | 183 static struct wilc_vif *wilc_get_vif_from_idx(struct wilc *wilc, int idx)  in wilc_get_vif_from_idx() 1554 	struct wilc *wilc = vif->wilc;  in wilc_init()  local 1615 void wilc_network_info_received(struct wilc *wilc, u8 *buffer, u32 length)  in wilc_network_info_received() 1656 void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *buffer, u32 length)  in wilc_gnrl_async_info_received() 1702 void wilc_scan_complete_received(struct wilc *wilc, u8 *buffer, u32 length)  in wilc_scan_complete_received()
  | 
| D | wilc_wlan_cfg.c | 351 void wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size,  in wilc_wlan_cfg_indicate_rx()
  | 
| D | wilc_wfi_cfgoperations.c | 424 	struct wilc *wilc = vif->wilc;  in disconnect()  local 1808 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type,  in wilc_cfg80211_init()
  |