Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 1836) sorted by relevance

12345678910>>...74

/linux-3.4.99/kernel/
DKconfig.locks4 config ARCH_INLINE_SPIN_TRYLOCK
7 config ARCH_INLINE_SPIN_TRYLOCK_BH
10 config ARCH_INLINE_SPIN_LOCK
13 config ARCH_INLINE_SPIN_LOCK_BH
16 config ARCH_INLINE_SPIN_LOCK_IRQ
19 config ARCH_INLINE_SPIN_LOCK_IRQSAVE
22 config ARCH_INLINE_SPIN_UNLOCK
25 config ARCH_INLINE_SPIN_UNLOCK_BH
28 config ARCH_INLINE_SPIN_UNLOCK_IRQ
31 config ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
[all …]
/linux-3.4.99/tools/power/cpupower/bench/
Dmain.c80 struct config *config = NULL; in main() local
82 config = prepare_default_config(); in main()
84 if (config == NULL) in main()
95 if (config->output != NULL) in main()
96 fclose(config->output); in main()
98 config->output = prepare_output(optarg); in main()
100 if (config->output == NULL) in main()
106 sscanf(optarg, "%li", &config->sleep); in main()
110 sscanf(optarg, "%li", &config->load); in main()
114 sscanf(optarg, "%u", &config->cpu); in main()
[all …]
Dbenchmark.c30 if (config->output != stdout) { \
45 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace() argument
53 if (config->verbose) in calculate_timespace()
75 if (config->verbose) in calculate_timespace()
91 void start_benchmark(struct config *config) in start_benchmark() argument
100 sleep_time = config->sleep; in start_benchmark()
101 load_time = config->load; in start_benchmark()
104 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark()
105 total_time += _round * (config->sleep + config->load); in start_benchmark()
108 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
[all …]
Dparse.c123 struct config *prepare_default_config() in prepare_default_config()
125 struct config *config = malloc(sizeof(struct config)); in prepare_default_config() local
129 config->sleep = 500000; in prepare_default_config()
130 config->load = 500000; in prepare_default_config()
131 config->sleep_step = 500000; in prepare_default_config()
132 config->load_step = 500000; in prepare_default_config()
133 config->cycles = 5; in prepare_default_config()
134 config->rounds = 50; in prepare_default_config()
135 config->cpu = 0; in prepare_default_config()
136 config->prio = SCHED_HIGH; in prepare_default_config()
[all …]
Dsystem.c138 void prepare_user(const struct config *config) in prepare_user() argument
144 for (round = 0; round < config->rounds; round++) { in prepare_user()
145 sleep_time += 2 * config->cycles * in prepare_user()
146 (config->sleep + config->sleep_step * round); in prepare_user()
147 load_time += 2 * config->cycles * in prepare_user()
148 (config->load + config->load_step * round) + in prepare_user()
149 (config->load + config->load_step * round * 4); in prepare_user()
152 if (config->verbose || config->output != stdout) in prepare_user()
164 void prepare_system(const struct config *config) in prepare_system() argument
166 if (config->verbose) in prepare_system()
[all …]
/linux-3.4.99/drivers/scsi/
Dultrastor.c259 } config = {0}; variable
332 static void log_ultrastor_abort(struct ultrastor_config *config, in log_ultrastor_abort() argument
341 if (! (config->mscp_free & (1 << i))) in log_ultrastor_abort()
342 fmt[21 + i*2] = '0' + config->mscp[i].target_id; in log_ultrastor_abort()
348 printk(fmt, command, &config->mscp[command], config->mscp_free); in log_ultrastor_abort()
375 if (config.bios_segment) in ultrastor_14f_detect()
383 config.port_address = PORT_OVERRIDE; in ultrastor_14f_detect()
387 config.port_address = ultrastor_ports_14f[i]; in ultrastor_14f_detect()
391 printk("US14F: detect: testing port address %03X\n", config.port_address); in ultrastor_14f_detect()
394 in_byte = inb(U14F_PRODUCT_ID(config.port_address)); in ultrastor_14f_detect()
[all …]
/linux-3.4.99/arch/blackfin/mach-bf548/
DKconfig1 config BF542
4 config BF544
7 config BF547
10 config BF548
13 config BF549
17 config BF54xM
21 config BF54x
31 config DEB_DMA_URGENT
38 config BF548_ATAPI_ALTERNATIVE_PORT
57 config UART2_DMA_RX_ON_DMA18
[all …]
/linux-3.4.99/arch/blackfin/mach-bf538/
DKconfig10 config IRQ_PLL_WAKEUP
13 config IRQ_DMA0_ERROR
16 config IRQ_PPI_ERROR
19 config IRQ_SPORT0_ERROR
22 config IRQ_SPORT1_ERROR
25 config IRQ_SPI0_ERROR
28 config IRQ_UART0_ERROR
31 config IRQ_RTC
34 config IRQ_PPI
37 config IRQ_SPORT0_RX
[all …]
/linux-3.4.99/sound/soc/codecs/
DKconfig5 config SND_SOC_I2C_AND_SPI
11 config SND_SOC_ALL_CODECS
121 config SND_SOC_88PM860X
124 config SND_SOC_WM_HUBS
129 config SND_SOC_AC97_CODEC
133 config SND_SOC_AD1836
136 config SND_SOC_AD193X
139 config SND_SOC_AD1980
142 config SND_SOC_AD73311
145 config SND_SOC_ADAU1701
[all …]
/linux-3.4.99/arch/blackfin/mach-bf527/
DKconfig1 config BF52x
19 config BF527_SPORT0_PORTF
24 config BF527_SPORT0_PORTG
37 config BF527_SPORT0_TSCLK_PG10
42 config BF527_SPORT0_TSCLK_PG14
54 config BF527_UART1_PORTF
59 config BF527_UART1_PORTG
71 config BF527_NAND_D_PORTF
76 config BF527_NAND_D_PORTH
83 config BFIN_HYSTERESIS_CONTROL
[all …]
/linux-3.4.99/arch/blackfin/mach-bf561/
DKconfig11 config BF561_COREB
21 config IRQ_PLL_WAKEUP
24 config IRQ_DMA1_ERROR
27 config IRQ_DMA2_ERROR
30 config IRQ_IMDMA_ERROR
33 config IRQ_PPI0_ERROR
36 config IRQ_PPI1_ERROR
39 config IRQ_SPORT0_ERROR
42 config IRQ_SPORT1_ERROR
45 config IRQ_SPI_ERROR
[all …]
/linux-3.4.99/arch/arm/mach-at91/
Dsam9_smc.c27 struct sam9_smc_config *config) in sam9_smc_cs_write_mode() argument
29 __raw_writel(config->mode in sam9_smc_cs_write_mode()
30 | AT91_SMC_TDF_(config->tdf_cycles), in sam9_smc_cs_write_mode()
35 struct sam9_smc_config *config) in sam9_smc_write_mode() argument
37 sam9_smc_cs_write_mode(AT91_SMC_CS(id, cs), config); in sam9_smc_write_mode()
41 struct sam9_smc_config *config) in sam9_smc_cs_configure() argument
45 __raw_writel(AT91_SMC_NWESETUP_(config->nwe_setup) in sam9_smc_cs_configure()
46 | AT91_SMC_NCS_WRSETUP_(config->ncs_write_setup) in sam9_smc_cs_configure()
47 | AT91_SMC_NRDSETUP_(config->nrd_setup) in sam9_smc_cs_configure()
48 | AT91_SMC_NCS_RDSETUP_(config->ncs_read_setup), in sam9_smc_cs_configure()
[all …]
/linux-3.4.99/drivers/rtc/
Drtc-spear.c87 static inline void spear_rtc_clear_interrupt(struct spear_rtc_config *config) in spear_rtc_clear_interrupt() argument
92 spin_lock_irqsave(&config->lock, flags); in spear_rtc_clear_interrupt()
93 val = readl(config->ioaddr + STATUS_REG); in spear_rtc_clear_interrupt()
95 writel(val, config->ioaddr + STATUS_REG); in spear_rtc_clear_interrupt()
96 spin_unlock_irqrestore(&config->lock, flags); in spear_rtc_clear_interrupt()
99 static inline void spear_rtc_enable_interrupt(struct spear_rtc_config *config) in spear_rtc_enable_interrupt() argument
103 val = readl(config->ioaddr + CTRL_REG); in spear_rtc_enable_interrupt()
105 spear_rtc_clear_interrupt(config); in spear_rtc_enable_interrupt()
107 writel(val, config->ioaddr + CTRL_REG); in spear_rtc_enable_interrupt()
111 static inline void spear_rtc_disable_interrupt(struct spear_rtc_config *config) in spear_rtc_disable_interrupt() argument
[all …]
/linux-3.4.99/arch/blackfin/mach-bf518/
DKconfig1 config BF51x
22 config BF518_PWM_ALL_PORTF
27 config BF518_PWM_PORTF_PORTG
43 config BF518_PWM_SYNC_PF7
45 config BF518_PWM_SYNC_PF15
57 config BF518_PWM_TRIPB_PG10
59 config BF518_PWM_TRIPB_PG14
73 config BF518_PPI_TMR_PG5
78 config BF518_PPI_TMR_PG12
86 config BFIN_HYSTERESIS_CONTROL
[all …]
/linux-3.4.99/arch/arm/plat-mxc/devices/
DKconfig1 config IMX_HAVE_PLATFORM_FEC
5 config IMX_HAVE_PLATFORM_FLEXCAN
9 config IMX_HAVE_PLATFORM_FSL_USB2_UDC
12 config IMX_HAVE_PLATFORM_GPIO_KEYS
16 config IMX_HAVE_PLATFORM_IMX21_HCD
19 config IMX_HAVE_PLATFORM_IMX2_WDT
22 config IMX_HAVE_PLATFORM_IMXDI_RTC
25 config IMX_HAVE_PLATFORM_IMX_FB
28 config IMX_HAVE_PLATFORM_IMX_I2C
31 config IMX_HAVE_PLATFORM_IMX_KEYPAD
[all …]
/linux-3.4.99/arch/arm/plat-omap/
Dusb.c39 omap_otg_init(struct omap_usb_config *config) in omap_otg_init() argument
54 if (config->pins[0] > 2) /* alt pingroup 2 */ in omap_otg_init()
56 syscon |= config->usb0_init(config->pins[0], is_usb0_device(config)); in omap_otg_init()
57 syscon |= config->usb1_init(config->pins[1]); in omap_otg_init()
58 syscon |= config->usb2_init(config->pins[2], alt_pingroup); in omap_otg_init()
62 syscon = config->hmc_mode; in omap_otg_init()
65 if (config->otg) in omap_otg_init()
74 printk("USB: hmc %d", config->hmc_mode); in omap_otg_init()
76 printk(", usb2 alt %d wires", config->pins[2]); in omap_otg_init()
77 else if (config->pins[0]) in omap_otg_init()
[all …]
/linux-3.4.99/arch/avr32/mach-at32ap/
Dhsmc.c32 void smc_set_timing(struct smc_config *config, in smc_set_timing() argument
41 config->ncs_read_setup = 0; in smc_set_timing()
42 config->nrd_setup = 0; in smc_set_timing()
43 config->ncs_write_setup = 0; in smc_set_timing()
44 config->nwe_setup = 0; in smc_set_timing()
45 config->ncs_read_pulse = 0; in smc_set_timing()
46 config->nrd_pulse = 0; in smc_set_timing()
47 config->ncs_write_pulse = 0; in smc_set_timing()
48 config->nwe_pulse = 0; in smc_set_timing()
49 config->read_cycle = 0; in smc_set_timing()
[all …]
/linux-3.4.99/arch/blackfin/mach-bf537/
DKconfig10 config IRQ_PLL_WAKEUP
13 config IRQ_DMA_ERROR
16 config IRQ_ERROR
19 config IRQ_RTC
22 config IRQ_PPI
25 config IRQ_SPORT0_RX
28 config IRQ_SPORT0_TX
31 config IRQ_SPORT1_RX
34 config IRQ_SPORT1_TX
37 config IRQ_TWI
[all …]
/linux-3.4.99/scripts/
Ddiffconfig51 def print_config(op, config, value, new_value): argument
57 print "# CONFIG_%s is not set" % config
59 print "CONFIG_%s=%s" % (config, new_value)
62 print "-%s %s" % (config, value)
64 print "+%s %s" % (config, new_value)
66 print " %s %s -> %s" % (config, value, new_value)
102 for config in a:
103 if config not in b:
104 old.append(config)
106 for config in old:
[all …]
/linux-3.4.99/drivers/misc/
Dspear13xx_pcie_gadget.c56 struct spear_pcie_gadget_config config; member
61 ssize_t (*show)(struct spear_pcie_gadget_config *config,
63 ssize_t (*store)(struct spear_pcie_gadget_config *config,
88 static void spear_dbi_read_reg(struct spear_pcie_gadget_config *config, in spear_dbi_read_reg() argument
91 struct pcie_app_reg __iomem *app_reg = config->va_app_base; in spear_dbi_read_reg()
97 va_address = (ulong)config->va_dbi_base + (where & ~0x3); in spear_dbi_read_reg()
110 static void spear_dbi_write_reg(struct spear_pcie_gadget_config *config, in spear_dbi_write_reg() argument
113 struct pcie_app_reg __iomem *app_reg = config->va_app_base; in spear_dbi_write_reg()
119 va_address = (ulong)config->va_dbi_base + (where & ~0x3); in spear_dbi_write_reg()
134 static int pci_find_own_next_cap_ttl(struct spear_pcie_gadget_config *config, in pci_find_own_next_cap_ttl() argument
[all …]
/linux-3.4.99/arch/arm/plat-spear/
Dclock.c510 struct pll_clk_config *config = clk->private_data; in pll_clk_recalc() local
513 mode = (readl(config->mode_reg) >> config->masks->mode_shift) & in pll_clk_recalc()
514 config->masks->mode_mask; in pll_clk_recalc()
516 val = readl(config->cfg_reg); in pll_clk_recalc()
518 den = (val >> config->masks->div_p_shift) & config->masks->div_p_mask; in pll_clk_recalc()
520 den *= (val >> config->masks->div_n_shift) & config->masks->div_n_mask; in pll_clk_recalc()
525 num *= (val >> config->masks->norm_fdbk_m_shift) & in pll_clk_recalc()
526 config->masks->norm_fdbk_m_mask; in pll_clk_recalc()
529 num *= (val >> config->masks->dith_fdbk_m_shift) & in pll_clk_recalc()
530 config->masks->dith_fdbk_m_mask; in pll_clk_recalc()
[all …]
/linux-3.4.99/arch/blackfin/mach-bf533/
DKconfig10 config UART_ERROR
13 config SPORT0_ERROR
16 config SPI_ERROR
19 config SPORT1_ERROR
22 config PPI_ERROR
25 config DMA_ERROR
28 config PLLWAKE_ERROR
32 config RTC_ERROR
35 config DMA0_PPI
39 config DMA1_SPORT0RX
[all …]
/linux-3.4.99/drivers/regulator/
Dfixed.c57 struct fixed_voltage_config *config; in of_get_fixed_voltage_config() local
62 config = devm_kzalloc(dev, sizeof(struct fixed_voltage_config), in of_get_fixed_voltage_config()
64 if (!config) in of_get_fixed_voltage_config()
67 config->init_data = of_get_regulator_init_data(dev, dev->of_node); in of_get_fixed_voltage_config()
68 if (!config->init_data) in of_get_fixed_voltage_config()
71 init_data = config->init_data; in of_get_fixed_voltage_config()
74 config->supply_name = init_data->constraints.name; in of_get_fixed_voltage_config()
76 config->microvolts = init_data->constraints.min_uV; in of_get_fixed_voltage_config()
84 config->enabled_at_boot = true; in of_get_fixed_voltage_config()
86 config->gpio = of_get_named_gpio(np, "gpio", 0); in of_get_fixed_voltage_config()
[all …]
/linux-3.4.99/arch/hexagon/
DKconfig4 config HEXAGON
35 config HEXAGON_ARCH_V1
38 config HEXAGON_ARCH_V2
41 config HEXAGON_ARCH_V3
44 config HEXAGON_ARCH_V4
47 config FRAME_POINTER
50 config LOCKDEP_SUPPORT
53 config PCI
56 config EARLY_PRINTK
59 config KTIME_SCALAR
[all …]
/linux-3.4.99/arch/arm/mach-pxa/
DKconfig5 config ARCH_PXA_V7
10 config MACH_TAVOREVB3
14 config MACH_SAARB
19 config PXA_V7_MACH_AUTO
28 config ARCH_LUBBOCK
33 config MACH_MAINSTONE
38 config MACH_ZYLONITE
43 config MACH_ZYLONITE300
49 config MACH_ZYLONITE320
54 config MACH_LITTLETON
[all …]

12345678910>>...74