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

12345

/drivers/net/wireless/rtlwifi/rtl8192c/
H A DMakefile1 rtl8192c-common-objs := \
7 obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c-common.o
/drivers/staging/rts5139/
H A DMakefile34 common-obj := rts51x_transport.o rts51x_scsi.o rts51x_fop.o
36 $(TARGET_MODULE)-objs := $(common-obj) rts51x.o rts51x_chip.o rts51x_card.o \
/drivers/net/wireless/ath/
H A Dhw.c23 #define REG_READ (common->ops->read)
24 #define REG_WRITE (common->ops->write)
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;
122 REG_WRITE(ah, get_unaligned_le32(common
136 ath_hw_cycle_counters_update(struct ath_common *common) argument
172 ath_hw_get_listen_time(struct ath_common *common) argument
[all...]
H A Dmain.c26 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, argument
46 skb = __dev_alloc_skb(len + common->cachelsz - 1, gfp_mask);
48 off = ((unsigned long) skb->data) % common->cachelsz;
50 skb_reserve(skb, common->cachelsz - off);
60 void ath_printk(const char *level, const struct ath_common* common, argument
71 if (common && common->hw && common->hw->wiphy)
73 level, wiphy_name(common->hw->wiphy), &vaf);
/drivers/net/wireless/ath/ath5k/
H A Dattach.c105 struct ath_common *common = ath5k_hw_common(ah); local
310 common->keymax = (ah->ah_version == AR5K_AR5210 ?
316 common->crypt_caps |= ATH_CRYPT_CAP_CIPHER_AESCCM;
319 common->crypt_caps |= ATH_CRYPT_CAP_MIC_COMBINED;
328 memcpy(common->curbssid, ath_bcast_mac, ETH_ALEN);
H A Dahb.c30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) argument
36 ath5k_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data) argument
38 struct ath5k_hw *ah = common->priv;
H A Dpci.c53 static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) argument
55 struct ath5k_hw *ah = (struct ath5k_hw *) common->priv;
75 ath5k_pci_eeprom_read(struct ath_common *common, u32 offset, u16 *data) argument
77 struct ath5k_hw *ah = (struct ath5k_hw *) common->ah;
H A Dani.c374 struct ath_common *common = ath5k_hw_common(ah); local
377 spin_lock_bh(&common->cc_lock);
379 ath_hw_cycle_counters_update(common);
380 memcpy(&as->last_cc, &common->cc_ani, sizeof(as->last_cc));
382 /* clears common->cc_ani */
383 listen = ath_hw_get_listen_time(common);
385 spin_unlock_bh(&common->cc_lock);
H A Dreset.c101 struct ath_common *common = ath5k_hw_common(ah); local
102 return usec * common->clockrate;
118 struct ath_common *common = ath5k_hw_common(ah); local
119 return clock / common->clockrate;
133 struct ath_common *common = ath5k_hw_common(ah); local
168 common->clockrate = clock;
/drivers/net/wireless/ath/ath9k/
H A Dahb.c42 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) argument
47 static bool ath_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data) argument
49 struct ath_softc *sc = (struct ath_softc *)common->priv;
55 ath_err(common,
H A Dar9002_mac.c39 struct ath_common *common = ath9k_hw_common(ah); local
110 ath_dbg(common, INTERRUPT,
146 ath_dbg(common, ANY,
150 ath_dbg(common, ANY,
156 ath_dbg(common, INTERRUPT,
163 ath_dbg(common, INTERRUPT,
H A Dcommon.c18 * Module for common driver code between ath9k and ath9k_htc
24 #include "common.h"
176 struct ath_common *common = ath9k_hw_common(ah); local
180 common->keymax = AR_KEYTABLE_SIZE;
189 common->crypt_caps |= ATH_CRYPT_CAP_MIC_COMBINED;
195 for (i = 0; i < common->keymax; i++)
196 ath_hw_keyreset(common, (u16) i);
H A Ddfs.c160 struct ath_common *common = ath9k_hw_common(ah); local
164 ath_dbg(common, DFS,
193 ath_dbg(common, DFS,
203 ath_dbg(common, DFS,
H A Dhtc_drv_gpio.c68 struct ath_common *common = ath9k_hw_common(priv->ah); local
80 ath_err(common, "Unable to set BTCOEX parameters\n");
106 struct ath_common *common = ath9k_hw_common(ah); local
109 ath_dbg(common, BTCOEX, "time slice work for bt and wlan\n");
318 struct ath_common *common = ath9k_hw_common(ah); local
328 ath_err(common,
359 struct ath_common *common = ath9k_hw_common(ah); local
394 ath_err(common,
H A Dpci.c43 static void ath_pci_read_cachesize(struct ath_common *common, int *csz) argument
45 struct ath_softc *sc = (struct ath_softc *) common->priv;
61 static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data) argument
63 struct ath_softc *sc = (struct ath_softc *) common->priv;
68 ath_err(common,
75 struct ath_hw *ah = (struct ath_hw *) common->ah;
77 common->ops->read(ah, AR5416_EEPROM_OFFSET +
88 *data = MS(common->ops->read(ah, AR_EEPROM_STATUS_DATA),
95 static void ath_pci_extn_synch_enable(struct ath_common *common) argument
97 struct ath_softc *sc = (struct ath_softc *) common
107 ath_pci_aspm_init(struct ath_common *common) argument
[all...]
H A Dwmi.c188 struct ath_common *common = ath9k_hw_common(priv->ah); local
190 ath_dbg(common, FATAL, "FATAL Event received, resetting device\n");
289 struct ath_common *common = ath9k_hw_common(ah); local
333 ath_dbg(common, WMI, "Timeout waiting for WMI command: %s\n",
344 ath_dbg(common, WMI, "WMI failure for: %s\n", wmi_cmd_to_name(cmd_id));
H A Dani.c125 struct ath_common *common = ath9k_hw_common(ah); local
139 ath_dbg(common, ANI, "Writing ofdmbase=%u cckbase=%u\n",
265 struct ath_common *common = ath9k_hw_common(ah); local
271 ath_dbg(common, ANI, "**** ofdmlevel %d=>%d, rssi=%d[lo=%d hi=%d]\n",
333 struct ath_common *common = ath9k_hw_common(ah); local
338 ath_dbg(common, ANI, "**** ccklevel %d=>%d, rssi=%d[lo=%d hi=%d]\n",
473 struct ath_common *common = ath9k_hw_common(ah); local
482 ath_dbg(common, ANI, "Reset ANI state opmode %u\n", ah->opmode);
544 struct ath_common *common = ath9k_hw_common(ah); local
582 ath_dbg(common, AN
631 struct ath_common *common = ath9k_hw_common(ah); local
695 struct ath_common *common = ath9k_hw_common(ah); local
746 struct ath_common *common = ath9k_hw_common(ah); local
768 struct ath_common *common = ath9k_hw_common(ah); local
842 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
/drivers/usb/gadget/
H A Dmass_storage.c99 static int msg_thread_exits(struct fsg_common *common) argument
110 static struct fsg_common common; local
124 retp = fsg_common_init(&common, c->cdev, &config);
128 ret = fsg_bind_config(c->cdev, c, &common);
129 fsg_common_put(&common);
/drivers/dma/
H A Dshdma.h36 struct dma_chan common; /* DMA common channel */ member in struct:sh_dmae_chan
50 struct dma_device common; member in struct:sh_dmae_device
60 #define to_sh_chan(chan) container_of(chan, struct sh_dmae_chan, common)
63 #define to_sh_dev(chan) container_of(chan->common.device,\
64 struct sh_dmae_device, common)
/drivers/media/video/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/staging/ramster/
H A Dxvmalloc_int.h77 /* This common header must be XV_ALIGN bytes */
78 u8 common[XV_ALIGN]; member in union:block_header::__anon5281
/drivers/media/video/davinci/
H A Dvpif_capture.h26 #include <media/v4l2-common.h>
123 /* common object array */
124 struct common_obj common[VPIF_NUMBER_OF_OBJECTS]; member in struct:channel_obj
/drivers/media/video/gspca/gl860/
H A Dgl860-mi1320.c222 static void common(struct gspca_dev *gspca_dev) function
253 common(gspca_dev);
278 common(gspca_dev);
H A Dgl860-mi2020.c328 static void common(struct gspca_dev *gspca_dev) function
348 common(gspca_dev);
421 common(gspca_dev);
H A Dgl860-ov2640.c219 static void common(struct gspca_dev *gspca_dev) function
231 common(gspca_dev);
277 common(gspca_dev);

Completed in 309 milliseconds

12345