Searched defs:conf (Results 101 - 125 of 180) sorted by relevance

12345678

/drivers/net/wireless/rt2x00/
H A Drt2500pci.c291 struct rt2x00intf_conf *conf,
312 rt2x00_set_field32(&reg, CSR14_TSF_SYNC, conf->sync);
318 conf->mac, sizeof(conf->mac));
322 conf->bssid, sizeof(conf->bssid));
561 libconf->conf->long_frame_max_tx_count);
563 libconf->conf->short_frame_max_tx_count);
571 (libconf->conf->flags & IEEE80211_CONF_PS) ?
580 libconf->conf
289 rt2500pci_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags) argument
[all...]
H A Drt2500usb.c453 struct rt2x00intf_conf *conf,
467 2 * (conf->type != NL80211_IFTYPE_STATION));
478 rt2x00_set_field16(&reg, TXRX_CSR19_TSF_SYNC, conf->sync);
483 rt2500usb_register_multiwrite(rt2x00dev, MAC_CSR2, conf->mac,
487 rt2500usb_register_multiwrite(rt2x00dev, MAC_CSR5, conf->bssid,
649 (libconf->conf->flags & IEEE80211_CONF_PS) ?
658 libconf->conf->listen_interval - 1);
681 libconf->conf->power_level);
685 libconf->conf->power_level);
451 rt2500usb_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags) argument
H A Drt73usb.c499 struct rt2x00intf_conf *conf,
509 rt2x00_set_field32(&reg, TXRX_CSR9_TSF_SYNC, conf->sync);
514 reg = le32_to_cpu(conf->mac[1]);
516 conf->mac[1] = cpu_to_le32(reg);
519 conf->mac, sizeof(conf->mac));
523 reg = le32_to_cpu(conf->bssid[1]);
525 conf->bssid[1] = cpu_to_le32(reg);
528 conf->bssid, sizeof(conf
497 rt73usb_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags) argument
[all...]
/drivers/net/wireless/rtl818x/rtl8180/
H A Ddev.c313 rx_status.freq = dev->conf.chandef.chan->center_freq;
314 rx_status.band = dev->conf.chandef.chan->band;
1364 struct ieee80211_conf *conf = &dev->conf; local
1366 priv->rf->set_chan(dev, conf);
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c388 rx_status.freq = dev->conf.chandef.chan->center_freq;
389 rx_status.band = dev->conf.chandef.chan->band;
1159 struct ieee80211_conf *conf = &dev->conf; local
1170 priv->rf->set_chan(dev, conf);
/drivers/net/wireless/rtlwifi/
H A Dcore.c580 struct ieee80211_conf *conf = &hw->conf; local
593 if (hw->conf.flags & IEEE80211_CONF_IDLE)
610 if (conf->flags & IEEE80211_CONF_PS) {
632 hw->conf.long_frame_max_tx_count);
633 mac->retry_long = hw->conf.long_frame_max_tx_count;
634 mac->retry_short = hw->conf.long_frame_max_tx_count;
636 (u8 *)(&hw->conf.long_frame_max_tx_count));
641 struct ieee80211_channel *channel = hw->conf.chandef.chan;
642 enum nl80211_chan_width width = hw->conf
[all...]
/drivers/net/wireless/ti/wlcore/
H A Dacx.c186 acx->lifetime = cpu_to_le32(wl->conf.rx.rx_msdu_life_time);
275 rx_timeout->ps_poll_timeout = cpu_to_le16(wl->conf.rx.ps_poll_timeout);
276 rx_timeout->upsd_timeout = cpu_to_le16(wl->conf.rx.upsd_timeout);
302 rts_threshold = wl->conf.rx.rts_threshold;
329 struct conf_itrim_settings *c = &wl->conf.itrim;
365 wl->conf.conn.bcn_filt_mode == CONF_BCN_FILT_MODE_DISABLED)
414 for (i = 0; i < wl->conf.conn.bcn_filt_ie_count; i++) {
415 struct conf_bcn_filt_rule *r = &(wl->conf.conn.bcn_filt_ie[i]);
471 threshold = wl->conf.conn.synch_fail_thold;
472 timeout = wl->conf
1665 struct conf_rate_policy_settings *conf = &wl->conf.rate; local
1707 struct conf_hangover_settings *conf = &wl->conf.hangover; local
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1154 struct ieee80211_conf *conf = &hw->conf; local
1157 mac->channel = conf->chandef.chan->hw_value;
1160 return zd_chip_set_channel(&mac->chip, conf->chandef.chan->hw_value);
/drivers/spi/
H A Dspi-ep93xx.c437 struct dma_slave_config conf; local
450 memset(&conf, 0, sizeof(conf));
451 conf.direction = dir;
458 conf.src_addr = espi->sspdr_phys;
459 conf.src_addr_width = buswidth;
465 conf.dst_addr = espi->sspdr_phys;
466 conf.dst_addr_width = buswidth;
469 ret = dmaengine_slave_config(chan, &conf);
/drivers/staging/iio/adc/
H A Dad7192.c144 u32 conf; member in struct:ad7192_state
161 st->conf &= ~AD7192_CONF_CHAN_MASK;
162 st->conf |= AD7192_CONF_CHAN(channel);
164 return ad_sd_write_reg(&st->sd, AD7192_REG_CONF, 3, st->conf);
249 st->conf = AD7192_CONF_GAIN(0);
258 st->conf |= AD7192_CONF_REFSEL;
261 st->conf |= AD7192_CONF_CHOP;
271 st->conf |= AD7192_CONF_BUF;
274 st->conf |= AD7192_CONF_UNIPOLAR;
277 st->conf |
[all...]
/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c2140 struct cl_object_conf conf; local
2142 memset(&conf, 0, sizeof(conf));
2143 conf.coc_opc = OBJECT_CONF_SET;
2144 conf.coc_inode = *inode;
2145 conf.coc_lock = lock;
2146 conf.u.coc_md = &md;
2147 (void)ll_layout_conf(*inode, &conf);
H A Dnamei.c259 struct cl_object_conf conf = { local
264 rc = ll_layout_conf(inode, &conf);
/drivers/staging/lustre/lustre/lov/
H A Dlov_object.c59 const struct cl_object_conf *conf,
99 const struct cl_object_conf *conf,
114 const struct cl_object_conf *conf)
118 o = lu_object_find_at(env, cl2lu_dev(dev), fid, &conf->coc_lu);
196 const struct cl_object_conf *conf,
205 struct lov_stripe_md *lsm = conf->u.coc_md->lsm;
223 subconf->coc_inode = conf->coc_inode;
263 const struct cl_object_conf *conf,
266 struct lov_stripe_md *lsm = conf->u.coc_md->lsm;
650 const struct cl_object_conf *conf)
97 lov_init_empty(const struct lu_env *env, struct lov_device *dev, struct lov_object *lov, const struct cl_object_conf *conf, union lov_layout_state *state) argument
111 lov_sub_find(const struct lu_env *env, struct cl_device *dev, const struct lu_fid *fid, const struct cl_object_conf *conf) argument
194 lov_init_raid0(const struct lu_env *env, struct lov_device *dev, struct lov_object *lov, const struct cl_object_conf *conf, union lov_layout_state *state) argument
261 lov_init_released(const struct lu_env *env, struct lov_device *dev, struct lov_object *lov, const struct cl_object_conf *conf, union lov_layout_state *state) argument
648 lov_layout_change(const struct lu_env *unused, struct lov_object *lov, const struct cl_object_conf *conf) argument
715 lov_object_init(const struct lu_env *env, struct lu_object *obj, const struct lu_object_conf *conf) argument
740 lov_conf_set(const struct lu_env *env, struct cl_object *obj, const struct cl_object_conf *conf) argument
[all...]
/drivers/staging/lustre/lustre/obdclass/
H A Dcl_object.c309 const struct cl_object_conf *conf)
318 result = obj->co_ops->coo_conf_set(env, obj, conf);
308 cl_conf_set(const struct lu_env *env, struct cl_object *obj, const struct cl_object_conf *conf) argument
/drivers/tty/serial/
H A Dmax3100.c13 * writing conf clears FIFO buffer and we cannot have this interrupt
106 int conf; /* configuration for the MAX31000 member in struct:max3100_port
266 int conf, cconf, rts, crts; local
274 conf = s->conf;
282 max3100_sr(s, MAX3100_WC | conf, &rx);
372 s->conf &= ~MAX3100_RM;
443 param_new = s->conf & MAX3100_BAUD;
540 s->conf = (s->conf
[all...]
/drivers/atm/
H A Didt77252.c2967 u32 conf; local
2974 conf = SAR_CFG_RXPTH| /* enable receive path */
2989 conf |= SAR_CFG_VPECA;
2992 writel(readl(SAR_REG_CFG) | conf, SAR_REG_CFG);
3011 u32 conf; local
3015 conf = SAR_CFG_RXPTH | /* enable receive path */
3027 writel(readl(SAR_REG_CFG) & ~(conf), SAR_REG_CFG);
3268 u32 conf; local
3333 conf = SAR_CFG_TX_FIFO_SIZE_9 | /* Use maximum fifo size */
3342 conf |
[all...]
/drivers/block/paride/
H A Dpf.c719 int *conf = *drives[unit]; local
720 if (!conf[D_PRT])
722 if (pi_init(pf->pi, 0, conf[D_PRT], conf[D_MOD],
723 conf[D_UNI], conf[D_PRO], conf[D_DLY],
/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c181 } conf; member in struct:hdmi_conf_regs
201 /* current hdmiphy conf regs */
218 u8 conf[32]; member in struct:hdmiphy_config
225 .conf = {
234 .conf = {
243 .conf = {
252 .conf = {
261 .conf = {
273 .conf = {
282 .conf
[all...]
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Dnv50.c1496 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) argument
1543 *conf = (ctrl & 0x00000f00) >> 8;
1545 *conf |= 0x0100;
1548 *conf = priv->sor.lvdsconf;
1551 *conf = (ctrl & 0x00000f00) >> 8;
1555 *conf = 0x00ff;
1559 *conf = (ctrl & 0x00000f00) >> 8;
1563 data = nvbios_ocfg_match(bios, data, *conf, &ver, &hdr, &cnt, &len, &info2);
1758 u32 mask, conf; local
1760 outp = exec_clkcmp(priv, head, 0xff, pclk, &conf);
1861 u32 conf; local
[all...]
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c593 u8 conf, i; local
600 conf = (init_rdvgai(init, port, index) & mask) >> shift;
604 if (i == conf) {
657 u8 conf, i; local
664 conf = (init_rdvgai(init, port, index) & mask) >> shift;
668 if (i == conf) {
884 u8 conf, i; local
891 conf = (init_rdvgai(init, port, index) & mask) >> shift;
894 if (i == conf) {
/drivers/iio/adc/
H A Dxilinx-xadc-core.c1056 unsigned int *conf)
1067 *conf = 0;
1099 *conf |= XADC_CONF0_MUX | XADC_CONF0_CHAN(ext_mux_chan);
1055 xadc_parse_dt(struct iio_dev *indio_dev, struct device_node *np, unsigned int *conf) argument
/drivers/md/
H A Draid1.c69 static void allow_barrier(struct r1conf *conf, sector_t start_next_window,
71 static void lower_barrier(struct r1conf *conf);
179 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) argument
183 for (i = 0; i < conf->raid_disks * 2; i++) {
193 struct r1conf *conf = r1_bio->mddev->private; local
195 put_all_bios(conf, r1_bio);
196 mempool_free(r1_bio, conf->r1bio_pool);
201 struct r1conf *conf = r1_bio->mddev->private; local
204 for (i = 0; i < conf->raid_disks * 2; i++) {
207 rdev_dec_pending(conf
219 struct r1conf *conf = mddev->private; local
239 struct r1conf *conf = r1_bio->mddev->private; local
290 struct r1conf *conf = r1_bio->mddev->private; local
302 struct r1conf *conf = r1_bio->mddev->private; local
320 struct r1conf *conf = r1_bio->mddev->private; local
405 struct r1conf *conf = r1_bio->mddev->private; local
511 read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) argument
709 struct r1conf *conf = mddev->private; local
739 struct r1conf *conf = mddev->private; local
776 flush_pending_writes(struct r1conf *conf) argument
829 raise_barrier(struct r1conf *conf, sector_t sector_nr) argument
862 lower_barrier(struct r1conf *conf) argument
873 need_to_wait_for_sync(struct r1conf *conf, struct bio *bio) argument
892 wait_barrier(struct r1conf *conf, struct bio *bio) argument
941 allow_barrier(struct r1conf *conf, sector_t start_next_window, sector_t bi_sector) argument
973 freeze_array(struct r1conf *conf, int extra) argument
994 unfreeze_array(struct r1conf *conf) argument
1049 struct r1conf *conf = mddev->private; local
1084 struct r1conf *conf = mddev->private; local
1457 struct r1conf *conf = mddev->private; local
1475 struct r1conf *conf = mddev->private; local
1515 print_conf(struct r1conf *conf) argument
1540 close_sync(struct r1conf *conf) argument
1560 struct r1conf *conf = mddev->private; local
1608 struct r1conf *conf = mddev->private; local
1680 struct r1conf *conf = mddev->private; local
1757 struct r1conf *conf = mddev->private; local
1838 struct r1conf *conf = mddev->private; local
1955 struct r1conf *conf = mddev->private; local
2041 struct r1conf *conf = mddev->private; local
2097 fix_read_error(struct r1conf *conf, int read_disk, sector_t sect, int sectors) argument
2186 struct r1conf *conf = mddev->private; local
2259 handle_sync_write_finished(struct r1conf *conf, struct r1bio *r1_bio) argument
2282 handle_write_finished(struct r1conf *conf, struct r1bio *r1_bio) argument
2311 handle_read_error(struct r1conf *conf, struct r1bio *r1_bio) argument
2408 struct r1conf *conf = mddev->private; local
2455 init_resync(struct r1conf *conf) argument
2481 struct r1conf *conf = mddev->private; local
2764 struct r1conf *conf; local
2888 struct r1conf *conf; local
2978 struct r1conf *conf = mddev->private; local
3051 struct r1conf *conf = mddev->private; local
3143 struct r1conf *conf = mddev->private; local
3164 struct r1conf *conf; local
[all...]
H A Draid5.h388 struct r5conf *conf; member in struct:r5worker_group
467 * associated with conf to handle
562 extern void md_raid5_kick_device(struct r5conf *conf);
/drivers/mmc/host/
H A Djz4740_mmc.c276 struct dma_slave_config conf = { local
284 conf.direction = DMA_MEM_TO_DEV;
285 conf.dst_addr = host->mem_res->start + JZ_REG_MMC_TXFIFO;
286 conf.slave_id = JZ4740_DMA_TYPE_MMC_TRANSMIT;
289 conf.direction = DMA_DEV_TO_MEM;
290 conf.src_addr = host->mem_res->start + JZ_REG_MMC_RXFIFO;
291 conf.slave_id = JZ4740_DMA_TYPE_MMC_RECEIVE;
299 dmaengine_slave_config(chan, &conf);
303 conf.direction,
308 conf
[all...]
H A Ds3cmci.c1090 struct dma_slave_config conf = { local
1103 conf.direction = DMA_DEV_TO_MEM;
1105 conf.direction = DMA_MEM_TO_DEV;
1110 dmaengine_slave_config(host->dma, &conf);
1112 conf.direction,

Completed in 499 milliseconds

12345678