Lines Matching defs:dev
255 static void b43legacy_ram_write(struct b43legacy_wldev *dev, u16 offset, in b43legacy_ram_write()
272 void b43legacy_shm_control_word(struct b43legacy_wldev *dev, in b43legacy_shm_control_word()
285 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, in b43legacy_shm_read32()
312 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, in b43legacy_shm_read16()
335 void b43legacy_shm_write32(struct b43legacy_wldev *dev, in b43legacy_shm_write32()
363 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset, in b43legacy_shm_write16()
385 u32 b43legacy_hf_read(struct b43legacy_wldev *dev) in b43legacy_hf_read()
399 void b43legacy_hf_write(struct b43legacy_wldev *dev, u32 value) in b43legacy_hf_write()
409 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf) in b43legacy_tsf_read()
467 static void b43legacy_time_lock(struct b43legacy_wldev *dev) in b43legacy_time_lock()
477 static void b43legacy_time_unlock(struct b43legacy_wldev *dev) in b43legacy_time_unlock()
486 static void b43legacy_tsf_write_locked(struct b43legacy_wldev *dev, u64 tsf) in b43legacy_tsf_write_locked()
521 void b43legacy_tsf_write(struct b43legacy_wldev *dev, u64 tsf) in b43legacy_tsf_write()
529 void b43legacy_macfilter_set(struct b43legacy_wldev *dev, in b43legacy_macfilter_set()
552 static void b43legacy_write_mac_bssid_templates(struct b43legacy_wldev *dev) in b43legacy_write_mac_bssid_templates()
583 static void b43legacy_upload_card_macaddress(struct b43legacy_wldev *dev) in b43legacy_upload_card_macaddress()
590 static void b43legacy_set_slot_time(struct b43legacy_wldev *dev, in b43legacy_set_slot_time()
601 static void b43legacy_short_slot_timing_enable(struct b43legacy_wldev *dev) in b43legacy_short_slot_timing_enable()
606 static void b43legacy_short_slot_timing_disable(struct b43legacy_wldev *dev) in b43legacy_short_slot_timing_disable()
615 static void b43legacy_synchronize_irq(struct b43legacy_wldev *dev) in b43legacy_synchronize_irq()
624 void b43legacy_dummy_transmission(struct b43legacy_wldev *dev) in b43legacy_dummy_transmission()
691 static void b43legacy_switch_analog(struct b43legacy_wldev *dev, int on) in b43legacy_switch_analog()
696 void b43legacy_wireless_core_reset(struct b43legacy_wldev *dev, u32 flags) in b43legacy_wireless_core_reset()
732 static void handle_irq_transmit_status(struct b43legacy_wldev *dev) in handle_irq_transmit_status()
761 static void drain_txstatus_queue(struct b43legacy_wldev *dev) in drain_txstatus_queue()
778 static u32 b43legacy_jssi_read(struct b43legacy_wldev *dev) in b43legacy_jssi_read()
789 static void b43legacy_jssi_write(struct b43legacy_wldev *dev, u32 jssi) in b43legacy_jssi_write()
797 static void b43legacy_generate_noise_sample(struct b43legacy_wldev *dev) in b43legacy_generate_noise_sample()
807 static void b43legacy_calculate_link_quality(struct b43legacy_wldev *dev) in b43legacy_calculate_link_quality()
820 static void handle_irq_noise(struct b43legacy_wldev *dev) in handle_irq_noise()
883 static void handle_irq_tbtt_indication(struct b43legacy_wldev *dev) in handle_irq_tbtt_indication()
895 static void handle_irq_atim_end(struct b43legacy_wldev *dev) in handle_irq_atim_end()
905 static void handle_irq_pmq(struct b43legacy_wldev *dev) in handle_irq_pmq()
920 static void b43legacy_write_template_common(struct b43legacy_wldev *dev, in b43legacy_write_template_common()
966 static void b43legacy_write_beacon_template(struct b43legacy_wldev *dev, in b43legacy_write_beacon_template()
1047 static void b43legacy_write_probe_resp_plcp(struct b43legacy_wldev *dev, in b43legacy_write_probe_resp_plcp()
1077 static const u8 *b43legacy_generate_probe_resp(struct b43legacy_wldev *dev, in b43legacy_generate_probe_resp()
1131 static void b43legacy_write_probe_resp_template(struct b43legacy_wldev *dev, in b43legacy_write_probe_resp_template()
1164 static void b43legacy_upload_beacon0(struct b43legacy_wldev *dev) in b43legacy_upload_beacon0()
1178 static void b43legacy_upload_beacon1(struct b43legacy_wldev *dev) in b43legacy_upload_beacon1()
1188 static void handle_irq_beacon(struct b43legacy_wldev *dev) in handle_irq_beacon()
1240 struct b43legacy_wldev *dev; in b43legacy_beacon_update_trigger_work() local
1283 static void b43legacy_set_beacon_int(struct b43legacy_wldev *dev, in b43legacy_set_beacon_int()
1300 static void handle_irq_ucode_debug(struct b43legacy_wldev *dev) in handle_irq_ucode_debug()
1305 static void b43legacy_interrupt_tasklet(struct b43legacy_wldev *dev) in b43legacy_interrupt_tasklet()
1401 static void pio_irq_workaround(struct b43legacy_wldev *dev, in pio_irq_workaround()
1413 static void b43legacy_interrupt_ack(struct b43legacy_wldev *dev, u32 reason) in b43legacy_interrupt_ack()
1445 struct b43legacy_wldev *dev = dev_id; in b43legacy_interrupt_handler() local
1495 static void b43legacy_release_firmware(struct b43legacy_wldev *dev) in b43legacy_release_firmware()
1514 static int do_request_fw(struct b43legacy_wldev *dev, in do_request_fw()
1560 static int b43legacy_request_firmware(struct b43legacy_wldev *dev) in b43legacy_request_firmware()
1645 static int b43legacy_upload_microcode(struct b43legacy_wldev *dev) in b43legacy_upload_microcode()
1772 static int b43legacy_write_initvals(struct b43legacy_wldev *dev, in b43legacy_write_initvals()
1833 static int b43legacy_upload_initvals(struct b43legacy_wldev *dev) in b43legacy_upload_initvals()
1868 static int b43legacy_gpio_init(struct b43legacy_wldev *dev) in b43legacy_gpio_init()
1916 static void b43legacy_gpio_cleanup(struct b43legacy_wldev *dev) in b43legacy_gpio_cleanup()
1931 void b43legacy_mac_enable(struct b43legacy_wldev *dev) in b43legacy_mac_enable()
1957 void b43legacy_mac_suspend(struct b43legacy_wldev *dev) in b43legacy_mac_suspend()
1993 static void b43legacy_adjust_opmode(struct b43legacy_wldev *dev) in b43legacy_adjust_opmode()
2045 static void b43legacy_rate_memory_write(struct b43legacy_wldev *dev, in b43legacy_rate_memory_write()
2063 static void b43legacy_rate_memory_init(struct b43legacy_wldev *dev) in b43legacy_rate_memory_init()
2087 static void b43legacy_mgmtframe_txantenna(struct b43legacy_wldev *dev, in b43legacy_mgmtframe_txantenna()
2131 static void b43legacy_chip_exit(struct b43legacy_wldev *dev) in b43legacy_chip_exit()
2141 static int b43legacy_chip_init(struct b43legacy_wldev *dev) in b43legacy_chip_init()
2256 static void b43legacy_periodic_every120sec(struct b43legacy_wldev *dev) in b43legacy_periodic_every120sec()
2268 static void b43legacy_periodic_every60sec(struct b43legacy_wldev *dev) in b43legacy_periodic_every60sec()
2278 static void b43legacy_periodic_every30sec(struct b43legacy_wldev *dev) in b43legacy_periodic_every30sec()
2284 static void b43legacy_periodic_every15sec(struct b43legacy_wldev *dev) in b43legacy_periodic_every15sec()
2292 static void do_periodic_work(struct b43legacy_wldev *dev) in do_periodic_work()
2313 struct b43legacy_wldev *dev = container_of(work, struct b43legacy_wldev, in b43legacy_periodic_work_handler() local
2338 static void b43legacy_periodic_tasks_setup(struct b43legacy_wldev *dev) in b43legacy_periodic_tasks_setup()
2348 static int b43legacy_validate_chipaccess(struct b43legacy_wldev *dev) in b43legacy_validate_chipaccess()
2379 static void b43legacy_security_init(struct b43legacy_wldev *dev) in b43legacy_security_init()
2447 struct b43legacy_wldev *dev; in b43legacy_tx_work() local
2538 struct b43legacy_wldev **dev, in find_wldev_for_phymode()
2557 static void b43legacy_put_phy_into_reset(struct b43legacy_wldev *dev) in b43legacy_put_phy_into_reset()
2647 static void b43legacy_set_retry_limits(struct b43legacy_wldev *dev, in b43legacy_set_retry_limits()
2664 struct b43legacy_wldev *dev; in b43legacy_op_dev_config() local
2757 static void b43legacy_update_basic_rates(struct b43legacy_wldev *dev, u32 brates) in b43legacy_update_basic_rates()
2808 struct b43legacy_wldev *dev; in b43legacy_op_bss_info_changed() local
2879 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_configure_filter() local
2912 static void b43legacy_wireless_core_stop(struct b43legacy_wldev *dev) in b43legacy_wireless_core_stop()
2951 static int b43legacy_wireless_core_start(struct b43legacy_wldev *dev) in b43legacy_wireless_core_start()
2982 static int b43legacy_phy_versioning(struct b43legacy_wldev *dev) in b43legacy_phy_versioning()
3076 static void setup_struct_phy_for_init(struct b43legacy_wldev *dev, in setup_struct_phy_for_init()
3121 static void setup_struct_wldev_for_init(struct b43legacy_wldev *dev) in setup_struct_wldev_for_init()
3142 static void b43legacy_set_synth_pu_delay(struct b43legacy_wldev *dev, in b43legacy_set_synth_pu_delay()
3156 static void b43legacy_set_pretbtt(struct b43legacy_wldev *dev) in b43legacy_set_pretbtt()
3172 static void b43legacy_wireless_core_exit(struct b43legacy_wldev *dev) in b43legacy_wireless_core_exit()
3208 static void prepare_phy_data_for_init(struct b43legacy_wldev *dev) in prepare_phy_data_for_init()
3248 static int b43legacy_wireless_core_init(struct b43legacy_wldev *dev) in b43legacy_wireless_core_init()
3379 struct b43legacy_wldev *dev; in b43legacy_op_add_interface() local
3421 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_remove_interface() local
3446 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_start() local
3490 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_stop() local
3519 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_get_survey() local
3553 struct b43legacy_wldev *dev = in b43legacy_chip_reset() local
3591 static int b43legacy_setup_modes(struct b43legacy_wldev *dev, in b43legacy_setup_modes()
3614 static void b43legacy_wireless_core_detach(struct b43legacy_wldev *dev) in b43legacy_wireless_core_detach()
3621 static int b43legacy_wireless_core_attach(struct b43legacy_wldev *dev) in b43legacy_wireless_core_attach()
3712 static void b43legacy_one_core_detach(struct ssb_device *dev) in b43legacy_one_core_detach()
3730 static int b43legacy_one_core_attach(struct ssb_device *dev, in b43legacy_one_core_attach()
3776 static void b43legacy_wireless_exit(struct ssb_device *dev, in b43legacy_wireless_exit()
3785 static int b43legacy_wireless_init(struct ssb_device *dev) in b43legacy_wireless_init()
3842 static int b43legacy_probe(struct ssb_device *dev, in b43legacy_probe()
3880 static void b43legacy_remove(struct ssb_device *dev) in b43legacy_remove()
3903 void b43legacy_controller_restart(struct b43legacy_wldev *dev, in b43legacy_controller_restart()
3915 static int b43legacy_suspend(struct ssb_device *dev, pm_message_t state) in b43legacy_suspend()
3935 static int b43legacy_resume(struct ssb_device *dev) in b43legacy_resume()