Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 92) sorted by relevance

1234

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Ddriver-ops.h32 static inline void drv_tx(struct ieee80211_local *local, in drv_tx()
39 static inline void drv_sync_rx_queues(struct ieee80211_local *local, in drv_sync_rx_queues()
52 struct ieee80211_local *local = sdata->local; in drv_get_et_strings() local
64 struct ieee80211_local *local = sdata->local; in drv_get_et_stats() local
75 struct ieee80211_local *local = sdata->local; in drv_get_et_sset_count() local
90 static inline int drv_suspend(struct ieee80211_local *local, in drv_suspend()
103 static inline int drv_resume(struct ieee80211_local *local) in drv_resume()
115 static inline void drv_set_wakeup(struct ieee80211_local *local, in drv_set_wakeup()
139 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config()
151 static inline void drv_bss_info_changed(struct ieee80211_local *local, in drv_bss_info_changed()
[all …]
Dled.c12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc()
22 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio()
32 void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names()
44 void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names()
54 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_activate() local
65 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_tx_led_deactivate() local
74 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_activate() local
85 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_rx_led_deactivate() local
94 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_activate() local
105 struct ieee80211_local *local = container_of(led_cdev->trigger, in ieee80211_assoc_led_deactivate() local
[all …]
Dled.h13 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx()
24 static inline void ieee80211_led_tx(struct ieee80211_local *local) in ieee80211_led_tx()
47 static inline void ieee80211_led_assoc(struct ieee80211_local *local, in ieee80211_led_assoc()
51 static inline void ieee80211_led_radio(struct ieee80211_local *local, in ieee80211_led_radio()
55 static inline void ieee80211_alloc_led_names(struct ieee80211_local *local) in ieee80211_alloc_led_names()
58 static inline void ieee80211_free_led_names(struct ieee80211_local *local) in ieee80211_free_led_names()
61 static inline void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init()
64 static inline void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit()
67 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, in ieee80211_mod_tpt_led_trig()
75 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_tx()
[all …]
Dchan.c13 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, in ieee80211_chanctx_num_assigned()
27 static int ieee80211_chanctx_num_reserved(struct ieee80211_local *local, in ieee80211_chanctx_num_reserved()
41 int ieee80211_chanctx_refcount(struct ieee80211_local *local, in ieee80211_chanctx_refcount()
48 static int ieee80211_num_chanctx(struct ieee80211_local *local) in ieee80211_num_chanctx()
61 static bool ieee80211_can_create_new_chanctx(struct ieee80211_local *local) in ieee80211_can_create_new_chanctx()
82 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_reserved_chandef()
105 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, in ieee80211_chanctx_non_reserved_chandef()
131 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, in ieee80211_chanctx_combined_chandef()
149 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, in ieee80211_chanctx_can_reserve_chandef()
166 ieee80211_find_reservation_chanctx(struct ieee80211_local *local, in ieee80211_find_reservation_chanctx()
[all …]
Doffchannel.c27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
64 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local
103 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) in ieee80211_offchannel_stop_vifs()
152 void ieee80211_offchannel_return(struct ieee80211_local *local) in ieee80211_offchannel_return()
212 static unsigned long ieee80211_end_finished_rocs(struct ieee80211_local *local, in ieee80211_end_finished_rocs()
243 static bool ieee80211_recalc_sw_work(struct ieee80211_local *local, in ieee80211_recalc_sw_work()
281 struct ieee80211_local *local = in ieee80211_hw_roc_start() local
300 struct ieee80211_local *local = hw_to_local(hw); in mac80211_ready_on_channel() local
309 static void _ieee80211_start_next_roc(struct ieee80211_local *local) in _ieee80211_start_next_roc()
402 void ieee80211_start_next_roc(struct ieee80211_local *local) in ieee80211_start_next_roc()
[all …]
Ddriver-ops.c10 int drv_start(struct ieee80211_local *local) in drv_start()
32 void drv_stop(struct ieee80211_local *local) in drv_stop()
52 int drv_add_interface(struct ieee80211_local *local, in drv_add_interface()
75 int drv_change_interface(struct ieee80211_local *local, in drv_change_interface()
92 void drv_remove_interface(struct ieee80211_local *local, in drv_remove_interface()
107 int drv_sta_state(struct ieee80211_local *local, in drv_sta_state()
139 int drv_sta_set_txpwr(struct ieee80211_local *local, in drv_sta_set_txpwr()
159 void drv_sta_rc_update(struct ieee80211_local *local, in drv_sta_rc_update()
179 int drv_conf_tx(struct ieee80211_local *local, in drv_conf_tx()
209 u64 drv_get_tsf(struct ieee80211_local *local, in drv_get_tsf()
[all …]
Dscan.c45 void ieee80211_rx_bss_put(struct ieee80211_local *local, in ieee80211_rx_bss_put()
73 ieee80211_update_bss_from_elems(struct ieee80211_local *local, in ieee80211_update_bss_from_elems()
152 ieee80211_bss_info_update(struct ieee80211_local *local, in ieee80211_bss_info_update()
271 void ieee80211_scan_rx(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_scan_rx()
347 struct ieee80211_local *local = sdata->local; in ieee80211_prep_hw_scan() local
413 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_scan_completed() local
519 struct ieee80211_local *local = hw_to_local(hw); in mac80211_scan_completed() local
532 static int ieee80211_start_sw_scan(struct ieee80211_local *local, in ieee80211_start_sw_scan()
576 struct ieee80211_local *local = sdata->local; in __ieee80211_can_leave_ch() local
597 static bool ieee80211_can_scan(struct ieee80211_local *local, in ieee80211_can_scan()
[all …]
Dsta_info.c77 static int sta_info_hash_del(struct ieee80211_local *local, in sta_info_hash_del()
89 struct ieee80211_local *local = sdata->local; in __cleanup_single_sta() local
153 struct ieee80211_local *local = sdata->local; in cleanup_single_sta() local
159 struct rhlist_head *sta_info_hash_lookup(struct ieee80211_local *local, in sta_info_hash_lookup()
169 struct ieee80211_local *local = sdata->local; in sta_info_get() local
194 struct ieee80211_local *local = sdata->local; in sta_info_get_bss() local
216 struct ieee80211_local *local = sdata->local; in sta_info_get_by_idx() local
245 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta) in sta_info_free()
263 static int sta_info_hash_add(struct ieee80211_local *local, in sta_info_hash_add()
289 static int sta_prepare_rate_control(struct ieee80211_local *local, in sta_prepare_rate_control()
[all …]
Dmain.c59 struct ieee80211_local *local = sdata->local; in ieee80211_configure_filter() local
105 struct ieee80211_local *local = in ieee80211_reconfig_filter() local
113 static u32 ieee80211_hw_conf_chan(struct ieee80211_local *local) in ieee80211_hw_conf_chan()
183 int ieee80211_hw_config(struct ieee80211_local *local, u32 changed) in ieee80211_hw_config()
220 struct ieee80211_local *local = sdata->local; in ieee80211_bss_info_change_notify() local
240 struct ieee80211_local *local = (struct ieee80211_local *) data; in ieee80211_tasklet_handler() local
267 struct ieee80211_local *local = in ieee80211_restart_work() local
316 struct ieee80211_local *local = hw_to_local(hw); in mac80211_restart_hw() local
341 struct ieee80211_local *local = hw_to_local(hw); in mac80211_ifdev_move() local
361 struct ieee80211_local *local = in ieee80211_ifa_changed() local
[all …]
Dutil.c41 struct ieee80211_local *local; in xrmac_wiphy_to_ieee80211_hw() local
157 struct ieee80211_local *local = hw_to_local(hw); in mac80211_rts_duration() local
200 struct ieee80211_local *local = hw_to_local(hw); in mac80211_ctstoself_duration() local
238 struct ieee80211_local *local = sdata->local; in __ieee80211_wake_txqs() local
301 _ieee80211_wake_txqs(struct ieee80211_local *local, unsigned long *flags) in _ieee80211_wake_txqs()
336 struct ieee80211_local *local = (struct ieee80211_local *)data; in ieee80211_wake_txqs() local
344 void ieee80211_propagate_queue_wake(struct ieee80211_local *local, int queue) in ieee80211_propagate_queue_wake()
382 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_wake_queue() local
433 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_wake_queue_by_reason() local
452 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_stop_queue() local
[all …]
Diface.c96 static u32 __ieee80211_idle_off(struct ieee80211_local *local) in __ieee80211_idle_off()
105 static u32 __ieee80211_idle_on(struct ieee80211_local *local) in __ieee80211_idle_on()
116 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, in __ieee80211_recalc_idle()
151 u32 ieee80211_idle_off(struct ieee80211_local *local) in ieee80211_idle_off()
156 void ieee80211_recalc_idle(struct ieee80211_local *local) in ieee80211_recalc_idle()
166 struct ieee80211_local *local = sdata->local; in ieee80211_verify_mac() local
263 struct ieee80211_local *local = sdata->local; in ieee80211_check_concurrent_iface() local
371 struct ieee80211_local *local = sdata->local; in ieee80211_adjust_monitor_flags() local
390 struct ieee80211_local *local = sdata->local; in ieee80211_set_default_queues() local
404 int ieee80211_add_virtual_monitor(struct ieee80211_local *local) in ieee80211_add_virtual_monitor()
[all …]
Dtx.c57 struct ieee80211_local *local = tx->local; in ieee80211_duration() local
216 struct ieee80211_local *local = tx->local; in ieee80211_tx_h_dynamic_ps() local
357 static void purge_old_ps_buffers(struct ieee80211_local *local) in purge_old_ps_buffers()
490 struct ieee80211_local *local = tx->local; in ieee80211_tx_h_unicast_ps_buf() local
872 struct ieee80211_local *local = tx->local; in ieee80211_fragment() local
1168 struct ieee80211_local *local = sdata->local; in ieee80211_tx_prepare() local
1250 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq()
1312 struct ieee80211_local *local; in codel_dequeue_func() local
1332 struct ieee80211_local *local; in codel_drop_func() local
1347 struct ieee80211_local *local; in fq_tin_dequeue_func() local
[all …]
Dstatus.c27 struct ieee80211_local *local = hw_to_local(hw); in mac80211_tx_status_irqsafe() local
45 static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, in ieee80211_handle_filtered_frame()
187 struct ieee80211_local *local = sta->local; in ieee80211_frame_acked() local
303 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_tx_radiotap_header()
571 static void ieee80211_tdls_td_tx_handle(struct ieee80211_local *local, in ieee80211_tdls_td_tx_handle()
607 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_sdata_from_skb()
626 static void ieee80211_report_ack_skb(struct ieee80211_local *local, in ieee80211_report_ack_skb()
670 static void ieee80211_report_used_skb(struct ieee80211_local *local, in ieee80211_report_used_skb()
806 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, in ieee80211_tx_monitor()
877 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_tx_status() local
[all …]
Dcfg.c64 struct ieee80211_local *local = sdata->local; in ieee80211_set_mon_options() local
122 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_add_iface() local
400 struct ieee80211_local *local = sdata->local; in ieee80211_set_tx() local
432 struct ieee80211_local *local = sdata->local; in ieee80211_add_key() local
547 struct ieee80211_local *local = sdata->local; in ieee80211_del_key() local
764 struct ieee80211_local *local = sdata->local; in ieee80211_dump_station() local
787 struct ieee80211_local *local = wdev_priv(sdata->dev->ieee80211_ptr); in ieee80211_dump_survey() local
799 struct ieee80211_local *local = sdata->local; in ieee80211_get_station() local
819 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_set_monitor_channel() local
1160 struct ieee80211_local *local = sdata->local; in ieee80211_start_ap() local
[all …]
Dagg-tx.c66 struct ieee80211_local *local = sdata->local; in ieee80211_send_addba_request() local
115 struct ieee80211_local *local = sdata->local; in mac80211_send_bar() local
241 struct ieee80211_local *local = sdata->local; in __acquires() local
300 struct ieee80211_local *local = sta->local; in ___ieee80211_stop_tx_ba_session() local
453 struct ieee80211_local *local = sta->local; in ieee80211_tx_ba_session_handle_start() local
563 struct ieee80211_local *local = sdata->local; in mac80211_start_tx_ba_session() local
696 static void ieee80211_agg_tx_operational(struct ieee80211_local *local, in ieee80211_agg_tx_operational()
743 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb() local
782 struct ieee80211_local *local = sdata->local; in mac80211_start_tx_ba_cb_irqsafe() local
817 struct ieee80211_local *local = sdata->local; in mac80211_stop_tx_ba_session() local
[all …]
Ddebugfs.c78 struct ieee80211_local *local = file->private_data; in aqm_read() local
119 struct ieee80211_local *local = file->private_data; in aqm_write() local
156 struct ieee80211_local *local = file->private_data; in force_tx_status_read() local
171 struct ieee80211_local *local = file->private_data; in force_tx_status_write() local
207 struct ieee80211_local *local = file->private_data; in reset_write() local
281 struct ieee80211_local *local = file->private_data; in hwflags_read() local
310 struct ieee80211_local *local = file->private_data; in misc_read() local
342 struct ieee80211_local *local = file->private_data; in queues_read() local
363 static ssize_t format_devstat_counter(struct ieee80211_local *local, in format_devstat_counter()
415 void debugfs_hw_add(struct ieee80211_local *local) in debugfs_hw_add()
Dwep.c25 int ieee80211_wep_init(struct ieee80211_local *local) in ieee80211_wep_init()
49 static void ieee80211_wep_get_iv(struct ieee80211_local *local, in ieee80211_wep_get_iv()
66 static u8 *ieee80211_wep_add_iv(struct ieee80211_local *local, in ieee80211_wep_add_iv()
94 static void ieee80211_wep_remove_iv(struct ieee80211_local *local, in ieee80211_wep_remove_iv()
133 int ieee80211_wep_encrypt(struct ieee80211_local *local, in ieee80211_wep_encrypt()
193 static int ieee80211_wep_decrypt(struct ieee80211_local *local, in ieee80211_wep_decrypt()
Dmlme.c332 struct ieee80211_local *local = sdata->local; in ieee80211_config_bw() local
537 struct ieee80211_local *local = sdata->local; in ieee80211_add_vht_ie() local
647 struct ieee80211_local *local = sdata->local; in ieee80211_send_assoc() local
1000 void ieee80211_send_pspoll(struct ieee80211_local *local, in ieee80211_send_pspoll()
1017 void ieee80211_send_nullfunc(struct ieee80211_local *local, in ieee80211_send_nullfunc()
1051 static void ieee80211_send_4addr_nullfunc(struct ieee80211_local *local, in ieee80211_send_4addr_nullfunc()
1089 struct ieee80211_local *local = sdata->local; in ieee80211_chswitch_work() local
1210 struct ieee80211_local *local = sdata->local; in ieee80211_chswitch_post_beacon() local
1266 struct ieee80211_local *local = sdata->local; in ieee80211_sta_abort_chanswitch() local
1295 struct ieee80211_local *local = sdata->local; in ieee80211_sta_process_chanswitch() local
[all …]
Docb.c43 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_rx_no_sta() local
154 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_housekeeping_timer() local
175 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_join() local
208 struct ieee80211_local *local = sdata->local; in ieee80211_ocb_leave() local
Dagg-rx.c61 struct ieee80211_local *local = sta->local; in ___ieee80211_stop_rx_ba_session() local
218 struct ieee80211_local *local = sdata->local; in ieee80211_send_addba_resp() local
272 struct ieee80211_local *local = sta->sdata->local; in ___ieee80211_start_rx_ba_session() local
471 void ieee80211_process_addba_request(struct ieee80211_local *local, in ieee80211_process_addba_request()
511 struct ieee80211_local *local = sdata->local; in mac80211_manage_rx_ba_offl() local
529 struct ieee80211_local *local = sdata->local; in mac80211_rx_ba_timer_expired() local
Dibss.c46 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_build_presp() local
226 struct ieee80211_local *local = sdata->local; in __ieee80211_sta_join_ibss() local
610 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_add_sta() local
662 struct ieee80211_local *local = sdata->local; in ieee80211_sta_active_ibss() local
689 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_disconnect() local
993 struct ieee80211_local *local = sdata->local; in ieee80211_update_sta_info() local
1111 struct ieee80211_local *local = sdata->local; in ieee80211_rx_bss_info() local
1205 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_rx_no_sta() local
1256 struct ieee80211_local *local = sdata->local; in ieee80211_ibss_sta_expire() local
1435 struct ieee80211_local *local = sdata->local; in ieee80211_sta_find_ibss() local
[all …]
Drx.c135 ieee80211_rx_radiotap_hdrlen(struct ieee80211_local *local, in ieee80211_rx_radiotap_hdrlen()
294 ieee80211_add_rx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_rx_radiotap_header()
706 ieee80211_make_monitor_skb(struct ieee80211_local *local, in ieee80211_make_monitor_skb()
764 ieee80211_rx_monitor(struct ieee80211_local *local, struct sk_buff *origskb, in ieee80211_rx_monitor()
1373 struct ieee80211_local *local = rx->local; in ieee80211_rx_reorder_ampdu() local
1541 struct ieee80211_local *local; in ieee80211_rx_h_check_more_data() local
1574 struct ieee80211_local *local = sdata->local; in sta_ps_start() local
2712 struct ieee80211_local *local = rx->local; in ieee80211_rx_h_mesh_fwding() local
2853 struct ieee80211_local *local = rx->local; in ieee80211_rx_h_data() local
3003 struct ieee80211_local *local = sdata->local; in ieee80211_process_sa_query_req() local
[all …]
Dkey.c56 static void assert_key_lock(struct ieee80211_local *local) in assert_key_lock()
268 struct ieee80211_local *local = key->local; in _ieee80211_set_tx_key() local
291 struct ieee80211_local *local = new->local; in ieee80211_pairwise_rekey() local
888 struct ieee80211_local *local = hw_to_local(hw); in mac80211_iter_keys() local
946 struct ieee80211_local *local = hw_to_local(hw); in mac80211_iter_keys_rcu() local
982 struct ieee80211_local *local = sdata->local; in ieee80211_free_keys() local
1027 void ieee80211_free_sta_keys(struct ieee80211_local *local, in ieee80211_free_sta_keys()
1235 struct ieee80211_local *local = sdata->local; in mac80211_gtk_rekey_add() local
/device/soc/hpmicro/drivers/platform/
Dgpio.c37 static int32_t Write(struct GpioCntlr *ctl, uint16_t local, uint16_t val) in Write()
48 static int32_t Read(struct GpioCntlr *ctl, uint16_t local, uint16_t *val) in Read()
63 int32_t SetDir(struct GpioCntlr *ctl, uint16_t local, uint16_t dir) in SetDir()
78 int32_t GetDir(struct GpioCntlr *ctl, uint16_t local, uint16_t *dir) in GetDir()
83 static int32_t SetIrq(struct GpioCntlr *ctl, uint16_t local, uint16_t mode) in SetIrq()
104 static int32_t UnsetIrq(struct GpioCntlr *ctl, uint16_t local) in UnsetIrq()
109 static int32_t EnableIrq(struct GpioCntlr *ctl, uint16_t local) in EnableIrq()
120 static int32_t DisableIrq(struct GpioCntlr *ctl, uint16_t local) in DisableIrq()
178 for (uint32_t local = 0; local < ctl->count; local++) { in hpm_gpio_isr() local
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/gpio/
Dgpio_esp32u4.c78 static int32_t Esp32u4GpioWrite(struct GpioCntlr *cntlr, uint16_t local, uint16_t val) in Esp32u4GpioWrite()
84 static int32_t Esp32u4GpioRead(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val) in Esp32u4GpioRead()
93 static int32_t Esp32u4GpioSetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir) in Esp32u4GpioSetDir()
103 static int32_t Esp32u4GpioGetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t *dir) in Esp32u4GpioGetDir()
122 static int32_t Esp32u4GpioSetIrq(struct GpioCntlr *cntlr, uint16_t local, uint16_t mode) in Esp32u4GpioSetIrq()
167 static int32_t Esp32u4GpioUnsetIrq(struct GpioCntlr *cntlr, uint16_t local) in Esp32u4GpioUnsetIrq()
174 static int32_t Esp32u4GpioEnableIrq(struct GpioCntlr *cntlr, uint16_t local) in Esp32u4GpioEnableIrq()
180 static int32_t Esp32u4GpioDisableIrq(struct GpioCntlr *cntlr, uint16_t local) in Esp32u4GpioDisableIrq()

1234