Searched defs:common (Results 76 - 100 of 151) sorted by relevance

1234567

/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c52 struct ath_common *common = ath9k_hw_common(ah); local
61 ath_dbg(common, CALIBRATE,
66 ath_dbg(common, CALIBRATE, "starting ADC Gain Calibration\n");
70 ath_dbg(common, CALIBRATE, "starting ADC DC Calibration\n");
185 struct ath_common *common = ath9k_hw_common(ah); local
196 ath_dbg(common, CALIBRATE,
200 ath_dbg(common, CALIBRATE,
211 ath_dbg(common, CALIBRATE, "Chn %d pwr_meas_i = 0x%08x\n",
213 ath_dbg(common, CALIBRATE, "Chn %d pwr_meas_q = 0x%08x\n",
215 ath_dbg(common, CALIBRAT
262 struct ath_common *common = ath9k_hw_common(ah); local
316 struct ath_common *common = ath9k_hw_common(ah); local
535 struct ath_common *common = ath9k_hw_common(ah); local
718 struct ath_common *common = ath9k_hw_common(ah); local
816 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dchannel.c26 struct ath_common *common = ath9k_hw_common(ah); local
35 if (test_bit(ATH_OP_INVALID, &common->op_flags))
41 ath_dbg(common, CONFIG, "Set channel: %d MHz width: %d\n",
45 spin_lock_bh(&common->cc_lock);
47 spin_unlock_bh(&common->cc_lock);
90 ath_dbg(common, DFS, "DFS enabled at freq %d\n",
94 if (test_bit(ATH_OP_SCANNING, &common->op_flags) &&
105 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
110 sband = &common->sbands[IEEE80211_BAND_2GHZ];
112 sband = &common
128 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
200 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
292 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
308 struct ath_common *common = ath9k_hw_common(ah); local
632 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
679 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
710 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
764 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
781 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
841 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
862 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
874 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
979 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1005 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1046 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1150 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
[all...]
H A Deeprom.c131 struct ath_common *common = ath9k_hw_common(ah); local
137 ret = common->bus_ops->eeprom_read(common, off, data);
140 ath_dbg(common, EEPROM,
340 struct ath_common *common = ath9k_hw_common(ah); local
353 ath_dbg(common, EEPROM, "Invalid chainmask configuration\n");
H A Deeprom_4k.c58 struct ath_common *common = ath9k_hw_common(ah); local
61 ath_dbg(common, EEPROM, "Reading from EEPROM, not flash\n");
64 if (common->bus_ops->ath_bus_type == ATH_USB)
186 struct ath_common *common = ath9k_hw_common(ah); local
197 ath_err(common, "Reading Magic # failed\n");
201 ath_dbg(common, EEPROM, "Read Magic = 0x%04X\n", magic);
216 ath_err(common,
223 ath_dbg(common, EEPROM, "need_swap = %s\n",
245 ath_dbg(common, EEPROM,
288 ath_err(common, "Ba
354 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Deeprom_9287.c61 struct ath_common *common = ath9k_hw_common(ah); local
64 ath_dbg(common, EEPROM, "Reading from EEPROM, not flash\n");
67 if (common->bus_ops->ath_bus_type == ATH_USB)
185 struct ath_common *common = ath9k_hw_common(ah); local
190 ath_err(common, "Reading Magic # failed\n");
194 ath_dbg(common, EEPROM, "Read Magic = 0x%04X\n", magic);
209 ath_err(common,
216 ath_dbg(common, EEPROM, "need_swap = %s\n",
275 ath_err(common, "Bad EEPROM checksum 0x%x or revision 0x%04x\n",
H A Dhtc_drv_txrx.c133 struct ath_common *common = ath9k_hw_common(priv->ah); local
149 ath_err(common, "Invalid EPID: %d\n", epid);
160 struct ath_common *common = ath9k_hw_common(priv->ah); local
181 ath_err(common, "Unsupported EPID: %d\n", tx_ctl->epid);
616 struct ath_common *common = ath9k_hw_common(priv->ah); local
636 ath_dbg(common, XMIT, "No matching packet for cookie: %d, epid: %d\n",
712 struct ath_common *common = ath9k_hw_common(priv->ah); local
720 ath_dbg(common, XMIT, "Dropping a packet due to TX timeout\n");
758 struct ath_common *common = ath9k_hw_common(priv->ah); local
767 ath_dbg(common, XMI
822 struct ath_common *common = ath9k_hw_common(ah); local
930 struct ath_common *common = ath9k_hw_common(priv->ah); local
977 struct ath_common *common = ath9k_hw_common(priv->ah); local
1100 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dinit.c100 struct ath_common *common = ath9k_hw_common(ah); local
101 struct ath_softc *sc = (struct ath_softc *) common->priv;
115 struct ath_common *common = ath9k_hw_common(ah); local
116 struct ath_softc *sc = (struct ath_softc *) common->priv;
145 struct ath_common *common = ath9k_hw_common(ah); local
146 struct ath_softc *sc = (struct ath_softc *) common->priv;
197 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
201 ath_dbg(common, CONFIG, "%s DMA: %u buffers %u desc/buf\n",
213 ath_err(common, "ath_desc not DWORD aligned\n");
245 ath_dbg(common, CONFI
336 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
363 struct ath_common *common = ath9k_hw_common(ah); local
496 struct ath_common *common; local
637 struct ath_common *common = ath9k_hw_common(ah); local
741 struct ath_common *common = ath9k_hw_common(ah); local
766 struct ath_common *common = ath9k_hw_common(ah); local
855 struct ath_common *common; local
[all...]
H A Dar5008_phy.c131 struct ath_common *common = ath9k_hw_common(ah); local
151 ath_dbg(common, CONFIG, "Force rf_pwd_icsyndiv to %1d on %4d\n",
172 struct ath_common *common = ath9k_hw_common(ah); local
193 ath_err(common, "Invalid channel %u MHz\n", freq);
225 ath_err(common, "Invalid channel %u MHz\n", freq);
685 struct ath_common *common = ath9k_hw_common(ah); local
724 && (common->bus_ops->ath_bus_type != ATH_USB)) {
747 /* Write common array parameters */
756 && (common->bus_ops->ath_bus_type != ATH_USB)) {
917 struct ath_common *common local
1131 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Drx.c411 struct statistics_general_common *common,
427 ACCUM(common);
440 struct statistics_general_common *common,
461 struct statistics_general_common *common; local
478 common = &stats->general.common;
479 rx_non_phy = &stats->rx.general.common;
496 common = &stats->general.common;
511 change = common
410 iwlagn_accumulative_statistics(struct iwl_priv *priv, struct statistics_general_common *common, struct statistics_rx_non_phy *rx_non_phy, struct statistics_rx_phy *rx_ofdm, struct statistics_rx_ht_phy *rx_ofdm_ht, struct statistics_rx_phy *rx_cck, struct statistics_tx *tx, struct statistics_bt_activity *bt_activity) argument
439 iwlagn_accumulative_statistics(struct iwl_priv *priv, struct statistics_general_common *common, struct statistics_rx_non_phy *rx_non_phy, struct statistics_rx_phy *rx_ofdm, struct statistics_rx_ht_phy *rx_ofdm_ht, struct statistics_rx_phy *rx_cck, struct statistics_tx *tx, struct statistics_bt_activity *bt_activity) argument
[all...]
/drivers/net/wireless/p54/
H A Dp54usb.h136 struct p54_common common; member in struct:p54u_priv
/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c126 * @common: Pointer to the driver private structure.
131 bool rsi_is_cipher_wep(struct rsi_common *common) argument
133 if (((common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP104) ||
134 (common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP40)) &&
135 (!common->secinfo.ptk_cipher))
245 struct rsi_common *common = adapter->priv; local
247 rsi_core_xmit(common, skb);
261 struct rsi_common *common = adapter->priv; local
263 mutex_lock(&common->mutex);
264 common
279 struct rsi_common *common = adapter->priv; local
298 struct rsi_common *common = adapter->priv; local
332 struct rsi_common *common = adapter->priv; local
354 struct rsi_common *common = adapter->priv; local
409 struct rsi_common *common = adapter->priv; local
458 struct rsi_common *common = adapter->priv; local
516 struct rsi_common *common = adapter->priv; local
615 struct rsi_common *common = adapter->priv; local
680 struct rsi_common *common = adapter->priv; local
758 struct rsi_common *common = adapter->priv; local
780 struct rsi_common *common = adapter->priv; local
804 rsi_perform_cqm(struct rsi_common *common, u8 *bssid, s8 rssi) argument
839 rsi_fill_rx_status(struct ieee80211_hw *hw, struct sk_buff *skb, struct rsi_common *common, struct ieee80211_rx_status *rxs) argument
896 rsi_indicate_pkt_to_os(struct rsi_common *common, struct sk_buff *skb) argument
914 rsi_set_min_rate(struct ieee80211_hw *hw, struct ieee80211_sta *sta, struct rsi_common *common) argument
968 struct rsi_common *common = adapter->priv; local
1001 struct rsi_common *common = adapter->priv; local
1042 rsi_mac80211_attach(struct rsi_common *common) argument
[all...]
H A Drsi_91x_mgmt.c207 * @common: Pointer to the driver private structure.
211 static void rsi_set_default_parameters(struct rsi_common *common) argument
213 common->band = IEEE80211_BAND_2GHZ;
214 common->channel_width = BW_20MHZ;
215 common->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
216 common->channel = 1;
217 common->min_rate = 0xffff;
218 common->fsm_state = FSM_CARD_NOT_READY;
219 common->iface_down = true;
220 common
230 rsi_set_contention_vals(struct rsi_common *common) argument
253 rsi_send_internal_mgmt_frame(struct rsi_common *common, struct sk_buff *skb) argument
276 rsi_load_radio_caps(struct rsi_common *common) argument
383 rsi_mgmt_pkt_to_core(struct rsi_common *common, u8 *msg, s32 msg_len, u8 type) argument
447 rsi_hal_send_sta_notify_frame(struct rsi_common *common, u8 opmode, u8 notify_event, const unsigned char *bssid, u8 qos_enable, u16 aid) argument
518 rsi_send_aggregation_params_frame(struct rsi_common *common, u16 tid, u16 ssn, u8 buf_size, u8 event) argument
578 rsi_program_bb_rf(struct rsi_common *common) argument
620 rsi_set_vap_capabilities(struct rsi_common *common, enum opmode mode) argument
694 rsi_hal_load_key(struct rsi_common *common, u8 *data, u16 key_len, u8 key_type, u8 key_id, u32 cipher) argument
761 rsi_load_bootup_params(struct rsi_common *common) argument
823 rsi_send_reset_mac(struct rsi_common *common) argument
855 rsi_band_check(struct rsi_common *common) argument
913 rsi_set_channel(struct rsi_common *common, u16 channel) argument
1006 rsi_send_auto_rate_request(struct rsi_common *common) argument
1137 rsi_inform_bss_status(struct rsi_common *common, u8 status, const unsigned char *bssid, u8 qos_enable, u16 aid) argument
1169 rsi_eeprom_read(struct rsi_common *common) argument
1210 rsi_send_block_unblock_frame(struct rsi_common *common, bool block_event) argument
1252 rsi_handle_ta_confirm_type(struct rsi_common *common, u8 *msg) argument
1377 rsi_mgmt_pkt_recv(struct rsi_common *common, u8 *msg) argument
[all...]
/drivers/scsi/ibmvscsi/
H A Dviosrp.h141 struct mad_common common; member in struct:viosrp_empty_iu
147 struct mad_common common; member in struct:viosrp_error_log
152 struct mad_common common; member in struct:viosrp_adapter_info
157 struct mad_common common; member in struct:viosrp_host_config
162 struct mad_common common; member in struct:viosrp_fast_fail
166 struct mad_common common; member in struct:viosrp_capabilities
177 struct mad_capability_common common; member in struct:mad_reserve_cap
182 struct mad_capability_common common; member in struct:mad_migration_cap
/drivers/acpi/acpica/
H A Dacobject.h118 * Fields common to both Strings and Buffers
201 * Objects that can be notified. All share a common notify_info area.
238 * Fields. All share a common header/info field.
390 struct acpi_object_common common; member in union:acpi_operand_object
419 * a common descriptor_type field in order to differentiate them.
426 * union acpi_descriptor - objects that share a common descriptor identifier
455 struct acpi_common_descriptor common; member in union:acpi_descriptor
/drivers/block/xen-blkback/
H A Dcommon.h67 * the elements common to all protocols only. This way we get a
68 * compiler-checkable way to use common struct elements, so we can
206 struct blkif_common_back_ring common; member in union:blkif_back_rings
/drivers/dma/
H A Dfsldma.h120 struct dma_device common; member in struct:fsldma_device
167 struct dma_chan common; /* DMA common channel */ member in struct:fsldma_chan
187 #define to_fsl_chan(chan) container_of(chan, struct fsldma_chan, common)
H A Dintel_mid_dma_regs.h212 * @common: embedded struct dma_device
228 struct dma_device common; member in struct:middma_device
241 static inline struct middma_device *to_middma_device(struct dma_device *common) argument
243 return container_of(common, struct middma_device, common);
/drivers/gpu/drm/radeon/
H A Dradeon_ucode.h211 struct common_firmware_header common; member in union:radeon_firmware_header
/drivers/media/platform/davinci/
H A Dvpif_capture.c77 struct common_obj *common; local
82 common = &ch->common[VPIF_VIDEO_INDEX];
84 vb2_set_plane_payload(vb, 0, common->fmt.fmt.pix.sizeimage);
88 vb->v4l2_buf.field = common->fmt.fmt.pix.field;
91 if (!IS_ALIGNED((addr + common->ytop_off), 8) ||
92 !IS_ALIGNED((addr + common->ybtm_off), 8) ||
93 !IS_ALIGNED((addr + common->ctop_off), 8) ||
94 !IS_ALIGNED((addr + common->cbtm_off), 8)) {
120 struct common_obj *common; local
150 struct common_obj *common; local
173 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
263 struct common_obj *common; local
324 vpif_process_buffer_complete(struct common_obj *common) argument
341 vpif_schedule_next_buffer(struct common_obj *common) argument
371 struct common_obj *common; local
461 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
533 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
610 struct common_obj *common; local
785 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
873 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
929 struct common_obj *common = &(ch->common[VPIF_VIDEO_INDEX]); local
971 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
993 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
1111 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
1334 struct common_obj *common; local
1563 struct common_obj *common; local
1590 struct common_obj *common; local
1624 struct common_obj *common; local
[all...]
H A Dvpif_display.c72 struct common_obj *common; local
74 common = &ch->common[VPIF_VIDEO_INDEX];
76 vb2_set_plane_payload(vb, 0, common->fmt.fmt.pix.sizeimage);
80 vb->v4l2_buf.field = common->fmt.fmt.pix.field;
85 if (!ISALIGNED(addr + common->ytop_off) ||
86 !ISALIGNED(addr + common->ybtm_off) ||
87 !ISALIGNED(addr + common->ctop_off) ||
88 !ISALIGNED(addr + common->cbtm_off)) {
115 struct common_obj *common local
143 struct common_obj *common; local
164 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
249 struct common_obj *common; local
296 process_progressive_mode(struct common_obj *common) argument
316 process_interlaced_mode(int fid, struct common_obj *common) argument
358 struct common_obj *common; local
452 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
495 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
556 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
609 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
626 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
654 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
678 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
842 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
911 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
1134 struct common_obj *common; local
1368 struct common_obj *common; local
1394 struct common_obj *common; local
1426 struct common_obj *common; local
[all...]
/drivers/media/usb/as102/
H A Das10x_cmd.h452 union as10x_common common; member in union:as10x_cmd_t::__anon2368
/drivers/mfd/
H A Dtwl4030-power.c579 static void twl4030_patch_rconfig(struct twl4030_resconfig *common, argument
582 while (common->resource) {
586 if (b->resource == common->resource) {
587 *common = *b;
592 common++;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1451 union ixgbe_atr_hash_dword common)
1459 /* generate common hash dword */
1460 hi_hash_dword = ntohl(common.dword);
1462 /* low dword is word swapped version of common */
1510 * @common: compressed common input dword
1515 union ixgbe_atr_hash_dword common,
1549 fdirhashcmd |= ixgbe_atr_compute_sig_hash_82599(input, common);
1592 /* generate common hash dword */
1597 /* low dword is word swapped version of common */
1450 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common) argument
1513 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common, u8 queue) argument
[all...]
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1931 struct gelic_eurus_common_cfg *common; local
1937 /* do common config */
1938 common = (struct gelic_eurus_common_cfg *)__get_free_page(GFP_KERNEL);
1939 if (!common)
1942 memset(common, 0, sizeof(*common));
1943 common->bss_type = cpu_to_be16(GELIC_EURUS_BSS_INFRA);
1944 common->op_mode = cpu_to_be16(GELIC_EURUS_OPMODE_11BG);
1946 common->scan_index = cpu_to_be16(bss->eurus_index);
1949 common
[all...]
/drivers/net/wireless/ath/
H A Dath.h181 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
184 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
186 void ath_hw_setbssidmask(struct ath_common *common);
187 void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key);
188 int ath_key_config(struct ath_common *common,
192 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
193 void ath_hw_cycle_counters_update(struct ath_common *common);
194 int32_t ath_hw_get_listen_time(struct ath_common *common);
197 void ath_printk(const char *level, const struct ath_common *common,
200 #define ath_emerg(common, fm
288 _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, const char *fmt, ...) argument
[all...]

Completed in 596 milliseconds

1234567