Lines Matching defs:wl

597 static int wl127x_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len)  in wl127x_prepare_read()
626 static int wl12xx_identify_chip(struct wl1271 *wl) in wl12xx_identify_chip()
721 static int __must_check wl12xx_top_reg_write(struct wl1271 *wl, int addr, in wl12xx_top_reg_write()
746 static int __must_check wl12xx_top_reg_read(struct wl1271 *wl, int addr, in wl12xx_top_reg_read()
788 static int wl128x_switch_tcxo_to_fref(struct wl1271 *wl) in wl128x_switch_tcxo_to_fref()
817 static bool wl128x_is_tcxo_valid(struct wl1271 *wl) in wl128x_is_tcxo_valid()
832 static bool wl128x_is_fref_valid(struct wl1271 *wl) in wl128x_is_fref_valid()
847 static int wl128x_manually_configure_mcs_pll(struct wl1271 *wl) in wl128x_manually_configure_mcs_pll()
866 static int wl128x_configure_mcs_pll(struct wl1271 *wl, int clk) in wl128x_configure_mcs_pll()
914 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk()
962 static int wl127x_boot_clk(struct wl1271 *wl) in wl127x_boot_clk()
1038 static int wl1271_boot_soft_reset(struct wl1271 *wl) in wl1271_boot_soft_reset()
1082 static int wl12xx_pre_boot(struct wl1271 *wl) in wl12xx_pre_boot()
1146 static int wl12xx_pre_upload(struct wl1271 *wl) in wl12xx_pre_upload()
1193 static int wl12xx_enable_interrupts(struct wl1271 *wl) in wl12xx_enable_interrupts()
1221 static int wl12xx_boot(struct wl1271 *wl) in wl12xx_boot()
1269 static int wl12xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl12xx_trigger_cmd()
1283 static int wl12xx_ack_event(struct wl1271 *wl) in wl12xx_ack_event()
1289 static u32 wl12xx_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks) in wl12xx_calc_tx_blocks()
1298 wl12xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_blocks()
1310 wl12xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_data_len()
1345 wl12xx_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc) in wl12xx_get_rx_buf_align()
1353 static u32 wl12xx_get_rx_packet_len(struct wl1271 *wl, void *rx_data, in wl12xx_get_rx_packet_len()
1366 static int wl12xx_tx_delayed_compl(struct wl1271 *wl) in wl12xx_tx_delayed_compl()
1375 static int wl12xx_hw_init(struct wl1271 *wl) in wl12xx_hw_init()
1428 static void wl12xx_convert_fw_status(struct wl1271 *wl, void *raw_fw_status, in wl12xx_convert_fw_status()
1459 static u32 wl12xx_sta_get_ap_rate_mask(struct wl1271 *wl, in wl12xx_sta_get_ap_rate_mask()
1465 static void wl12xx_conf_init(struct wl1271 *wl) in wl12xx_conf_init()
1476 static bool wl12xx_mac_in_fuse(struct wl1271 *wl) in wl12xx_mac_in_fuse()
1504 static int wl12xx_get_fuse_mac(struct wl1271 *wl) in wl12xx_get_fuse_mac()
1532 static int wl12xx_get_pg_ver(struct wl1271 *wl, s8 *ver) in wl12xx_get_pg_ver()
1550 static int wl12xx_get_mac(struct wl1271 *wl) in wl12xx_get_mac()
1558 static void wl12xx_set_tx_desc_csum(struct wl1271 *wl, in wl12xx_set_tx_desc_csum()
1565 static int wl12xx_plt_init(struct wl1271 *wl) in wl12xx_plt_init()
1628 static int wl12xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl12xx_get_spare_blocks()
1636 static int wl12xx_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wl12xx_set_key()
1644 static int wl12xx_set_peer_cap(struct wl1271 *wl, in wl12xx_set_peer_cap()
1653 static bool wl12xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl12xx_lnk_high_prio()
1666 static bool wl12xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl12xx_lnk_low_prio()
1673 static u32 wl12xx_convert_hwaddr(struct wl1271 *wl, u32 hwaddr) in wl12xx_convert_hwaddr()
1793 static int wl12xx_setup(struct wl1271 *wl) in wl12xx_setup()
1890 struct wl1271 *wl; in wl12xx_probe() local
1920 struct wl1271 *wl = platform_get_drvdata(pdev); in wl12xx_remove() local