/linux-6.8/drivers/net/wireless/microchip/wilc1000/ |
D | netdev.h | 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; [all …]
|
D | wlan.c | 20 static inline void acquire_bus(struct wilc *wilc, enum bus_acquire acquire) in acquire_bus() 27 static inline void release_bus(struct wilc *wilc, enum bus_release release) in release_bus() 34 static void wilc_wlan_txq_remove(struct wilc *wilc, u8 q_num, in wilc_wlan_txq_remove() 43 wilc_wlan_txq_remove_from_head(struct wilc *wilc, u8 q_num) in wilc_wlan_txq_remove_from_head() 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 333 static inline u8 ac_classify(struct wilc *wilc, struct sk_buff *skb) in ac_classify() [all …]
|
D | 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() 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 289 static int wilc_sdio_set_func0_csa_address(struct wilc *wilc, u32 adr) in wilc_sdio_set_func0_csa_address() 331 static int wilc_sdio_set_block_size(struct wilc *wilc, u8 func_num, in wilc_sdio_set_block_size() 367 static int wilc_sdio_write_reg(struct wilc *wilc, u32 addr, u32 data) in wilc_sdio_write_reg() [all …]
|
D | spi.c | 161 static int wilc_parse_gpios(struct wilc *wilc) in wilc_parse_gpios() 186 static void wilc_wlan_power(struct wilc *wilc, bool on) in wilc_wlan_power() 208 struct wilc *wilc; in wilc_bus_probe() local 246 struct wilc *wilc = spi_get_drvdata(spi); in wilc_bus_remove() local 279 static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len) in wilc_spi_tx() 322 static int wilc_spi_rx(struct wilc *wilc, u8 *rb, u32 rlen) in wilc_spi_rx() 364 static int wilc_spi_tx_rx(struct wilc *wilc, u8 *wb, u8 *rb, u32 rlen) in wilc_spi_tx_rx() 401 static int spi_data_write(struct wilc *wilc, u8 *b, u32 sz) in spi_data_write() 483 static int wilc_spi_single_read(struct wilc *wilc, u8 cmd, u32 adr, void *b, in wilc_spi_single_read() 578 static int wilc_spi_write_cmd(struct wilc *wilc, u8 cmd, u32 adr, u32 data, in wilc_spi_write_cmd() [all …]
|
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() 93 static struct net_device *get_if_handler(struct wilc *wilc, u8 *mac_header) in get_if_handler() 128 int wilc_wlan_get_num_conn_ifcs(struct wilc *wilc) in wilc_wlan_get_num_conn_ifcs() 194 struct wilc *wilc = vif->wilc; in wilc_wlan_get_firmware() local 219 struct wilc *wilc = vif->wilc; in wilc_start_firmware() local 236 struct wilc *wilc = vif->wilc; in wilc1000_firmware_download() local 481 struct wilc *wilc = vif->wilc; in wlan_initialize_threads() local [all …]
|
D | hif.c | 102 static struct wilc_vif *wilc_get_vif_from_idx(struct wilc *wilc, int idx) in wilc_get_vif_from_idx() 1556 void wilc_network_info_received(struct wilc *wilc, u8 *buffer, u32 length) in wilc_network_info_received() 1597 void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *buffer, u32 length) in wilc_gnrl_async_info_received() 1643 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
|
D | cfg80211.c | 452 struct wilc *wilc = vif->wilc; in disconnect() local 743 struct wilc *wilc = vif->wilc; in get_station() local 1769 void wlan_deinit_locks(struct wilc *wilc) in wlan_deinit_locks() 1780 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type, in wilc_cfg80211_init()
|
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.8/arch/arm/boot/dts/microchip/ |
D | at91-sama5d27_wlsom1.dtsi | 373 wilc: wifi@0 { label
|