Searched refs:priv (Results 26 - 50 of 1341) sorted by relevance

1234567891011>>

/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c40 struct ipoib_dev_priv *priv = netdev_priv(dev); local
45 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &pkey_index)) {
46 clear_bit(IPOIB_PKEY_ASSIGNED, &priv->flags);
50 set_bit(IPOIB_PKEY_ASSIGNED, &priv->flags);
59 qp_attr->qkey = priv->qkey;
60 ret = ib_modify_qp(priv->qp, qp_attr, IB_QP_QKEY);
62 ipoib_warn(priv, "failed to modify QP, ret = %d\n", ret);
68 ret = ib_attach_mcast(priv
79 struct ipoib_dev_priv *priv = netdev_priv(dev); local
133 struct ipoib_dev_priv *priv = netdev_priv(dev); local
247 struct ipoib_dev_priv *priv = netdev_priv(dev); local
275 struct ipoib_dev_priv *priv = local
[all...]
H A Dipoib_vlan.c46 struct ipoib_dev_priv *priv = netdev_priv(dev); local
48 return sprintf(buf, "%s\n", priv->parent->name);
54 struct ipoib_dev_priv *ppriv, *priv; local
73 priv = NULL;
77 list_for_each_entry(priv, &ppriv->child_intfs, list) {
78 if (priv->pkey == pkey) {
80 priv = NULL;
87 priv = ipoib_intf_alloc(intf_name);
88 if (!priv) {
93 priv
162 struct ipoib_dev_priv *ppriv, *priv, *tpriv; local
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-led.c72 void iwlagn_led_enable(struct iwl_priv *priv) argument
74 iwl_write32(trans(priv), CSR_LED_REG, CSR_LED_REG_TRUN_ON);
88 static inline u8 iwl_blink_compensation(struct iwl_priv *priv, argument
92 IWL_ERR(priv, "undefined blink compensation: "
100 static int iwl_send_led_cmd(struct iwl_priv *priv, struct iwl_led_cmd *led_cmd) argument
110 reg = iwl_read32(trans(priv), CSR_LED_REG);
112 iwl_write32(trans(priv), CSR_LED_REG,
115 return iwl_dvm_send_cmd(priv, &cmd);
119 static int iwl_led_cmd(struct iwl_priv *priv, argument
129 if (!test_bit(STATUS_READY, &priv
158 struct iwl_priv *priv = container_of(led_cdev, struct iwl_priv, led); local
171 struct iwl_priv *priv = container_of(led_cdev, struct iwl_priv, led); local
176 iwl_leds_init(struct iwl_priv *priv) argument
219 iwl_leds_exit(struct iwl_priv *priv) argument
[all...]
H A Diwl-mac80211.c136 int iwlagn_mac_setup_register(struct iwl_priv *priv, argument
140 struct ieee80211_hw *hw = priv->hw;
162 if (hw_params(priv).sku & EEPROM_SKU_CAP_11N_ENABLE)
175 for_each_context(priv, ctx) {
200 if (priv->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
201 trans(priv)->ops->wowlan_suspend &&
202 device_can_wakeup(trans(priv)->dev)) {
234 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
235 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
236 &priv
256 iwlagn_mac_unregister(struct iwl_priv *priv) argument
265 __iwl_up(struct iwl_priv *priv) argument
313 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
340 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
370 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
397 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
437 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
505 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
520 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
530 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
634 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
696 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
729 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
758 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
850 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
933 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
980 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1017 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1107 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1125 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1150 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1161 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1203 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1208 iwl_set_mode(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
1217 iwl_setup_interface(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
1257 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1329 iwl_teardown_interface(struct iwl_priv *priv, struct ieee80211_vif *vif, bool mode_change) argument
1362 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1390 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1476 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1518 iwl_sta_modify_ps_wake(struct iwl_priv *priv, int sta_id) argument
1534 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); local
1598 struct iwl_priv *priv; local
[all...]
H A Diwl-scan.c57 static int iwl_send_scan_abort(struct iwl_priv *priv) argument
69 if (!test_bit(STATUS_READY, &priv->status) ||
70 !test_bit(STATUS_GEO_CONFIGURED, &priv->status) ||
71 !test_bit(STATUS_SCAN_HW, &priv->status) ||
72 test_bit(STATUS_FW_ERROR, &priv->shrd->status))
75 ret = iwl_dvm_send_cmd(priv, &cmd);
87 IWL_DEBUG_SCAN(priv, "SCAN_ABORT ret %d.\n",
96 static void iwl_complete_scan(struct iwl_priv *priv, bool aborted) argument
99 if (priv->scan_request) {
100 IWL_DEBUG_SCAN(priv, "Complet
115 iwl_process_scan_complete(struct iwl_priv *priv) argument
174 iwl_force_scan_end(struct iwl_priv *priv) argument
191 iwl_do_scan_abort(struct iwl_priv *priv) argument
218 iwl_scan_cancel(struct iwl_priv *priv) argument
230 iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms) argument
263 iwl_rx_reply_scan(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd) argument
277 iwl_rx_scan_start_notif(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd) argument
304 iwl_rx_scan_results_notif(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd) argument
329 iwl_rx_scan_complete_notif(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd) argument
381 iwl_setup_rx_scan_handlers(struct iwl_priv *priv) argument
392 iwl_get_active_dwell_time(struct iwl_priv *priv, enum ieee80211_band band, u8 n_probes) argument
403 iwl_limit_dwell(struct iwl_priv *priv, u16 dwell_time) argument
444 iwl_get_passive_dwell_time(struct iwl_priv *priv, enum ieee80211_band band) argument
454 iwl_get_single_channel_for_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum ieee80211_band band, struct iwl_scan_channel *scan_ch) argument
495 iwl_get_channels_for_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum ieee80211_band band, u8 is_active, u8 n_probes, struct iwl_scan_channel *scan_ch) argument
622 iwlagn_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif) argument
945 iwl_init_scan_params(struct iwl_priv *priv) argument
954 iwl_scan_initiate(struct iwl_priv *priv, struct ieee80211_vif *vif, enum iwl_scan_type scan_type, enum ieee80211_band band) argument
1009 iwl_internal_short_hw_scan(struct iwl_priv *priv) argument
1016 struct iwl_priv *priv = local
1041 struct iwl_priv *priv = local
1056 struct iwl_priv *priv = container_of(work, struct iwl_priv, abort_scan); local
1069 struct iwl_priv *priv = local
1077 iwl_setup_scan_deferred_work(struct iwl_priv *priv) argument
1085 iwl_cancel_scan_deferred_work(struct iwl_priv *priv) argument
[all...]
H A Diwl-agn-sta.c37 static int iwl_sta_ucode_activate(struct iwl_priv *priv, u8 sta_id) argument
39 lockdep_assert_held(&priv->sta_lock);
42 IWL_ERR(priv, "invalid sta_id %u", sta_id);
45 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE))
46 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u "
48 sta_id, priv->stations[sta_id].sta.sta.addr);
50 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) {
51 IWL_DEBUG_ASSOC(priv,
54 sta_id, priv->stations[sta_id].sta.sta.addr);
56 priv
63 iwl_process_add_sta_resp(struct iwl_priv *priv, struct iwl_addsta_cmd *addsta, struct iwl_rx_packet *pkt) argument
127 iwl_add_sta_callback(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd) argument
137 iwl_send_add_sta(struct iwl_priv *priv, struct iwl_addsta_cmd *sta, u8 flags) argument
173 iwl_sta_calc_ht_flags(struct iwl_priv *priv, struct ieee80211_sta *sta, struct iwl_rxon_context *ctx, __le32 *flags, __le32 *mask) argument
223 iwl_sta_update_ht(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_sta *sta) argument
249 iwl_set_ht_add_station(struct iwl_priv *priv, u8 index, struct ieee80211_sta *sta, struct iwl_rxon_context *ctx) argument
267 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta) argument
354 iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta, u8 *sta_id_r) argument
414 iwl_sta_ucode_deactivate(struct iwl_priv *priv, u8 sta_id) argument
430 iwl_send_remove_station(struct iwl_priv *priv, const u8 *addr, int sta_id, bool temporary) argument
488 iwl_remove_station(struct iwl_priv *priv, const u8 sta_id, const u8 *addr) argument
549 iwl_deactivate_station(struct iwl_priv *priv, const u8 sta_id, const u8 *addr) argument
592 iwl_clear_ucode_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
627 iwl_restore_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
703 iwl_get_free_ucode_key_offset(struct iwl_priv *priv) argument
714 iwl_dealloc_bcast_stations(struct iwl_priv *priv) argument
734 iwl_dump_lq_cmd(struct iwl_priv *priv, struct iwl_link_quality_cmd *lq) argument
748 iwl_dump_lq_cmd(struct iwl_priv *priv, struct iwl_link_quality_cmd *lq) argument
765 is_lq_table_valid(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct iwl_link_quality_cmd *lq) argument
798 iwl_send_lq_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct iwl_link_quality_cmd *lq, u8 flags, bool init) argument
844 iwl_sta_fill_lq(struct iwl_priv *priv, struct iwl_rxon_context *ctx, u8 sta_id, struct iwl_link_quality_cmd *link_cmd) argument
895 iwl_sta_alloc_lq(struct iwl_priv *priv, struct iwl_rxon_context *ctx, u8 sta_id) argument
916 iwlagn_add_bssid_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, u8 *sta_id_r) argument
968 iwl_send_static_wepkey_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx, bool send_if_empty) argument
1015 iwl_restore_default_wep_keys(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
1023 iwl_remove_default_wep_key(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_key_conf *keyconf) argument
1048 iwl_set_default_wep_key(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_key_conf *keyconf) argument
1091 iwlagn_key_sta_id(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
1111 iwlagn_send_sta_key(struct iwl_priv *priv, struct ieee80211_key_conf *keyconf, u8 sta_id, u32 tkip_iv32, u16 *tkip_p1k, u32 cmd_flags) argument
1164 iwl_update_tkip_key(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) argument
1184 iwl_remove_dynamic_key(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta) argument
1232 iwl_set_dynamic_key(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta) argument
1297 iwlagn_alloc_bcast_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
1336 iwl_update_bcast_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx) argument
1359 iwl_update_bcast_stations(struct iwl_priv *priv) argument
1376 iwl_sta_tx_modify_enable_tid(struct iwl_priv *priv, int sta_id, int tid) argument
1393 iwl_sta_rx_agg_start(struct iwl_priv *priv, struct ieee80211_sta *sta, int tid, u16 ssn) argument
1417 iwl_sta_rx_agg_stop(struct iwl_priv *priv, struct ieee80211_sta *sta, int tid) argument
1444 iwl_sta_modify_sleep_tx_count(struct iwl_priv *priv, int sta_id, int cnt) argument
[all...]
H A Diwl-agn-tt.c86 bool iwl_tt_is_low_power_state(struct iwl_priv *priv) argument
88 struct iwl_tt_mgmt *tt = &priv->thermal_throttle;
95 u8 iwl_tt_current_power_mode(struct iwl_priv *priv) argument
97 struct iwl_tt_mgmt *tt = &priv->thermal_throttle;
102 bool iwl_ht_enabled(struct iwl_priv *priv) argument
104 struct iwl_tt_mgmt *tt = &priv->thermal_throttle;
107 if (!priv->thermal_throttle.advanced_tt)
113 static bool iwl_within_ct_kill_margin(struct iwl_priv *priv) argument
115 s32 temp = priv->temperature; /* degrees CELSIUS except specified */
118 if (!priv
127 iwl_check_for_ct_kill(struct iwl_priv *priv) argument
138 iwl_tx_ant_restriction(struct iwl_priv *priv) argument
149 iwl_rx_ant_restriction(struct iwl_priv *priv) argument
173 struct iwl_priv *priv = (struct iwl_priv *)data; local
205 iwl_perform_ct_kill_task(struct iwl_priv *priv, bool stop) argument
225 struct iwl_priv *priv = (struct iwl_priv *)data; local
241 iwl_prepare_ct_kill_task(struct iwl_priv *priv) argument
264 iwl_legacy_tt_handler(struct iwl_priv *priv, s32 temp, bool force) argument
369 iwl_advance_tt_handler(struct iwl_priv *priv, s32 temp, bool force) argument
504 struct iwl_priv *priv = container_of(work, struct iwl_priv, ct_enter); local
533 struct iwl_priv *priv = container_of(work, struct iwl_priv, ct_exit); local
564 iwl_tt_enter_ct_kill(struct iwl_priv *priv) argument
573 iwl_tt_exit_ct_kill(struct iwl_priv *priv) argument
584 struct iwl_priv *priv = container_of(work, struct iwl_priv, tt_work); local
596 iwl_tt_handler(struct iwl_priv *priv) argument
610 iwl_tt_initialize(struct iwl_priv *priv) argument
677 iwl_tt_exit(struct iwl_priv *priv) argument
[all...]
H A Diwl-agn-tt.h117 u8 iwl_tt_current_power_mode(struct iwl_priv *priv);
118 bool iwl_tt_is_low_power_state(struct iwl_priv *priv);
119 bool iwl_ht_enabled(struct iwl_priv *priv);
120 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv);
121 enum iwl_antenna_ok iwl_rx_ant_restriction(struct iwl_priv *priv);
122 void iwl_tt_enter_ct_kill(struct iwl_priv *priv);
123 void iwl_tt_exit_ct_kill(struct iwl_priv *priv);
124 void iwl_tt_handler(struct iwl_priv *priv);
125 void iwl_tt_initialize(struct iwl_priv *priv);
126 void iwl_tt_exit(struct iwl_priv *priv);
[all...]
/drivers/usb/renesas_usbhs/
H A Dmod.h41 int (*start)(struct usbhs_priv *priv);
42 int (*stop)(struct usbhs_priv *priv);
49 int (*irq_dev_state)(struct usbhs_priv *priv,
53 int (*irq_ctrl_stage)(struct usbhs_priv *priv,
57 int (*irq_empty)(struct usbhs_priv *priv,
62 int (*irq_ready)(struct usbhs_priv *priv,
71 int (*irq_attch)(struct usbhs_priv *priv,
75 int (*irq_dtch)(struct usbhs_priv *priv,
79 int (*irq_sign)(struct usbhs_priv *priv,
83 int (*irq_sack)(struct usbhs_priv *priv,
86 struct usbhs_priv *priv; member in struct:usbhs_mod
149 usbhs_mod_host_probe(struct usbhs_priv *priv) argument
153 usbhs_mod_host_remove(struct usbhs_priv *priv) argument
163 usbhs_mod_gadget_probe(struct usbhs_priv *priv) argument
167 usbhs_mod_gadget_remove(struct usbhs_priv *priv) argument
[all...]
/drivers/rtc/
H A Drtc-msm6242.c76 static inline unsigned int msm6242_read(struct msm6242_priv *priv, argument
79 return __raw_readl(&priv->regs[reg]) & 0xf;
82 static inline void msm6242_write(struct msm6242_priv *priv, unsigned int val, argument
85 __raw_writel(val, &priv->regs[reg]);
88 static inline void msm6242_set(struct msm6242_priv *priv, unsigned int val, argument
91 msm6242_write(priv, msm6242_read(priv, reg) | val, reg);
94 static inline void msm6242_clear(struct msm6242_priv *priv, unsigned int val, argument
97 msm6242_write(priv, msm6242_read(priv, re
100 msm6242_lock(struct msm6242_priv *priv) argument
118 msm6242_unlock(struct msm6242_priv *priv) argument
125 struct msm6242_priv *priv = dev_get_drvdata(dev); local
161 struct msm6242_priv *priv = dev_get_drvdata(dev); local
200 struct msm6242_priv *priv; local
239 struct msm6242_priv *priv = platform_get_drvdata(dev); local
[all...]
H A Drtc-rp5c01.c70 static inline unsigned int rp5c01_read(struct rp5c01_priv *priv, argument
73 return __raw_readl(&priv->regs[reg]) & 0xf;
76 static inline void rp5c01_write(struct rp5c01_priv *priv, unsigned int val, argument
79 __raw_writel(val, &priv->regs[reg]);
82 static void rp5c01_lock(struct rp5c01_priv *priv) argument
84 rp5c01_write(priv, RP5C01_MODE_MODE00, RP5C01_MODE);
87 static void rp5c01_unlock(struct rp5c01_priv *priv) argument
89 rp5c01_write(priv, RP5C01_MODE_TIMER_EN | RP5C01_MODE_MODE01,
95 struct rp5c01_priv *priv = dev_get_drvdata(dev); local
97 spin_lock_irq(&priv
124 struct rp5c01_priv *priv = dev_get_drvdata(dev); local
168 struct rp5c01_priv *priv = dev_get_drvdata(dev); local
198 struct rp5c01_priv *priv = dev_get_drvdata(dev); local
225 struct rp5c01_priv *priv; local
280 struct rp5c01_priv *priv = platform_get_drvdata(dev); local
[all...]
/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c50 static inline u32 enet_readl(struct bcm_enet_priv *priv, u32 off) argument
52 return bcm_readl(priv->base + off);
55 static inline void enet_writel(struct bcm_enet_priv *priv, argument
58 bcm_writel(val, priv->base + off);
64 static inline u32 enet_dma_readl(struct bcm_enet_priv *priv, u32 off) argument
69 static inline void enet_dma_writel(struct bcm_enet_priv *priv, argument
79 static int do_mdio_op(struct bcm_enet_priv *priv, unsigned int data) argument
84 enet_writel(priv, ENET_IR_MII, ENET_IR_REG);
86 enet_writel(priv, data, ENET_MIIDATA_REG);
92 if (enet_readl(priv, ENET_IR_RE
103 bcm_enet_mdio_read(struct bcm_enet_priv *priv, int mii_id, int regnum) argument
124 bcm_enet_mdio_write(struct bcm_enet_priv *priv, int mii_id, int regnum, u16 value) argument
180 struct bcm_enet_priv *priv; local
240 struct bcm_enet_priv *priv; local
255 struct bcm_enet_priv *priv; local
369 struct bcm_enet_priv *priv; local
424 struct bcm_enet_priv *priv; local
468 struct bcm_enet_priv *priv; local
494 struct bcm_enet_priv *priv; local
513 struct bcm_enet_priv *priv; local
581 struct bcm_enet_priv *priv; local
605 struct bcm_enet_priv *priv; local
662 bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) argument
677 bcm_enet_set_flow(struct bcm_enet_priv *priv, int rx_en, int tx_en) argument
703 struct bcm_enet_priv *priv; local
764 struct bcm_enet_priv *priv; local
784 struct bcm_enet_priv *priv; local
1037 bcm_enet_disable_mac(struct bcm_enet_priv *priv) argument
1060 bcm_enet_disable_dma(struct bcm_enet_priv *priv, int chan) argument
1082 struct bcm_enet_priv *priv; local
1264 update_mib_counters(struct bcm_enet_priv *priv) argument
1294 struct bcm_enet_priv *priv; local
1310 struct bcm_enet_priv *priv; local
1337 struct bcm_enet_priv *priv; local
1368 struct bcm_enet_priv *priv; local
1394 struct bcm_enet_priv *priv; local
1408 struct bcm_enet_priv *priv; local
1437 struct bcm_enet_priv *priv; local
1448 struct bcm_enet_priv *priv; local
1488 struct bcm_enet_priv *priv; local
1511 compute_hw_mtu(struct bcm_enet_priv *priv, int mtu) argument
1560 bcm_enet_hw_preinit(struct bcm_enet_priv *priv) argument
1617 struct bcm_enet_priv *priv; local
1835 struct bcm_enet_priv *priv; local
[all...]
/drivers/net/wireless/libertas/
H A Ddecl.h32 void lbs_send_tx_feedback(struct lbs_private *priv, u32 try_count);
37 int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *);
42 void lbs_remove_card(struct lbs_private *priv);
43 int lbs_start_card(struct lbs_private *priv);
44 void lbs_stop_card(struct lbs_private *priv);
45 void lbs_host_to_card_done(struct lbs_private *priv);
47 int lbs_start_iface(struct lbs_private *priv);
48 int lbs_stop_iface(struct lbs_private *priv);
49 int lbs_set_iface_type(struct lbs_private *priv, enum nl80211_iftype type);
51 int lbs_rtap_supported(struct lbs_private *priv);
[all...]
H A Dcmd.h33 #define lbs_cmd(priv, cmdnr, cmd, cb, cb_arg) ({ \
36 __lbs_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
39 #define lbs_cmd_with_response(priv, cmdnr, cmd) \
40 lbs_cmd(priv, cmdnr, cmd, lbs_cmd_copyback, (unsigned long) (cmd))
42 void lbs_cmd_async(struct lbs_private *priv, uint16_t command,
45 int __lbs_cmd(struct lbs_private *priv, uint16_t command,
50 struct cmd_ctrl_node *__lbs_cmd_async(struct lbs_private *priv,
55 int lbs_cmd_copyback(struct lbs_private *priv, unsigned long extra,
58 int lbs_allocate_cmd_buffer(struct lbs_private *priv);
59 int lbs_free_cmd_buffer(struct lbs_private *priv);
[all...]
/drivers/net/can/sja1000/
H A Dsja1000.c84 static void sja1000_write_cmdreg(struct sja1000_priv *priv, u8 val) argument
92 spin_lock_irqsave(&priv->cmdreg_lock, flags);
93 priv->write_reg(priv, REG_CMR, val);
94 priv->read_reg(priv, REG_SR);
95 spin_unlock_irqrestore(&priv->cmdreg_lock, flags);
98 static int sja1000_is_absent(struct sja1000_priv *priv) argument
100 return (priv->read_reg(priv, REG_MO
105 struct sja1000_priv *priv = netdev_priv(dev); local
117 struct sja1000_priv *priv = netdev_priv(dev); local
141 struct sja1000_priv *priv = netdev_priv(dev); local
169 struct sja1000_priv *priv = netdev_priv(dev); local
186 struct sja1000_priv *priv = netdev_priv(dev); local
207 struct sja1000_priv *priv = netdev_priv(dev); local
228 struct sja1000_priv *priv = netdev_priv(dev); local
246 struct sja1000_priv *priv = netdev_priv(dev); local
274 struct sja1000_priv *priv = netdev_priv(dev); local
320 struct sja1000_priv *priv = netdev_priv(dev); local
372 struct sja1000_priv *priv = netdev_priv(dev); local
485 struct sja1000_priv *priv = netdev_priv(dev); local
543 struct sja1000_priv *priv = netdev_priv(dev); local
575 struct sja1000_priv *priv = netdev_priv(dev); local
593 struct sja1000_priv *priv; local
[all...]
/drivers/net/wireless/p54/
H A Dled.c33 struct p54_common *priv = container_of(work, struct p54_common, local
39 if (priv->mode == NL80211_IFTYPE_UNSPECIFIED)
42 for (i = 0; i < ARRAY_SIZE(priv->leds); i++)
43 if (priv->leds[i].toggled) {
44 priv->softled_state |= BIT(i);
46 tmp = 70 + 200 / (priv->leds[i].toggled);
50 if (priv->leds[i].led_dev.brightness == LED_OFF)
53 priv->leds[i].toggled =
54 !!priv->leds[i].led_dev.brightness;
56 priv
74 struct p54_common *priv = dev->priv; local
85 p54_register_led(struct p54_common *priv, unsigned int led_index, char *name, char *trigger) argument
113 p54_init_leds(struct p54_common *priv) argument
149 p54_unregister_leds(struct p54_common *priv) argument
[all...]
H A Dp54spi.c59 static void p54spi_spi_read(struct p54s_priv *priv, u8 address, argument
80 spi_sync(priv->spi, &m);
84 static void p54spi_spi_write(struct p54s_priv *priv, u8 address, argument
114 spi_sync(priv->spi, &m);
117 static u32 p54spi_read32(struct p54s_priv *priv, u8 addr) argument
121 p54spi_spi_read(priv, addr, &val, sizeof(val));
126 static inline void p54spi_write16(struct p54s_priv *priv, u8 addr, __le16 val) argument
128 p54spi_spi_write(priv, addr, &val, sizeof(val));
131 static inline void p54spi_write32(struct p54s_priv *priv, u8 addr, __le32 val) argument
133 p54spi_spi_write(priv, add
136 p54spi_wait_bit(struct p54s_priv *priv, u16 reg, u32 bits) argument
148 p54spi_spi_write_dma(struct p54s_priv *priv, __le32 base, const void *buf, size_t len) argument
168 struct p54s_priv *priv = dev->priv; local
190 struct p54s_priv *priv = dev->priv; local
218 struct p54s_priv *priv = dev->priv; local
277 p54spi_power_off(struct p54s_priv *priv) argument
283 p54spi_power_on(struct p54s_priv *priv) argument
295 p54spi_int_ack(struct p54s_priv *priv, u32 val) argument
300 p54spi_wakeup(struct p54s_priv *priv) argument
317 p54spi_sleep(struct p54s_priv *priv) argument
323 p54spi_int_ready(struct p54s_priv *priv) argument
342 p54spi_rx(struct p54s_priv *priv) argument
399 struct p54s_priv *priv = dev_get_drvdata(&spi->dev); local
406 p54spi_tx_frame(struct p54s_priv *priv, struct sk_buff *skb) argument
434 p54spi_wq_tx(struct p54s_priv *priv) argument
477 struct p54s_priv *priv = dev->priv; local
494 struct p54s_priv *priv = container_of(work, struct p54s_priv, work); local
533 struct p54s_priv *priv = dev->priv; local
581 struct p54s_priv *priv = dev->priv; local
600 struct p54s_priv *priv = NULL; local
688 struct p54s_priv *priv = dev_get_drvdata(&spi->dev); local
[all...]
/drivers/net/wireless/rtl818x/rtl8187/
H A Dleds.c31 struct rtl8187_priv *priv = container_of(work, struct rtl8187_priv, local
33 struct rtl8187_led *led = &priv->led_tx;
36 if (!priv->vif || priv->vif->type == NL80211_IFTYPE_UNSPECIFIED)
42 mutex_lock(&priv->conf_mutex);
45 rtl818x_iowrite8(priv, &priv->map->GPIO0, 0x01);
46 rtl818x_iowrite8(priv, &priv->map->GP_ENABLE, 0x00);
49 reg = rtl818x_ioread8(priv,
69 struct rtl8187_priv *priv = container_of(work, struct rtl8187_priv, local
108 struct rtl8187_priv *priv; local
140 struct rtl8187_priv *priv = dev->priv; local
167 struct rtl8187_priv *priv = hw->priv; local
176 struct rtl8187_priv *priv = dev->priv; local
236 struct rtl8187_priv *priv = dev->priv; local
[all...]
/drivers/video/
H A Dpxa3xx-gcu.c79 QPRINT(priv, KERN_DEBUG, msg); \
87 QPRINT(priv, KERN_ERR, msg); \
118 gc_readl(struct pxa3xx_gcu_priv *priv, unsigned int off) argument
120 return __raw_readl(priv->mmio_base + off);
124 gc_writel(struct pxa3xx_gcu_priv *priv, unsigned int off, unsigned long val) argument
126 __raw_writel(val, priv->mmio_base + off);
129 #define QPRINT(priv, level, msg) \
132 struct pxa3xx_gcu_shared *shared = priv->shared; \
133 u32 base = gc_readl(priv, REG_GCRBBR); \
141 tv.tv_sec - priv
154 pxa3xx_gcu_reset(struct pxa3xx_gcu_priv *priv) argument
181 dump_whole_state(struct pxa3xx_gcu_priv *priv) argument
200 flush_running(struct pxa3xx_gcu_priv *priv) argument
216 run_ready(struct pxa3xx_gcu_priv *priv) argument
253 struct pxa3xx_gcu_priv *priv = ctx; local
302 pxa3xx_gcu_wait_idle(struct pxa3xx_gcu_priv *priv) argument
339 pxa3xx_gcu_wait_free(struct pxa3xx_gcu_priv *priv) argument
382 struct pxa3xx_gcu_priv *priv = local
459 struct pxa3xx_gcu_priv *priv = local
480 struct pxa3xx_gcu_priv *priv = local
515 struct pxa3xx_gcu_priv *priv = (struct pxa3xx_gcu_priv *) ptr; local
537 add_buffer(struct platform_device *dev, struct pxa3xx_gcu_priv *priv) argument
561 free_buffers(struct platform_device *dev, struct pxa3xx_gcu_priv *priv) argument
585 struct pxa3xx_gcu_priv *priv; local
723 struct pxa3xx_gcu_priv *priv = platform_get_drvdata(dev); local
[all...]
/drivers/net/can/c_can/
H A Dc_can.c200 static inline int get_tx_next_msg_obj(const struct c_can_priv *priv) argument
202 return (priv->tx_next & C_CAN_NEXT_MSG_OBJ_MASK) +
206 static inline int get_tx_echo_msg_obj(const struct c_can_priv *priv) argument
208 return (priv->tx_echo & C_CAN_NEXT_MSG_OBJ_MASK) +
212 static u32 c_can_read_reg32(struct c_can_priv *priv, void *reg) argument
214 u32 val = priv->read_reg(priv, reg);
215 val |= ((u32) priv->read_reg(priv, reg + 2)) << 16;
219 static void c_can_enable_all_interrupts(struct c_can_priv *priv, argument
233 c_can_msg_obj_is_busy(struct c_can_priv *priv, int iface) argument
253 struct c_can_priv *priv = netdev_priv(dev); local
273 struct c_can_priv *priv = netdev_priv(dev); local
296 struct c_can_priv *priv = netdev_priv(dev); local
330 struct c_can_priv *priv = netdev_priv(dev); local
343 struct c_can_priv *priv = netdev_priv(dev); local
357 struct c_can_priv *priv = netdev_priv(dev); local
368 struct c_can_priv *priv = netdev_priv(dev); local
400 struct c_can_priv *priv = netdev_priv(dev); local
445 struct c_can_priv *priv = netdev_priv(dev); local
466 struct c_can_priv *priv = netdev_priv(dev); local
478 c_can_is_next_tx_obj_busy(struct c_can_priv *priv, int objno) argument
496 struct c_can_priv *priv = netdev_priv(dev); local
525 struct c_can_priv *priv = netdev_priv(dev); local
587 struct c_can_priv *priv = netdev_priv(dev); local
627 struct c_can_priv *priv = netdev_priv(dev); local
643 struct c_can_priv *priv = netdev_priv(dev); local
670 struct c_can_priv *priv = netdev_priv(dev); local
695 struct c_can_priv *priv = netdev_priv(dev); local
746 struct c_can_priv *priv = netdev_priv(dev); local
799 c_can_has_and_handle_berr(struct c_can_priv *priv) argument
810 struct c_can_priv *priv = netdev_priv(dev); local
877 struct c_can_priv *priv = netdev_priv(dev); local
953 struct c_can_priv *priv = netdev_priv(dev); local
1034 struct c_can_priv *priv = netdev_priv(dev); local
1050 struct c_can_priv *priv = netdev_priv(dev); local
1083 struct c_can_priv *priv = netdev_priv(dev); local
1097 struct c_can_priv *priv; local
1141 struct c_can_priv *priv = netdev_priv(dev); local
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c56 struct mlx4_priv *priv = mlx4_priv(dev); local
61 for (i = 0; i < priv->fw.catas_size; ++i)
63 i, swab32(readl(priv->catas_err.map + i)));
69 struct mlx4_priv *priv = mlx4_priv(dev); local
71 if (readl(priv->catas_err.map)) {
78 list_add(&priv->catas_err.list, &catas_list);
84 mod_timer(&priv->catas_err.timer,
90 struct mlx4_priv *priv, *tmppriv; local
100 list_for_each_entry_safe(priv, tmppriv, &tlist, catas_err.list) {
101 struct pci_dev *pdev = priv
117 struct mlx4_priv *priv = mlx4_priv(dev); local
147 struct mlx4_priv *priv = mlx4_priv(dev); local
[all...]
/drivers/net/ethernet/ti/
H A Dcpsw.c45 #define cpsw_info(priv, type, format, ...) \
47 if (netif_msg_##type(priv) && net_ratelimit()) \
48 dev_info(priv->dev, format, ## __VA_ARGS__); \
51 #define cpsw_err(priv, type, format, ...) \
53 if (netif_msg_##type(priv) && net_ratelimit()) \
54 dev_err(priv->dev, format, ## __VA_ARGS__); \
57 #define cpsw_dbg(priv, type, format, ...) \
59 if (netif_msg_##type(priv) && net_ratelimit()) \
60 dev_dbg(priv->dev, format, ## __VA_ARGS__); \
63 #define cpsw_notice(priv, typ
227 cpsw_intr_enable(struct cpsw_priv *priv) argument
236 cpsw_intr_disable(struct cpsw_priv *priv) argument
249 struct cpsw_priv *priv = netdev_priv(ndev); local
262 struct cpsw_priv *priv = netdev_priv(ndev); local
299 struct cpsw_priv *priv = dev_id; local
309 cpsw_get_slave_port(struct cpsw_priv *priv, u32 slave_num) argument
319 struct cpsw_priv *priv = napi_to_priv(napi); local
355 cpsw_set_slave_mac(struct cpsw_slave *slave, struct cpsw_priv *priv) argument
362 _cpsw_adjust_link(struct cpsw_slave *slave, struct cpsw_priv *priv, bool *link) argument
403 struct cpsw_priv *priv = netdev_priv(ndev); local
429 cpsw_slave_open(struct cpsw_slave *slave, struct cpsw_priv *priv) argument
466 cpsw_init_host_port(struct cpsw_priv *priv) argument
490 struct cpsw_priv *priv = netdev_priv(ndev); local
550 cpsw_slave_stop(struct cpsw_slave *slave, struct cpsw_priv *priv) argument
561 struct cpsw_priv *priv = netdev_priv(ndev); local
579 struct cpsw_priv *priv = netdev_priv(ndev); local
629 struct cpsw_priv *priv = netdev_priv(ndev); local
644 struct cpsw_priv *priv = netdev_priv(ndev); local
651 struct cpsw_priv *priv = netdev_priv(ndev); local
679 struct cpsw_priv *priv = netdev_priv(ndev); local
687 struct cpsw_priv *priv = netdev_priv(ndev); local
693 struct cpsw_priv *priv = netdev_priv(ndev); local
704 cpsw_slave_init(struct cpsw_slave *slave, struct cpsw_priv *priv) argument
719 struct cpsw_priv *priv; local
947 struct cpsw_priv *priv = netdev_priv(ndev); local
[all...]
/drivers/misc/carma/
H A Dcarma-fpga.c191 struct fpga_device *priv; member in struct:fpga_reader
198 struct fpga_device *priv = container_of(ref, struct fpga_device, ref); local
201 mutex_destroy(&priv->mutex);
202 kfree(priv);
270 * @priv: the driver's private data structure
278 static void data_free_buffers(struct fpga_device *priv) argument
283 BUG_ON(priv->inflight != NULL);
285 list_for_each_entry_safe(buf, tmp, &priv->free, entry) {
287 videobuf_dma_unmap(priv->dev, &buf->vb);
291 list_for_each_entry_safe(buf, tmp, &priv
319 data_alloc_buffers(struct fpga_device *priv) argument
369 fpga_start_addr(struct fpga_device *priv, unsigned int fpga) argument
380 fpga_block_addr(struct fpga_device *priv, unsigned int fpga, unsigned int blknum) argument
398 data_setup_corl_table(struct fpga_device *priv) argument
451 fpga_write_reg(struct fpga_device *priv, unsigned int fpga, unsigned int reg, u32 val) argument
458 fpga_read_reg(struct fpga_device *priv, unsigned int fpga, unsigned int reg) argument
476 data_calculate_bufsize(struct fpga_device *priv) argument
538 data_disable_interrupts(struct fpga_device *priv) argument
553 data_enable_interrupts(struct fpga_device *priv) argument
585 struct fpga_device *priv = data; local
626 data_submit_dma(struct fpga_device *priv, struct data_buf *buf) argument
694 struct fpga_device *priv = dev_id; local
779 data_device_enable(struct fpga_device *priv) argument
860 data_device_disable(struct fpga_device *priv) argument
922 struct fpga_device *priv = f->private; local
951 data_debugfs_init(struct fpga_device *priv) argument
961 data_debugfs_exit(struct fpga_device *priv) argument
968 data_debugfs_init(struct fpga_device *priv) argument
973 data_debugfs_exit(struct fpga_device *priv) argument
986 struct fpga_device *priv = dev_get_drvdata(dev); local
999 struct fpga_device *priv = dev_get_drvdata(dev); local
1053 struct fpga_device *priv = container_of(filp->private_data, local
1085 struct fpga_device *priv = reader->priv; local
1101 struct fpga_device *priv = reader->priv; local
1217 struct fpga_device *priv = reader->priv; local
1231 struct fpga_device *priv = reader->priv; local
1286 struct fpga_device *priv; local
1403 struct fpga_device *priv = dev_get_drvdata(&op->dev); local
[all...]
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c139 struct r8192_priv *priv = rtllib_priv(dev); local
140 priv->DM_Type = DM_Type_ByDriver;
142 priv->undecorated_smoothed_pwdb = -1;
157 INIT_DELAYED_WORK_RSL(&priv->gpio_change_rf_wq, (void *)dm_CheckRfCtrlGPIO, dev);
169 struct r8192_priv *priv = rtllib_priv(dev); local
170 if (priv->being_init_adapter)
195 struct r8192_priv *priv = rtllib_priv(dev); local
203 if (priv->ResetProgress == RESET_TYPE_SILENT) {
209 if (priv->rtllib->state != RTLLIB_LINKED)
220 struct r8192_priv *priv local
260 struct r8192_priv *priv = rtllib_priv(dev); local
365 struct r8192_priv *priv = rtllib_priv(dev); local
375 struct r8192_priv *priv = rtllib_priv(dev); local
454 struct r8192_priv *priv = rtllib_priv(dev); local
738 struct r8192_priv *priv = rtllib_priv(dev); local
837 struct r8192_priv *priv = container_of_dwork_rsl(data, local
850 struct r8192_priv *priv = rtllib_priv(dev); local
1349 struct r8192_priv *priv = rtllib_priv(dev); local
1364 struct r8192_priv *priv = rtllib_priv(dev); local
1373 struct r8192_priv *priv = rtllib_priv(dev); local
1391 struct r8192_priv *priv = rtllib_priv(dev); local
1428 struct r8192_priv *priv = rtllib_priv(dev); local
1439 struct r8192_priv *priv = rtllib_priv(dev); local
1481 struct r8192_priv *priv = rtllib_priv(dev); local
1532 struct r8192_priv *priv = rtllib_priv(dev); local
1541 struct r8192_priv *priv = rtllib_priv(dev); local
1569 struct r8192_priv *priv = rtllib_priv(dev); local
1597 struct r8192_priv *priv = rtllib_priv(dev); local
1623 struct r8192_priv *priv = rtllib_priv(dev); local
1634 struct r8192_priv *priv = rtllib_priv(dev); local
1704 struct r8192_priv *priv = rtllib_priv(dev); local
1777 struct r8192_priv *priv = rtllib_priv(dev); local
1813 struct r8192_priv *priv = rtllib_priv(dev); local
1903 struct r8192_priv *priv = rtllib_priv(dev); local
1941 struct r8192_priv *priv = rtllib_priv(dev); local
1998 struct r8192_priv *priv = rtllib_priv(dev); local
2057 struct r8192_priv *priv = rtllib_priv(dev); local
2101 struct r8192_priv *priv = rtllib_priv(dev); local
2110 struct r8192_priv *priv = rtllib_priv(dev); local
2204 struct r8192_priv *priv = rtllib_priv((struct net_device *)dev); local
2212 struct r8192_priv *priv = rtllib_priv((struct net_device *)dev); local
2239 struct r8192_priv *priv = rtllib_priv((struct net_device *)dev); local
2252 struct r8192_priv *priv = container_of_dwork_rsl(data, local
2305 struct r8192_priv *priv = container_of_dwork_rsl(data, local
2328 struct r8192_priv *priv = rtllib_priv(dev); local
2351 struct r8192_priv *priv = rtllib_priv(dev); local
2555 struct r8192_priv *priv = rtllib_priv(dev); local
2563 struct r8192_priv *priv = rtllib_priv(dev); local
2583 struct r8192_priv *priv = rtllib_priv(dev); local
2590 struct r8192_priv *priv = rtllib_priv((struct net_device *)data); local
2692 struct r8192_priv *priv = rtllib_priv(dev); local
2703 struct r8192_priv *priv = rtllib_priv(dev); local
2713 struct r8192_priv *priv = rtllib_priv(dev); local
2732 struct r8192_priv *priv = rtllib_priv(dev); local
2771 struct r8192_priv *priv = rtllib_priv(dev); local
2912 struct r8192_priv *priv = rtllib_priv(dev); local
2923 struct r8192_priv *priv = rtllib_priv(dev); local
2977 struct r8192_priv *priv = rtllib_priv(dev); local
2992 struct r8192_priv *priv = rtllib_priv(dev); local
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c24 static enum htc_phymode ath9k_htc_get_curmode(struct ath9k_htc_priv *priv, argument
53 bool ath9k_htc_setpower(struct ath9k_htc_priv *priv, argument
58 mutex_lock(&priv->htc_pm_lock);
59 ret = ath9k_hw_setpower(priv->ah, mode);
60 mutex_unlock(&priv->htc_pm_lock);
65 void ath9k_htc_ps_wakeup(struct ath9k_htc_priv *priv) argument
67 mutex_lock(&priv->htc_pm_lock);
68 if (++priv->ps_usecount != 1)
70 ath9k_hw_setpower(priv->ah, ATH9K_PM_AWAKE);
73 mutex_unlock(&priv
76 ath9k_htc_ps_restore(struct ath9k_htc_priv *priv) argument
93 struct ath9k_htc_priv *priv = local
108 struct ath9k_htc_priv *priv = data; local
120 ath9k_htc_vif_reconfig(struct ath9k_htc_priv *priv) argument
146 ath9k_htc_set_bssid_mask(struct ath9k_htc_priv *priv, struct ieee80211_vif *vif) argument
170 ath9k_htc_set_opmode(struct ath9k_htc_priv *priv) argument
182 ath9k_htc_reset(struct ath9k_htc_priv *priv) argument
238 ath9k_htc_set_channel(struct ath9k_htc_priv *priv, struct ieee80211_hw *hw, struct ath9k_channel *hchan) argument
326 __ath9k_htc_remove_monitor_interface(struct ath9k_htc_priv *priv) argument
346 ath9k_htc_add_monitor_interface(struct ath9k_htc_priv *priv) argument
435 ath9k_htc_remove_monitor_interface(struct ath9k_htc_priv *priv) argument
462 ath9k_htc_add_station(struct ath9k_htc_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
532 ath9k_htc_remove_station(struct ath9k_htc_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
574 ath9k_htc_update_cap_target(struct ath9k_htc_priv *priv, u8 enable_coex) argument
593 ath9k_htc_setup_rate(struct ath9k_htc_priv *priv, struct ieee80211_sta *sta, struct ath9k_htc_target_rate *trate) argument
641 ath9k_htc_send_rate_cmd(struct ath9k_htc_priv *priv, struct ath9k_htc_target_rate *trate) argument
657 ath9k_htc_init_rate(struct ath9k_htc_priv *priv, struct ieee80211_sta *sta) argument
673 ath9k_htc_update_rate(struct ath9k_htc_priv *priv, struct ieee80211_vif *vif, struct ieee80211_bss_conf *bss_conf) argument
700 ath9k_htc_tx_aggr_oper(struct ath9k_htc_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, enum ieee80211_ampdu_mlme_action action, u16 tid) argument
744 ath9k_htc_start_ani(struct ath9k_htc_priv *priv) argument
759 ath9k_htc_stop_ani(struct ath9k_htc_priv *priv) argument
767 struct ath9k_htc_priv *priv = local
857 struct ath9k_htc_priv *priv = hw->priv; local
899 struct ath9k_htc_priv *priv = hw->priv; local
968 struct ath9k_htc_priv *priv = hw->priv; local
1027 struct ath9k_htc_priv *priv = hw->priv; local
1126 struct ath9k_htc_priv *priv = hw->priv; local
1178 struct ath9k_htc_priv *priv = hw->priv; local
1281 struct ath9k_htc_priv *priv = hw->priv; local
1311 struct ath9k_htc_priv *priv = hw->priv; local
1329 struct ath9k_htc_priv *priv = hw->priv; local
1348 struct ath9k_htc_priv *priv = hw->priv; local
1395 struct ath9k_htc_priv *priv = hw->priv; local
1449 ath9k_htc_set_bssid(struct ath9k_htc_priv *priv) argument
1460 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *)data; local
1470 ath9k_htc_choose_set_bssid(struct ath9k_htc_priv *priv) argument
1484 struct ath9k_htc_priv *priv = hw->priv; local
1572 struct ath9k_htc_priv *priv = hw->priv; local
1587 struct ath9k_htc_priv *priv = hw->priv; local
1599 struct ath9k_htc_priv *priv = hw->priv; local
1614 struct ath9k_htc_priv *priv = hw->priv; local
1653 struct ath9k_htc_priv *priv = hw->priv; local
1666 struct ath9k_htc_priv *priv = hw->priv; local
1686 struct ath9k_htc_priv *priv = hw->priv; local
1705 struct ath9k_htc_priv *priv = hw->priv; local
1748 struct ath9k_htc_priv *priv = hw->priv; local
[all...]

Completed in 647 milliseconds

1234567891011>>