Searched refs:conf (Results 26 - 50 of 738) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dem_text.c47 struct tcf_em_text *conf = data; local
51 if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len))
54 if (conf->from_layer > conf->to_layer)
57 if (conf->from_layer == conf->to_layer &&
58 conf->from_offset > conf
109 struct tcf_em_text conf; local
[all...]
/linux-master/drivers/clk/
H A Dclk-sparx5.c59 const struct s5_pll_conf *conf)
61 unsigned long rate = parent_rate / conf->div;
63 if (conf->rot_ena) {
64 int sign = conf->rot_dir ? -1 : 1;
65 int divt = sel_rates[conf->rot_sel] * (1 + conf->pre_div);
78 struct s5_pll_conf *conf)
84 memset(conf, 0, sizeof(*conf));
85 conf
58 s5_calc_freq(unsigned long parent_rate, const struct s5_pll_conf *conf) argument
75 s5_search_fractional(unsigned long rate, unsigned long parent_rate, int div, struct s5_pll_conf *conf) argument
108 s5_calc_params(unsigned long rate, unsigned long parent_rate, struct s5_pll_conf *conf) argument
170 struct s5_pll_conf conf; local
196 struct s5_pll_conf conf; local
219 struct s5_pll_conf conf; local
[all...]
/linux-master/drivers/fpga/
H A Daltera-ps-spi.c83 struct altera_ps_conf *conf = mgr->priv; local
85 if (gpiod_get_value_cansleep(conf->status))
103 struct altera_ps_conf *conf = mgr->priv; local
107 conf->info_flags = info->flags;
114 gpiod_set_value_cansleep(conf->config, 1);
117 altera_ps_delay(conf->data->t_cfg_us);
119 if (!gpiod_get_value_cansleep(conf->status)) {
124 gpiod_set_value_cansleep(conf->config, 0);
126 min = conf->data->status_wait_min_us;
127 max = conf
171 struct altera_ps_conf *conf = mgr->priv; local
197 struct altera_ps_conf *conf = mgr->priv; local
235 struct altera_ps_conf *conf; local
[all...]
H A Dxilinx-spi.c32 struct xilinx_spi_conf *conf = mgr->priv; local
35 ret = gpiod_get_value(conf->done);
66 struct xilinx_spi_conf *conf = mgr->priv; local
69 if (conf->init_b) {
71 int ret = gpiod_get_value(conf->init_b);
98 struct xilinx_spi_conf *conf = mgr->priv; local
106 gpiod_set_value(conf->prog_b, 1);
110 gpiod_set_value(conf->prog_b, 0);
114 gpiod_set_value(conf->prog_b, 0);
133 struct xilinx_spi_conf *conf local
156 xilinx_spi_apply_cclk_cycles(struct xilinx_spi_conf *conf) argument
172 struct xilinx_spi_conf *conf = mgr->priv; local
225 struct xilinx_spi_conf *conf; local
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dtest.conf26 # See the include/*.conf files that define these tests
38 # See include/defaults.conf
43 INCLUDE include/defaults.conf
58 INCLUDE include/patchcheck.conf
59 INCLUDE include/tests.conf
60 INCLUDE include/bisect.conf
61 INCLUDE include/min-config.conf
H A Dvmware.conf63 # This part is the same as test.conf #
71 # See the include/*.conf files that define these tests
83 # See include/defaults.conf
89 INCLUDE include/defaults.conf
93 # Now we are different from test.conf #
113 # As the defaults.conf file has a POWER_CYCLE option already defined,
122 # defaults.conf, we use virsh to cycle it. To do so, we destroy
134 INCLUDE include/patchcheck.conf
135 INCLUDE include/tests.conf
136 INCLUDE include/bisect.conf
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_phylink.c53 struct sparx5_port_config conf; local
56 conf = port->conf;
57 conf.duplex = duplex;
58 conf.pause = 0;
59 conf.pause |= tx_pause ? MLO_PAUSE_TX : 0;
60 conf.pause |= rx_pause ? MLO_PAUSE_RX : 0;
61 conf.speed = speed;
63 err = sparx5_port_config(port->sparx5, port, &conf);
100 struct sparx5_port_config conf; local
[all...]
H A Dsparx5_port.c97 if (port->conf.portmode == PHY_INTERFACE_MODE_1000BASEX)
99 else if (port->conf.portmode == PHY_INTERFACE_MODE_2500BASEX)
110 if (port->conf.portmode == PHY_INTERFACE_MODE_SGMII) {
125 bool high_speed_dev = sparx5_is_baser(port->conf.portmode);
148 if (port->conf.portmode == PHY_INTERFACE_MODE_5GBASER)
150 else if (port->conf.portmode == PHY_INTERFACE_MODE_10GBASER)
165 status->speed = port->conf.speed;
166 if (port->conf.power_down) {
170 switch (port->conf.portmode) {
190 struct sparx5_port_config *conf,
189 sparx5_port_error(struct sparx5_port *port, struct sparx5_port_config *conf, enum port_error errtype) argument
212 sparx5_port_verify_speed(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
264 sparx5_dev_change(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
516 sparx5_port_mux_set(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
635 sparx5_port_fc_setup(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
673 sparx5_get_aneg_word(struct sparx5_port_config *conf) argument
681 sparx5_serdes_set(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
727 sparx5_port_pcs_low_set(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
787 sparx5_port_pcs_high_set(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
867 sparx5_port_config_low_set(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
921 sparx5_port_pcs_set(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
970 sparx5_port_config(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
1013 sparx5_port_init(struct sparx5 *sparx5, struct sparx5_port *port, struct sparx5_port_config *conf) argument
[all...]
/linux-master/drivers/mfd/
H A Datmel-smc.c15 * atmel_smc_cs_conf_init - initialize a SMC CS conf
16 * @conf: the SMC CS conf to initialize
20 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) argument
22 memset(conf, 0, sizeof(*conf));
79 * atmel_smc_cs_conf_set_timing - set the SMC CS conf Txx parameter to a
81 * @conf: SMC CS conf descriptor
88 * @conf
93 atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) argument
135 atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) argument
174 atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) argument
213 atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) argument
245 atmel_smc_cs_conf_apply(struct regmap *regmap, int cs, const struct atmel_smc_cs_conf *conf) argument
265 atmel_hsmc_cs_conf_apply(struct regmap *regmap, const struct atmel_hsmc_reg_layout *layout, int cs, const struct atmel_smc_cs_conf *conf) argument
286 atmel_smc_cs_conf_get(struct regmap *regmap, int cs, struct atmel_smc_cs_conf *conf) argument
306 atmel_hsmc_cs_conf_get(struct regmap *regmap, const struct atmel_hsmc_reg_layout *layout, int cs, struct atmel_smc_cs_conf *conf) argument
[all...]
/linux-master/drivers/md/
H A Draid10.c69 static void allow_barrier(struct r10conf *conf);
70 static void lower_barrier(struct r10conf *conf);
71 static int _enough(struct r10conf *conf, int previous, int ignore);
72 static int enough(struct r10conf *conf, int ignore);
77 static void end_reshape(struct r10conf *conf);
82 #define cmd_before(conf, cmd) \
84 write_sequnlock_irq(&(conf)->resync_lock); \
87 #define cmd_after(conf) write_seqlock_irq(&(conf)->resync_lock)
89 #define wait_event_barrier_cmd(conf, con
107 struct r10conf *conf = data; local
132 struct r10conf *conf = data; local
230 struct r10conf *conf = data; local
258 put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) argument
276 struct r10conf *conf = r10_bio->mddev->private; local
284 struct r10conf *conf = r10_bio->mddev->private; local
291 wake_up_barrier(struct r10conf *conf) argument
301 struct r10conf *conf = mddev->private; local
322 struct r10conf *conf = r10_bio->mddev->private; local
342 struct r10conf *conf = r10_bio->mddev->private; local
351 find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, struct bio *bio, int *slotp, int *replp) argument
381 struct r10conf *conf = r10_bio->mddev->private; local
457 struct r10conf *conf = r10_bio->mddev->private; local
644 raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) argument
659 raid10_find_virt(struct r10conf *conf, sector_t sector, int dev) argument
723 read_balance(struct r10conf *conf, struct r10bio *r10_bio, int *max_sectors) argument
861 flush_pending_writes(struct r10conf *conf) argument
924 raise_barrier(struct r10conf *conf, int force) argument
944 lower_barrier(struct r10conf *conf) argument
954 stop_waiting_barrier(struct r10conf *conf) argument
988 wait_barrier_nolock(struct r10conf *conf) argument
1005 wait_barrier(struct r10conf *conf, bool nowait) argument
1033 allow_barrier(struct r10conf *conf) argument
1040 freeze_array(struct r10conf *conf, int extra) argument
1064 unfreeze_array(struct r10conf *conf) argument
1088 struct r10conf *conf = mddev->private; local
1122 regular_request_wait(struct mddev *mddev, struct r10conf *conf, struct bio *bio, sector_t sectors) argument
1151 struct r10conf *conf = mddev->private; local
1248 struct r10conf *conf = mddev->private; local
1288 struct r10conf *conf = mddev->private; local
1348 struct r10conf *conf = mddev->private; local
1508 struct r10conf *conf = mddev->private; local
1531 struct r10conf *conf = r10bio->mddev->private; local
1554 struct r10conf *conf = r10_bio->mddev->private; local
1581 struct r10conf *conf = mddev->private; local
1830 struct r10conf *conf = mddev->private; local
1867 struct r10conf *conf = mddev->private; local
1899 _enough(struct r10conf *conf, int previous, int ignore) argument
1933 enough(struct r10conf *conf, int ignore) argument
1961 struct r10conf *conf = mddev->private; local
1989 print_conf(struct r10conf *conf) argument
2013 close_sync(struct r10conf *conf) argument
2024 struct r10conf *conf = mddev->private; local
2071 struct r10conf *conf = mddev->private; local
2140 struct r10conf *conf = mddev->private; local
2192 struct r10conf *conf = r10_bio->mddev->private; local
2219 struct r10conf *conf = r10_bio->mddev->private; local
2264 struct r10conf *conf = mddev->private; local
2314 struct r10conf *conf = mddev->private; local
2453 struct r10conf *conf = mddev->private; local
2528 struct r10conf *conf = mddev->private; local
2596 fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) argument
2756 struct r10conf *conf = mddev->private; local
2817 struct r10conf *conf = mddev->private; local
2851 handle_write_completed(struct r10conf *conf, struct r10bio *r10_bio) argument
2957 struct r10conf *conf = mddev->private; local
3026 init_resync(struct r10conf *conf) argument
3044 raid10_alloc_init_r10buf(struct r10conf *conf) argument
3077 raid10_set_cluster_sync_high(struct r10conf *conf) argument
3145 struct r10conf *conf = mddev->private; local
3766 struct r10conf *conf = mddev->private; local
3782 calc_sectors(struct r10conf *conf, sector_t size) argument
3869 raid10_free_conf(struct r10conf *conf) argument
3885 struct r10conf *conf = NULL; local
3970 raid10_nr_stripes(struct r10conf *conf) argument
3981 struct r10conf *conf = mddev->private; local
3994 struct r10conf *conf; local
4172 struct r10conf *conf = mddev->private; local
4194 struct r10conf *conf = mddev->private; local
4228 struct r10conf *conf; local
4298 struct r10conf *conf = mddev->private; local
4345 calc_degraded(struct r10conf *conf) argument
4403 struct r10conf *conf = mddev->private; local
4637 struct r10conf *conf = mddev->private; local
4881 struct r10conf *conf = mddev->private; local
4918 end_reshape(struct r10conf *conf) argument
4937 struct r10conf *conf = mddev->private; local
4953 struct r10conf *conf = mddev->private; local
5023 struct r10conf *conf = mddev->private; local
5053 struct r10conf *conf = mddev->private; local
[all...]
H A Draid5.c22 * conf->seq_write is the number of the last batch successfully written.
23 * 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
76 int hash = (sect >> RAID5_STRIPE_SHIFT(conf)) & HASH_MASK;
77 return &conf->stripe_hashtbl[hash];
80 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) argument
82 return (sect >> RAID5_STRIPE_SHIFT(conf)) & STRIPE_HASH_LOCKS_MASK;
85 static inline void lock_device_hash_lock(struct r5conf *conf, int hash)
86 __acquires(&conf->device_lock)
88 spin_lock_irq(conf
177 struct r5conf *conf = sh->raid_conf; variable in typeref:struct:r5conf
294 r5c_check_cached_full_stripe(conf); variable
322 release_inactive_stripe_list(struct r5conf *conf, struct list_head *temp_inactive_list, int hash) argument
395 struct r5conf *conf = sh->raid_conf; local
432 insert_hash(struct r5conf *conf, struct stripe_head *sh) argument
443 get_free_stripe(struct r5conf *conf, int hash) argument
501 init_stripe_shared_pages(struct stripe_head *sh, struct r5conf *conf, int disks) argument
578 struct r5conf *conf = sh->raid_conf; local
618 __find_stripe(struct r5conf *conf, sector_t sector, short generation) argument
631 find_get_stripe(struct r5conf *conf, sector_t sector, short generation, int hash) argument
691 raid5_calc_degraded(struct r5conf *conf) argument
745 has_failed(struct r5conf *conf) argument
791 is_inactive_blocked(struct r5conf *conf, int hash) argument
803 raid5_get_active_stripe(struct r5conf *conf, struct stripe_request_ctx *ctx, sector_t sector, unsigned int flags) argument
904 struct r5conf *conf = sh->raid_conf; local
914 stripe_add_to_batch_list(struct r5conf *conf, struct stripe_head *sh, struct stripe_head *last_sh) argument
1012 use_new_offset(struct r5conf *conf, struct stripe_head *sh) argument
1052 dispatch_defer_bios(struct r5conf *conf, int target, struct bio_list *list) argument
1097 flush_deferred_bios(struct r5conf *conf) argument
1112 defer_issue_bios(struct r5conf *conf, sector_t sector, struct bio_list *bios) argument
1141 struct r5conf *conf = sh->raid_conf; local
1379 struct r5conf *conf = sh->raid_conf; local
1437 struct r5conf *conf = sh->raid_conf; local
1476 struct r5conf *conf = sh->raid_conf; local
1921 struct r5conf *conf = sh->raid_conf; local
2278 struct r5conf *conf = sh->raid_conf; local
2356 alloc_stripe(struct kmem_cache *sc, gfp_t gfp, int disks, struct r5conf *conf) argument
2389 grow_one_stripe(struct r5conf *conf, gfp_t gfp) argument
2412 grow_stripes(struct r5conf *conf, int num) argument
2482 resize_chunks(struct r5conf *conf, int new_disks, int new_sectors) argument
2515 resize_stripes(struct r5conf *conf, int newsize) argument
2689 drop_one_stripe(struct r5conf *conf) argument
2707 shrink_stripes(struct r5conf *conf) argument
2720 struct r5conf *conf = sh->raid_conf; local
2848 struct r5conf *conf = sh->raid_conf; local
2921 struct r5conf *conf = mddev->private; local
2957 raid5_compute_sector(struct r5conf *conf, sector_t r_sector, int previous, int *dd_idx, struct stripe_head *sh) argument
3161 struct r5conf *conf = sh->raid_conf; local
3317 delay_towrite(struct r5conf *conf, struct r5dev *dev, struct stripe_head_state *s) argument
3340 struct r5conf *conf = sh->raid_conf; local
3447 struct r5conf *conf = sh->raid_conf; local
3507 struct r5conf *conf = sh->raid_conf; local
3600 stripe_set_idx(sector_t stripe, struct r5conf *conf, int previous, struct stripe_head *sh) argument
3617 handle_failed_stripe(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
3728 handle_failed_sync(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s) argument
4025 handle_stripe_clean_event(struct r5conf *conf, struct stripe_head *sh, int disks) argument
4140 handle_stripe_dirtying(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
4304 handle_parity_checks5(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
4397 handle_parity_checks6(struct r5conf *conf, struct stripe_head *sh, struct stripe_head_state *s, int disks) argument
4574 handle_stripe_expansion(struct r5conf *conf, struct stripe_head *sh) argument
4649 struct r5conf *conf = sh->raid_conf; local
4939 struct r5conf *conf = sh->raid_conf; local
5370 struct r5conf *conf = mddev->private; local
5384 add_bio_to_retry(struct bio *bi,struct r5conf *conf) argument
5397 remove_bio_from_retry(struct r5conf *conf, unsigned int *offset) argument
5429 struct r5conf *conf = mddev->private; local
5450 struct r5conf *conf = mddev->private; local
5532 struct r5conf *conf = mddev->private; local
5660 struct r5conf *conf = mddev->private; local
5723 struct r5conf *conf = mddev->private; local
5826 stripe_ahead_of_reshape(struct mddev *mddev, struct r5conf *conf, struct stripe_head *sh) argument
5853 add_all_stripe_bios(struct r5conf *conf, struct stripe_request_ctx *ctx, struct stripe_head *sh, struct bio *bi, int forwrite, int previous) argument
5902 make_stripe_request(struct mddev *mddev, struct r5conf *conf, struct stripe_request_ctx *ctx, sector_t logical_sector, struct bio *bi) argument
6026 raid5_bio_lowest_chunk_sector(struct r5conf *conf, struct bio *bi) argument
6057 struct r5conf *conf = mddev->private; local
6200 struct r5conf *conf = mddev->private; local
6463 struct r5conf *conf = mddev->private; local
6553 retry_aligned_read(struct r5conf *conf, struct bio *raid_bio, unsigned int offset) argument
6635 log_flush_stripe_to_raid(conf); variable
6654 log_write_stripe_run(conf); variable
6670 struct r5conf *conf = group->conf; local
6720 struct r5conf *conf = mddev->private; local
6803 struct r5conf *conf; local
6817 struct r5conf *conf = mddev->private; local
6847 struct r5conf *conf; local
6876 struct r5conf *conf = mddev->private; local
6886 struct r5conf *conf = mddev->private; local
6918 struct r5conf *conf; local
6933 struct r5conf *conf; local
7009 struct r5conf *conf; local
7022 struct r5conf *conf; local
7054 struct r5conf *conf; local
7067 struct r5conf *conf; local
7104 struct r5conf *conf = mddev->private; local
7117 struct r5conf *conf; local
7133 struct r5conf *conf; local
7198 alloc_thread_groups(struct r5conf *conf, int cnt, int *group_cnt, struct r5worker_group **worker_groups) argument
7243 free_thread_groups(struct r5conf *conf) argument
7254 struct r5conf *conf = mddev->private; local
7267 free_scratch_buffer(struct r5conf *conf, struct raid5_percpu *percpu) argument
7275 alloc_scratch_buffer(struct r5conf *conf, struct raid5_percpu *percpu) argument
7299 struct r5conf *conf = hlist_entry_safe(node, struct r5conf, node); local
7305 raid5_free_percpu(struct r5conf *conf) argument
7314 free_conf(struct r5conf *conf) argument
7336 struct r5conf *conf = hlist_entry_safe(node, struct r5conf, node); local
7347 raid5_alloc_percpu(struct r5conf *conf) argument
7368 struct r5conf *conf = shrink->private_data; local
7389 struct r5conf *conf = shrink->private_data; local
7401 struct r5conf *conf; local
7688 struct r5conf *conf = mddev->private; local
7749 struct r5conf *conf; local
8027 struct r5conf *conf = priv; local
8035 struct r5conf *conf = mddev->private; local
8051 print_raid5_conf(struct r5conf *conf) argument
8079 struct r5conf *conf = mddev->private; local
8122 struct r5conf *conf = mddev->private; local
8202 struct r5conf *conf = mddev->private; local
8292 struct r5conf *conf = mddev->private; local
8327 struct r5conf *conf = mddev->private; local
8343 struct r5conf *conf = mddev->private; local
8387 struct r5conf *conf = mddev->private; local
8513 end_reshape(struct r5conf *conf) argument
8543 struct r5conf *conf = mddev->private; local
8574 struct r5conf *conf = mddev->private; local
8705 struct r5conf *conf = mddev->private; local
8848 struct r5conf *conf; local
8906 struct r5conf *conf = mddev->private; local
8918 struct r5conf *conf = mddev->private; local
[all...]
H A Draid1.c46 static void allow_barrier(struct r1conf *conf, sector_t sector_nr);
47 static void lower_barrier(struct r1conf *conf, sector_t sector_nr);
239 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) argument
243 for (i = 0; i < conf->raid_disks * 2; i++) {
253 struct r1conf *conf = r1_bio->mddev->private; local
255 put_all_bios(conf, r1_bio);
256 mempool_free(r1_bio, &conf->r1bio_pool);
261 struct r1conf *conf = r1_bio->mddev->private; local
265 for (i = 0; i < conf->raid_disks * 2; i++) {
268 rdev_dec_pending(conf
280 struct r1conf *conf = mddev->private; local
311 struct r1conf *conf = r1_bio->mddev->private; local
337 struct r1conf *conf = r1_bio->mddev->private; local
349 struct r1conf *conf = r1_bio->mddev->private; local
366 struct r1conf *conf = r1_bio->mddev->private; local
448 struct r1conf *conf = r1_bio->mddev->private; local
579 update_read_sectors(struct r1conf *conf, int disk, sector_t this_sector, int len) argument
590 choose_first_rdev(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) argument
620 choose_bb_rdev(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) argument
658 choose_slow_rdev(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) argument
705 is_sequential(struct r1conf *conf, int disk, struct r1bio *r1_bio) argument
716 should_choose_next(struct r1conf *conf, int disk) argument
760 choose_best_rdev(struct r1conf *conf, struct r1bio *r1_bio) argument
856 read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) argument
887 wake_up_barrier(struct r1conf *conf) argument
893 flush_bio_list(struct r1conf *conf, struct bio *bio) argument
908 flush_pending_writes(struct r1conf *conf) argument
963 raise_barrier(struct r1conf *conf, sector_t sector_nr) argument
1013 lower_barrier(struct r1conf *conf, sector_t sector_nr) argument
1024 _wait_barrier(struct r1conf *conf, int idx, bool nowait) argument
1093 wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) argument
1136 wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) argument
1143 _allow_barrier(struct r1conf *conf, int idx) argument
1149 allow_barrier(struct r1conf *conf, sector_t sector_nr) argument
1157 get_unqueued_pending(struct r1conf *conf) argument
1169 freeze_array(struct r1conf *conf, int extra) argument
1204 unfreeze_array(struct r1conf *conf) argument
1266 struct r1conf *conf = mddev->private; local
1297 struct r1conf *conf = mddev->private; local
1310 struct r1conf *conf = mddev->private; local
1425 struct r1conf *conf = mddev->private; local
1699 struct r1conf *conf = mddev->private; local
1733 struct r1conf *conf = mddev->private; local
1765 print_conf(struct r1conf *conf) argument
1788 close_sync(struct r1conf *conf) argument
1803 struct r1conf *conf = mddev->private; local
1852 raid1_add_conf(struct r1conf *conf, struct md_rdev *rdev, int disk, bool replacement) argument
1876 raid1_remove_conf(struct r1conf *conf, int disk) argument
1900 struct r1conf *conf = mddev->private; local
1961 struct r1conf *conf = mddev->private; local
2069 struct r1conf *conf = mddev->private; local
2121 struct r1conf *conf = mddev->private; local
2248 struct r1conf *conf = mddev->private; local
2326 struct r1conf *conf = mddev->private; local
2377 fix_read_error(struct r1conf *conf, struct r1bio *r1_bio) argument
2471 struct r1conf *conf = mddev->private; local
2537 handle_sync_write_finished(struct r1conf *conf, struct r1bio *r1_bio) argument
2560 handle_write_finished(struct r1conf *conf, struct r1bio *r1_bio) argument
2606 handle_read_error(struct r1conf *conf, struct r1bio *r1_bio) argument
2654 struct r1conf *conf = mddev->private; local
2721 init_resync(struct r1conf *conf) argument
2732 raid1_alloc_init_r1buf(struct r1conf *conf) argument
2762 struct r1conf *conf = mddev->private; local
3066 struct r1conf *conf; local
3210 struct r1conf *conf; local
3293 struct r1conf *conf = priv; local
3352 struct r1conf *conf = mddev->private; local
3448 struct r1conf *conf = mddev->private; local
3462 struct r1conf *conf; local
[all...]
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c24 struct rt2x00intf_conf conf; local
27 conf.type = type;
31 conf.sync = TSF_SYNC_ADHOC;
35 conf.sync = TSF_SYNC_AP_NONE;
38 conf.sync = TSF_SYNC_INFRA;
41 conf.sync = TSF_SYNC_NONE;
51 memset(conf.mac, 0, sizeof(conf.mac));
53 memcpy(conf.mac, mac, ETH_ALEN);
55 memset(conf
165 rt2x00ht_center_channel(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf) argument
193 rt2x00lib_config(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, unsigned int ieee80211_flags) argument
[all...]
/linux-master/arch/mips/generic/
H A Dboard-ocelot.its.S28 conf-ocelot_pcb123 {
34 conf-ocelot_pcb120 {
H A Dboard-ni169445.its.S16 conf-ni169445 {
H A Dboard-boston.its.S16 conf-boston {
H A Dboard-xilfpga.its.S16 conf-xilfpga {
H A Dboard-marduk.its.S16 conf-marduk {
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c49 const struct inv_icm42600_conf *conf; member in struct:inv_icm42600_hw
73 .conf = &inv_icm42600_default_conf,
78 .conf = &inv_icm42600_default_conf,
83 .conf = &inv_icm42600_default_conf,
88 .conf = &inv_icm42600_default_conf,
93 .conf = &inv_icm42600_default_conf,
147 enum inv_icm42600_sensor_mode oldgyro = st->conf.gyro.mode;
148 enum inv_icm42600_sensor_mode oldaccel = st->conf.accel.mode;
149 bool oldtemp = st->conf.temp_en;
166 st->conf
207 inv_icm42600_set_accel_conf(struct inv_icm42600_state *st, struct inv_icm42600_sensor_conf *conf, unsigned int *sleep_ms) argument
251 inv_icm42600_set_gyro_conf(struct inv_icm42600_state *st, struct inv_icm42600_sensor_conf *conf, unsigned int *sleep_ms) argument
323 inv_icm42600_set_conf(struct inv_icm42600_state *st, const struct inv_icm42600_conf *conf) argument
[all...]
/linux-master/drivers/ata/
H A Dpata_piccolo.c37 u16 conf; local
38 pci_read_config_word(pdev, 0x50, &conf);
39 conf &= 0xE088;
40 conf |= pio[adev->pio_mode - XFER_PIO_0];
41 pci_write_config_word(pdev, 0x50, conf);
47 u32 conf; local
48 pci_read_config_dword(pdev, 0x5C, &conf);
49 conf &= 0x78FFE088; /* Keep the other bits */
52 conf |= 0x80000000;
53 conf |
[all...]
/linux-master/lib/
H A Dtextsearch.c80 * struct ts_config *conf;
85 * conf = textsearch_prepare("kmp", pattern, strlen(pattern),
87 * if (IS_ERR(conf)) {
88 * err = PTR_ERR(conf);
92 * pos = textsearch_find_continuous(conf, &state, example, strlen(example));
96 * textsearch_destroy(conf);
205 struct ts_config *conf,
220 * @conf: search configuration
231 unsigned int textsearch_find_continuous(struct ts_config *conf, argument
237 conf
204 get_linear_data(unsigned int consumed, const u8 **dst, struct ts_config *conf, struct ts_state *state) argument
267 struct ts_config *conf; local
313 textsearch_destroy(struct ts_config *conf) argument
[all...]
H A Dts_kmp.c42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) argument
44 struct ts_kmp *kmp = ts_config_priv(conf);
47 const int icase = conf->flags & TS_IGNORECASE;
50 text_len = conf->get_next_block(consumed, &text, conf, state);
94 struct ts_config *conf; local
100 conf = alloc_ts_config(priv_size, gfp_mask);
101 if (IS_ERR(conf))
102 return conf;
104 conf
118 kmp_get_pattern(struct ts_config *conf) argument
124 kmp_get_pattern_len(struct ts_config *conf) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dprocessor-cyrix.h8 #include <asm/pc-conf-reg.h>
/linux-master/arch/mips/mobileye/
H A Dboard-epm5.its.S17 default = "conf-1";
18 conf-1 {
/linux-master/scripts/kconfig/
H A Dstreamline_config.pl103 foreach my $conf (@searchconfigs) {
104 my $file = $conf->{"file"};
108 if (defined($conf->{"test"})) {
109 `$conf->{"test"} $conf->{"file"} 2>/dev/null`;
113 my $exec = $conf->{"exec"};
233 my $conf = $1;
234 if (defined($selects{$conf})) {
235 $selects{$conf} .= " " . $config;
237 $selects{$conf}
[all...]

Completed in 298 milliseconds

1234567891011>>