Lines Matching defs:wl

609 static int wl127x_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len)  in wl127x_prepare_read()
638 static int wl12xx_identify_chip(struct wl1271 *wl) in wl12xx_identify_chip()
733 static int __must_check wl12xx_top_reg_write(struct wl1271 *wl, int addr, in wl12xx_top_reg_write()
758 static int __must_check wl12xx_top_reg_read(struct wl1271 *wl, int addr, in wl12xx_top_reg_read()
800 static int wl128x_switch_tcxo_to_fref(struct wl1271 *wl) in wl128x_switch_tcxo_to_fref()
829 static bool wl128x_is_tcxo_valid(struct wl1271 *wl) in wl128x_is_tcxo_valid()
844 static bool wl128x_is_fref_valid(struct wl1271 *wl) in wl128x_is_fref_valid()
859 static int wl128x_manually_configure_mcs_pll(struct wl1271 *wl) in wl128x_manually_configure_mcs_pll()
878 static int wl128x_configure_mcs_pll(struct wl1271 *wl, int clk) in wl128x_configure_mcs_pll()
926 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk()
974 static int wl127x_boot_clk(struct wl1271 *wl) in wl127x_boot_clk()
1050 static int wl1271_boot_soft_reset(struct wl1271 *wl) in wl1271_boot_soft_reset()
1094 static int wl12xx_pre_boot(struct wl1271 *wl) in wl12xx_pre_boot()
1158 static int wl12xx_pre_upload(struct wl1271 *wl) in wl12xx_pre_upload()
1205 static int wl12xx_enable_interrupts(struct wl1271 *wl) in wl12xx_enable_interrupts()
1233 static int wl12xx_boot(struct wl1271 *wl) in wl12xx_boot()
1281 static int wl12xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl12xx_trigger_cmd()
1295 static int wl12xx_ack_event(struct wl1271 *wl) in wl12xx_ack_event()
1301 static u32 wl12xx_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks) in wl12xx_calc_tx_blocks()
1310 wl12xx_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_blocks()
1322 wl12xx_set_tx_desc_data_len(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wl12xx_set_tx_desc_data_len()
1357 wl12xx_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc) in wl12xx_get_rx_buf_align()
1365 static u32 wl12xx_get_rx_packet_len(struct wl1271 *wl, void *rx_data, in wl12xx_get_rx_packet_len()
1378 static int wl12xx_tx_delayed_compl(struct wl1271 *wl) in wl12xx_tx_delayed_compl()
1387 static int wl12xx_hw_init(struct wl1271 *wl) in wl12xx_hw_init()
1440 static void wl12xx_convert_fw_status(struct wl1271 *wl, void *raw_fw_status, in wl12xx_convert_fw_status()
1471 static u32 wl12xx_sta_get_ap_rate_mask(struct wl1271 *wl, in wl12xx_sta_get_ap_rate_mask()
1477 static void wl12xx_conf_init(struct wl1271 *wl) in wl12xx_conf_init()
1488 static bool wl12xx_mac_in_fuse(struct wl1271 *wl) in wl12xx_mac_in_fuse()
1516 static int wl12xx_get_fuse_mac(struct wl1271 *wl) in wl12xx_get_fuse_mac()
1544 static int wl12xx_get_pg_ver(struct wl1271 *wl, s8 *ver) in wl12xx_get_pg_ver()
1562 static int wl12xx_get_mac(struct wl1271 *wl) in wl12xx_get_mac()
1570 static void wl12xx_set_tx_desc_csum(struct wl1271 *wl, in wl12xx_set_tx_desc_csum()
1577 static int wl12xx_plt_init(struct wl1271 *wl) in wl12xx_plt_init()
1640 static int wl12xx_get_spare_blocks(struct wl1271 *wl, bool is_gem) in wl12xx_get_spare_blocks()
1648 static int wl12xx_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wl12xx_set_key()
1656 static int wl12xx_set_peer_cap(struct wl1271 *wl, in wl12xx_set_peer_cap()
1665 static bool wl12xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, in wl12xx_lnk_high_prio()
1678 static bool wl12xx_lnk_low_prio(struct wl1271 *wl, u8 hlid, in wl12xx_lnk_low_prio()
1685 static u32 wl12xx_convert_hwaddr(struct wl1271 *wl, u32 hwaddr) in wl12xx_convert_hwaddr()
1805 static int wl12xx_setup(struct wl1271 *wl) in wl12xx_setup()
1901 struct wl1271 *wl; in wl12xx_probe() local
1931 struct wl1271 *wl = platform_get_drvdata(pdev); in wl12xx_remove() local