Searched refs:conf (Results 1 - 25 of 195) sorted by relevance

12345678

/drivers/md/
H A Dfaulty.c94 static int check_mode(struct faulty_conf *conf, int mode) argument
96 if (conf->period[mode] == 0 &&
97 atomic_read(&conf->counters[mode]) <= 0)
101 if (atomic_dec_and_test(&conf->counters[mode])) {
102 if (conf->period[mode])
103 atomic_set(&conf->counters[mode], conf->period[mode]);
109 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) argument
113 for (i=0; i<conf->nfaults; i++)
114 if (conf
133 add_sector(struct faulty_conf *conf, sector_t start, int mode) argument
175 struct faulty_conf *conf = mddev->private; local
228 struct faulty_conf *conf = mddev->private; local
263 struct faulty_conf *conf = mddev->private; local
303 struct faulty_conf *conf; local
331 struct faulty_conf *conf = mddev->private; local
[all...]
H A Draid1.c55 static void allow_barrier(struct r1conf *conf);
56 static void lower_barrier(struct r1conf *conf);
163 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) argument
167 for (i = 0; i < conf->raid_disks * 2; i++) {
177 struct r1conf *conf = r1_bio->mddev->private; local
179 put_all_bios(conf, r1_bio);
180 mempool_free(r1_bio, conf->r1bio_pool);
185 struct r1conf *conf = r1_bio->mddev->private; local
188 for (i = 0; i < conf->raid_disks * 2; i++) {
191 rdev_dec_pending(conf
203 struct r1conf *conf = mddev->private; local
223 struct r1conf *conf = r1_bio->mddev->private; local
268 struct r1conf *conf = r1_bio->mddev->private; local
280 struct r1conf *conf = r1_bio->mddev->private; local
298 struct r1conf *conf = r1_bio->mddev->private; local
383 struct r1conf *conf = r1_bio->mddev->private; local
481 read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) argument
623 struct r1conf *conf = mddev->private; local
653 struct r1conf *conf = mddev->private; local
690 flush_pending_writes(struct r1conf *conf) argument
740 raise_barrier(struct r1conf *conf) argument
759 lower_barrier(struct r1conf *conf) argument
769 wait_barrier(struct r1conf *conf) argument
796 allow_barrier(struct r1conf *conf) argument
805 freeze_array(struct r1conf *conf) argument
828 unfreeze_array(struct r1conf *conf) argument
875 struct r1conf *conf = mddev->private; local
1223 struct r1conf *conf = mddev->private; local
1242 struct r1conf *conf = mddev->private; local
1282 print_conf(struct r1conf *conf) argument
1307 close_sync(struct r1conf *conf) argument
1319 struct r1conf *conf = mddev->private; local
1367 struct r1conf *conf = mddev->private; local
1436 struct r1conf *conf = mddev->private; local
1514 struct r1conf *conf = mddev->private; local
1595 struct r1conf *conf = mddev->private; local
1712 struct r1conf *conf = mddev->private; local
1787 struct r1conf *conf = mddev->private; local
1837 fix_read_error(struct r1conf *conf, int read_disk, sector_t sect, int sectors) argument
1943 struct r1conf *conf = mddev->private; local
2016 handle_sync_write_finished(struct r1conf *conf, struct r1bio *r1_bio) argument
2039 handle_write_finished(struct r1conf *conf, struct r1bio *r1_bio) argument
2068 handle_read_error(struct r1conf *conf, struct r1bio *r1_bio) argument
2162 struct r1conf *conf = mddev->private; local
2211 init_resync(struct r1conf *conf) argument
2237 struct r1conf *conf = mddev->private; local
2516 struct r1conf *conf; local
2646 struct r1conf *conf; local
2723 struct r1conf *conf = mddev->private; local
2788 struct r1conf *conf = mddev->private; local
2881 struct r1conf *conf = mddev->private; local
2902 struct r1conf *conf; local
[all...]
H A Draid10.c68 static void allow_barrier(struct r10conf *conf);
69 static void lower_barrier(struct r10conf *conf);
70 static int enough(struct r10conf *conf, int ignore);
74 struct r10conf *conf = data; local
75 int size = offsetof(struct r10bio, devs[conf->copies]);
104 struct r10conf *conf = data; local
111 r10_bio = r10bio_pool_alloc(gfp_flags, conf);
115 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery))
116 nalloc = conf->copies; /* resync */
128 if (!conf
182 struct r10conf *conf = data; local
202 put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) argument
220 struct r10conf *conf = r10_bio->mddev->private; local
228 struct r10conf *conf = r10_bio->mddev->private; local
239 struct r10conf *conf = mddev->private; local
261 struct r10conf *conf = r10_bio->mddev->private; local
289 struct r10conf *conf = r10_bio->mddev->private; local
298 find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, struct bio *bio, int *slotp, int *replp) argument
329 struct r10conf *conf = r10_bio->mddev->private; local
412 struct r10conf *conf = r10_bio->mddev->private; local
507 raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) argument
555 raid10_find_virt(struct r10conf *conf, sector_t sector, int dev) argument
597 struct r10conf *conf = mddev->private; local
672 read_balance(struct r10conf *conf, struct r10bio *r10_bio, int *max_sectors) argument
805 struct r10conf *conf = mddev->private; local
827 flush_pending_writes(struct r10conf *conf) argument
876 raise_barrier(struct r10conf *conf, int force) argument
896 lower_barrier(struct r10conf *conf) argument
905 wait_barrier(struct r10conf *conf) argument
932 allow_barrier(struct r10conf *conf) argument
941 freeze_array(struct r10conf *conf) argument
966 unfreeze_array(struct r10conf *conf) argument
978 struct r10conf *conf = mddev->private; local
1368 struct r10conf *conf = mddev->private; local
1395 enough(struct r10conf *conf, int ignore) argument
1417 struct r10conf *conf = mddev->private; local
1451 print_conf(struct r10conf *conf) argument
1475 close_sync(struct r10conf *conf) argument
1487 struct r10conf *conf = mddev->private; local
1534 struct r10conf *conf = mddev->private; local
1613 struct r10conf *conf = mddev->private; local
1676 struct r10conf *conf = r10_bio->mddev->private; local
1735 struct r10conf *conf = mddev->private; local
1788 struct r10conf *conf = mddev->private; local
1919 struct r10conf *conf = mddev->private; local
1995 struct r10conf *conf = mddev->private; local
2095 fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) argument
2310 struct r10conf *conf = mddev->private; local
2367 struct r10conf *conf = mddev->private; local
2460 handle_write_completed(struct r10conf *conf, struct r10bio *r10_bio) argument
2550 struct r10conf *conf = mddev->private; local
2598 init_resync(struct r10conf *conf) argument
2651 struct r10conf *conf = mddev->private; local
3158 struct r10conf *conf = mddev->private; local
3173 calc_sectors(struct r10conf *conf, sector_t size) argument
3205 struct r10conf *conf = NULL; local
3286 struct r10conf *conf; local
3426 struct r10conf *conf = mddev->private; local
3443 struct r10conf *conf = mddev->private; local
3469 struct r10conf *conf = mddev->private; local
3496 struct r10conf *conf; local
[all...]
H A Dmultipath.c35 static int multipath_map (struct mpconf *conf) argument
37 int i, disks = conf->raid_disks;
46 struct md_rdev *rdev = rcu_dereference(conf->multipaths[i].rdev);
63 struct mpconf *conf = mddev->private; local
65 spin_lock_irqsave(&conf->device_lock, flags);
66 list_add(&mp_bh->retry_list, &conf->retry_list);
67 spin_unlock_irqrestore(&conf->device_lock, flags);
80 struct mpconf *conf = mp_bh->mddev->private; local
83 mempool_free(mp_bh, conf->pool);
90 struct mpconf *conf local
112 struct mpconf *conf = mddev->private; local
146 struct mpconf *conf = mddev->private; local
161 struct mpconf *conf = mddev->private; local
189 struct mpconf *conf = mddev->private; local
222 print_multipath_conf(struct mpconf *conf) argument
248 struct mpconf *conf = mddev->private; local
297 struct mpconf *conf = mddev->private; local
343 struct mpconf *conf = mddev->private; local
392 struct mpconf *conf; local
515 struct mpconf *conf = mddev->private; local
[all...]
H A Draid5.c30 * conf->seq_write is the number of the last batch successfully written.
31 * conf->seq_flush is the number of the last batch that was closed to
74 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) argument
77 return &conf->stripe_hashtbl[hash];
184 static void print_raid5_conf (struct r5conf *conf);
193 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh) argument
197 BUG_ON(atomic_read(&conf->active_stripes)==0);
201 list_add_tail(&sh->lru, &conf->delayed_list);
203 sh->bm_seq - conf->seq_write > 0)
204 list_add_tail(&sh->lru, &conf
230 struct r5conf *conf = sh->raid_conf; local
246 insert_hash(struct r5conf *conf, struct stripe_head *sh) argument
258 get_free_stripe(struct r5conf *conf) argument
311 struct r5conf *conf = sh->raid_conf; local
347 __find_stripe(struct r5conf *conf, sector_t sector, short generation) argument
374 calc_degraded(struct r5conf *conf) argument
426 has_failed(struct r5conf *conf) argument
440 get_active_stripe(struct r5conf *conf, sector_t sector, int previous, int noblock, int noquiesce) argument
500 struct r5conf *conf = sh->raid_conf; local
719 struct r5conf *conf = sh->raid_conf; local
764 struct r5conf *conf = sh->raid_conf; local
1315 struct r5conf *conf = sh->raid_conf; local
1406 grow_one_stripe(struct r5conf *conf) argument
1431 grow_stripes(struct r5conf *conf, int num) argument
1480 resize_stripes(struct r5conf *conf, int newsize) argument
1625 drop_one_stripe(struct r5conf *conf) argument
1641 shrink_stripes(struct r5conf *conf) argument
1654 struct r5conf *conf = sh->raid_conf; local
1761 struct r5conf *conf = sh->raid_conf; local
1849 struct r5conf *conf = mddev->private; local
1875 raid5_compute_sector(struct r5conf *conf, sector_t r_sector, int previous, int *dd_idx, struct stripe_head *sh) argument
2080 struct r5conf *conf = sh->raid_conf; local
2205 struct r5conf *conf = sh->raid_conf; local
2290 struct r5conf *conf = sh->raid_conf; local
2354 stripe_set_idx(sector_t stripe, struct r5conf *conf, int previous, struct stripe_head *sh) argument
2371 handle_failed_stripe(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks, struct bio **return_bi) argument
2476 handle_failed_sync(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s) argument
2651 handle_stripe_clean_event(struct r5conf *conf, struct stripe_head *sh, int disks, struct bio **return_bi) argument
2696 handle_stripe_dirtying(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
2798 handle_parity_checks5(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
2886 handle_parity_checks6(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
3049 handle_stripe_expansion(struct r5conf *conf, struct stripe_head *sh) argument
3124 struct r5conf *conf = sh->raid_conf; local
3308 struct r5conf *conf = sh->raid_conf; local
3607 raid5_activate_delayed(struct r5conf *conf) argument
3623 activate_bit_delay(struct r5conf *conf) argument
3639 struct r5conf *conf = mddev->private; local
3707 add_bio_to_retry(struct bio *bi,struct r5conf *conf) argument
3721 remove_bio_from_retry(struct r5conf *conf) argument
3755 struct r5conf *conf; local
3803 struct r5conf *conf = mddev->private; local
3892 __get_priority_stripe(struct r5conf *conf) argument
3937 struct r5conf *conf = mddev->private; local
4106 struct r5conf *conf = mddev->private; local
4315 struct r5conf *conf = mddev->private; local
4399 retry_aligned_read(struct r5conf *conf, struct bio *raid_bio) argument
4473 struct r5conf *conf = mddev->private; local
4539 struct r5conf *conf = mddev->private; local
4549 struct r5conf *conf = mddev->private; local
4575 struct r5conf *conf = mddev->private; local
4600 struct r5conf *conf = mddev->private; local
4610 struct r5conf *conf = mddev->private; local
4634 struct r5conf *conf = mddev->private; local
4658 struct r5conf *conf = mddev->private; local
4671 raid5_free_percpu(struct r5conf *conf) argument
4693 free_conf(struct r5conf *conf) argument
4706 struct r5conf *conf = container_of(nfb, struct r5conf, cpu_notify); local
4741 raid5_alloc_percpu(struct r5conf *conf) argument
4785 struct r5conf *conf; local
4959 struct r5conf *conf; local
5212 struct r5conf *conf = mddev->private; local
5225 struct r5conf *conf = mddev->private; local
5238 print_raid5_conf(struct r5conf *conf) argument
5265 struct r5conf *conf = mddev->private; local
5307 struct r5conf *conf = mddev->private; local
5369 struct r5conf *conf = mddev->private; local
5459 struct r5conf *conf = mddev->private; local
5475 struct r5conf *conf = mddev->private; local
5507 struct r5conf *conf = mddev->private; local
5619 end_reshape(struct r5conf *conf) argument
5648 struct r5conf *conf = mddev->private; local
5681 struct r5conf *conf = mddev->private; local
5810 struct r5conf *conf = mddev->private; local
[all...]
H A Dlinear.c33 struct linear_conf *conf; local
37 conf = rcu_dereference(mddev->private);
46 if (sector < conf->disks[mid].end_sector)
52 return conf->disks + lo;
103 struct linear_conf *conf; local
110 conf = rcu_dereference(mddev->private);
113 struct request_queue *q = bdev_get_queue(conf->disks[i].rdev->bdev);
123 struct linear_conf *conf; local
127 conf = rcu_dereference(mddev->private);
130 array_sectors = conf
138 struct linear_conf *conf; local
200 struct linear_conf *conf; local
259 struct linear_conf *conf = mddev->private; local
[all...]
H A Draid0.c32 struct r0conf *conf = mddev->private; local
33 struct md_rdev **devlist = conf->devlist;
34 int raid_disks = conf->strip_zone[0].nb_dev;
57 struct r0conf *conf = mddev->private; local
58 int raid_disks = conf->strip_zone[0].nb_dev;
61 conf->nr_strip_zones, conf->nr_strip_zones==1?"":"s");
62 for (j = 0; j < conf->nr_strip_zones; j++) {
64 for (k = 0; k < conf->strip_zone[j].nb_dev; k++)
66 bdevname(conf
90 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); local
290 find_zone(struct r0conf *conf, sector_t *sectorp) argument
315 struct r0conf *conf = mddev->private; local
356 struct r0conf *conf = mddev->private; local
414 struct r0conf *conf; local
469 struct r0conf *conf = mddev->private; local
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c37 struct rt2x00intf_conf conf; local
40 conf.type = type;
44 conf.sync = TSF_SYNC_ADHOC;
49 conf.sync = TSF_SYNC_AP_NONE;
52 conf.sync = TSF_SYNC_INFRA;
55 conf.sync = TSF_SYNC_NONE;
65 memset(conf.mac, 0, sizeof(conf.mac));
67 memcpy(conf.mac, mac, ETH_ALEN);
69 memset(conf
177 rt2x00ht_center_channel(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf) argument
205 rt2x00lib_config(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, unsigned int ieee80211_flags) argument
[all...]
/drivers/ata/
H A Dpata_piccolo.c38 u16 conf; local
39 pci_read_config_word(pdev, 0x50, &conf);
40 conf &= 0xE088;
41 conf |= pio[adev->pio_mode - XFER_PIO_0];
42 pci_write_config_word(pdev, 0x50, conf);
48 u32 conf; local
49 pci_read_config_dword(pdev, 0x5C, &conf);
50 conf &= 0x78FFE088; /* Keep the other bits */
53 conf |= 0x80000000;
54 conf |
[all...]
H A Dpata_it821x.c132 u8 conf; local
136 conf = timing >> 8;
138 conf = timing & 0xFF;
139 pci_write_config_byte(pdev, 0x54 + 4 * channel, conf);
161 u8 conf; local
165 conf = timing >> 8;
167 conf = timing & 0xFF;
169 pci_write_config_byte(pdev, 0x56 + 4 * channel + unit, conf);
172 pci_write_config_byte(pdev, 0x56 + 4 * channel, conf);
173 pci_write_config_byte(pdev, 0x56 + 4 * channel + 1, conf);
297 u8 conf; local
740 u8 conf; local
875 u8 conf; local
[all...]
/drivers/media/video/
H A Dvideobuf2-dma-contig.c26 struct vb2_dc_conf *conf; member in struct:vb2_dc_buf
39 struct vb2_dc_conf *conf = alloc_ctx; local
46 buf->vaddr = dma_alloc_coherent(conf->dev, size, &buf->dma_addr,
49 dev_err(conf->dev, "dma_alloc_coherent of size %ld failed\n",
55 buf->conf = conf;
72 dma_free_coherent(buf->conf->dev, buf->size, buf->vaddr,
166 struct vb2_dc_conf *conf; local
168 conf = kzalloc(sizeof *conf, GFP_KERNE
[all...]
/drivers/net/wan/
H A Dcycx_x25.c30 * conf->protocol in new_if
133 wanif_conf_t *conf),
172 struct cycx_x25_config *conf),
209 static void cycx_x25_dump_config(struct cycx_x25_config *conf);
214 #define cycx_x25_dump_config(conf)
229 int cycx_x25_wan_init(struct cycx_device *card, wandev_conf_t *conf) argument
234 if (conf->config_id != WANCONFIG_X25) {
236 card->devname, conf->config_id);
252 cfg.clock = conf->clocking == WANOPT_EXTERNAL ? 8 : 55;
253 cfg.speed = bps_to_speed_code(conf
371 cycx_wan_new_if(struct wan_device *wandev, struct net_device *dev, wanif_conf_t *conf) argument
1070 cycx_x25_configure(struct cycx_device *card, struct cycx_x25_config *conf) argument
1075 struct cycx_x25_config conf[2]; member in struct:__anon3103
1545 cycx_x25_dump_config(struct cycx_x25_config *conf) argument
[all...]
H A Dcycx_main.c76 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf);
184 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf) argument
192 if (!wandev || !wandev->private || !conf)
201 if (!conf->data_size || !conf->data) {
207 if (conf->irq <= 0) {
213 irq = conf->irq == 2 ? 9 : conf->irq; /* IRQ2 -> IRQ9 */
228 rc = cycx_setup(&card->hw, conf->data, conf
[all...]
/drivers/isdn/mISDN/
H A Ddsp_cmx.c161 struct dsp_conf *conf; local
170 if (odsp->conf)
171 printk(" (Conf %d)", odsp->conf->id);
177 list_for_each_entry(conf, &conf_ilist, list) {
178 printk(KERN_DEBUG "* Conf %d (%p)\n", conf->id, conf);
179 list_for_each_entry(member, &conf->mlist, list) {
200 struct dsp_conf *conf; local
208 list_for_each_entry(conf, &conf_ilist, list)
209 if (conf
220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) argument
311 struct dsp_conf *conf; local
337 dsp_cmx_del_conf(struct dsp_conf *conf) argument
384 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) argument
1062 struct dsp_conf *conf; local
1306 struct dsp_conf *conf = dsp->conf; local
1629 struct dsp_conf *conf; local
[all...]
/drivers/media/video/omap3isp/
H A Disph3a_af.c41 struct omap3isp_h3a_af_config *conf = priv; local
61 pax1 = ((conf->paxel.width >> 1) - 1) << AF_PAXW_SHIFT;
63 pax1 |= (conf->paxel.height >> 1) - 1;
68 pax2 = ((conf->paxel.line_inc >> 1) - 1) << AF_LINE_INCR_SHIFT;
70 pax2 |= (conf->paxel.v_cnt - 1) << AF_VT_COUNT_SHIFT;
72 pax2 |= (conf->paxel.h_cnt - 1);
77 paxstart = conf->paxel.h_start << AF_HZ_START_SHIFT;
79 paxstart |= conf->paxel.v_start;
84 isp_reg_writel(af->isp, conf->iir.h_start,
92 coef |= conf
166 h3a_af_get_buf_size(struct omap3isp_h3a_af_config *conf) argument
[all...]
H A Disph3a_aewb.c40 struct omap3isp_h3a_aewb_config *conf = priv; local
57 pcr = conf->saturation_limit << ISPH3A_PCR_AEW_AVE2LMT_SHIFT;
58 pcr |= !!conf->alaw_enable << ISPH3A_PCR_AEW_ALAW_EN_SHIFT;
60 win1 = ((conf->win_height >> 1) - 1) << ISPH3A_AEWWIN1_WINH_SHIFT;
61 win1 |= ((conf->win_width >> 1) - 1) << ISPH3A_AEWWIN1_WINW_SHIFT;
62 win1 |= (conf->ver_win_count - 1) << ISPH3A_AEWWIN1_WINVC_SHIFT;
63 win1 |= (conf->hor_win_count - 1) << ISPH3A_AEWWIN1_WINHC_SHIFT;
65 start = conf->hor_win_start << ISPH3A_AEWINSTART_WINSH_SHIFT;
66 start |= conf->ver_win_start << ISPH3A_AEWINSTART_WINSV_SHIFT;
68 blk = conf
116 h3a_aewb_get_buf_size(struct omap3isp_h3a_aewb_config *conf) argument
[all...]
H A Disphist.c47 struct omap3isp_hist_config *conf = hist->priv; local
70 hist->wait_acc_frames = conf->num_acc_frames;
90 struct omap3isp_hist_config *conf = priv; local
101 cnt = conf->cfa << ISPHIST_CNT_CFA_SHIFT;
103 wb_gain = conf->wg[0] << ISPHIST_WB_GAIN_WG00_SHIFT;
104 wb_gain |= conf->wg[1] << ISPHIST_WB_GAIN_WG01_SHIFT;
105 wb_gain |= conf->wg[2] << ISPHIST_WB_GAIN_WG02_SHIFT;
106 if (conf->cfa == OMAP3ISP_HIST_CFA_BAYER)
107 wb_gain |= conf->wg[3] << ISPHIST_WB_GAIN_WG03_SHIFT;
111 if (c < conf
292 hist_get_buf_size(struct omap3isp_hist_config *conf) argument
[all...]
/drivers/hwmon/
H A Dds1621.c80 u8 conf; /* Register encoding, combined */ member in struct:ds1621_data
85 u8 conf, new_conf; local
87 new_conf = conf = i2c_smbus_read_byte_data(client, DS1621_REG_CONF);
97 if (conf != new_conf)
118 data->conf = i2c_smbus_read_byte_data(client, DS1621_REG_CONF);
125 new_conf = data->conf;
130 if (data->conf != new_conf)
177 return sprintf(buf, "%d\n", ALARMS_FROM_REG(data->conf));
185 return sprintf(buf, "%d\n", !!(data->conf & attr->index));
217 int conf, tem local
[all...]
H A Dds620.c81 u16 conf, new_conf; local
83 new_conf = conf =
100 if (conf != new_conf)
185 u16 conf, new_conf; local
196 new_conf = conf = res;
198 if (conf != new_conf) {
205 return sprintf(buf, "%d\n", !!(conf & attr->index));
/drivers/net/wireless/wl12xx/
H A Dacx.c178 acx->lifetime = cpu_to_le32(wl->conf.rx.rx_msdu_life_time);
267 rx_timeout->ps_poll_timeout = cpu_to_le16(wl->conf.rx.ps_poll_timeout);
268 rx_timeout->upsd_timeout = cpu_to_le16(wl->conf.rx.upsd_timeout);
294 rts_threshold = wl->conf.rx.rts_threshold;
321 struct conf_itrim_settings *c = &wl->conf.itrim;
356 wl->conf.conn.bcn_filt_mode == CONF_BCN_FILT_MODE_DISABLED)
405 for (i = 0; i < wl->conf.conn.bcn_filt_ie_count; i++) {
406 struct conf_bcn_filt_rule *r = &(wl->conf.conn.bcn_filt_ie[i]);
462 threshold = wl->conf.conn.synch_fail_thold;
463 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/ide/
H A Dit821x.c118 u8 conf; local
122 conf = timing >> 8;
124 conf = timing & 0xFF;
126 pci_write_config_byte(dev, 0x54 + 4 * channel, conf);
144 u8 unit = drive->dn & 1, conf; local
148 conf = timing >> 8;
150 conf = timing & 0xFF;
153 pci_write_config_byte(dev, 0x56 + 4 * channel + unit, conf);
155 pci_write_config_byte(dev, 0x56 + 4 * channel, conf);
156 pci_write_config_byte(dev, 0x56 + 4 * channel + 1, conf);
286 u8 unit = drive->dn & 1, channel = hwif->channel, conf; local
323 u8 unit = drive->dn & 1, channel = hwif->channel, conf; local
537 u8 conf; local
610 u8 conf; local
[all...]
/drivers/gpu/drm/i2c/
H A Dch7006_drv.c251 struct drm_mode_config *conf = &dev->mode_config; local
257 drm_connector_attach_property(connector, conf->tv_select_subconnector_property,
259 drm_connector_attach_property(connector, conf->tv_subconnector_property,
261 drm_connector_attach_property(connector, conf->tv_left_margin_property,
263 drm_connector_attach_property(connector, conf->tv_bottom_margin_property,
265 drm_connector_attach_property(connector, conf->tv_mode_property,
267 drm_connector_attach_property(connector, conf->tv_brightness_property,
269 drm_connector_attach_property(connector, conf->tv_contrast_property,
271 drm_connector_attach_property(connector, conf->tv_flicker_reduction_property,
287 struct drm_mode_config *conf local
[all...]
/drivers/video/pnx4008/
H A Dsdum.h31 #define DIRTY_ENABLED(conf) ((conf) & 0x0020)
32 #define SYNC_ENABLED(conf) ((conf) & 0x0004)
/drivers/net/wireless/rtl818x/rtl8180/
H A Dmax2820.c94 struct ieee80211_conf *conf)
97 int channel = conf ?
98 ieee80211_frequency_to_channel(conf->channel->center_freq) : 1;
93 max2820_rf_set_channel(struct ieee80211_hw *dev, struct ieee80211_conf *conf) argument
/drivers/staging/iio/adc/
H A Dad7793.c53 u16 conf; member in struct:ad7793_state
174 st->conf = (st->conf & ~AD7793_CONF_CHAN(-1)) | AD7793_CONF_CHAN(ch);
178 ad7793_write_reg(st, AD7793_REG_CONF, sizeof(st->conf), st->conf);
203 st->conf = (st->conf & ~AD7793_CONF_CHAN(-1)) | AD7793_CONF_CHAN(ch);
206 ad7793_write_reg(st, AD7793_REG_CONF, sizeof(st->conf), st->conf);
283 st->conf
[all...]

Completed in 480 milliseconds

12345678