Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 145) sorted by relevance

123456

/drivers/md/
Dmultipath.c35 static int multipath_map (struct mpconf *conf) in multipath_map()
63 struct mpconf *conf = mddev->private; in multipath_reschedule_retry() local
80 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() local
90 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() local
112 struct mpconf *conf = mddev->private; in multipath_make_request() local
146 struct mpconf *conf = mddev->private; in multipath_status() local
161 struct mpconf *conf = mddev->private; in multipath_congested() local
189 struct mpconf *conf = mddev->private; in multipath_error() local
222 static void print_multipath_conf (struct mpconf *conf) in print_multipath_conf()
248 struct mpconf *conf = mddev->private; in multipath_add_disk() local
[all …]
Draid1.c167 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios()
181 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local
189 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local
207 struct r1conf *conf = mddev->private; in reschedule_retry() local
227 struct r1conf *conf = r1_bio->mddev->private; in call_bio_endio() local
272 struct r1conf *conf = r1_bio->mddev->private; in update_head_pos() local
284 struct r1conf *conf = r1_bio->mddev->private; in find_bio_disk() local
302 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_read_request() local
387 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_write_request() local
495 static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) in read_balance()
[all …]
Draid10.c109 struct r10conf *conf = data; in r10bio_pool_alloc() local
139 struct r10conf *conf = data; in r10buf_pool_alloc() local
220 struct r10conf *conf = data; in r10buf_pool_free() local
240 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
258 struct r10conf *conf = r10_bio->mddev->private; in free_r10bio() local
266 struct r10conf *conf = r10_bio->mddev->private; in put_buf() local
277 struct r10conf *conf = mddev->private; in reschedule_retry() local
299 struct r10conf *conf = r10_bio->mddev->private; in raid_end_bio_io() local
327 struct r10conf *conf = r10_bio->mddev->private; in update_head_pos() local
336 static int find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, in find_bio_disk()
[all …]
Draid5.c76 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash()
203 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh) in do_release_stripe()
236 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh) in __release_stripe()
244 struct r5conf *conf = sh->raid_conf; in release_stripe() local
263 static inline void insert_hash(struct r5conf *conf, struct stripe_head *sh) in insert_hash()
275 static struct stripe_head *get_free_stripe(struct r5conf *conf) in get_free_stripe()
328 struct r5conf *conf = sh->raid_conf; in init_stripe() local
364 static struct stripe_head *__find_stripe(struct r5conf *conf, sector_t sector, in __find_stripe()
390 static int calc_degraded(struct r5conf *conf) in calc_degraded()
446 static int has_failed(struct r5conf *conf) in has_failed()
[all …]
Dfaulty.c94 static int check_mode(struct faulty_conf *conf, int mode) in check_mode()
109 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector()
133 static void add_sector(struct faulty_conf *conf, sector_t start, int mode) in add_sector()
175 struct faulty_conf *conf = mddev->private; in make_request() local
226 struct faulty_conf *conf = mddev->private; in status() local
261 struct faulty_conf *conf = mddev->private; in reshape() local
301 struct faulty_conf *conf; in run() local
332 struct faulty_conf *conf = mddev->private; in stop() local
Dlinear.c33 struct linear_conf *conf; in which_dev() local
103 struct linear_conf *conf; in linear_congested() local
123 struct linear_conf *conf; in linear_size() local
138 struct linear_conf *conf; in linear_conf() local
208 struct linear_conf *conf; in linear_run() local
269 struct linear_conf *conf = in linear_stop() local
Draid0.c32 struct r0conf *conf = mddev->private; in raid0_congested() local
57 struct r0conf *conf = mddev->private; in dump_zones() local
90 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); in create_strip_zones() local
305 static struct strip_zone *find_zone(struct r0conf *conf, in find_zone()
330 struct r0conf *conf = mddev->private; in map_sector() local
371 struct r0conf *conf = mddev->private; in raid0_mergeable_bvec() local
430 struct r0conf *conf; in raid0_run() local
487 struct r0conf *conf = mddev->private; in raid0_stop() local
/drivers/isdn/mISDN/
Ddsp_cmx.c161 struct dsp_conf *conf; in dsp_cmx_debug() local
200 struct dsp_conf *conf; in dsp_cmx_search_conf() local
220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) in dsp_cmx_add_conf_member()
311 struct dsp_conf *conf; in dsp_cmx_new_conf() local
337 dsp_cmx_del_conf(struct dsp_conf *conf) in dsp_cmx_del_conf()
384 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) in dsp_cmx_hardware()
1067 struct dsp_conf *conf; in dsp_cmx_conf() local
1311 struct dsp_conf *conf = dsp->conf; in dsp_cmx_send_member() local
1634 struct dsp_conf *conf; local
/drivers/net/wireless/rt2x00/
Drt2x00config.c37 struct rt2x00intf_conf conf; in rt2x00lib_config_intf() local
178 struct ieee80211_conf *conf) in rt2x00ht_center_channel()
206 struct ieee80211_conf *conf, in rt2x00lib_config()
Drt2800lib.c1315 struct rt2x00intf_conf *conf, const unsigned int flags) in rt2800_config_intf()
1679 struct ieee80211_conf *conf, in rt2800_config_channel_rf2xxx()
1744 struct ieee80211_conf *conf, in rt2800_config_channel_rf3xxx()
1827 struct ieee80211_conf *conf, in rt2800_config_channel_rf3052()
2013 struct ieee80211_conf *conf, in rt2800_config_channel_rf3290()
2050 struct ieee80211_conf *conf, in rt2800_config_channel_rf3322()
2098 struct ieee80211_conf *conf, in rt2800_config_channel_rf53xx()
2191 struct ieee80211_conf *conf, in rt2800_config_channel_rf55xx()
2567 struct ieee80211_conf *conf, in rt2800_config_channel()
6386 struct ieee80211_conf *conf = &hw->conf; in rt2800_get_survey() local
/drivers/ide/
Dit821x.c118 u8 conf; in it821x_program() local
144 u8 unit = drive->dn & 1, conf; in it821x_program_udma() local
286 u8 unit = drive->dn & 1, channel = hwif->channel, conf; in it821x_tune_mwdma() local
323 u8 unit = drive->dn & 1, channel = hwif->channel, conf; in it821x_tune_udma() local
537 u8 conf; in init_hwif_it821x() local
610 u8 conf; in init_chipset_it821x() local
/drivers/ata/
Dpata_piccolo.c38 u16 conf; in tosh_set_piomode() local
48 u32 conf; in tosh_set_dmamode() local
Dpata_it821x.c132 u8 conf; in it821x_program() local
161 u8 conf; in it821x_program_udma() local
297 u8 conf; in it821x_passthru_set_dmamode() local
740 u8 conf; in it821x_port_start() local
875 u8 conf; in it821x_init_one() local
/drivers/media/platform/omap3isp/
Disphist.c49 struct omap3isp_hist_config *conf = hist->priv; in hist_reset_mem() local
95 struct omap3isp_hist_config *conf = priv; in hist_setup_regs() local
295 static u32 hist_get_buf_size(struct omap3isp_hist_config *conf) in hist_get_buf_size()
Disph3a_aewb.c40 struct omap3isp_h3a_aewb_config *conf = priv; in h3a_aewb_setup_regs() local
110 static u32 h3a_aewb_get_buf_size(struct omap3isp_h3a_aewb_config *conf) in h3a_aewb_get_buf_size()
Disph3a_af.c41 struct omap3isp_h3a_af_config *conf = priv; in h3a_af_setup_regs() local
160 static u32 h3a_af_get_buf_size(struct omap3isp_h3a_af_config *conf) in h3a_af_get_buf_size()
/drivers/hwmon/
Dds1621.c80 u8 conf; /* Register encoding, combined */ member
85 u8 conf, new_conf; in ds1621_init_client() local
217 int conf, temp; in ds1621_detect() local
Dds620.c81 u16 conf, new_conf; in ds620_init_client() local
185 u16 conf, new_conf; in show_alarm() local
/drivers/misc/
Dad525x_dpot.h18 #define DPOT_UID(conf) (conf & 0x3F) argument
19 #define DPOT_MAX_POS(conf) ((conf >> 6) & 0xF) argument
20 #define DPOT_WIPERS(conf) ((conf >> 10) & 0xFF) argument
21 #define DPOT_FEAT(conf) (conf >> 18) argument
/drivers/net/wireless/iwlegacy/
D4965-rs.c1175 struct ieee80211_conf *conf, in il4965_rs_switch_to_mimo2()
1229 struct ieee80211_conf *conf, struct ieee80211_sta *sta, in il4965_rs_switch_to_siso()
1276 struct ieee80211_conf *conf, in il4965_rs_move_legacy_other()
1395 struct ieee80211_conf *conf, in il4965_rs_move_siso_to_other()
1518 struct ieee80211_conf *conf, in il4965_rs_move_mimo2_to_other()
1746 struct ieee80211_conf *conf = &hw->conf; in il4965_rs_rate_scale_perform() local
2148 il4965_rs_initialize_lq(struct il_priv *il, struct ieee80211_conf *conf, in il4965_rs_initialize_lq()
2295 struct ieee80211_conf *conf = &il->hw->conf; in il4965_rs_rate_init() local
/drivers/net/wireless/iwlwifi/dvm/
Drs.c1279 struct ieee80211_conf *conf, in rs_switch_to_mimo2()
1334 struct ieee80211_conf *conf, in rs_switch_to_mimo3()
1390 struct ieee80211_conf *conf, in rs_switch_to_siso()
1439 struct ieee80211_conf *conf, in rs_move_legacy_other()
1614 struct ieee80211_conf *conf, in rs_move_siso_to_other()
1786 struct ieee80211_conf *conf, in rs_move_mimo2_to_other()
1956 struct ieee80211_conf *conf, in rs_move_mimo3_to_other()
2236 struct ieee80211_conf *conf = &hw->conf; in rs_rate_scale_perform() local
2825 struct ieee80211_conf *conf = &priv->hw->conf; in iwl_rs_rate_init() local
/drivers/media/v4l2-core/
Dvideobuf2-dma-contig.c157 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_alloc() local
484 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_get_userptr() local
702 struct vb2_dc_conf *conf = alloc_ctx; in vb2_dc_attach_dmabuf() local
754 struct vb2_dc_conf *conf; in vb2_dma_contig_init_ctx() local
/drivers/net/wireless/ath/ath9k/
Dbeacon.c434 struct ath_beacon_config *conf) in ath9k_beacon_config_ap()
467 struct ath_beacon_config *conf) in ath9k_beacon_config_sta()
587 struct ath_beacon_config *conf) in ath9k_beacon_config_adhoc()
Dcalib.c189 struct ieee80211_conf *conf = &common->hw->conf; in ath9k_hw_reset_calvalid() local
245 struct ieee80211_conf *conf = &common->hw->conf; in ath9k_hw_loadnf() local
/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.c161 struct drm_mode_config *conf = &dev->mode_config; in nv17_tv_detect() local
653 struct drm_mode_config *conf = &dev->mode_config; in nv17_tv_create_resources() local
705 struct drm_mode_config *conf = &encoder->dev->mode_config; in nv17_tv_set_property() local

123456