Lines Matching defs:wl

269 	struct brcms_info *wl = hw->priv;  in brcms_ops_tx()  local
284 struct brcms_info *wl = hw->priv; in brcms_ops_start() local
313 struct brcms_info *wl = hw->priv; in brcms_ops_stop() local
340 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface() local
363 struct brcms_info *wl = hw->priv; in brcms_ops_config() local
418 struct brcms_info *wl = hw->priv; in brcms_ops_bss_info_changed() local
546 struct brcms_info *wl = hw->priv; in brcms_ops_configure_filter() local
575 struct brcms_info *wl = hw->priv; in brcms_ops_sw_scan_start() local
584 struct brcms_info *wl = hw->priv; in brcms_ops_sw_scan_complete() local
595 struct brcms_info *wl = hw->priv; in brcms_ops_conf_tx() local
608 struct brcms_info *wl = hw->priv; in brcms_ops_sta_add() local
631 struct brcms_info *wl = hw->priv; in brcms_ops_ampdu_action() local
684 struct brcms_info *wl = hw->priv; in brcms_ops_rfkill_poll() local
696 struct brcms_info *wl = hw->priv; in brcms_ops_flush() local
727 static int brcms_set_hint(struct brcms_info *wl, char *abbrev) in brcms_set_hint()
734 struct brcms_info *wl; in brcms_dpc() local
772 static int brcms_request_fw(struct brcms_info *wl, struct pci_dev *pdev) in brcms_request_fw()
810 static void brcms_release_fw(struct brcms_info *wl) in brcms_release_fw()
828 static void brcms_free(struct brcms_info *wl) in brcms_free()
874 struct brcms_info *wl = hw->priv; in brcms_remove() local
890 struct brcms_info *wl; in brcms_isr() local
919 struct brcms_info *wl = hw->priv; in ieee_hw_rate_init() local
996 struct brcms_info *wl = NULL; in brcms_attach() local
1099 struct brcms_info *wl; in brcms_bcma_probe() local
1133 struct brcms_info *wl; in brcms_suspend() local
1211 void brcms_txflowcontrol(struct brcms_info *wl, struct brcms_if *wlif, in brcms_txflowcontrol()
1220 void brcms_init(struct brcms_info *wl) in brcms_init()
1230 uint brcms_reset(struct brcms_info *wl) in brcms_reset()
1241 void brcms_fatal_error(struct brcms_info *wl) in brcms_fatal_error()
1253 void brcms_intrson(struct brcms_info *wl) in brcms_intrson()
1262 u32 brcms_intrsoff(struct brcms_info *wl) in brcms_intrsoff()
1273 void brcms_intrsrestore(struct brcms_info *wl, u32 macintmask) in brcms_intrsrestore()
1285 int brcms_up(struct brcms_info *wl) in brcms_up()
1300 void brcms_down(struct brcms_info *wl) in brcms_down()
1353 struct brcms_timer *brcms_init_timer(struct brcms_info *wl, in brcms_init_timer()
1426 struct brcms_info *wl = t->wl; in brcms_free_timer() local
1460 int brcms_ucode_init_buf(struct brcms_info *wl, void **pbuf, u32 idx) in brcms_ucode_init_buf()
1492 int brcms_ucode_init_uint(struct brcms_info *wl, size_t *n_bytes, u32 idx) in brcms_ucode_init_uint()
1532 int brcms_check_firmwares(struct brcms_info *wl) in brcms_check_firmwares()
1585 bool brcms_rfkill_set_hw_state(struct brcms_info *wl) in brcms_rfkill_set_hw_state()
1600 void brcms_msleep(struct brcms_info *wl, uint ms) in brcms_msleep()