Searched defs:common (Results 1 - 25 of 151) sorted by relevance

1234567

/drivers/clk/ti/
H A DMakefile3 clk-common = dpll.o composite.o divider.o gate.o \
5 obj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o
6 obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o
7 obj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o clk-3xxx.o
8 obj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o
9 obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o
10 obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \
12 obj-$(CONFIG_SOC_AM43XX) += $(clk-common) clk-43xx.o
/drivers/net/wireless/rtlwifi/rtl8192c/
H A DMakefile1 rtl8192c-common-objs := \
7 obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c-common.o
/drivers/net/wireless/rtlwifi/rtl8723com/
H A DMakefile1 rtl8723-common-objs := \
7 obj-$(CONFIG_RTL8723_COMMON) += rtl8723-common.o
/drivers/iio/common/hid-sensors/
H A DMakefile2 # Makefile for the Hid sensor common modules.
5 obj-$(CONFIG_HID_SENSOR_IIO_COMMON) += hid-sensor-iio-common.o
7 hid-sensor-iio-common-y := hid-sensor-attributes.o
/drivers/media/platform/exynos4-is/
H A DMakefile4 exynos4-is-common-objs := common.o
17 obj-$(CONFIG_VIDEO_EXYNOS4_IS_COMMON) += exynos4-is-common.o
/drivers/net/wireless/ath/
H A Dhw.c23 #define REG_READ (common->ops->read)
24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
29 * @common: the ath_common struct for the device.
46 * When you do this you are essentially computing the common bits of all your
80 * significant bit". This is because its the only bit common
82 * common bit is we can simply "&" the bssid_mask now with any BSSID we have
92 * common bit amongst the MAC and BSSIDs is 0, this frame has the 2nd LSB
118 void ath_hw_setbssidmask(struct ath_common *common) argument
120 void *ah = common->ah;
123 REG_WRITE(ah, AR_STA_ID0, get_unaligned_le32(common
142 ath_hw_cycle_counters_update(struct ath_common *common) argument
178 ath_hw_get_listen_time(struct ath_common *common) argument
[all...]
H A Dmain.c29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, argument
49 skb = __dev_alloc_skb(len + common->cachelsz - 1, gfp_mask);
51 off = ((unsigned long) skb->data) % common->cachelsz;
53 skb_reserve(skb, common->cachelsz - off);
63 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) argument
66 !is_zero_ether_addr(common->curbssid) &&
67 ether_addr_equal_64bits(hdr->addr3, common->curbssid);
71 void ath_printk(const char *level, const struct ath_common* common, argument
82 if (common && common
[all...]
/drivers/net/wireless/ath/ath5k/
H A Dattach.c107 struct ath_common *common = ath5k_hw_common(ah); local
312 common->keymax = (ah->ah_version == AR5K_AR5210 ?
318 common->crypt_caps |= ATH_CRYPT_CAP_CIPHER_AESCCM;
321 common->crypt_caps |= ATH_CRYPT_CAP_MIC_COMBINED;
330 memcpy(common->curbssid, ath_bcast_mac, ETH_ALEN);
H A Dpci.c56 static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) argument
58 struct ath5k_hw *ah = (struct ath5k_hw *) common->priv;
78 ath5k_pci_eeprom_read(struct ath_common *common, u32 offset, u16 *data) argument
80 struct ath5k_hw *ah = (struct ath5k_hw *) common->ah;
/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c19 #include "common.h"
125 int ath9k_cmn_init_channels_rates(struct ath_common *common) argument
127 struct ath_hw *ah = (struct ath_hw *)common->ah;
142 common->sbands[IEEE80211_BAND_2GHZ].channels = channels;
143 common->sbands[IEEE80211_BAND_2GHZ].band = IEEE80211_BAND_2GHZ;
144 common->sbands[IEEE80211_BAND_2GHZ].n_channels =
146 common->sbands[IEEE80211_BAND_2GHZ].bitrates = ath9k_legacy_rates;
147 common->sbands[IEEE80211_BAND_2GHZ].n_bitrates =
159 common->sbands[IEEE80211_BAND_5GHZ].channels = channels;
160 common
175 struct ath_common *common = ath9k_hw_common(ah); local
232 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dahb.c50 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) argument
55 static bool ath_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data) argument
57 struct ath_softc *sc = (struct ath_softc *)common->priv;
63 ath_err(common,
H A Dar9003_wow.c39 struct ath_common *common = ath9k_hw_common(ah); local
47 ath_err(common, "Failed to stop Rx DMA in 10ms AR_CR=0x%08x AR_DIAG_SW=0x%08x\n",
57 struct ath_common *common = ath9k_hw_common(ah); local
64 memcpy(sta_mac_addr, common->macaddr, ETH_ALEN);
65 memcpy(ap_mac_addr, common->curbssid, ETH_ALEN);
H A Dcommon-beacon.c17 #include "common.h"
59 struct ath_common *common = ath9k_hw_common(ah); local
64 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) {
65 ath_dbg(common, BEACON,
122 ath_dbg(common, BEACON, "bmiss: %u sleep: %u\n",
131 struct ath_common *common = ath9k_hw_common(ah); local
146 ath_dbg(common, BEACON,
162 struct ath_common *common = ath9k_hw_common(ah); local
175 ath_dbg(common, BEACON,
H A Ddfs.c143 struct ath_common *common = ath9k_hw_common(ah); local
148 ath_dbg(common, DFS,
181 ath_dbg(common, DFS,
H A Dwow.c46 struct ath_common *common = ath9k_hw_common(ah); local
106 memcpy((dis_deauth_pattern + byte_cnt), common->curbssid, ETH_ALEN);
112 memcpy((dis_deauth_pattern + byte_cnt), common->curbssid, ETH_ALEN);
120 ath_dbg(common, WOW, "Adding disassoc/deauth patterns for WoW\n");
192 struct ath_common *common = ath9k_hw_common(ah); local
203 if (test_bit(ATH_OP_INVALID, &common->op_flags)) {
204 ath_dbg(common, ANY, "Device not present\n");
210 ath_dbg(common, WOW, "None of the WoW triggers enabled\n");
216 ath_dbg(common, WOW, "device_can_wakeup failed, WoW is not enabled\n");
229 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common
296 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dar9002_mac.c40 struct ath_common *common = ath9k_hw_common(ah); local
130 ath_dbg(common, INTERRUPT,
183 ath_dbg(common, ANY,
187 ath_dbg(common, ANY,
193 ath_dbg(common, INTERRUPT,
200 ath_dbg(common, INTERRUPT,
H A Dcalib.c85 struct ath_common *common = ath9k_hw_common(ah); local
119 ath_dbg(common, CALIBRATE,
188 struct ath_common *common = ath9k_hw_common(ah); local
201 ath_dbg(common, CALIBRATE, "Calibration state incorrect, %d\n",
209 ath_dbg(common, CALIBRATE, "Resetting Cal %d state for channel %u\n",
243 struct ath_common *common = ath9k_hw_common(ah); local
301 ath_dbg(common, ANY,
330 struct ath_common *common = ath9k_hw_common(ah); local
343 ath_dbg(common, CALIBRATE,
348 ath_dbg(common, CALIBRAT
363 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dhtc_drv_gpio.c69 struct ath_common *common = ath9k_hw_common(priv->ah); local
78 ath_err(common, "Unable to set BTCOEX parameters\n");
104 struct ath_common *common = ath9k_hw_common(ah); local
106 ath_dbg(common, BTCOEX, "time slice work for bt and wlan\n");
185 struct ath_common *common = ath9k_hw_common(ah); local
191 if (!common->btcoex_enabled) {
/drivers/net/wireless/rsi/
H A Drsi_91x_pkt.c22 * @common: Pointer to the driver private structure.
27 int rsi_send_data_pkt(struct rsi_common *common, struct sk_buff *skb) argument
29 struct rsi_hw *adapter = common->priv;
68 (common->secinfo.security_enable)) {
69 if (rsi_is_cipher_wep(common))
80 if (common->min_rate != 0xffff) {
83 frame_desc[4] = cpu_to_le16(common->min_rate);
85 if (conf_is_ht40(&common->priv->hw->conf))
88 if (common->vif_info[0].sgi) {
89 if (common
122 rsi_send_mgmt_pkt(struct rsi_common *common, struct sk_buff *skb) argument
[all...]
H A Drsi_91x_usb_ops.c26 * @common: Pointer to the driver private structure.
33 static int rsi_copy_to_card(struct rsi_common *common, argument
38 struct rsi_hw *adapter = common->priv;
85 * @common: Pointer to the driver private structure.
89 void rsi_usb_rx_thread(struct rsi_common *common) argument
91 struct rsi_hw *adapter = common->priv;
101 mutex_lock(&common->tx_rxlock);
102 status = rsi_read_pkt(common, 0);
105 mutex_unlock(&common->tx_rxlock);
108 mutex_unlock(&common
132 rsi_load_ta_instructions(struct rsi_common *common) argument
171 rsi_usb_device_init(struct rsi_common *common) argument
[all...]
H A Drsi_91x_core.c23 * @common: Pointer to the driver private structure.
27 static u8 rsi_determine_min_weight_queue(struct rsi_common *common) argument
29 struct wmm_qinfo *tx_qinfo = common->tx_qinfo;
34 q_len = skb_queue_len(&common->tx_queue[ii]);
36 common->min_weight = tx_qinfo[ii].weight;
46 * @common: Pointer to the driver private structure.
50 static bool rsi_recalculate_weights(struct rsi_common *common) argument
52 struct wmm_qinfo *tx_qinfo = common->tx_qinfo;
58 q_len = skb_queue_len(&common->tx_queue[ii]);
63 ((tx_qinfo[ii].weight > common
89 rsi_get_num_pkts_dequeue(struct rsi_common *common, u8 q_num) argument
132 rsi_core_determine_hal_queue(struct rsi_common *common) argument
209 rsi_core_queue_pkt(struct rsi_common *common, struct sk_buff *skb) argument
231 rsi_core_dequeue_pkt(struct rsi_common *common, u8 q_num) argument
252 rsi_core_qos_processor(struct rsi_common *common) argument
321 rsi_core_xmit(struct rsi_common *common, struct sk_buff *skb) argument
[all...]
H A Drsi_common.h60 static inline int rsi_create_kthread(struct rsi_common *common, argument
66 thread->task = kthread_run(func_ptr, common, "%s", name);
86 int rsi_read_pkt(struct rsi_common *common, s32 rcv_pkt_len);
/drivers/net/wireless/iwlwifi/mvm/
H A Doffloading.c103 struct iwl_proto_offload_cmd_common *common; local
193 common = &cmd.v3s.common;
196 common = &cmd.v3l.common;
199 common = &cmd.v2.common;
202 common = &cmd.v1.common;
208 common
[all...]
/drivers/media/usb/tm6000/
H A Dtm6000-stds.c38 struct tm6000_reg_settings *common; member in struct:tm6000_std_settings
181 { .id = V4L2_STD_PAL_M, .common = composite_pal_m, },
182 { .id = V4L2_STD_PAL_Nc, .common = composite_pal_nc, },
183 { .id = V4L2_STD_PAL, .common = composite_pal, },
184 { .id = V4L2_STD_SECAM, .common = composite_secam, },
185 { .id = V4L2_STD_NTSC, .common = composite_ntsc, },
329 { .id = V4L2_STD_PAL_M, .common = svideo_pal_m, },
330 { .id = V4L2_STD_PAL_Nc, .common = svideo_pal_nc, },
331 { .id = V4L2_STD_PAL, .common = svideo_pal, },
332 { .id = V4L2_STD_SECAM, .common
[all...]
/drivers/net/ethernet/mellanox/mlx5/core/
H A Dqp.c46 struct mlx5_core_rsc_common *common; local
50 common = radix_tree_lookup(&table->tree, rsn);
51 if (common)
52 atomic_inc(&common->refcount);
56 if (!common) {
61 return common;
64 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common) argument
66 if (atomic_dec_and_test(&common->refcount))
67 complete(&common->free);
72 struct mlx5_core_rsc_common *common local
[all...]

Completed in 2431 milliseconds

1234567