Lines Matching refs:wl1271
663 static int wl18xx_identify_chip(struct wl1271 *wl) in wl18xx_identify_chip()
712 static int wl18xx_set_clk(struct wl1271 *wl) in wl18xx_set_clk()
818 static int wl18xx_boot_soft_reset(struct wl1271 *wl) in wl18xx_boot_soft_reset()
834 static int wl18xx_pre_boot(struct wl1271 *wl) in wl18xx_pre_boot()
864 static int wl18xx_pre_upload(struct wl1271 *wl) in wl18xx_pre_upload()
945 static int wl18xx_set_mac_and_phy(struct wl1271 *wl) in wl18xx_set_mac_and_phy()
969 static int wl18xx_enable_interrupts(struct wl1271 *wl) in wl18xx_enable_interrupts()
997 static int wl18xx_boot(struct wl1271 *wl) in wl18xx_boot()
1047 static int wl18xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl18xx_trigger_cmd()
1059 static int wl18xx_ack_event(struct wl1271 *wl) in wl18xx_ack_event()
1065 static u32 wl18xx_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks) in wl18xx_calc_tx_blocks()
1072 wl18xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_blocks()
1079 wl18xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_data_len()
1098 wl18xx_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc) in wl18xx_get_rx_buf_align()
1106 static u32 wl18xx_get_rx_packet_len(struct wl1271 *wl, void *rx_data, in wl18xx_get_rx_packet_len()
1118 static void wl18xx_tx_immediate_completion(struct wl1271 *wl) in wl18xx_tx_immediate_completion()
1123 static int wl18xx_set_host_cfg_bitmap(struct wl1271 *wl, u32 extra_mem_blk) in wl18xx_set_host_cfg_bitmap()
1151 static int wl18xx_hw_init(struct wl1271 *wl) in wl18xx_hw_init()
1179 static void wl18xx_convert_fw_status(struct wl1271 *wl, void *raw_fw_status, in wl18xx_convert_fw_status()
1212 static void wl18xx_set_tx_desc_csum(struct wl1271 *wl, in wl18xx_set_tx_desc_csum()
1242 static void wl18xx_set_rx_csum(struct wl1271 *wl, in wl18xx_set_rx_csum()
1250 static bool wl18xx_is_mimo_supported(struct wl1271 *wl) in wl18xx_is_mimo_supported()
1266 static u32 wl18xx_sta_get_ap_rate_mask(struct wl1271 *wl, in wl18xx_sta_get_ap_rate_mask()
1286 static u32 wl18xx_ap_get_mimo_wide_rate_mask(struct wl1271 *wl, in wl18xx_ap_get_mimo_wide_rate_mask()
1337 static int wl18xx_get_pg_ver(struct wl1271 *wl, s8 *ver) in wl18xx_get_pg_ver()
1434 static int wl18xx_conf_init(struct wl1271 *wl, struct device *dev) in wl18xx_conf_init()
1451 static int wl18xx_plt_init(struct wl1271 *wl) in wl18xx_plt_init()
1468 static int wl18xx_get_mac(struct wl1271 *wl) in wl18xx_get_mac()
1506 static int wl18xx_handle_static_data(struct wl1271 *wl, in wl18xx_handle_static_data()
1523 static int wl18xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl18xx_get_spare_blocks()
1534 static int wl18xx_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wl18xx_set_key()
1587 static u32 wl18xx_pre_pkt_send(struct wl1271 *wl, in wl18xx_pre_pkt_send()
1606 static void wl18xx_sta_rc_update(struct wl1271 *wl, in wl18xx_sta_rc_update()
1632 static int wl18xx_set_peer_cap(struct wl1271 *wl, in wl18xx_set_peer_cap()
1641 static bool wl18xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_high_prio()
1668 static bool wl18xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_low_prio()
1692 static u32 wl18xx_convert_hwaddr(struct wl1271 *wl, u32 hwaddr) in wl18xx_convert_hwaddr()
1697 static int wl18xx_setup(struct wl1271 *wl);
1892 static int wl18xx_setup(struct wl1271 *wl) in wl18xx_setup()
2021 struct wl1271 *wl; in wl18xx_probe()