Searched refs:config (Results 1 - 25 of 3097) sorted by relevance

1234567891011>>

/linux-master/tools/power/cpupower/bench/
H A Dsystem.h15 void prepare_user(const struct config *config);
16 void prepare_system(const struct config *config);
H A Dmain.c14 #include "config.h"
67 struct config *config = NULL; local
69 config = prepare_default_config();
71 if (config == NULL)
82 if (config->output != NULL)
83 fclose(config->output);
85 config->output = prepare_output(optarg);
87 if (config->output == NULL)
93 sscanf(optarg, "%li", &config
[all...]
H A Dsystem.c18 #include "config.h"
122 * @param config benchmark config values
126 void prepare_user(const struct config *config) argument
132 for (round = 0; round < config->rounds; round++) {
133 sleep_time += 2 * config->cycles *
134 (config->sleep + config->sleep_step * round);
135 load_time += 2 * config
152 prepare_system(const struct config *config) argument
[all...]
H A Dparse.h7 /* struct that holds the required config parameters */
8 struct config struct
38 int prepare_config(const char *path, struct config *config);
39 struct config *prepare_default_config();
H A Dparse.c19 #include "config.h"
114 * returns the default config
116 * @retval default config on success
120 struct config *prepare_default_config()
122 struct config *config = malloc(sizeof(struct config)); local
126 config->sleep = 500000;
127 config->load = 500000;
128 config
155 prepare_config(const char *path, struct config *config) argument
[all...]
H A Dbenchmark.c11 #include "config.h"
17 if (config->output != stdout) { \
32 unsigned int calculate_timespace(long load, struct config *config) argument
40 if (config->verbose)
62 if (config->verbose)
74 * @param config config values for the benchmark
78 void start_benchmark(struct config *config) argument
[all...]
/linux-master/arch/m68k/mvme147/
H A DMakefile6 obj-y := config.o
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc.host.c49 const struct ia_css_ctc_config *config,
53 "config.ce_gain_exp=%d, config.y0=%d, config.x1=%d, config.y1=%d, config.x2=%d, config.y2=%d, config.x3=%d, config.y3=%d, config
48 ia_css_ctc_debug_dtrace( const struct ia_css_ctc_config *config, unsigned int level) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/ifmtr/interface/
H A Dia_css_ifmtr.h26 const struct ia_css_stream_config *config);
29 const struct ia_css_stream_config *config);
31 int ia_css_ifmtr_configure(struct ia_css_stream_config *config,
/linux-master/tools/testing/selftests/ptrace/
H A Dget_set_sud.c20 struct ptrace_sud_config config; local
37 memset(&config, 0xff, sizeof(config));
38 config.mode = PR_SYS_DISPATCH_ON;
41 (void *)sizeof(config), &config);
44 ASSERT_EQ(config.mode, PR_SYS_DISPATCH_OFF);
45 ASSERT_EQ(config.selector, 0);
46 ASSERT_EQ(config.offset, 0);
47 ASSERT_EQ(config
[all...]
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ram.c11 static inline u8 can_ram_clamp(const struct can_ram_config *config, argument
17 max = min_t(u8, obj->max, obj->fifo_num * config->fifo_depth);
22 can_ram_rounddown_pow_of_two(const struct can_ram_config *config, argument
29 val = can_ram_clamp(config, obj, val);
38 ret = min_t(u8, coalesce * 2, config->fifo_depth);
47 config->fifo_depth);
61 const struct can_ram_config *config,
71 num_tx = config->tx.def[fd_mode];
72 num_tx = can_ram_rounddown_pow_of_two(config, &config
60 can_ram_get_layout(struct can_ram_layout *layout, const struct can_ram_config *config, const struct ethtool_ringparam *ring, const struct ethtool_coalesce *ec, const bool fd_mode) argument
[all...]
/linux-master/arch/m68k/hp300/
H A DMakefile6 obj-y := config.o time.o reboot.o
/linux-master/arch/m68k/apollo/
H A DMakefile6 obj-y := config.o dn_ints.o
/linux-master/arch/m68k/bvme6000/
H A DMakefile6 obj-y := config.o rtc.o
/linux-master/arch/m68k/mvme16x/
H A DMakefile6 obj-y := config.o rtc.o
/linux-master/arch/m68k/q40/
H A DMakefile6 obj-y := config.o q40ints.o
/linux-master/arch/m68k/virt/
H A DMakefile6 obj-y := config.o ints.o platform.o
/linux-master/arch/arm/mach-s3c/
H A Dgpio-cfg-helpers.h24 unsigned int off, unsigned int config)
26 return (chip->config->set_config)(chip, off, config);
32 return (chip->config->set_pull)(chip, off, pull);
23 samsung_gpio_do_setcfg(struct samsung_gpio_chip *chip, unsigned int off, unsigned int config) argument
/linux-master/drivers/staging/sm750fb/
H A Dddk750_sii164.c132 unsigned char config; local
151 config = SII164_CONFIGURATION_LATCH_FALLING;
153 config = SII164_CONFIGURATION_LATCH_RISING;
157 config |= SII164_CONFIGURATION_BUS_12BITS;
159 config |= SII164_CONFIGURATION_BUS_24BITS;
163 config |= SII164_CONFIGURATION_CLOCK_SINGLE;
165 config |= SII164_CONFIGURATION_CLOCK_DUAL;
169 config |= SII164_CONFIGURATION_HSYNC_FORCE_LOW;
171 config |= SII164_CONFIGURATION_HSYNC_AS_IS;
175 config |
284 unsigned char config; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
H A Dia_css_ynr2.host.c96 const struct ia_css_fc_config *config,
100 "config.gain_exp=%d, config.coring_pos_0=%d, config.coring_pos_1=%d, config.coring_neg_0=%d, config.coring_neg_1=%d, config.gain_pos_0=%d, config.gain_pos_1=%d, config.gain_neg_0=%d, config
95 ia_css_fc_debug_dtrace( const struct ia_css_fc_config *config, unsigned int level) argument
111 ia_css_ynr_debug_dtrace( const struct ia_css_ynr_config *config, unsigned int level) argument
[all...]
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh115 local config=$1
118 line=`perf daemon --config ${config} -x: | head -1`
126 perf daemon stop --config ${config}
134 local config=$1
137 perf daemon start --config ${config}
140 trap 'echo "FAILED: Signal caught"; daemon_exit "${config}"; exit 1' SIGINT SIGTERM
146 state=`perf daemon ping --config
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
H A Dia_css_cnr2.host.c57 const struct ia_css_cnr_config *config,
61 "config.coring_u=%d, config.coring_v=%d, config.sense_gain_vy=%d, config.sense_gain_hy=%d, config.sense_gain_vu=%d, config.sense_gain_hu=%d, config.sense_gain_vv=%d, config.sense_gain_hv=%d\n",
62 config
56 ia_css_cnr_debug_dtrace( const struct ia_css_cnr_config *config, unsigned int level) argument
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Dmin-config.conf3 # (A .config file that is the minimum for a machine to boot, or
8 # .config by only setting the configs in your MIN_CONFIG. The closer
10 # boot your machine, the closer the config you test with will be
11 # to the users config that had the failure.
16 # In this example, the final config will reside in
17 # ${CONFIG_DIR}/config-new-min and ${CONFIG_DIR}/config-new-min-net.
26 # This is because the second test config is a subset of the first).
28 # The ${CONFIG_DIR}/config-skip (and -net) will hold the configs
30 # The config
[all...]
/linux-master/sound/soc/codecs/
H A Dcs4271-spi.c16 struct regmap_config config; local
18 config = cs4271_regmap_config;
19 config.reg_bits = 16;
20 config.read_flag_mask = 0x21;
21 config.write_flag_mask = 0x20;
23 return cs4271_probe(&spi->dev, devm_regmap_init_spi(spi, &config));
/linux-master/scripts/
H A Ddiffconfig4 # diffconfig - a tool to compare .config files.
16 Diffconfig is a simple utility for comparing two .config files.
17 Using standard diff to compare .config files often includes extraneous and
25 changed and new values in kernel config option format.
27 If no config files are specified, .config and .config.old are used.
30 $ diffconfig .config config-with-some-changes
39 # returns a dictionary of name/value pairs for config item
[all...]

Completed in 796 milliseconds

1234567891011>>