Lines Matching refs:wl1271

661 static int wl18xx_identify_chip(struct wl1271 *wl)  in wl18xx_identify_chip()
710 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()
1048 static int wl18xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl18xx_trigger_cmd()
1060 static int wl18xx_ack_event(struct wl1271 *wl) in wl18xx_ack_event()
1066 static u32 wl18xx_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks) in wl18xx_calc_tx_blocks()
1073 wl18xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_blocks()
1080 wl18xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl18xx_set_tx_desc_data_len()
1099 wl18xx_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc) in wl18xx_get_rx_buf_align()
1107 static u32 wl18xx_get_rx_packet_len(struct wl1271 *wl, void *rx_data, in wl18xx_get_rx_packet_len()
1119 static void wl18xx_tx_immediate_completion(struct wl1271 *wl) in wl18xx_tx_immediate_completion()
1124 static int wl18xx_set_host_cfg_bitmap(struct wl1271 *wl, u32 extra_mem_blk) in wl18xx_set_host_cfg_bitmap()
1152 static int wl18xx_hw_init(struct wl1271 *wl) in wl18xx_hw_init()
1180 static void wl18xx_convert_fw_status(struct wl1271 *wl, void *raw_fw_status, in wl18xx_convert_fw_status()
1217 static void wl18xx_set_tx_desc_csum(struct wl1271 *wl, in wl18xx_set_tx_desc_csum()
1247 static void wl18xx_set_rx_csum(struct wl1271 *wl, in wl18xx_set_rx_csum()
1255 static bool wl18xx_is_mimo_supported(struct wl1271 *wl) in wl18xx_is_mimo_supported()
1271 static u32 wl18xx_sta_get_ap_rate_mask(struct wl1271 *wl, in wl18xx_sta_get_ap_rate_mask()
1291 static u32 wl18xx_ap_get_mimo_wide_rate_mask(struct wl1271 *wl, in wl18xx_ap_get_mimo_wide_rate_mask()
1342 static int wl18xx_get_pg_ver(struct wl1271 *wl, s8 *ver) in wl18xx_get_pg_ver()
1438 static int wl18xx_conf_init(struct wl1271 *wl, struct device *dev) in wl18xx_conf_init()
1458 static int wl18xx_plt_init(struct wl1271 *wl) in wl18xx_plt_init()
1475 static int wl18xx_get_mac(struct wl1271 *wl) in wl18xx_get_mac()
1513 static int wl18xx_handle_static_data(struct wl1271 *wl, in wl18xx_handle_static_data()
1530 static int wl18xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl18xx_get_spare_blocks()
1541 static int wl18xx_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wl18xx_set_key()
1594 static u32 wl18xx_pre_pkt_send(struct wl1271 *wl, in wl18xx_pre_pkt_send()
1613 static void wl18xx_sta_rc_update(struct wl1271 *wl, in wl18xx_sta_rc_update()
1639 static int wl18xx_set_peer_cap(struct wl1271 *wl, in wl18xx_set_peer_cap()
1648 static bool wl18xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_high_prio()
1675 static bool wl18xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl18xx_lnk_low_prio()
1699 static u32 wl18xx_convert_hwaddr(struct wl1271 *wl, u32 hwaddr) in wl18xx_convert_hwaddr()
1704 static int wl18xx_setup(struct wl1271 *wl);
1870 static int wl18xx_setup(struct wl1271 *wl) in wl18xx_setup()
2000 struct wl1271 *wl; in wl18xx_probe()