Searched refs:local (Results 1 - 25 of 1324) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Dinffixed.h10 local uInt fixed_bl = 9;
11 local uInt fixed_bd = 5;
12 local inflate_huft fixed_tl[] = {
142 local inflate_huft fixed_td[] = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dled.c14 void ieee80211_led_rx(struct ieee80211_local *local) argument
16 if (unlikely(!local->rx_led))
18 if (local->rx_led_counter++ % 2 == 0)
19 led_trigger_event(local->rx_led, LED_OFF);
21 led_trigger_event(local->rx_led, LED_FULL);
25 void ieee80211_led_tx(struct ieee80211_local *local, int q) argument
27 if (unlikely(!local->tx_led))
30 local->tx_led_counter += 2*q-1;
31 if (local->tx_led_counter % 2 == 0)
32 led_trigger_event(local
37 ieee80211_led_assoc(struct ieee80211_local *local, bool associated) argument
47 ieee80211_led_radio(struct ieee80211_local *local, bool enabled) argument
57 ieee80211_led_init(struct ieee80211_local *local) argument
104 ieee80211_led_exit(struct ieee80211_local *local) argument
126 struct ieee80211_local *local = hw_to_local(hw); local
136 struct ieee80211_local *local = hw_to_local(hw); local
146 struct ieee80211_local *local = hw_to_local(hw); local
156 struct ieee80211_local *local = hw_to_local(hw); local
[all...]
H A Dled.h15 extern void ieee80211_led_rx(struct ieee80211_local *local);
16 extern void ieee80211_led_tx(struct ieee80211_local *local, int q);
17 extern void ieee80211_led_assoc(struct ieee80211_local *local,
19 extern void ieee80211_led_radio(struct ieee80211_local *local,
21 extern void ieee80211_led_init(struct ieee80211_local *local);
22 extern void ieee80211_led_exit(struct ieee80211_local *local);
24 static inline void ieee80211_led_rx(struct ieee80211_local *local) argument
27 static inline void ieee80211_led_tx(struct ieee80211_local *local, int q) argument
30 static inline void ieee80211_led_assoc(struct ieee80211_local *local, argument
34 static inline void ieee80211_led_radio(struct ieee80211_local *local, argument
38 ieee80211_led_init(struct ieee80211_local *local) argument
41 ieee80211_led_exit(struct ieee80211_local *local) argument
[all...]
H A Ddriver-ops.h8 static inline int drv_tx(struct ieee80211_local *local, struct sk_buff *skb) argument
10 return local->ops->tx(&local->hw, skb);
13 static inline int drv_start(struct ieee80211_local *local) argument
19 trace_drv_start(local);
20 local->started = true;
22 ret = local->ops->start(&local->hw);
23 trace_drv_return_int(local, ret);
27 static inline void drv_stop(struct ieee80211_local *local) argument
44 drv_add_interface(struct ieee80211_local *local, struct ieee80211_vif *vif) argument
57 drv_remove_interface(struct ieee80211_local *local, struct ieee80211_vif *vif) argument
67 drv_config(struct ieee80211_local *local, u32 changed) argument
79 drv_bss_info_changed(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_bss_conf *info, u32 changed) argument
92 drv_prepare_multicast(struct ieee80211_local *local, struct netdev_hw_addr_list *mc_list) argument
107 drv_configure_filter(struct ieee80211_local *local, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
121 drv_set_tim(struct ieee80211_local *local, struct ieee80211_sta *sta, bool set) argument
132 drv_set_key(struct ieee80211_local *local, enum set_key_cmd cmd, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
148 drv_update_tkip_key(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_key_conf *conf, struct sta_info *sta, u32 iv32, u16 *phase1key) argument
166 drv_hw_scan(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct cfg80211_scan_request *req) argument
180 drv_sw_scan_start(struct ieee80211_local *local) argument
190 drv_sw_scan_complete(struct ieee80211_local *local) argument
200 drv_get_stats(struct ieee80211_local *local, struct ieee80211_low_level_stats *stats) argument
214 drv_get_tkip_seq(struct ieee80211_local *local, u8 hw_key_idx, u32 *iv32, u16 *iv16) argument
222 drv_set_rts_threshold(struct ieee80211_local *local, u32 value) argument
236 drv_set_coverage_class(struct ieee80211_local *local, u8 value) argument
252 drv_sta_notify(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum sta_notify_cmd cmd, struct ieee80211_sta *sta) argument
263 drv_sta_add(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta) argument
280 drv_sta_remove(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta) argument
293 drv_conf_tx(struct ieee80211_local *local, u16 queue, const struct ieee80211_tx_queue_params *params) argument
307 drv_get_tsf(struct ieee80211_local *local) argument
320 drv_set_tsf(struct ieee80211_local *local, u64 tsf) argument
330 drv_reset_tsf(struct ieee80211_local *local) argument
340 drv_tx_last_beacon(struct ieee80211_local *local) argument
353 drv_ampdu_action(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
374 drv_get_survey(struct ieee80211_local *local, int idx, struct survey_info *survey) argument
389 drv_rfkill_poll(struct ieee80211_local *local) argument
397 drv_flush(struct ieee80211_local *local, bool drop) argument
407 drv_channel_switch(struct ieee80211_local *local, struct ieee80211_channel_switch *ch_switch) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dled.c14 void ieee80211_led_rx(struct ieee80211_local *local) argument
16 if (unlikely(!local->rx_led))
18 if (local->rx_led_counter++ % 2 == 0)
19 led_trigger_event(local->rx_led, LED_OFF);
21 led_trigger_event(local->rx_led, LED_FULL);
25 void ieee80211_led_tx(struct ieee80211_local *local, int q) argument
27 if (unlikely(!local->tx_led))
30 local->tx_led_counter += 2*q-1;
31 if (local->tx_led_counter % 2 == 0)
32 led_trigger_event(local
37 ieee80211_led_assoc(struct ieee80211_local *local, bool associated) argument
47 ieee80211_led_radio(struct ieee80211_local *local, bool enabled) argument
57 ieee80211_led_init(struct ieee80211_local *local) argument
104 ieee80211_led_exit(struct ieee80211_local *local) argument
126 struct ieee80211_local *local = hw_to_local(hw); local
136 struct ieee80211_local *local = hw_to_local(hw); local
146 struct ieee80211_local *local = hw_to_local(hw); local
156 struct ieee80211_local *local = hw_to_local(hw); local
[all...]
H A Dled.h15 extern void ieee80211_led_rx(struct ieee80211_local *local);
16 extern void ieee80211_led_tx(struct ieee80211_local *local, int q);
17 extern void ieee80211_led_assoc(struct ieee80211_local *local,
19 extern void ieee80211_led_radio(struct ieee80211_local *local,
21 extern void ieee80211_led_init(struct ieee80211_local *local);
22 extern void ieee80211_led_exit(struct ieee80211_local *local);
24 static inline void ieee80211_led_rx(struct ieee80211_local *local) argument
27 static inline void ieee80211_led_tx(struct ieee80211_local *local, int q) argument
30 static inline void ieee80211_led_assoc(struct ieee80211_local *local, argument
34 static inline void ieee80211_led_radio(struct ieee80211_local *local, argument
38 ieee80211_led_init(struct ieee80211_local *local) argument
41 ieee80211_led_exit(struct ieee80211_local *local) argument
[all...]
H A Ddriver-ops.h8 static inline int drv_tx(struct ieee80211_local *local, struct sk_buff *skb) argument
10 return local->ops->tx(&local->hw, skb);
13 static inline int drv_start(struct ieee80211_local *local) argument
19 trace_drv_start(local);
20 local->started = true;
22 ret = local->ops->start(&local->hw);
23 trace_drv_return_int(local, ret);
27 static inline void drv_stop(struct ieee80211_local *local) argument
44 drv_add_interface(struct ieee80211_local *local, struct ieee80211_vif *vif) argument
57 drv_remove_interface(struct ieee80211_local *local, struct ieee80211_vif *vif) argument
67 drv_config(struct ieee80211_local *local, u32 changed) argument
79 drv_bss_info_changed(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_bss_conf *info, u32 changed) argument
92 drv_prepare_multicast(struct ieee80211_local *local, struct netdev_hw_addr_list *mc_list) argument
107 drv_configure_filter(struct ieee80211_local *local, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
121 drv_set_tim(struct ieee80211_local *local, struct ieee80211_sta *sta, bool set) argument
132 drv_set_key(struct ieee80211_local *local, enum set_key_cmd cmd, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
148 drv_update_tkip_key(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_key_conf *conf, struct sta_info *sta, u32 iv32, u16 *phase1key) argument
166 drv_hw_scan(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct cfg80211_scan_request *req) argument
180 drv_sw_scan_start(struct ieee80211_local *local) argument
190 drv_sw_scan_complete(struct ieee80211_local *local) argument
200 drv_get_stats(struct ieee80211_local *local, struct ieee80211_low_level_stats *stats) argument
214 drv_get_tkip_seq(struct ieee80211_local *local, u8 hw_key_idx, u32 *iv32, u16 *iv16) argument
222 drv_set_rts_threshold(struct ieee80211_local *local, u32 value) argument
236 drv_set_coverage_class(struct ieee80211_local *local, u8 value) argument
252 drv_sta_notify(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum sta_notify_cmd cmd, struct ieee80211_sta *sta) argument
263 drv_sta_add(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta) argument
280 drv_sta_remove(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta) argument
293 drv_conf_tx(struct ieee80211_local *local, u16 queue, const struct ieee80211_tx_queue_params *params) argument
307 drv_get_tsf(struct ieee80211_local *local) argument
320 drv_set_tsf(struct ieee80211_local *local, u64 tsf) argument
330 drv_reset_tsf(struct ieee80211_local *local) argument
340 drv_tx_last_beacon(struct ieee80211_local *local) argument
353 drv_ampdu_action(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
374 drv_get_survey(struct ieee80211_local *local, int idx, struct survey_info *survey) argument
389 drv_rfkill_poll(struct ieee80211_local *local) argument
397 drv_flush(struct ieee80211_local *local, bool drop) argument
407 drv_channel_switch(struct ieee80211_local *local, struct ieee80211_channel_switch *ch_switch) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dlocal.h1 #include <asm-generic/local.h>

Completed in 161 milliseconds

1234567891011>>