Searched defs:wilc (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/microchip/wilc1000/ |
A D | netdev.h | 199 struct wilc { struct 201 const struct wilc_hif_func *hif_func; argument 202 int io_type; 206 u32 chipid; 209 int close; 210 u8 vif_num; 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 [all …]
|
A D | wlan.c | 66 struct wilc *wilc = vif->wilc; in wilc_wlan_txq_add_to_tail() local 83 struct wilc *wilc = vif->wilc; in wilc_wlan_txq_add_to_head() local 146 struct wilc *wilc = vif->wilc; in tcp_process() local 194 struct wilc *wilc = vif->wilc; in wilc_wlan_txq_filter_dup_tcp_ack() local 257 struct wilc *wilc = vif->wilc; in wilc_wlan_txq_add_cfg_pkt() local 420 struct wilc *wilc; in wilc_wlan_txq_add_net_pkt() local 475 struct wilc *wilc; in wilc_wlan_txq_add_mgmt_pkt() local 1241 struct wilc *wilc = vif->wilc; in wilc_wlan_cleanup() local 1267 struct wilc *wilc = vif->wilc; in wilc_wlan_cfg_commit() local 1292 struct wilc *wilc = vif->wilc; in wilc_wlan_cfg_set() local [all …]
|
A D | sdio.c | 139 struct wilc *wilc; in wilc_sdio_probe() local 193 struct wilc *wilc = sdio_get_drvdata(func); in wilc_sdio_remove() local 202 static int wilc_sdio_reset(struct wilc *wilc) in wilc_sdio_reset() 221 static bool wilc_sdio_is_init(struct wilc *wilc) in wilc_sdio_is_init() 231 struct wilc *wilc = sdio_get_drvdata(func); in wilc_sdio_suspend() local 618 static int wilc_sdio_deinit(struct wilc *wilc) in wilc_sdio_deinit() 626 static int wilc_sdio_init(struct wilc *wilc, bool resume) in wilc_sdio_init() 746 static int wilc_sdio_read_size(struct wilc *wilc, u32 *size) in wilc_sdio_read_size() 807 static int wilc_sdio_clear_int_ext(struct wilc *wilc, u32 val) in wilc_sdio_clear_int_ext() 919 static int wilc_sdio_sync_ext(struct wilc *wilc, int nint) in wilc_sdio_sync_ext() [all …]
|
A D | spi.c | 160 static int wilc_parse_gpios(struct wilc *wilc) in wilc_parse_gpios() 185 static void wilc_wlan_power(struct wilc *wilc, bool on) in wilc_wlan_power() 207 struct wilc *wilc; in wilc_bus_probe() local 245 struct wilc *wilc = spi_get_drvdata(spi); in wilc_bus_remove() local 277 static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len) in wilc_spi_tx() 320 static int wilc_spi_rx(struct wilc *wilc, u8 *rb, u32 rlen) in wilc_spi_rx() 934 static int spi_data_rsp(struct wilc *wilc, u8 cmd) in spi_data_rsp() 1019 static int wilc_spi_reset(struct wilc *wilc) in wilc_spi_reset() 1032 static bool wilc_spi_is_init(struct wilc *wilc) in wilc_spi_is_init() 1039 static int wilc_spi_deinit(struct wilc *wilc) in wilc_spi_deinit() [all …]
|
A D | netdev.c | 28 struct wilc *wilc = user_data; in isr_uh_routine() local 39 struct wilc *wilc = userdata; in isr_bh_routine() local 73 struct wilc *wilc = vif->wilc; in deinit_irq() local 80 void wilc_mac_indicate(struct wilc *wilc) in wilc_mac_indicate() 182 struct wilc *wilc = vif->wilc; in wilc_wlan_get_firmware() local 207 struct wilc *wilc = vif->wilc; in wilc_start_firmware() local 224 struct wilc *wilc = vif->wilc; in wilc1000_firmware_download() local 469 struct wilc *wilc = vif->wilc; in wlan_initialize_threads() local 639 struct wilc *wilc = vif->wilc; in wilc_set_mac_addr() local 727 struct wilc *wilc = vif->wilc; in wilc_mac_xmit() local [all …]
|
A D | hif.c | 102 static struct wilc_vif *wilc_get_vif_from_idx(struct wilc *wilc, int idx) in wilc_get_vif_from_idx() 1553 void wilc_network_info_received(struct wilc *wilc, u8 *buffer, u32 length) in wilc_network_info_received() 1594 void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *buffer, u32 length) in wilc_gnrl_async_info_received() 1640 void wilc_scan_complete_received(struct wilc *wilc, u8 *buffer, u32 length) in wilc_scan_complete_received() 1916 struct wilc *wilc = vif->wilc; in wilc_set_power_mgmt() local
|
A D | cfg80211.c | 456 struct wilc *wilc = vif->wilc; in disconnect() local 747 struct wilc *wilc = vif->wilc; in get_station() local 1775 void wlan_deinit_locks(struct wilc *wilc) in wlan_deinit_locks() 1786 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type, in wilc_cfg80211_init()
|
A D | wlan_cfg.c | 317 void wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, in wilc_wlan_cfg_indicate_rx()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | at91-sama5d27_wlsom1.dtsi | 372 wilc: wifi@0 { label
|
Completed in 55 milliseconds