/linux-4.4.14/tools/power/cpupower/bench/ |
D | main.c | 80 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 …]
|
D | benchmark.c | 30 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 …]
|
D | parse.c | 123 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 …]
|
D | system.c | 138 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-4.4.14/drivers/scsi/ |
D | ultrastor.c | 259 } 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-4.4.14/arch/blackfin/mach-bf548/ |
D | Kconfig | 1 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-4.4.14/kernel/ |
D | Kconfig.locks | 4 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-4.4.14/arch/blackfin/mach-bf538/ |
D | Kconfig | 10 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-4.4.14/arch/blackfin/mach-bf527/ |
D | Kconfig | 1 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-4.4.14/arch/blackfin/mach-bf561/ |
D | Kconfig | 11 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-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_sii164.c | 128 unsigned char config; in sii164InitChip() local 146 config = SII164_CONFIGURATION_LATCH_FALLING; in sii164InitChip() 148 config = SII164_CONFIGURATION_LATCH_RISING; in sii164InitChip() 152 config |= SII164_CONFIGURATION_BUS_12BITS; in sii164InitChip() 154 config |= SII164_CONFIGURATION_BUS_24BITS; in sii164InitChip() 158 config |= SII164_CONFIGURATION_CLOCK_SINGLE; in sii164InitChip() 160 config |= SII164_CONFIGURATION_CLOCK_DUAL; in sii164InitChip() 164 config |= SII164_CONFIGURATION_HSYNC_FORCE_LOW; in sii164InitChip() 166 config |= SII164_CONFIGURATION_HSYNC_AS_IS; in sii164InitChip() 170 config |= SII164_CONFIGURATION_VSYNC_FORCE_LOW; in sii164InitChip() [all …]
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-spear.c | 88 static inline void spear_rtc_clear_interrupt(struct spear_rtc_config *config) in spear_rtc_clear_interrupt() argument 93 spin_lock_irqsave(&config->lock, flags); in spear_rtc_clear_interrupt() 94 val = readl(config->ioaddr + STATUS_REG); in spear_rtc_clear_interrupt() 96 writel(val, config->ioaddr + STATUS_REG); in spear_rtc_clear_interrupt() 97 spin_unlock_irqrestore(&config->lock, flags); in spear_rtc_clear_interrupt() 100 static inline void spear_rtc_enable_interrupt(struct spear_rtc_config *config) in spear_rtc_enable_interrupt() argument 104 val = readl(config->ioaddr + CTRL_REG); in spear_rtc_enable_interrupt() 106 spear_rtc_clear_interrupt(config); in spear_rtc_enable_interrupt() 108 writel(val, config->ioaddr + CTRL_REG); in spear_rtc_enable_interrupt() 112 static inline void spear_rtc_disable_interrupt(struct spear_rtc_config *config) in spear_rtc_disable_interrupt() argument [all …]
|
D | rtc-da9063.c | 77 const struct da9063_compatible_rtc_regmap *config; member 177 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_data_to_tm() local 179 tm->tm_sec = data[RTC_SEC] & config->rtc_count_sec_mask; in da9063_data_to_tm() 180 tm->tm_min = data[RTC_MIN] & config->rtc_count_min_mask; in da9063_data_to_tm() 181 tm->tm_hour = data[RTC_HOUR] & config->rtc_count_hour_mask; in da9063_data_to_tm() 182 tm->tm_mday = data[RTC_DAY] & config->rtc_count_day_mask; in da9063_data_to_tm() 184 config->rtc_count_month_mask); in da9063_data_to_tm() 186 config->rtc_count_year_mask); in da9063_data_to_tm() 192 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_tm_to_data() local 194 data[RTC_SEC] &= ~config->rtc_count_sec_mask; in da9063_tm_to_data() [all …]
|
/linux-4.4.14/arch/blackfin/mach-bf518/ |
D | Kconfig | 1 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-4.4.14/arch/avr32/mach-at32ap/ |
D | hsmc.c | 32 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-4.4.14/arch/arm/mach-imx/devices/ |
D | Kconfig | 1 config IMX_HAVE_PLATFORM_FEC 5 config IMX_HAVE_PLATFORM_FLEXCAN 8 config IMX_HAVE_PLATFORM_FSL_USB2_UDC 11 config IMX_HAVE_PLATFORM_GPIO_KEYS 14 config IMX_HAVE_PLATFORM_IMX21_HCD 17 config IMX_HAVE_PLATFORM_IMX27_CODA 21 config IMX_HAVE_PLATFORM_IMX2_WDT 24 config IMX_HAVE_PLATFORM_IMX_FB 27 config IMX_HAVE_PLATFORM_IMX_I2C 30 config IMX_HAVE_PLATFORM_IMX_KEYPAD [all …]
|
/linux-4.4.14/sound/soc/codecs/ |
D | Kconfig | 5 config SND_SOC_I2C_AND_SPI 13 config SND_SOC_ALL_CODECS 193 config SND_SOC_88PM860X 196 config SND_SOC_ARIZONA 207 config SND_SOC_WM_HUBS 212 config SND_SOC_WM_ADSP 221 config SND_SOC_AB8500_CODEC 224 config SND_SOC_AC97_CODEC 229 config SND_SOC_AD1836 232 config SND_SOC_AD193X [all …]
|
D | cs4271-spi.c | 25 struct regmap_config config; in cs4271_spi_probe() local 27 config = cs4271_regmap_config; in cs4271_spi_probe() 28 config.reg_bits = 16; in cs4271_spi_probe() 29 config.val_bits = 8; in cs4271_spi_probe() 30 config.read_flag_mask = 0x21; in cs4271_spi_probe() 31 config.write_flag_mask = 0x20; in cs4271_spi_probe() 33 return cs4271_probe(&spi->dev, devm_regmap_init_spi(spi, &config)); in cs4271_spi_probe()
|
D | ad193x-spi.c | 20 struct regmap_config config; in ad193x_spi_probe() local 22 config = ad193x_regmap_config; in ad193x_spi_probe() 23 config.val_bits = 8; in ad193x_spi_probe() 24 config.reg_bits = 16; in ad193x_spi_probe() 25 config.read_flag_mask = 0x09; in ad193x_spi_probe() 26 config.write_flag_mask = 0x08; in ad193x_spi_probe() 28 return ad193x_probe(&spi->dev, devm_regmap_init_spi(spi, &config), in ad193x_spi_probe()
|
/linux-4.4.14/arch/blackfin/mach-bf609/ |
D | Kconfig | 1 config BF60x 12 config SEC_IRQ_PRIORITY_LEVELS 20 config L1_PARITY_CHECK 29 config SCB_PRIORITY 54 config SCB0_MI0_SLOT0 59 config SCB0_MI0_SLOT1 64 config SCB0_MI0_SLOT2 69 config SCB0_MI0_SLOT3 74 config SCB0_MI0_SLOT4 79 config SCB0_MI0_SLOT5 [all …]
|
/linux-4.4.14/arch/blackfin/mach-bf537/ |
D | Kconfig | 10 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-4.4.14/scripts/ |
D | diffconfig | 50 def print_config(op, config, value, new_value): argument 56 print("# CONFIG_%s is not set" % config) 58 print("CONFIG_%s=%s" % (config, new_value)) 61 print("-%s %s" % (config, value)) 63 print("+%s %s" % (config, new_value)) 65 print(" %s %s -> %s" % (config, value, new_value)) 105 for config in a: 106 if config not in b: 107 old.append(config) 109 for config in old: [all …]
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-pko.c | 77 union cvmx_pko_mem_iqueue_ptrs config; in __cvmx_pko_iport_config() local 81 config.u64 = 0; in __cvmx_pko_iport_config() 82 config.s.index = queue; in __cvmx_pko_iport_config() 83 config.s.qid = base_queue + queue; in __cvmx_pko_iport_config() 84 config.s.ipid = pko_port; in __cvmx_pko_iport_config() 85 config.s.tail = (queue == (num_queues - 1)); in __cvmx_pko_iport_config() 86 config.s.s_tail = (queue == static_priority_end); in __cvmx_pko_iport_config() 87 config.s.static_p = (static_priority_base >= 0); in __cvmx_pko_iport_config() 88 config.s.static_q = (queue <= static_priority_end); in __cvmx_pko_iport_config() 89 config.s.qos_mask = 0xff; in __cvmx_pko_iport_config() [all …]
|
/linux-4.4.14/drivers/regulator/ |
D | fixed.c | 53 struct fixed_voltage_config *config; in of_get_fixed_voltage_config() local 57 config = devm_kzalloc(dev, sizeof(struct fixed_voltage_config), in of_get_fixed_voltage_config() 59 if (!config) in of_get_fixed_voltage_config() 62 config->init_data = of_get_regulator_init_data(dev, dev->of_node, desc); in of_get_fixed_voltage_config() 63 if (!config->init_data) in of_get_fixed_voltage_config() 66 init_data = config->init_data; in of_get_fixed_voltage_config() 69 config->supply_name = init_data->constraints.name; in of_get_fixed_voltage_config() 71 config->microvolts = init_data->constraints.min_uV; in of_get_fixed_voltage_config() 79 config->enabled_at_boot = true; in of_get_fixed_voltage_config() 81 config->gpio = of_get_named_gpio(np, "gpio", 0); in of_get_fixed_voltage_config() [all …]
|
D | gpio-regulator.c | 139 struct gpio_regulator_config *config; in of_get_gpio_regulator_config() local 144 config = devm_kzalloc(dev, in of_get_gpio_regulator_config() 147 if (!config) in of_get_gpio_regulator_config() 150 config->init_data = of_get_regulator_init_data(dev, np, desc); in of_get_gpio_regulator_config() 151 if (!config->init_data) in of_get_gpio_regulator_config() 154 config->supply_name = config->init_data->constraints.name; in of_get_gpio_regulator_config() 157 config->enable_high = true; in of_get_gpio_regulator_config() 160 config->enabled_at_boot = true; in of_get_gpio_regulator_config() 162 of_property_read_u32(np, "startup-delay-us", &config->startup_delay); in of_get_gpio_regulator_config() 164 config->enable_gpio = of_get_named_gpio(np, "enable-gpio", 0); in of_get_gpio_regulator_config() [all …]
|
D | Kconfig | 26 config REGULATOR_DEBUG 31 config REGULATOR_FIXED_VOLTAGE 38 config REGULATOR_VIRTUAL_CONSUMER 48 config REGULATOR_USERSPACE_CONSUMER 57 config REGULATOR_88PM800 67 config REGULATOR_88PM8607 73 config REGULATOR_ACT8865 81 config REGULATOR_AD5398 88 config REGULATOR_ANATOP 96 config REGULATOR_AAT2870 [all …]
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_connector.c | 83 const struct hdmi_platform_config *config = hdmi->config; in gpio_config() local 87 if (config->ddc_clk_gpio != -1) { in gpio_config() 88 ret = gpio_request(config->ddc_clk_gpio, "HDMI_DDC_CLK"); in gpio_config() 91 "HDMI_DDC_CLK", config->ddc_clk_gpio, ret); in gpio_config() 94 gpio_set_value_cansleep(config->ddc_clk_gpio, 1); in gpio_config() 97 if (config->ddc_data_gpio != -1) { in gpio_config() 98 ret = gpio_request(config->ddc_data_gpio, "HDMI_DDC_DATA"); in gpio_config() 101 "HDMI_DDC_DATA", config->ddc_data_gpio, ret); in gpio_config() 104 gpio_set_value_cansleep(config->ddc_data_gpio, 1); in gpio_config() 107 ret = gpio_request(config->hpd_gpio, "HDMI_HPD"); in gpio_config() [all …]
|
D | hdmi.c | 94 struct hdmi_platform_config *config = pdev->dev.platform_data; in hdmi_init() local 106 hdmi->config = config; in hdmi_init() 110 if (config->phy_init) { in hdmi_init() 111 hdmi->phy = config->phy_init(hdmi); in hdmi_init() 121 hdmi->mmio = msm_ioremap(pdev, config->mmio_name, "HDMI"); in hdmi_init() 129 config->mmio_name); in hdmi_init() 133 config->qfprom_mmio_name, "HDMI_QFPROM"); in hdmi_init() 140 config->hpd_reg_cnt, GFP_KERNEL); in hdmi_init() 145 for (i = 0; i < config->hpd_reg_cnt; i++) { in hdmi_init() 149 config->hpd_reg_names[i]); in hdmi_init() [all …]
|
/linux-4.4.14/drivers/irqchip/ |
D | Kconfig | 1 config IRQCHIP 5 config ARM_GIC 11 config ARM_GIC_V2M 17 config GIC_NON_BANKED 20 config ARM_GIC_V3 26 config ARM_GIC_V3_ITS 30 config ARM_NVIC 36 config ARM_VIC 41 config ARM_VIC_NR 50 config ATMEL_AIC_IRQ [all …]
|
D | irq-st.c | 45 unsigned int config; member 77 ddata->config |= ST_A9_IRQ_EN_EXT_0; in st_irq_xlate() 80 ddata->config |= ST_A9_IRQ_EN_EXT_1; in st_irq_xlate() 83 ddata->config |= ST_A9_IRQ_EN_EXT_2; in st_irq_xlate() 86 ddata->config |= ST_A9_IRQ_EN_CTI_0; in st_irq_xlate() 89 ddata->config |= ST_A9_IRQ_EN_CTI_1; in st_irq_xlate() 92 ddata->config |= ST_A9_IRQ_EN_PMU_0; in st_irq_xlate() 95 ddata->config |= ST_A9_IRQ_EN_PMU_1; in st_irq_xlate() 98 ddata->config |= ST_A9_IRQ_EN_PL310_L2; in st_irq_xlate() 108 ddata->config |= irq ? in st_irq_xlate() [all …]
|
/linux-4.4.14/drivers/mmc/host/ |
D | mmci_qcom_dml.c | 59 u32 config; in dml_start_xfer() local 65 config = readl_relaxed(base + DML_CONFIG); in dml_start_xfer() 66 config = (config & ~PRODUCER_CRCI_MSK) | PRODUCER_CRCI_X_SEL; in dml_start_xfer() 67 config = (config & ~CONSUMER_CRCI_MSK) | CONSUMER_CRCI_DISABLE; in dml_start_xfer() 68 writel_relaxed(config, base + DML_CONFIG); in dml_start_xfer() 77 config = readl_relaxed(base + DML_CONFIG); in dml_start_xfer() 78 config |= PRODUCER_TRANS_END_EN; in dml_start_xfer() 79 writel_relaxed(config, base + DML_CONFIG); in dml_start_xfer() 85 config = readl_relaxed(base + DML_CONFIG); in dml_start_xfer() 86 config = (config & ~CONSUMER_CRCI_MSK) | CONSUMER_CRCI_X_SEL; in dml_start_xfer() [all …]
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | usb.c | 62 omap_otg_init(struct omap_usb_config *config) in omap_otg_init() argument 76 if (config->pins[0] > 2) /* alt pingroup 2 */ in omap_otg_init() 78 syscon |= config->usb0_init(config->pins[0], is_usb0_device(config)); in omap_otg_init() 79 syscon |= config->usb1_init(config->pins[1]); in omap_otg_init() 80 syscon |= config->usb2_init(config->pins[2], alt_pingroup); in omap_otg_init() 84 syscon = config->hmc_mode; in omap_otg_init() 87 if (config->otg) in omap_otg_init() 96 printk("USB: hmc %d", config->hmc_mode); in omap_otg_init() 98 printk(", usb2 alt %d wires", config->pins[2]); in omap_otg_init() 99 else if (config->pins[0]) in omap_otg_init() [all …]
|
/linux-4.4.14/arch/blackfin/mach-bf533/ |
D | Kconfig | 10 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-4.4.14/virt/kvm/ |
D | Kconfig | 3 config HAVE_KVM 6 config HAVE_KVM_IRQCHIP 9 config HAVE_KVM_IRQFD 12 config HAVE_KVM_IRQ_ROUTING 15 config HAVE_KVM_EVENTFD 19 config KVM_APIC_ARCHITECTURE 22 config KVM_MMIO 25 config KVM_ASYNC_PF 29 config KVM_ASYNC_PF_SYNC 32 config HAVE_KVM_MSI [all …]
|
/linux-4.4.14/drivers/iio/adc/ |
D | mcp3422.c | 43 #define MCP3422_CHANNEL(config) (((config) & MCP3422_CHANNEL_MASK) >> 5) argument 44 #define MCP3422_PGA(config) ((config) & MCP3422_PGA_MASK) argument 45 #define MCP3422_SAMPLE_RATE(config) (((config) & MCP3422_SRATE_MASK) >> 2) argument 92 u8 config; member 105 adc->config = newconfig; in mcp3422_update_config() 114 static int mcp3422_read(struct mcp3422 *adc, int *value, u8 *config) in mcp3422_read() argument 117 u8 sample_rate = MCP3422_SAMPLE_RATE(adc->config); in mcp3422_read() 124 *config = buf[3]; in mcp3422_read() 128 *config = buf[2]; in mcp3422_read() 140 u8 config; in mcp3422_read_channel() local [all …]
|
/linux-4.4.14/fs/fscache/ |
D | object-list.c | 24 unsigned long config; /* display configuration */ member 171 unsigned long config = data->config; in fscache_objlist_show() local 179 if (config & (FSCACHE_OBJLIST_CONFIG_KEY | in fscache_objlist_show() 182 if (config & FSCACHE_OBJLIST_CONFIG_KEY) in fscache_objlist_show() 184 if ((config & (FSCACHE_OBJLIST_CONFIG_KEY | in fscache_objlist_show() 188 if (config & FSCACHE_OBJLIST_CONFIG_AUX) in fscache_objlist_show() 198 if (config & (FSCACHE_OBJLIST_CONFIG_KEY | in fscache_objlist_show() 211 if (!(config & yes)) \ in fscache_objlist_show() 214 if (!(config & no)) \ in fscache_objlist_show() 220 if (~config) { in fscache_objlist_show() [all …]
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | test-stat-detailed-3 | 1 [config] 11 config=1 17 config=3 23 config=4 29 config=2 35 config=0 41 config=7 47 config=8 53 config=1 59 config=4 [all …]
|
D | test-stat-detailed-2 | 1 [config] 11 config=1 17 config=3 23 config=4 29 config=2 35 config=0 41 config=7 47 config=8 53 config=1 59 config=4 [all …]
|
D | test-stat-detailed-1 | 1 [config] 11 config=1 17 config=3 23 config=4 29 config=2 35 config=0 41 config=7 47 config=8 53 config=1 59 config=4 [all …]
|
D | test-stat-default | 1 [config] 10 config=1 16 config=3 22 config=4 28 config=2 34 config=0 40 config=7 46 config=8 52 config=1 58 config=4 [all …]
|
/linux-4.4.14/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 57 struct spear_pcie_gadget_config config; member 62 ssize_t (*show)(struct spear_pcie_gadget_config *config, 64 ssize_t (*store)(struct spear_pcie_gadget_config *config, 89 static void spear_dbi_read_reg(struct spear_pcie_gadget_config *config, in spear_dbi_read_reg() argument 92 struct pcie_app_reg __iomem *app_reg = config->va_app_base; in spear_dbi_read_reg() 98 va_address = (ulong)config->va_dbi_base + (where & ~0x3); in spear_dbi_read_reg() 111 static void spear_dbi_write_reg(struct spear_pcie_gadget_config *config, in spear_dbi_write_reg() argument 114 struct pcie_app_reg __iomem *app_reg = config->va_app_base; in spear_dbi_write_reg() 120 va_address = (ulong)config->va_dbi_base + (where & ~0x3); in spear_dbi_write_reg() 135 static int pci_find_own_next_cap_ttl(struct spear_pcie_gadget_config *config, in pci_find_own_next_cap_ttl() argument [all …]
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 112 struct adreno_platform_config *config; in adreno_load_gpu() local 122 config = pdev->dev.platform_data; in adreno_load_gpu() 123 rev = config->rev; in adreno_load_gpu() 124 info = adreno_info(config->rev); in adreno_load_gpu() 170 static struct adreno_platform_config config = {}; in adreno_bind() local 182 config.rev = ADRENO_REV((val >> 24) & 0xff, in adreno_bind() 186 config.fast_rate = 0; in adreno_bind() 187 config.slow_rate = ~0; in adreno_bind() 197 config.fast_rate = max(config.fast_rate, val); in adreno_bind() 198 config.slow_rate = min(config.slow_rate, val); in adreno_bind() [all …]
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | Kconfig | 7 config MACH_PXA27X_DT 17 config MACH_PXA3XX_DT 28 config ARCH_LUBBOCK 33 config MACH_MAINSTONE 37 config MACH_ZYLONITE 41 config MACH_ZYLONITE300 47 config MACH_ZYLONITE320 52 config MACH_LITTLETON 58 config MACH_TAVOREVB 66 config MACH_SAAR [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 26 ste,config = <&in_pu>; 31 ste,config = <&out_hi>; 38 ste,config = <&slpm_in_wkup_pdis>; 43 ste,config = <&slpm_out_hi_wkup_pdis>; 48 ste,config = <&slpm_out_wkup_pdis>; 61 ste,config = <&in_pu>; 66 ste,config = <&out_hi>; 73 ste,config = <&slpm_in_wkup_pdis>; 78 ste,config = <&slpm_out_wkup_pdis>; 91 ste,config = <&in_pu>; [all …]
|
D | ste-ccu8540-pinctrl.dtsi | 27 ste,config = <&in_pu>; 32 ste,config = <&out_hi>; 39 ste,config = <&slpm_in_pu>; 44 ste,config = <&slpm_out_hi>; 58 ste,config = <&in_pu>; 63 ste,config = <&out_hi>; 70 ste,config = <&slpm_in_pu>; 75 ste,config = <&slpm_out_hi>; 91 ste,config = <&in_pu>; 98 ste,config = <&slpm_in_pu>; [all …]
|
D | ste-hrefv60plus.dtsi | 54 ste,config = <&gpio_in_pu>; 59 ste,config = <&gpio_out_hi>; 64 ste,config = <&gpio_out_hi>; 83 ste,config = <&in_pu>; 87 ste,config = <&gpio_out_lo>; 91 ste,config = <&out_lo>; 109 ste,config = <&gpio_out_lo>; 118 ste,config = <&gpio_out_lo>; 122 ste,config = <&gpio_out_hi>; 133 ste,config = <&gpio_out_lo>; [all …]
|
/linux-4.4.14/drivers/clocksource/ |
D | Kconfig | 4 config CLKSRC_OF 8 config CLKSRC_ACPI 12 config CLKSRC_PROBE 15 config CLKSRC_I8253 18 config CLKEVT_I8253 21 config I8253_LOCK 24 config CLKBLD_I8253 27 config CLKSRC_MMIO 30 config DIGICOLOR_TIMER 33 config DW_APB_TIMER [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | streamline_config.pl | 58 my $config = ".config"; 158 my $config; 204 $config = $2; 209 $depends{$config} .= " " . $ifdeps[$i]; 211 $depends{$config} = $ifdeps[$i]; 219 $depends{$config} = $1; 221 $depends{$config} .= " " . $1; 226 $depends{$config} .= " " . $dep; 227 dprint "Added default depends $dep to $config\n"; 234 $selects{$conf} .= " " . $config; [all …]
|
D | Makefile | 5 PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \ 30 config: $(obj)/conf target 37 $(Q)mkdir -p include/config include/generated 41 $(Q)mkdir -p include/config include/generated 42 $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config 43 $(Q)if [ -f .config ]; then \ 44 cmp -s .tmp.config .config || \ 45 (mv -f .config .config.old.1; \ 46 mv -f .tmp.config .config; \ 48 mv -f .config.old.1 .config.old) \ [all …]
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | isl6405.c | 39 u8 config; member 51 .buf = &isl6405->config, in isl6405_set_voltage() 52 .len = sizeof(isl6405->config) }; in isl6405_set_voltage() 55 isl6405->config &= ~(ISL6405_VSEL2 | ISL6405_EN2); in isl6405_set_voltage() 60 isl6405->config |= ISL6405_EN2; in isl6405_set_voltage() 63 isl6405->config |= (ISL6405_EN2 | ISL6405_VSEL2); in isl6405_set_voltage() 69 isl6405->config &= ~(ISL6405_VSEL1 | ISL6405_EN1); in isl6405_set_voltage() 74 isl6405->config |= ISL6405_EN1; in isl6405_set_voltage() 77 isl6405->config |= (ISL6405_EN1 | ISL6405_VSEL1); in isl6405_set_voltage() 83 isl6405->config |= isl6405->override_or; in isl6405_set_voltage() [all …]
|
D | isl6421.c | 39 u8 config; member 51 .buf = &isl6421->config, in isl6421_set_voltage() 52 .len = sizeof(isl6421->config) }; in isl6421_set_voltage() 54 isl6421->config &= ~(ISL6421_VSEL1 | ISL6421_EN1); in isl6421_set_voltage() 60 isl6421->config |= ISL6421_EN1; in isl6421_set_voltage() 63 isl6421->config |= (ISL6421_EN1 | ISL6421_VSEL1); in isl6421_set_voltage() 69 isl6421->config |= isl6421->override_or; in isl6421_set_voltage() 70 isl6421->config &= isl6421->override_and; in isl6421_set_voltage() 79 .buf = &isl6421->config, in isl6421_enable_high_lnb_voltage() 80 .len = sizeof(isl6421->config) }; in isl6421_enable_high_lnb_voltage() [all …]
|
D | lnbp21.c | 40 u8 config; member 52 .buf = &lnbp21->config, in lnbp21_set_voltage() 53 .len = sizeof(lnbp21->config) }; in lnbp21_set_voltage() 55 lnbp21->config &= ~(LNBP21_VSEL | LNBP21_EN); in lnbp21_set_voltage() 61 lnbp21->config |= LNBP21_EN; in lnbp21_set_voltage() 64 lnbp21->config |= (LNBP21_EN | LNBP21_VSEL); in lnbp21_set_voltage() 70 lnbp21->config |= lnbp21->override_or; in lnbp21_set_voltage() 71 lnbp21->config &= lnbp21->override_and; in lnbp21_set_voltage() 80 .buf = &lnbp21->config, in lnbp21_enable_high_lnb_voltage() 81 .len = sizeof(lnbp21->config) }; in lnbp21_enable_high_lnb_voltage() [all …]
|
D | tda665x.c | 31 const struct tda665x_config *config; member 39 const struct tda665x_config *config = state->config; in tda665x_read() local 41 struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD, .buf = buf, .len = 2 }; in tda665x_read() 55 const struct tda665x_config *config = state->config; in tda665x_write() local 57 struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = length }; in tda665x_write() 119 const struct tda665x_config *config = state->config; in tda665x_set_state() local 127 if ((frequency < config->frequency_max) || (frequency > config->frequency_min)) { in tda665x_set_state() 132 frequency += config->frequency_offst; in tda665x_set_state() 133 frequency *= config->ref_multiplier; in tda665x_set_state() 134 frequency += config->ref_divider >> 1; in tda665x_set_state() [all …]
|
D | lnbp22.c | 47 u8 config[4]; member 58 .buf = (char *)&lnbp22->config, in lnbp22_set_voltage() 59 .len = sizeof(lnbp22->config), in lnbp22_set_voltage() 65 lnbp22->config[3] = 0x60; /* Power down */ in lnbp22_set_voltage() 70 lnbp22->config[3] |= LNBP22_EN; in lnbp22_set_voltage() 73 lnbp22->config[3] |= (LNBP22_EN | LNBP22_VSEL); in lnbp22_set_voltage() 79 dprintk(1, "%s: 0x%02x)\n", __func__, lnbp22->config[3]); in lnbp22_set_voltage() 89 .buf = (char *)&lnbp22->config, in lnbp22_enable_high_lnb_voltage() 90 .len = sizeof(lnbp22->config), in lnbp22_enable_high_lnb_voltage() 95 lnbp22->config[3] |= LNBP22_LLC; in lnbp22_enable_high_lnb_voltage() [all …]
|
D | tda8261.c | 32 const struct tda8261_config *config; member 41 const struct tda8261_config *config = state->config; in tda8261_read() local 43 struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD,.buf = buf, .len = 1 }; in tda8261_read() 53 const struct tda8261_config *config = state->config; in tda8261_write() local 55 struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = 4 }; in tda8261_write() 114 const struct tda8261_config *config = state->config; in tda8261_set_state() local 130 N = (frequency + (div_tab[config->step_size] - 1)) / div_tab[config->step_size]; in tda8261_set_state() 132 __func__, config->step_size, div_tab[config->step_size], N, N); in tda8261_set_state() 136 buf[2] = (0x01 << 7) | ((ref_div[config->step_size] & 0x07) << 1); in tda8261_set_state() 198 const struct tda8261_config *config, in tda8261_attach() argument [all …]
|
D | or51211.c | 59 const struct or51211_config* config; member 134 state->config->reset(fe); in or51211_load_firmware() 136 if (i2c_writebytes(state,state->config->demod_address,tudata,585)) { in or51211_load_firmware() 142 if (i2c_writebytes(state,state->config->demod_address, in or51211_load_firmware() 149 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_load_firmware() 156 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_load_firmware() 171 state->config->setmode(fe, mode); in or51211_setmode() 173 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_setmode() 180 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_setmode() 196 if (i2c_writebytes(state,state->config->demod_address,cmd_buf,3)) { in or51211_setmode() [all …]
|
D | lgs8gxx.c | 60 msg.addr = priv->config->demod_address; in lgs8gxx_write_reg() 61 if (priv->config->prod != LGS8GXX_PROD_LGS8G75 && reg >= 0xC0) in lgs8gxx_write_reg() 88 dev_addr = priv->config->demod_address; in lgs8gxx_read_reg() 89 if (priv->config->prod != LGS8GXX_PROD_LGS8G75 && reg >= 0xC0) in lgs8gxx_read_reg() 134 const struct lgs8gxx_config *config = priv->config; in lgs8gxx_set_ad_mode() local 140 ((config->ext_adc) ? 0x80 : 0x00) | in lgs8gxx_set_ad_mode() 141 ((config->if_neg_center) ? 0x04 : 0x00) | in lgs8gxx_set_ad_mode() 142 ((config->if_freq == 0) ? 0x08 : 0x00) | /* Baseband */ in lgs8gxx_set_ad_mode() 143 ((config->adc_signed) ? 0x02 : 0x00) | in lgs8gxx_set_ad_mode() 144 ((config->if_neg_edge) ? 0x01 : 0x00); in lgs8gxx_set_ad_mode() [all …]
|
D | tda10048.c | 144 struct tda10048_config config; member 223 struct tda10048_config *config = &state->config; in tda10048_writereg() local 227 .addr = config->demod_address, in tda10048_writereg() 242 struct tda10048_config *config = &state->config; in tda10048_readreg() local 247 { .addr = config->demod_address, in tda10048_readreg() 249 { .addr = config->demod_address, in tda10048_readreg() 266 struct tda10048_config *config = &state->config; in tda10048_writeregbulk() local 282 msg.addr = config->demod_address; in tda10048_writeregbulk() 422 struct tda10048_config *config = &state->config; in tda10048_set_if() local 431 if_freq_khz = config->dtv6_if_freq_khz; in tda10048_set_if() [all …]
|
D | Kconfig | 7 config DVB_STB0899 15 config DVB_STB6100 23 config DVB_STV090x 31 config DVB_STV6110x 38 config DVB_M88DS3103 49 config DVB_DRXK 58 config DVB_TDA18271C2DD 67 config DVB_SI2165 79 config DVB_CX24110 86 config DVB_CX24123 [all …]
|
D | ix2505v.c | 39 const struct ix2505v_config *config; member 64 u8 addr = state->config->tuner_address; in ix2505v_read_status_reg() 81 { .addr = state->config->tuner_address, .flags = 0, in ix2505v_write() 147 if (state->config->tuner_gain) in ix2505v_set_params() 148 gain = (state->config->tuner_gain < 4) in ix2505v_set_params() 149 ? state->config->tuner_gain : 0; in ix2505v_set_params() 153 if (state->config->tuner_chargepump) in ix2505v_set_params() 154 cc = state->config->tuner_chargepump; in ix2505v_set_params() 244 if (state->config->min_delay_ms) in ix2505v_set_params() 245 msleep(state->config->min_delay_ms); in ix2505v_set_params() [all …]
|
/linux-4.4.14/include/linux/ |
D | regmap.h | 362 const struct regmap_config *config, 366 const struct regmap_config *config, 370 const struct regmap_config *config, 374 const struct regmap_config *config, 378 const struct regmap_config *config, 383 const struct regmap_config *config, 387 const struct regmap_config *config, 394 const struct regmap_config *config, 398 const struct regmap_config *config, 402 const struct regmap_config *config, [all …]
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | Kconfig | 7 config PINCTRL_SH_PFC 16 config GPIO_SH_PFC 23 config PINCTRL_PFC_EMEV2 28 config PINCTRL_PFC_R8A73A4 33 config PINCTRL_PFC_R8A7740 38 config PINCTRL_PFC_R8A7778 43 config PINCTRL_PFC_R8A7779 48 config PINCTRL_PFC_R8A7790 53 config PINCTRL_PFC_R8A7791 58 config PINCTRL_PFC_R8A7793 [all …]
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | adv7511.c | 237 struct adv7511_video_config config; in adv7511_set_config_csc() local 243 config.hdmi_mode = drm_detect_hdmi_monitor(adv7511->edid); in adv7511_set_config_csc() 245 config.hdmi_mode = false; in adv7511_set_config_csc() 247 hdmi_avi_infoframe_init(&config.avi_infoframe); in adv7511_set_config_csc() 249 config.avi_infoframe.scan_mode = HDMI_SCAN_MODE_UNDERSCAN; in adv7511_set_config_csc() 252 config.csc_enable = false; in adv7511_set_config_csc() 253 config.avi_infoframe.colorspace = HDMI_COLORSPACE_RGB; in adv7511_set_config_csc() 255 config.csc_scaling_factor = ADV7511_CSC_SCALING_4; in adv7511_set_config_csc() 256 config.csc_coefficents = adv7511_csc_ycbcr_to_rgb; in adv7511_set_config_csc() 260 config.hdmi_mode) { in adv7511_set_config_csc() [all …]
|
/linux-4.4.14/arch/um/ |
D | Kconfig.common | 1 config UML 13 config MMU 17 config NO_IOMEM 20 config ISA 23 config SBUS 26 config PCI 29 config PCMCIA 33 config TRACE_IRQFLAGS_SUPPORT 37 config LOCKDEP_SUPPORT 41 config STACKTRACE_SUPPORT [all …]
|
/linux-4.4.14/arch/mips/mm/ |
D | c-tx39.c | 45 unsigned long flags, config; in tx39h_flush_icache_all() local 49 config = read_c0_conf(); in tx39h_flush_icache_all() 50 write_c0_conf(config & ~TX39_CONF_ICE); in tx39h_flush_icache_all() 53 write_c0_conf(config); in tx39h_flush_icache_all() 86 unsigned long flags, config; in tx39_blast_icache_page() local 89 config = read_c0_conf(); in tx39_blast_icache_page() 90 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page() 93 write_c0_conf(config); in tx39_blast_icache_page() 99 unsigned long flags, config; in tx39_blast_icache_page_indexed() local 102 config = read_c0_conf(); in tx39_blast_icache_page_indexed() [all …]
|
/linux-4.4.14/lib/ |
D | Kconfig | 5 config BINARY_PRINTF 10 config RAID6_PQ 13 config BITREVERSE 16 config HAVE_ARCH_BITREVERSE 24 config RATIONAL 27 config GENERIC_STRNCPY_FROM_USER 30 config GENERIC_STRNLEN_USER 33 config GENERIC_NET_UTILS 36 config GENERIC_FIND_FIRST_BIT 39 config NO_GENERIC_PCI_IOPORT_MAP [all …]
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig | 1 config UNICORE32 27 config GENERIC_CSUM 30 config NO_IOPORT_MAP 33 config STACKTRACE_SUPPORT 36 config HAVE_LATENCYTOP_SUPPORT 39 config LOCKDEP_SUPPORT 42 config RWSEM_GENERIC_SPINLOCK 45 config RWSEM_XCHGADD_ALGORITHM 48 config ARCH_HAS_ILOG2_U32 51 config ARCH_HAS_ILOG2_U64 [all …]
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_nhmex.c | 207 u64 config; in nhmex_uncore_msr_disable_box() local 210 rdmsrl(msr, config); in nhmex_uncore_msr_disable_box() 211 config &= ~((1ULL << uncore_num_counters(box)) - 1); in nhmex_uncore_msr_disable_box() 214 config &= ~NHMEX_W_PMON_GLOBAL_FIXED_EN; in nhmex_uncore_msr_disable_box() 215 wrmsrl(msr, config); in nhmex_uncore_msr_disable_box() 222 u64 config; in nhmex_uncore_msr_enable_box() local 225 rdmsrl(msr, config); in nhmex_uncore_msr_enable_box() 226 config |= (1ULL << uncore_num_counters(box)) - 1; in nhmex_uncore_msr_enable_box() 229 config |= NHMEX_W_PMON_GLOBAL_FIXED_EN; in nhmex_uncore_msr_enable_box() 230 wrmsrl(msr, config); in nhmex_uncore_msr_enable_box() [all …]
|
D | perf_event_amd_ibs.c | 60 u64 (*get_count)(u64 config); 181 static int perf_ibs_precise_event(struct perf_event *event, u64 *config) in perf_ibs_precise_event() argument 195 switch (event->attr.config) { in perf_ibs_precise_event() 197 *config = 0; in perf_ibs_precise_event() 202 switch (event->attr.config) { in perf_ibs_precise_event() 204 *config = 0; in perf_ibs_precise_event() 207 *config = IBS_OP_CNT_CTL; in perf_ibs_precise_event() 231 u64 max_cnt, config; in perf_ibs_init() local 236 config = event->attr.config; in perf_ibs_init() 239 ret = perf_ibs_precise_event(event, &config); in perf_ibs_init() [all …]
|
/linux-4.4.14/arch/avr32/ |
D | Kconfig | 1 config AVR32 28 config STACKTRACE_SUPPORT 31 config LOCKDEP_SUPPORT 34 config TRACE_IRQFLAGS_SUPPORT 37 config RWSEM_GENERIC_SPINLOCK 40 config RWSEM_XCHGADD_ALGORITHM 43 config ARCH_HAS_ILOG2_U32 46 config ARCH_HAS_ILOG2_U64 49 config GENERIC_HWEIGHT 52 config GENERIC_CALIBRATE_DELAY [all …]
|
/linux-4.4.14/arch/score/ |
D | Kconfig | 3 config SCORE 22 config ARCH_SCORE7 26 config MACH_SPCT6600 30 config SCORE_SIM 37 config NO_DMA 41 config RWSEM_GENERIC_SPINLOCK 44 config GENERIC_HWEIGHT 47 config GENERIC_CALIBRATE_DELAY 52 config 32BIT 55 config ARCH_FLATMEM_ENABLE [all …]
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | Kconfig | 3 config PINCTRL_SUNXI_COMMON 8 config PINCTRL_SUN4I_A10 12 config PINCTRL_SUN5I_A10S 16 config PINCTRL_SUN5I_A13 20 config PINCTRL_SUN6I_A31 24 config PINCTRL_SUN6I_A31S 28 config PINCTRL_SUN6I_A31_R 33 config PINCTRL_SUN7I_A20 37 config PINCTRL_SUN8I_A23 41 config PINCTRL_SUN8I_A33 [all …]
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.c | 46 src = &is->config[is->config_index].global.shotmode; in __fimc_is_hw_update_param_global_shotmode() 55 src = &is->config[is->config_index].sensor.frame_rate; in __fimc_is_hw_update_param_sensor_framerate() 62 struct chain_config *cfg = &is->config[is->config_index]; in __fimc_is_hw_update_param() 154 __hw_param_copy(&par->fd.config, &cfg->fd.config); in __fimc_is_hw_update_param() 166 struct chain_config *config = &is->config[is->config_index]; in __get_pending_param_count() local 171 count = hweight32(config->p_region_index[0]); in __get_pending_param_count() 172 count += hweight32(config->p_region_index[1]); in __get_pending_param_count() 184 p_index = &is->config[id].p_region_index[0]; in __is_hw_update_params() 214 isp = &is->config[is->config_index].isp; in __is_get_frame_size() 226 isp = &is->config[index].isp; in __is_set_frame_size() [all …]
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 1 config MIPS 73 config MIPS_ALCHEMY 87 config AR7 109 config ATH25 123 config ATH79 146 config BMIPS_GENERIC 179 config BCM47XX 201 config BCM63XX 219 config MIPS_COBALT 239 config MACH_DECSTATION [all …]
|
/linux-4.4.14/drivers/clk/mvebu/ |
D | Kconfig | 1 config MVEBU_CLK_COMMON 4 config MVEBU_CLK_CPU 7 config MVEBU_CLK_COREDIV 10 config ARMADA_370_CLK 16 config ARMADA_375_CLK 20 config ARMADA_38X_CLK 24 config ARMADA_39X_CLK 28 config ARMADA_XP_CLK 34 config DOVE_CLK 38 config KIRKWOOD_CLK [all …]
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipeif.c | 170 return ipipeif->config.decimation; in vpfe_ipipeif_decimation_enabled() 177 return ipipeif->config.rsz; in vpfe_ipipeif_get_rsz() 191 struct ipipeif_params params = ipipeif->config; in ipipeif_hw_setup() 378 ipipeif_set_config(struct v4l2_subdev *sd, struct ipipeif_params *config) in ipipeif_set_config() argument 383 if (!config) { in ipipeif_set_config() 388 ipipeif->config.clock_select = config->clock_select; in ipipeif_set_config() 389 ipipeif->config.ppln = config->ppln; in ipipeif_set_config() 390 ipipeif->config.lpfr = config->lpfr; in ipipeif_set_config() 391 ipipeif->config.rsz = config->rsz; in ipipeif_set_config() 392 ipipeif->config.decimation = config->decimation; in ipipeif_set_config() [all …]
|
/linux-4.4.14/drivers/block/rsxx/ |
D | config.c | 103 memcpy(&cfg, &card->config, sizeof(cfg)); in rsxx_save_config() 136 st = rsxx_creg_read(card, CREG_ADD_CONFIG, sizeof(card->config), in rsxx_load_config() 137 &card->config, 1); in rsxx_load_config() 144 config_hdr_be_to_cpu(&card->config.hdr); in rsxx_load_config() 146 if (card->config.hdr.version == RSXX_CFG_VERSION) { in rsxx_load_config() 154 config_data_swab(&card->config); in rsxx_load_config() 157 crc = config_data_crc32(&card->config); in rsxx_load_config() 158 if (crc != card->config.hdr.crc) { in rsxx_load_config() 163 card->config.hdr.crc, crc); in rsxx_load_config() 168 config_data_le_to_cpu(&card->config); in rsxx_load_config() [all …]
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-factors.c | 51 struct clk_factors_config *config = factors->config; in clk_factors_recalc_rate() local 57 if (config->nwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate() 58 n = FACTOR_GET(config->nshift, config->nwidth, reg); in clk_factors_recalc_rate() 59 if (config->kwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate() 60 k = FACTOR_GET(config->kshift, config->kwidth, reg); in clk_factors_recalc_rate() 61 if (config->mwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate() 62 m = FACTOR_GET(config->mshift, config->mwidth, reg); in clk_factors_recalc_rate() 63 if (config->pwidth != SUNXI_FACTORS_NOT_APPLICABLE) in clk_factors_recalc_rate() 64 p = FACTOR_GET(config->pshift, config->pwidth, reg); in clk_factors_recalc_rate() 67 rate = (parent_rate * (n + config->n_start) * (k + 1) >> p) / (m + 1); in clk_factors_recalc_rate() [all …]
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 1 config SUPERH 53 config SUPERH32 72 config SUPERH64 76 config ARCH_DEFCONFIG 81 config RWSEM_GENERIC_SPINLOCK 84 config RWSEM_XCHGADD_ALGORITHM 87 config GENERIC_BUG 91 config GENERIC_CSUM 95 config GENERIC_HWEIGHT 98 config GENERIC_CALIBRATE_DELAY [all …]
|
D | Kconfig.cpu | 10 config CPU_LITTLE_ENDIAN 13 config CPU_BIG_ENDIAN 19 config SH_FPU 29 config SH64_FPU_DENORM_FLUSH 33 config SH_FPU_EMU 42 config SH_DSP 52 config SH_ADC 62 config SH_STORE_QUEUES 69 config SPECULATIVE_EXECUTION 79 config SH64_ID2815_WORKAROUND [all …]
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig | 1 config M32R 20 config SBUS 23 config GENERIC_ISA_DMA 27 config ZONE_DMA 31 config NO_IOPORT_MAP 34 config NO_DMA 37 config HZ 52 config PLAT_MAPPI 64 config PLAT_USRV 68 config PLAT_M32700UT [all …]
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rv770.c | 1188 rdev->config.rv770.tiling_group_size = 256; in rv770_gpu_init() 1191 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init() 1192 rdev->config.rv770.max_tile_pipes = 8; in rv770_gpu_init() 1193 rdev->config.rv770.max_simds = 10; in rv770_gpu_init() 1194 rdev->config.rv770.max_backends = 4; in rv770_gpu_init() 1195 rdev->config.rv770.max_gprs = 256; in rv770_gpu_init() 1196 rdev->config.rv770.max_threads = 248; in rv770_gpu_init() 1197 rdev->config.rv770.max_stack_entries = 512; in rv770_gpu_init() 1198 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init() 1199 rdev->config.rv770.max_gs_threads = 16 * 2; in rv770_gpu_init() [all …]
|
D | radeon_kms.c | 281 *value = rdev->config.cik.tile_config; in radeon_info_ioctl() 283 *value = rdev->config.si.tile_config; in radeon_info_ioctl() 285 *value = rdev->config.cayman.tile_config; in radeon_info_ioctl() 287 *value = rdev->config.evergreen.tile_config; in radeon_info_ioctl() 289 *value = rdev->config.rv770.tile_config; in radeon_info_ioctl() 291 *value = rdev->config.r600.tile_config; in radeon_info_ioctl() 335 *value = rdev->config.cik.max_backends_per_se * in radeon_info_ioctl() 336 rdev->config.cik.max_shader_engines; in radeon_info_ioctl() 338 *value = rdev->config.si.max_backends_per_se * in radeon_info_ioctl() 339 rdev->config.si.max_shader_engines; in radeon_info_ioctl() [all …]
|
D | ni.c | 911 rdev->config.cayman.max_shader_engines = 2; in cayman_gpu_init() 912 rdev->config.cayman.max_pipes_per_simd = 4; in cayman_gpu_init() 913 rdev->config.cayman.max_tile_pipes = 8; in cayman_gpu_init() 914 rdev->config.cayman.max_simds_per_se = 12; in cayman_gpu_init() 915 rdev->config.cayman.max_backends_per_se = 4; in cayman_gpu_init() 916 rdev->config.cayman.max_texture_channel_caches = 8; in cayman_gpu_init() 917 rdev->config.cayman.max_gprs = 256; in cayman_gpu_init() 918 rdev->config.cayman.max_threads = 256; in cayman_gpu_init() 919 rdev->config.cayman.max_gs_threads = 32; in cayman_gpu_init() 920 rdev->config.cayman.max_stack_entries = 512; in cayman_gpu_init() [all …]
|
/linux-4.4.14/arch/hexagon/ |
D | Kconfig | 4 config HEXAGON 35 config HEXAGON_PHYS_OFFSET 40 config FRAME_POINTER 43 config LOCKDEP_SUPPORT 46 config PCI 49 config EARLY_PRINTK 52 config MMU 55 config TRACE_IRQFLAGS_SUPPORT 58 config GENERIC_CSUM 64 config GENERIC_IRQ_PROBE [all …]
|
/linux-4.4.14/kernel/irq/ |
D | Kconfig | 5 config MAY_HAVE_SPARSE_IRQ 9 config GENERIC_IRQ_LEGACY 13 config GENERIC_IRQ_PROBE 17 config GENERIC_IRQ_SHOW 21 config GENERIC_IRQ_SHOW_LEVEL 26 config GENERIC_IRQ_LEGACY_ALLOC_HWIRQ 30 config GENERIC_PENDING_IRQ 34 config GENERIC_IRQ_MIGRATION 38 config AUTO_IRQ_AFFINITY 42 config HARDIRQS_SW_RESEND [all …]
|
/linux-4.4.14/arch/mips/txx9/ |
D | Kconfig | 1 config MACH_TX39XX 6 config MACH_TX49XX 15 config MACH_TXX9 25 config TOSHIBA_JMR3927 30 config TOSHIBA_RBTX4927 40 config TOSHIBA_RBTX4938 48 config TOSHIBA_RBTX4939 57 config SOC_TX3927 65 config SOC_TX4927 75 config SOC_TX4938 [all …]
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | Kconfig | 1 config ARCH_SHMOBILE 5 config PM_RCAR 9 config PM_RMOBILE 13 config ARCH_RCAR_GEN1 19 config ARCH_RCAR_GEN2 26 config ARCH_RMOBILE 48 config ARCH_EMEV2 52 config ARCH_R7S72100 57 config ARCH_R8A73A4 62 config ARCH_R8A7740 [all …]
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 1 config MMU 4 config FPU 7 config RWSEM_GENERIC_SPINLOCK 10 config RWSEM_XCHGADD_ALGORITHM 13 config BLACKFIN 44 config GENERIC_CSUM 47 config GENERIC_BUG 51 config ZONE_DMA 54 config FORCE_MAX_ZONEORDER 58 config GENERIC_CALIBRATE_DELAY [all …]
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | Kconfig | 4 config ARCH_OMAP2 11 config ARCH_OMAP3 21 config ARCH_OMAP4 40 config SOC_OMAP5 54 config SOC_AM33XX 60 config SOC_AM43XX 71 config SOC_DRA7XX 86 config ARCH_OMAP2PLUS 106 config OMAP_INTERCONNECT_BARRIER 115 config ARCH_OMAP2PLUS_TYPICAL [all …]
|
/linux-4.4.14/arch/metag/mm/ |
D | Kconfig | 3 config PAGE_OFFSET 11 config KERNEL_4M_PAGES 22 config PAGE_SIZE_4K 27 config PAGE_SIZE_8K 33 config PAGE_SIZE_16K 41 config NUMA 51 config FORCE_MAX_ZONEORDER 63 This config option is actually maximum order plus one. For example, 69 config METAG_L2C 80 config NODES_SHIFT [all …]
|
/linux-4.4.14/arch/mips/sibyte/ |
D | Kconfig | 1 config SIBYTE_SB1250 12 config SIBYTE_BCM1120 21 config SIBYTE_BCM1125 31 config SIBYTE_BCM1125H 42 config SIBYTE_BCM112X 50 config SIBYTE_BCM1x80 60 config SIBYTE_BCM1x55 70 config SIBYTE_SB1xxx_SOC 84 config CPU_SB1_PASS_2_1250 91 config CPU_SB1_PASS_2_2 [all …]
|
/linux-4.4.14/drivers/pinctrl/ |
D | Kconfig | 5 config PINCTRL 11 config PINMUX 14 config PINCONF 17 config GENERIC_PINCONF 21 config DEBUG_PINCTRL 27 config PINCTRL_ADI2 37 config PINCTRL_AS3722 48 config PINCTRL_BF54x 52 config PINCTRL_BF60x 56 config PINCTRL_AT91 [all …]
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | Kconfig | 2 # Generic video config states 6 config VIDEO_V4L2 11 config VIDEO_ADV_DEBUG 19 config VIDEO_FIXED_MINOR_RANGES 28 config VIDEO_PCI_SKELETON 38 config VIDEO_TUNER 43 config V4L2_MEM2MEM_DEV 48 config V4L2_FLASH_LED_CLASS 59 config VIDEOBUF_GEN 62 config VIDEOBUF_DMA_SG [all …]
|
/linux-4.4.14/arch/mips/bmips/ |
D | Kconfig | 13 config DT_NONE 16 config DT_BCM93384WVG 20 config DT_BCM93384WVG_VIPER 24 config DT_BCM96368MVWG 28 config DT_BCM9EJTAGPRB 32 config DT_BCM97125CBMB 36 config DT_BCM97346DBSMB 40 config DT_BCM97358SVMB 44 config DT_BCM97360SVMB 48 config DT_BCM97362SVMB [all …]
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | Kconfig | 12 config FB_TFT_AGM1264K_FL 18 config FB_TFT_BD663474 24 config FB_TFT_HX8340BN 30 config FB_TFT_HX8347D 36 config FB_TFT_HX8353D 42 config FB_TFT_HX8357D 48 config FB_TFT_ILI9163 54 config FB_TFT_ILI9320 60 config FB_TFT_ILI9325 66 config FB_TFT_ILI9340 [all …]
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig | 1 config MN10300 18 config AM33_2 21 config AM33_3 24 config AM34_2 29 config ERRATUM_NEED_TO_RELOAD_MMUCTR 32 config MMU 35 config HIGHMEM 38 config NUMA 41 config RWSEM_GENERIC_SPINLOCK 44 config RWSEM_XCHGADD_ALGORITHM [all …]
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | Kconfig | 7 config PLAT_SAMSUNG 16 config SAMSUNG_PM 30 config S3C_LOWLEVEL_UART_PORT 40 config SAMSUNG_ATAGS 54 config S3C_GPIO_SPACE 63 config S3C_GPIO_TRACK 71 config S3C_ADC 80 config S3C_DEV_HSMMC 85 config S3C_DEV_HSMMC1 90 config S3C_DEV_HSMMC2 [all …]
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 3 config PPC32 7 config 32BIT 11 config 64BIT 15 config WORD_SIZE 20 config ARCH_PHYS_ADDR_T_64BIT 23 config ARCH_DMA_ADDR_T_64BIT 26 config MMU 30 config HAVE_SETUP_PER_CPU_AREA 33 config NEED_PER_CPU_EMBED_FIRST_CHUNK 36 config NR_IRQS [all …]
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 1 config PARISC 39 config MMU 42 config STACK_GROWSUP 45 config GENERIC_LOCKBREAK 50 config RWSEM_GENERIC_SPINLOCK 53 config RWSEM_XCHGADD_ALGORITHM 56 config ARCH_HAS_ILOG2_U32 60 config ARCH_HAS_ILOG2_U64 64 config GENERIC_BUG 69 config GENERIC_HWEIGHT [all …]
|
/linux-4.4.14/drivers/video/logo/ |
D | Kconfig | 13 config FB_LOGO_EXTRA 18 config LOGO_LINUX_MONO 22 config LOGO_LINUX_VGA16 26 config LOGO_LINUX_CLUT224 30 config LOGO_BLACKFIN_VGA16 35 config LOGO_BLACKFIN_CLUT224 40 config LOGO_DEC_CLUT224 45 config LOGO_MAC_CLUT224 50 config LOGO_PARISC_CLUT224 55 config LOGO_SGI_CLUT224 [all …]
|
/linux-4.4.14/arch/mips/ath79/ |
D | Kconfig | 5 config ATH79_MACH_AP121 17 config ATH79_MACH_AP136 29 config ATH79_MACH_AP81 41 config ATH79_MACH_DB120 53 config ATH79_MACH_PB44 64 config ATH79_MACH_UBNT_XM 80 config DTB_TL_WR1043ND_V1 88 config SOC_AR71XX 92 config SOC_AR724X 97 config SOC_AR913X [all …]
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | Kconfig | 1 config PINCTRL_IMX 6 config PINCTRL_IMX1_CORE 11 config PINCTRL_IMX1 18 config PINCTRL_IMX21 25 config PINCTRL_IMX27 33 config PINCTRL_IMX25 41 config PINCTRL_IMX35 48 config PINCTRL_IMX50 55 config PINCTRL_IMX51 62 config PINCTRL_IMX53 [all …]
|
/linux-4.4.14/drivers/thunderbolt/ |
D | switch.c | 157 port->config.nfc_credits, in tb_port_add_nfc_credits() 158 port->config.nfc_credits + credits); in tb_port_add_nfc_credits() 159 port->config.nfc_credits += credits; in tb_port_add_nfc_credits() 160 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 189 res = tb_port_read(port, &port->config, TB_CFG_PORT, 0, 8); in tb_init_port() 194 if (port->config.type == TB_TYPE_PORT && port->port != 0) { in tb_init_port() 203 tb_dump_port(port->sw->tb, &port->config); in tb_init_port() 262 if (next_port > sw->config.max_port_number) in get_switch_at_route() 284 sw->config.plug_events_delay = 0xff; in tb_plug_events_active() 285 res = tb_sw_write(sw, ((u32 *) &sw->config) + 4, TB_CFG_SWITCH, 4, 1); in tb_plug_events_active() [all …]
|
/linux-4.4.14/arch/sh/boards/ |
D | Kconfig | 3 config SOLUTION_ENGINE 6 config SH_ALPHA_BOARD 9 config SH_SOLUTION_ENGINE 20 config SH_7206_SOLUTION_ENGINE 28 config SH_7619_SOLUTION_ENGINE 36 config SH_7721_SOLUTION_ENGINE 44 config SH_7722_SOLUTION_ENGINE 54 config SH_7724_SOLUTION_ENGINE 65 config SH_7751_SOLUTION_ENGINE 74 config SH_7780_SOLUTION_ENGINE [all …]
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 9 config ARC 42 config TRACE_IRQFLAGS_SUPPORT 45 config LOCKDEP_SUPPORT 48 config SCHED_OMIT_FRAME_POINTER 51 config GENERIC_CSUM 54 config RWSEM_GENERIC_SPINLOCK 57 config ARCH_FLATMEM_ENABLE 60 config MMU 63 config NO_IOPORT_MAP 66 config GENERIC_CALIBRATE_DELAY [all …]
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 1 config IBM_EMAC 10 config IBM_EMAC_RXB 15 config IBM_EMAC_TXB 20 config IBM_EMAC_POLL_WEIGHT 25 config IBM_EMAC_RX_COPY_THRESHOLD 30 config IBM_EMAC_RX_SKB_HEADROOM 42 config IBM_EMAC_DEBUG 50 config IBM_EMAC_ZMII 54 config IBM_EMAC_RGMII 58 config IBM_EMAC_TAH [all …]
|
/linux-4.4.14/arch/powerpc/platforms/40x/ |
D | Kconfig | 1 config ACADIA 10 config EP405 19 config HOTFOOT 28 config KILAUEA 40 config MAKALU 51 config WALNUT 61 config XILINX_VIRTEX_GENERIC_BOARD 78 config OBS600 88 config PPC40x_SIMPLE 96 config 403GCX [all …]
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 4 config TILE 44 # config NO_BOOTMEM 45 # config ARCH_SUPPORTS_DEBUG_PAGEALLOC 46 # config HUGETLB_PAGE_SIZE_VARIABLE 48 config MMU 51 config GENERIC_CSUM 54 config HAVE_ARCH_ALLOC_REMAP 57 config HAVE_SETUP_PER_CPU_AREA 60 config NEED_PER_CPU_PAGE_FIRST_CHUNK 63 config SYS_SUPPORTS_HUGETLBFS [all …]
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Kconfig | 12 config PLAT_S3C24XX 27 config CPU_S3C2410 38 config CPU_S3C2412 46 config CPU_S3C2416 54 config CPU_S3C2440 62 config CPU_S3C2442 70 config CPU_S3C244X 74 config CPU_S3C2443 83 config S3C24XX_SMDK 88 config S3C24XX_SIMTEC_AUDIO [all …]
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | Kconfig | 3 config PINCTRL_MVEBU 8 config PINCTRL_DOVE 13 config PINCTRL_KIRKWOOD 17 config PINCTRL_ARMADA_370 21 config PINCTRL_ARMADA_375 25 config PINCTRL_ARMADA_38X 29 config PINCTRL_ARMADA_39X 33 config PINCTRL_ARMADA_XP 37 config PINCTRL_ORION
|
D | pinctrl-dove.c | 69 static int dove_mpp_ctrl_get(unsigned pid, unsigned long *config) in dove_mpp_ctrl_get() argument 71 return default_mpp_ctrl_get(mpp_base, pid, config); in dove_mpp_ctrl_get() 74 static int dove_mpp_ctrl_set(unsigned pid, unsigned long config) in dove_mpp_ctrl_set() argument 76 return default_mpp_ctrl_set(mpp_base, pid, config); in dove_mpp_ctrl_set() 79 static int dove_pmu_mpp_ctrl_get(unsigned pid, unsigned long *config) in dove_pmu_mpp_ctrl_get() argument 87 return default_mpp_ctrl_get(mpp_base, pid, config); in dove_pmu_mpp_ctrl_get() 90 *config = (func >> shift) & MVEBU_MPP_MASK; in dove_pmu_mpp_ctrl_get() 91 *config |= CONFIG_PMU; in dove_pmu_mpp_ctrl_get() 96 static int dove_pmu_mpp_ctrl_set(unsigned pid, unsigned long config) in dove_pmu_mpp_ctrl_set() argument 103 if ((config & CONFIG_PMU) == 0) { in dove_pmu_mpp_ctrl_set() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig.cputype | 1 config PPC64 25 config PPC_BOOK3S_32 29 config PPC_85xx 33 config PPC_8xx 39 config 40x 46 config 44x 54 config E200 70 config PPC_BOOK3S_64 79 config PPC_BOOK3E_64 97 config GENERIC_CPU [all …]
|
D | Kconfig | 23 config KVM_GUEST 34 config EPAPR_PARAVIRT 42 config PPC_NATIVE 50 config PPC_OF_BOOT_TRAMPOLINE 62 config UDBG_RTAS_CONSOLE 67 config PPC_SMP_MUXED_IPI 75 config IPIC 79 config MPIC 83 config MPIC_TIMER 95 config FSL_MPIC_TIMER_WAKEUP [all …]
|
/linux-4.4.14/sound/soc/ux500/ |
D | ux500_msp_i2s.c | 176 struct ux500_msp_config *config) in configure_protocol() argument 182 data_size = config->data_size; in configure_protocol() 183 msp->def_elem_len = config->def_elem_len; in configure_protocol() 184 if (config->default_protdesc == 1) { in configure_protocol() 185 if (config->protocol >= MSP_INVALID_PROTOCOL) { in configure_protocol() 191 (struct msp_protdesc *)&prot_descs[config->protocol]; in configure_protocol() 193 protdesc = (struct msp_protdesc *)&config->protdesc; in configure_protocol() 203 if (config->direction & MSP_DIR_TX) in configure_protocol() 205 if (config->direction & MSP_DIR_RX) in configure_protocol() 219 static int setup_bitclk(struct ux500_msp *msp, struct ux500_msp_config *config) in setup_bitclk() argument [all …]
|
/linux-4.4.14/arch/cris/ |
D | Kconfig | 1 config MMU 5 config ZONE_DMA 9 config RWSEM_GENERIC_SPINLOCK 13 config RWSEM_XCHGADD_ALGORITHM 16 config ARCH_HAS_ILOG2_U32 20 config ARCH_HAS_ILOG2_U64 24 config GENERIC_HWEIGHT 28 config GENERIC_CALIBRATE_DELAY 32 config NO_IOPORT_MAP 35 config FORCE_MAX_ZONEORDER [all …]
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 1 config MMU 4 config ZONE_DMA 7 config LOCKDEP_SUPPORT 10 config STACKTRACE_SUPPORT 13 config HAVE_LATENCYTOP_SUPPORT 16 config RWSEM_GENERIC_SPINLOCK 19 config RWSEM_XCHGADD_ALGORITHM 22 config ARCH_HAS_ILOG2_U32 25 config ARCH_HAS_ILOG2_U64 28 config GENERIC_HWEIGHT [all …]
|
/linux-4.4.14/arch/sh/mm/ |
D | Kconfig | 3 config QUICKLIST 6 config MMU 18 config PAGE_OFFSET 24 config FORCE_MAX_ZONEORDER 41 This config option is actually maximum order plus one. For example, 47 config MEMORY_START 63 config MEMORY_SIZE 75 config 29BIT 80 config 32BIT 84 config PMB [all …]
|
/linux-4.4.14/arch/ |
D | Kconfig | 5 config KEXEC_CORE 8 config OPROFILE 21 config OPROFILE_EVENT_MULTIPLEX 33 config HAVE_OPROFILE 36 config OPROFILE_NMI_TIMER 40 config KPROBES 52 config JUMP_LABEL 77 config STATIC_KEYS_SELFTEST 83 config OPTPROBES 88 config KPROBES_ON_FTRACE [all …]
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig | 1 config M68K 27 config RWSEM_GENERIC_SPINLOCK 31 config RWSEM_XCHGADD_ALGORITHM 34 config ARCH_HAS_ILOG2_U32 37 config ARCH_HAS_ILOG2_U64 40 config GENERIC_HWEIGHT 44 config GENERIC_CALIBRATE_DELAY 48 config GENERIC_CSUM 51 config TIME_LOW_RES 55 config NO_IOPORT_MAP [all …]
|
D | Kconfig.cpu | 20 config M68KCLASSIC 23 config COLDFIRE 36 config M68000 50 config MCPU32 59 config M68020 69 config M68030 78 config M68040 88 config M68060 96 config M68328 103 config M68EZ328 [all …]
|
D | Kconfig.machine | 5 config AMIGA 14 config ATARI 24 config MAC 36 config APOLLO 44 config VME 54 config MVME147 64 config MVME16x 75 config BVME6000 85 config HP300 96 config SUN3X [all …]
|
/linux-4.4.14/arch/mips/ralink/ |
D | Kconfig | 3 config CLKEVT_RT3352 10 config RALINK_ILL_ACC 21 config SOC_RT288X 26 config SOC_RT305X 30 config SOC_RT3883 34 config SOC_MT7620 45 config DTB_RT_NONE 48 config DTB_RT2880_EVAL 53 config DTB_RT305X_EVAL 58 config DTB_RT3883_EVAL [all …]
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 1 config PGTABLE_LEVELS 12 config IA64 63 config 64BIT 68 config ZONE_DMA 72 config QUICKLIST 76 config MMU 80 config ARCH_DMA_ADDR_T_64BIT 83 config NEED_DMA_MAP_STATE 86 config NEED_SG_DMA_LENGTH 89 config SWIOTLB [all …]
|
/linux-4.4.14/drivers/hwmon/ |
D | jc42.c | 200 u16 config; /* current configuration */ member 276 hyst = jc42_hysteresis[(data->config & JC42_CFG_HYST_MASK) in show_temp_hyst() 334 data->config = (data->config & ~JC42_CFG_HYST_MASK) in set_temp_crit_hyst() 337 data->config); in set_temp_crit_hyst() 355 if (bit != JC42_ALARM_CRIT_BIT && (data->config & JC42_CFG_CRIT_ONLY)) in show_alarm() 394 unsigned int config = data->config; in jc42_attribute_mode() local 398 readonly = config & JC42_CFG_TCRIT_LOCK; in jc42_attribute_mode() 401 readonly = config & JC42_CFG_EVENT_LOCK; in jc42_attribute_mode() 403 readonly = config & (JC42_CFG_EVENT_LOCK | JC42_CFG_TCRIT_LOCK); in jc42_attribute_mode() 420 int i, config, cap, manid, devid; in jc42_detect() local [all …]
|
D | max6650.c | 122 u8 config; member 147 data->config = i2c_smbus_read_byte_data(client, in max6650_update_device() 249 kscale = DIV_FROM_REG(data->config); in get_target() 279 kscale = DIV_FROM_REG(data->config); in set_target() 313 if (data->config & MAX6650_CFG_V12) in get_pwm() 340 if (data->config & MAX6650_CFG_V12) in set_pwm() 364 int mode = (data->config & MAX6650_CFG_MODE_MASK) >> 4; in get_enable() 388 data->config = i2c_smbus_read_byte_data(client, MAX6650_REG_CONFIG); in set_enable() 389 data->config = (data->config & ~MAX6650_CFG_MODE_MASK) in set_enable() 392 i2c_smbus_write_byte_data(client, MAX6650_REG_CONFIG, data->config); in set_enable() [all …]
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 17 (default=kernel config parameter) 24 (default=kernel config parameter) 29 (default=kernel config parameter) 36 (default=kernel config parameter) 41 (default=kernel config parameter) 46 (default=kernel config parameter) 51 (default=kernel config parameter) 56 (default=kernel config parameter) 61 (default=kernel config parameter) 66 (default=kernel config parameter) [all …]
|
/linux-4.4.14/drivers/power/ |
D | max17042_battery.c | 536 struct max17042_config_data *config = chip->pdata->config_data; in max17042_write_config_regs() local 539 regmap_write(map, MAX17042_CONFIG, config->config); in max17042_write_config_regs() 540 regmap_write(map, MAX17042_LearnCFG, config->learn_cfg); in max17042_write_config_regs() 542 config->filter_cfg); in max17042_write_config_regs() 543 regmap_write(map, MAX17042_RelaxCFG, config->relax_cfg); in max17042_write_config_regs() 547 config->full_soc_thresh); in max17042_write_config_regs() 552 struct max17042_config_data *config = chip->pdata->config_data; in max17042_write_custom_regs() local 555 max17042_write_verify_reg(map, MAX17042_RCOMP0, config->rcomp0); in max17042_write_custom_regs() 556 max17042_write_verify_reg(map, MAX17042_TempCo, config->tcompc0); in max17042_write_custom_regs() 557 max17042_write_verify_reg(map, MAX17042_ICHGTerm, config->ichgt_term); in max17042_write_custom_regs() [all …]
|
D | Kconfig | 11 config POWER_SUPPLY_DEBUG 17 config PDA_POWER 25 config APM_POWER 32 config GENERIC_ADC_BATTERY 39 config MAX8925_POWER 46 config WM831X_BACKUP 53 config WM831X_POWER 60 config WM8350_POWER 67 config TEST_POWER 72 config BATTERY_88PM860X [all …]
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
D | Kconfig_mrmt | 8 config BOARD_MRMT_REV1 10 config BOARD_MRMT_REV2 15 config BOARD_MRMT_AC97 24 config BOARD_MRMT_UCB1400_TS 27 config BOARD_MRMT_ADS7846_TS 36 config BOARD_MRMT_LCD_DISABLE 39 config BOARD_MRMT_LCD_LQ043T3DX0X 45 config BOARD_MRMT_LCD_KWH043GM08 54 config BOARD_MRMT_BL_PWM 61 config BOARD_MRMT_RTC_I2C [all …]
|
/linux-4.4.14/drivers/net/phy/ |
D | Kconfig | 17 config AQUANTIA_PHY 22 config AT803X_PHY 27 config AMD_PHY 32 config MARVELL_PHY 37 config DAVICOM_PHY 42 config QSEMI_PHY 47 config LXT_PHY 52 config CICADA_PHY 57 config VITESSE_PHY 62 config TERANETICS_PHY [all …]
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | Kconfig | 3 config ETRAX_ETHERNET 11 config ETRAX_SERIAL 18 config ETRAX_SERIAL_FAST_TIMER 27 config ETRAX_SERIAL_FLUSH_DMA_FAST 36 config ETRAX_SERIAL_RX_TIMEOUT_TICKS 46 config ETRAX_SERIAL_PORT0 59 config ETRAX_SER0_DTR_RI_DSR_CD_ON_NONE 62 config ETRAX_SER0_DTR_RI_DSR_CD_ON_PA 65 config ETRAX_SER0_DTR_RI_DSR_CD_ON_PB 71 config ETRAX_SER0_DTR_RI_DSR_CD_MIXED [all …]
|
/linux-4.4.14/arch/h8300/ |
D | Kconfig.cpu | 1 config CPU_H8300H 4 config CPU_H8S 7 config H83069 13 config H8S2678 19 config RAMKERNEL 22 config ROMKERNEL 30 config H8300_AE3068 42 config H8300_H8MAX 52 config H8300_KANEBEBE 61 config H8300H_SIM [all …]
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | Kconfig | 1 config PPC_47x 10 config BAMBOO 20 config BLUESTONE 33 config EBONY 43 config SAM440EP 52 config SEQUOIA 61 config TAISHAN 72 config KATMAI 85 config RAINIER 95 config WARP [all …]
|
/linux-4.4.14/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 35 const struct snd_dmaengine_pcm_config *config; member 101 if (!pcm->config) in dmaengine_pcm_hw_params() 104 prepare_slave_config = pcm->config->prepare_slave_config; in dmaengine_pcm_hw_params() 133 if (pcm->config && pcm->config->pcm_hardware) in dmaengine_pcm_set_runtime_hwparams() 135 pcm->config->pcm_hardware); in dmaengine_pcm_set_runtime_hwparams() 222 if (pcm->config && pcm->config->compat_request_channel) in dmaengine_pcm_compat_request_channel() 223 return pcm->config->compat_request_channel(rtd, substream); in dmaengine_pcm_compat_request_channel() 225 if (pcm->config) in dmaengine_pcm_compat_request_channel() 226 fn = pcm->config->compat_filter_fn; in dmaengine_pcm_compat_request_channel() 253 const struct snd_dmaengine_pcm_config *config = pcm->config; in dmaengine_pcm_new() local [all …]
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 1 config ALPHA 37 config 64BIT 40 config MMU 44 config RWSEM_GENERIC_SPINLOCK 47 config RWSEM_XCHGADD_ALGORITHM 51 config ARCH_HAS_ILOG2_U32 55 config ARCH_HAS_ILOG2_U64 59 config GENERIC_CALIBRATE_DELAY 63 config ZONE_DMA 67 config ARCH_DMA_ADDR_T_64BIT [all …]
|
/linux-4.4.14/arch/frv/ |
D | Kconfig | 1 config FRV 18 config ZONE_DMA 22 config RWSEM_GENERIC_SPINLOCK 26 config RWSEM_XCHGADD_ALGORITHM 29 config GENERIC_HWEIGHT 33 config GENERIC_CALIBRATE_DELAY 37 config TIME_LOW_RES 41 config QUICKLIST 45 config ARCH_HAS_ILOG2_U32 49 config ARCH_HAS_ILOG2_U64 [all …]
|
/linux-4.4.14/sound/soc/samsung/ |
D | Kconfig | 1 config SND_SOC_SAMSUNG 12 config SND_S3C24XX_I2S 15 config SND_S3C_I2SV2_SOC 18 config SND_S3C2412_SOC_I2S 22 config SND_SAMSUNG_PCM 25 config SND_SAMSUNG_AC97 29 config SND_SAMSUNG_SPDIF 33 config SND_SAMSUNG_I2S 36 config SND_SOC_SAMSUNG_NEO1973_WM8753 46 config SND_SOC_SAMSUNG_JIVE_WM8750 [all …]
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | Kconfig | 36 config S5P_DEV_MFC 41 config ARCH_EXYNOS3 47 config ARCH_EXYNOS4 59 config ARCH_EXYNOS5 67 config SOC_EXYNOS3250 72 config CPU_EXYNOS4210 77 config SOC_EXYNOS4212 82 config SOC_EXYNOS4412 87 config SOC_EXYNOS4415 92 config SOC_EXYNOS5250 [all …]
|
/linux-4.4.14/drivers/of/ |
D | Kconfig | 1 config DTC 14 config OF_UNITTEST 26 config OF_ALL_DTBS 36 config OF_FLATTREE 42 config OF_EARLY_FLATTREE 46 config OF_PROMTREE 51 config OF_DYNAMIC 58 config OF_ADDRESS 63 config OF_ADDRESS_PCI 66 config OF_IRQ [all …]
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 1 config 64BIT 12 config SPARC 47 config SPARC32 54 config SPARC64 84 config ARCH_DEFCONFIG 89 config ARCH_PROC_KCORE_TEXT 92 config IOMMU_HELPER 96 config STACKTRACE_SUPPORT 100 config LOCKDEP_SUPPORT 104 config HAVE_LATENCYTOP_SUPPORT [all …]
|
/linux-4.4.14/drivers/input/misc/ |
D | da9063_onkey.c | 50 const struct da906x_chip_config *config; member 96 const struct da906x_chip_config *config = onkey->config; in da9063_poll_on() local 104 config->onkey_status, in da9063_poll_on() 112 if (!(val & config->onkey_nonkey_mask)) { in da9063_poll_on() 114 config->onkey_pwr_signalling, in da9063_poll_on() 115 config->onkey_nonkey_lock_mask, in da9063_poll_on() 134 config->onkey_fault_log, in da9063_poll_on() 139 } else if (fault_log & config->onkey_key_reset_mask) { in da9063_poll_on() 141 config->onkey_fault_log, in da9063_poll_on() 142 config->onkey_key_reset_mask); in da9063_poll_on() [all …]
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | Kconfig | 5 config EP93XX_SOC_COMMON 11 config CRUNCH 18 config MACH_ADSSPHERE 24 config MACH_EDB93XX 27 config MACH_EDB9301 34 config MACH_EDB9302 41 config MACH_EDB9302A 48 config MACH_EDB9307 55 config MACH_EDB9307A 62 config MACH_EDB9312 [all …]
|
/linux-4.4.14/drivers/ssb/ |
D | Kconfig | 1 config SSB_POSSIBLE 9 config SSB 25 config SSB_SPROM 29 config SSB_BLOCKIO 33 config SSB_PCIHOST_POSSIBLE 38 config SSB_PCIHOST 49 config SSB_B43_PCI_BRIDGE 54 config SSB_PCMCIAHOST_POSSIBLE 59 config SSB_PCMCIAHOST 69 config SSB_SDIOHOST_POSSIBLE [all …]
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig | 1 config NIOS2 20 config GENERIC_CSUM 23 config GENERIC_HWEIGHT 26 config GENERIC_CALIBRATE_DELAY 29 config NO_IOPORT_MAP 32 config HAS_DMA 35 config FPU 38 config SWAP 41 config RWSEM_GENERIC_SPINLOCK 44 config TRACE_IRQFLAGS_SUPPORT [all …]
|
/linux-4.4.14/drivers/media/tuners/ |
D | Kconfig | 2 config MEDIA_TUNER 21 config MEDIA_TUNER_SIMPLE 29 config MEDIA_TUNER_TDA8290 38 config MEDIA_TUNER_TDA827X 45 config MEDIA_TUNER_TDA18271 52 config MEDIA_TUNER_TDA9887 60 config MEDIA_TUNER_TEA5761 67 config MEDIA_TUNER_TEA5767 74 config MEDIA_TUNER_MSI001 81 config MEDIA_TUNER_MT20XX [all …]
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | hwtstamp_config.c | 88 struct hwtstamp_config config; in main() local 98 config.flags = 0; in main() 99 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main() 100 config.rx_filter = lookup_value(rx_filters, N_RX_FILTERS, argv[3]); in main() 101 if (config.tx_type < 0 || config.rx_filter < 0) { in main() 114 ifr.ifr_data = (caddr_t)&config; in main() 121 printf("flags = %#x\n", config.flags); in main() 122 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main() 126 printf("tx_type = %d\n", config.tx_type); in main() 127 name = lookup_name(rx_filters, N_RX_FILTERS, config.rx_filter); in main() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | Kconfig | 4 config DISPLAY_ENCODER_OPA362 10 config DISPLAY_ENCODER_TFP410 15 config DISPLAY_ENCODER_TPD12S015 21 config DISPLAY_CONNECTOR_DVI 27 config DISPLAY_CONNECTOR_HDMI 32 config DISPLAY_CONNECTOR_ANALOG_TV 37 config DISPLAY_PANEL_DPI 42 config DISPLAY_PANEL_DSI_CM 48 config DISPLAY_PANEL_SONY_ACX565AKM 54 config DISPLAY_PANEL_LGPHILIPS_LB035Q02 [all …]
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig.platforms | 3 config ARCH_BCM_IPROC 8 config ARCH_BERLIN 15 config ARCH_EXYNOS 20 config ARCH_EXYNOS7 32 config ARCH_LAYERSCAPE 37 config ARCH_HISI 42 config ARCH_MEDIATEK 49 config ARCH_QCOM 55 config ARCH_ROCKCHIP 65 config ARCH_SEATTLE [all …]
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-pll.c | 96 u32 l, m, n, config; in clk_pll_recalc_rate() local 116 regmap_read(pll->clkr.regmap, pll->config_reg, &config); in clk_pll_recalc_rate() 117 config >>= pll->post_div_shift; in clk_pll_recalc_rate() 118 config &= BIT(pll->post_div_width) - 1; in clk_pll_recalc_rate() 119 rate /= config + 1; in clk_pll_recalc_rate() 252 const struct pll_config *config) in clk_pll_configure() argument 257 regmap_write(regmap, pll->l_reg, config->l); in clk_pll_configure() 258 regmap_write(regmap, pll->m_reg, config->m); in clk_pll_configure() 259 regmap_write(regmap, pll->n_reg, config->n); in clk_pll_configure() 261 val = config->vco_val; in clk_pll_configure() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | venc.c | 335 static void venc_write_config(const struct venc_config *config) in venc_write_config() argument 339 venc_write_reg(VENC_LLEN, config->llen); in venc_write_config() 340 venc_write_reg(VENC_FLENS, config->flens); in venc_write_config() 341 venc_write_reg(VENC_CC_CARR_WSS_CARR, config->cc_carr_wss_carr); in venc_write_config() 342 venc_write_reg(VENC_C_PHASE, config->c_phase); in venc_write_config() 343 venc_write_reg(VENC_GAIN_U, config->gain_u); in venc_write_config() 344 venc_write_reg(VENC_GAIN_V, config->gain_v); in venc_write_config() 345 venc_write_reg(VENC_GAIN_Y, config->gain_y); in venc_write_config() 346 venc_write_reg(VENC_BLACK_LEVEL, config->black_level); in venc_write_config() 347 venc_write_reg(VENC_BLANK_LEVEL, config->blank_level); in venc_write_config() [all …]
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | Kconfig | 16 config MXC_TZIC 19 config MXC_AVIC 22 config MXC_DEBUG_BOARD 34 config HAVE_EPIT 37 config MXC_USE_EPIT 46 config ARCH_HAS_RNGA 49 config HAVE_IMX_ANATOP 52 config HAVE_IMX_GPC 56 config HAVE_IMX_MMDC 59 config HAVE_IMX_SRC [all …]
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 198 int usb_add_function(struct usb_configuration *config, in usb_add_function() argument 203 DBG(config->cdev, "adding '%s'/%p to config '%s'/%p\n", in usb_add_function() 205 config->label, config); in usb_add_function() 210 function->config = config; in usb_add_function() 211 list_add_tail(&function->list, &config->functions); in usb_add_function() 221 value = function->bind(config, function); in usb_add_function() 224 function->config = NULL; in usb_add_function() 234 if (!config->fullspeed && function->fs_descriptors) in usb_add_function() 235 config->fullspeed = true; in usb_add_function() 236 if (!config->highspeed && function->hs_descriptors) in usb_add_function() [all …]
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 1 config MICROBLAZE 37 config SWAP 40 config RWSEM_GENERIC_SPINLOCK 43 config ZONE_DMA 46 config RWSEM_XCHGADD_ALGORITHM 49 config ARCH_HAS_ILOG2_U32 52 config ARCH_HAS_ILOG2_U64 55 config GENERIC_HWEIGHT 58 config GENERIC_CALIBRATE_DELAY 61 config GENERIC_CSUM [all …]
|
D | Kconfig.platform | 9 config OPT_LIB_FUNCTION 20 config OPT_LIB_ASM 31 config KERNEL_BASE_ADDR 37 config XILINX_MICROBLAZE0_FAMILY 41 config XILINX_MICROBLAZE0_USE_MSR_INSTR 45 config XILINX_MICROBLAZE0_USE_PCMP_INSTR 49 config XILINX_MICROBLAZE0_USE_BARREL 53 config XILINX_MICROBLAZE0_USE_DIV 57 config XILINX_MICROBLAZE0_USE_HW_MUL 61 config XILINX_MICROBLAZE0_USE_FPU [all …]
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | Kconfig | 3 config SOC_CAMERA_IMX074 9 config SOC_CAMERA_MT9M001 16 config SOC_CAMERA_MT9M111 23 config SOC_CAMERA_MT9T031 29 config SOC_CAMERA_MT9T112 35 config SOC_CAMERA_MT9V022 41 config SOC_CAMERA_OV2640 47 config SOC_CAMERA_OV5642 53 config SOC_CAMERA_OV6650 59 config SOC_CAMERA_OV772X [all …]
|
/linux-4.4.14/arch/arm/mach-at91/ |
D | Kconfig | 10 config SOC_SAMA5D2 23 config SOC_SAMA5D3 35 config SOC_SAMA5D4 48 config SOC_AT91RM9200 61 config SOC_AT91SAM9 93 config HAVE_AT91_UTMI 96 config HAVE_AT91_USB_CLK 99 config COMMON_CLK_AT91 103 config HAVE_AT91_SMD 106 config HAVE_AT91_H32MX [all …]
|
/linux-4.4.14/arch/mips/ath25/ |
D | board.c | 105 struct ath25_boarddata *config; in ath25_find_config() local 117 ath25_board.config = NULL; in ath25_find_config() 138 ath25_board.config = (struct ath25_boarddata *)board_data; in ath25_find_config() 142 config = ath25_board.config; in ath25_find_config() 143 if (is_zero_ether_addr(config->enet0_mac)) { in ath25_find_config() 145 config->reset_config_gpio = 0xffff; in ath25_find_config() 146 config->sys_led_gpio = 0xffff; in ath25_find_config() 147 random_ether_addr(config->wlan0_mac); in ath25_find_config() 148 config->wlan0_mac[0] &= ~0x06; in ath25_find_config() 149 random_ether_addr(config->enet0_mac); in ath25_find_config() [all …]
|
/linux-4.4.14/arch/x86/um/ |
D | Kconfig | 13 config UML_X86 17 config 64BIT 21 config X86_32 30 config X86_64 34 config ARCH_DEFCONFIG 39 config RWSEM_XCHGADD_ALGORITHM 42 config RWSEM_GENERIC_SPINLOCK 45 config 3_LEVEL_PGTABLES 56 config ARCH_HAS_SC_SIGNALS 59 config ARCH_REUSE_HOST_VSYSCALL_AREA [all …]
|
/linux-4.4.14/crypto/async_tx/ |
D | Kconfig | 1 config ASYNC_CORE 4 config ASYNC_MEMCPY 8 config ASYNC_XOR 13 config ASYNC_PQ 17 config ASYNC_RAID6_RECOV 23 config ASYNC_TX_DISABLE_PQ_VAL_DMA 26 config ASYNC_TX_DISABLE_XOR_VAL_DMA
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | init.c | 103 int wl1251_hw_init_rx_config(struct wl1251 *wl, u32 config, u32 filter) in wl1251_hw_init_rx_config() argument 111 ret = wl1251_acx_rx_config(wl, config, filter); in wl1251_hw_init_rx_config() 232 struct acx_tx_queue_qos_config *config, in wl1251_hw_init_txq_fill() argument 235 config->qid = qid; in wl1251_hw_init_txq_fill() 239 config->high_threshold = in wl1251_hw_init_txq_fill() 241 config->low_threshold = in wl1251_hw_init_txq_fill() 245 config->high_threshold = in wl1251_hw_init_txq_fill() 247 config->low_threshold = in wl1251_hw_init_txq_fill() 251 config->high_threshold = in wl1251_hw_init_txq_fill() 253 config->low_threshold = in wl1251_hw_init_txq_fill() [all …]
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 8 config CPU_ARM7TDMI 23 config CPU_ARM720T 41 config CPU_ARM740T 58 config CPU_ARM9TDMI 73 config CPU_ARM920T 91 config CPU_ARM922T 110 config CPU_ARM925T 129 config CPU_ARM926T 147 config CPU_FA526 165 config CPU_ARM940T [all …]
|
/linux-4.4.14/arch/openrisc/ |
D | Kconfig | 6 config OPENRISC 29 config MMU 32 config HAVE_DMA_ATTRS 35 config RWSEM_GENERIC_SPINLOCK 38 config RWSEM_XCHGADD_ALGORITHM 41 config GENERIC_HWEIGHT 44 config NO_IOPORT_MAP 47 config TRACE_IRQFLAGS_SUPPORT 52 config GENERIC_CSUM 65 config OR1K_1200 [all …]
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 1 This file contains some assistance for using "make *config". 13 New kernel releases often introduce new config symbols. Often more 14 important, new kernel releases may rename config symbols. When 15 this happens, using a previously working .config file and running 20 To see a list of new config symbols when using "make oldconfig", use 22 cp user/some/old.config .config 25 and the config program will list any new symbols, one per line. 27 scripts/diffconfig .config.old .config | less 30 Environment variables for '*config' 34 This environment variable can be used to specify a default kernel config [all …]
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | Kconfig | 1 config DRM_EXYNOS 16 config DRM_EXYNOS_IOMMU 23 config DRM_EXYNOS_FIMD 31 config DRM_EXYNOS5433_DECON 36 config DRM_EXYNOS7_DECON 43 config DRM_EXYNOS_MIXER 49 config DRM_EXYNOS_VIDI 56 config DRM_EXYNOS_DPI 64 config DRM_EXYNOS_DSI 73 config DRM_EXYNOS_DP [all …]
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | Kconfig | 12 config MPC830x_RDB 20 config MPC831x_RDB 27 config MPC832x_MDS 34 config MPC832x_RDB 41 config MPC834x_MDS 53 config MPC834x_ITX 63 config MPC836x_MDS 69 config MPC836x_RDK 78 config MPC837x_MDS 85 config MPC837x_RDB [all …]
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | Kconfig | 17 config FSL_85XX_CACHE_SRAM 26 config BSC9131_RDB 35 config C293_PCIE 41 config BSC9132_QDS 50 config MPC8540_ADS 56 config MPC8560_ADS 63 config MPC85xx_CDS 71 config MPC85xx_MDS 80 config MPC8536_DS 87 config MPC85xx_DS [all …]
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | Kconfig | 9 config BOARD_ATSTK1002 13 config BOARD_ATSTK1003 17 config BOARD_ATSTK1004 21 config BOARD_ATSTK1006 28 config BOARD_ATSTK100X_CUSTOM 37 config BOARD_ATSTK100X_SW1_CUSTOM 43 config BOARD_ATSTK100X_SW2_CUSTOM 49 config BOARD_ATSTK100X_SW3_CUSTOM 54 config BOARD_ATSTK100X_SW4_CUSTOM 60 config BOARD_ATSTK1002_SW5_CUSTOM [all …]
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig.arm | 6 config ARM_BIG_LITTLE_CPUFREQ 13 config ARM_DT_BL_CPUFREQ 20 config ARM_VEXPRESS_SPC_CPUFREQ 27 config ARM_EXYNOS5440_CPUFREQ 41 config ARM_HIGHBANK_CPUFREQ 51 config ARM_HISI_ACPU_CPUFREQ 60 config ARM_IMX6Q_CPUFREQ 70 config ARM_INTEGRATOR 78 config ARM_KIRKWOOD_CPUFREQ 84 config ARM_MT8173_CPUFREQ [all …]
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | Kconfig | 1 config PPC_CELL 5 config PPC_CELL_COMMON 15 config PPC_CELL_NATIVE 26 config PPC_IBM_CELL_BLADE 36 config PPC_CELL_QPACE 41 config AXON_MSI 49 config SPU_FS 60 config SPU_BASE 65 config CBE_RAS 70 config PPC_IBM_CELL_RESETBUTTON [all …]
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | pcm3724.c | 62 static int compute_buffer(int config, int devno, struct comedi_subdevice *s) in compute_buffer() argument 67 config |= PCM3724_DIO_DIR_A0_OUT; in compute_buffer() 69 config |= PCM3724_DIO_DIR_A1_OUT; in compute_buffer() 73 config |= PCM3724_DIO_DIR_B0_OUT; in compute_buffer() 75 config |= PCM3724_DIO_DIR_B1_OUT; in compute_buffer() 79 config |= PCM3724_DIO_DIR_C0_OUT; in compute_buffer() 81 config |= PCM3724_DIO_DIR_C1_OUT; in compute_buffer() 83 return config; in compute_buffer() 91 int config; in do_3724_config() local 95 config = I8255_CTRL_CW; in do_3724_config() [all …]
|
/linux-4.4.14/drivers/ata/ |
D | Kconfig | 5 config HAVE_PATA_PLATFORM 34 config ATA_NONSTANDARD 38 config ATA_VERBOSE_ERROR 49 config ATA_ACPI 62 config SATA_ZPODD 76 config SATA_PMP 85 config SATA_AHCI 93 config SATA_AHCI_PLATFORM 101 config AHCI_BRCMSTB 110 config AHCI_DA850 [all …]
|
D | pata_via.c | 181 const struct via_isa_bridge *config = ap->host->private_data; in via_cable_detect() local 188 if ((config->flags & VIA_SATA_PATA) && ap->port_no == 0) in via_cable_detect() 192 if (config->udma_mask < ATA_UDMA4) in via_cable_detect() 195 else if (config->udma_mask < ATA_UDMA5) in via_cable_detect() 213 const struct via_isa_bridge *config = ap->host->private_data; in via_pre_reset() local 215 if (!(config->flags & VIA_NO_ENABLES)) { in via_pre_reset() 331 const struct via_isa_bridge *config = ap->host->private_data; in via_set_piomode() local 332 int set_ast = (config->flags & VIA_BAD_AST) ? 0 : 1; in via_set_piomode() 334 via_do_set_mode(ap, adev, adev->pio_mode, set_ast, config->udma_mask); in via_set_piomode() 339 const struct via_isa_bridge *config = ap->host->private_data; in via_set_dmamode() local [all …]
|
/linux-4.4.14/arch/um/kernel/ |
D | Makefile | 13 obj-y = config.o exec.o exitcode.o irq.o ksyms.o mem.o \ 24 USER_OBJS := config.o 28 targets := config.c config.tmp 33 $(obj)/config.tmp: $(objtree)/.config FORCE 40 $(obj)/config.c: $(src)/config.c.in $(obj)/config.tmp FORCE
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | Kconfig | 5 config ARCH_ORION5X_DT 17 config MACH_DB88F5281 24 config MACH_RD88F5182 31 config MACH_RD88F5182_DT 39 config MACH_KUROBOX_PRO 46 config MACH_DNS323 54 config MACH_TS209 61 config MACH_TERASTATION_PRO2 67 config MACH_LINKSTATION_PRO 75 config MACH_LINKSTATION_LSCHL [all …]
|
/linux-4.4.14/arch/metag/ |
D | Kconfig | 1 config METAG 33 config STACKTRACE_SUPPORT 36 config LOCKDEP_SUPPORT 39 config HAVE_LATENCYTOP_SUPPORT 42 config RWSEM_GENERIC_SPINLOCK 45 config RWSEM_XCHGADD_ALGORITHM 48 config GENERIC_HWEIGHT 51 config GENERIC_CALIBRATE_DELAY 54 config NO_IOPORT_MAP 63 config MMU [all …]
|
/linux-4.4.14/arch/mips/bcm63xx/ |
D | Kconfig | 4 config BCM63XX_CPU_3368 9 config BCM63XX_CPU_6328 14 config BCM63XX_CPU_6338 19 config BCM63XX_CPU_6345 23 config BCM63XX_CPU_6348 28 config BCM63XX_CPU_6358 33 config BCM63XX_CPU_6362 38 config BCM63XX_CPU_6368
|
/linux-4.4.14/tools/testing/ktest/examples/include/ |
D | min-config.conf | 47 TEST_START IF ${TEST} == min-config 49 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net 50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net 55 TEST_START IF ${TEST} == min-config && ${MULTI} 57 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min 58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip 59 MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net
|
/linux-4.4.14/drivers/usb/musb/ |
D | Kconfig | 7 config USB_MUSB_HDRC 38 config USB_MUSB_HOST 45 config USB_MUSB_GADGET 53 config USB_MUSB_DUAL_ROLE 65 config USB_MUSB_SUNXI 74 config USB_MUSB_DAVINCI 80 config USB_MUSB_DA8XX 86 config USB_MUSB_TUSB6010 91 config USB_MUSB_OMAP2PLUS 97 config USB_MUSB_AM35X [all …]
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | Kconfig | 20 config RT2400PCI 32 config RT2500PCI 44 config RT61PCI 59 config RT2800PCI 79 config RT2800PCI_RT33XX 87 config RT2800PCI_RT35XX 96 config RT2800PCI_RT53XX 104 config RT2800PCI_RT3290 113 config RT2500USB 124 config RT73USB [all …]
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | Kconfig | 10 config CPU_S3C6400 15 config CPU_S3C6410 20 config S3C64XX_PL080 25 config S3C64XX_SETUP_SDHCI 32 config S3C64XX_DEV_ONENAND1 37 config SAMSUNG_DEV_BACKLIGHT 45 config S3C64XX_SETUP_I2C0 54 config S3C64XX_SETUP_I2C1 59 config S3C64XX_SETUP_IDE 64 config S3C64XX_SETUP_FB_24BPP [all …]
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 533 my ($config) = @_; 536 return if (defined($opt{$config})); 538 if (defined($config_help{$config})) { 540 print $config_help{$config}; 544 print "$config = "; 545 if (defined($default{$config}) && length($default{$config})) { 546 print "\[$default{$config}\] "; 551 if ($default{$config}) { 552 $ans = $default{$config}; 558 $entered_configs{$config} = ${ans}; [all …]
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | uart.c | 57 const struct nfcmrvl_fw_uart_config *config = param; in nfcmrvl_uart_nci_update_config() local 59 nci_uart_set_config(nu, le32_to_cpu(config->baudrate), in nfcmrvl_uart_nci_update_config() 60 config->flow_control); in nfcmrvl_uart_nci_update_config() 111 struct nfcmrvl_platform_data config; in nfcmrvl_nci_uart_open() local 121 &config) == 0) in nfcmrvl_nci_uart_open() 122 pdata = &config; in nfcmrvl_nci_uart_open() 126 config.hci_muxed = hci_muxed; in nfcmrvl_nci_uart_open() 127 config.reset_n_io = reset_n_io; in nfcmrvl_nci_uart_open() 128 config.flow_control = flow_control; in nfcmrvl_nci_uart_open() 129 config.break_control = break_control; in nfcmrvl_nci_uart_open() [all …]
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | via_clock.c | 100 static void cle266_set_primary_pll(struct via_pll_config config) in cle266_set_primary_pll() argument 102 cle266_set_primary_pll_encoded(cle266_encode_pll(config)); in cle266_set_primary_pll() 105 static void k800_set_primary_pll(struct via_pll_config config) in k800_set_primary_pll() argument 107 k800_set_primary_pll_encoded(k800_encode_pll(config)); in k800_set_primary_pll() 110 static void vx855_set_primary_pll(struct via_pll_config config) in vx855_set_primary_pll() argument 112 k800_set_primary_pll_encoded(vx855_encode_pll(config)); in vx855_set_primary_pll() 115 static void cle266_set_secondary_pll(struct via_pll_config config) in cle266_set_secondary_pll() argument 117 cle266_set_secondary_pll_encoded(cle266_encode_pll(config)); in cle266_set_secondary_pll() 120 static void k800_set_secondary_pll(struct via_pll_config config) in k800_set_secondary_pll() argument 122 k800_set_secondary_pll_encoded(k800_encode_pll(config)); in k800_set_secondary_pll() [all …]
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 31 config SPI_DEBUG 42 config SPI_MASTER 56 config SPI_ALTERA 62 config SPI_ATH79 70 config SPI_ATMEL 78 config SPI_BCM2835 91 config SPI_BCM2835AUX 102 config SPI_BFIN5XX 108 config SPI_ADI_V3 115 config SPI_BFIN_SPORT [all …]
|
D | spi-imx.c | 80 int (*config)(struct spi_imx_data *, struct spi_imx_config *); member 312 struct spi_imx_config *config) in mx51_ecspi_config() argument 316 u32 clk = config->speed_hz, delay; in mx51_ecspi_config() 328 ctrl |= mx51_ecspi_clkdiv(spi_imx->spi_clk, config->speed_hz, &clk); in mx51_ecspi_config() 331 ctrl |= MX51_ECSPI_CTRL_CS(config->cs); in mx51_ecspi_config() 333 ctrl |= (config->bpw - 1) << MX51_ECSPI_CTRL_BL_OFFSET; in mx51_ecspi_config() 335 cfg |= MX51_ECSPI_CONFIG_SBBCTRL(config->cs); in mx51_ecspi_config() 337 if (config->mode & SPI_CPHA) in mx51_ecspi_config() 338 cfg |= MX51_ECSPI_CONFIG_SCLKPHA(config->cs); in mx51_ecspi_config() 340 cfg &= ~MX51_ECSPI_CONFIG_SCLKPHA(config->cs); in mx51_ecspi_config() [all …]
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | Kconfig | 3 config PINCTRL_ABX500 10 config PINCTRL_AB8500 14 config PINCTRL_AB8540 18 config PINCTRL_AB9540 22 config PINCTRL_AB8505 30 config PINCTRL_NOMADIK 39 config PINCTRL_STN8815 43 config PINCTRL_DB8500 47 config PINCTRL_DB8540
|
/linux-4.4.14/sound/isa/galaxy/ |
D | galaxy.c | 198 u32 config; member 204 static u32 config[SNDRV_CARDS]; variable 217 config[n] |= GALAXY_CONFIG_SBA_220; in snd_galaxy_match() 220 config[n] |= GALAXY_CONFIG_SBA_240; in snd_galaxy_match() 223 config[n] |= GALAXY_CONFIG_SBA_260; in snd_galaxy_match() 226 config[n] |= GALAXY_CONFIG_SBA_280; in snd_galaxy_match() 238 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_530; in snd_galaxy_match() 241 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_604; in snd_galaxy_match() 244 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_E80; in snd_galaxy_match() 247 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_F40; in snd_galaxy_match() [all …]
|
/linux-4.4.14/drivers/tty/serial/ |
D | kgdboc.c | 31 static char config[MAX_CONFIG_LEN]; variable 33 .string = config, 140 strcpy(config, opt); in kgdboc_option_setup() 161 char *cptr = config; in configure_kgdboc() 164 err = kgdboc_option_setup(config); in configure_kgdboc() 165 if (err || !strlen(config) || isspace(config[0])) in configure_kgdboc() 216 config[0] = 0; in configure_kgdboc() 259 strcpy(config, kmessage); in param_set_kgdboc_var() 270 strcpy(config, kmessage); in param_set_kgdboc_var() 272 if (config[len - 1] == '\n') in param_set_kgdboc_var() [all …]
|
/linux-4.4.14/drivers/bcma/ |
D | Kconfig | 1 config BCMA_POSSIBLE 9 config BCMA 17 config BCMA_BLOCKIO 21 config BCMA_HOST_PCI_POSSIBLE 26 config BCMA_HOST_PCI 32 config BCMA_HOST_SOC 42 config BCMA_DRIVER_PCI 58 config BCMA_DRIVER_PCI_HOSTMODE 64 config BCMA_DRIVER_MIPS 73 config BCMA_SFLASH [all …]
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 5 config ARCH_HAVE_CUSTOM_GPIO_H 8 Selecting this config option from the architecture Kconfig allows 13 config ARCH_WANT_OPTIONAL_GPIOLIB 16 Select this config option from the architecture Kconfig, if 23 config ARCH_REQUIRE_GPIOLIB 46 config GPIO_DEVRES 50 config OF_GPIO 54 config GPIO_ACPI 58 config GPIOLIB_IRQCHIP 62 config DEBUG_GPIO [all …]
|
/linux-4.4.14/drivers/dma/ |
D | Kconfig | 16 config DMADEVICES_DEBUG 23 config DMADEVICES_VDEBUG 37 config ASYNC_TX_ENABLE_CHANNEL_SWITCH 40 config ARCH_HAS_ASYNC_TX_FIND_CHANNEL 43 config DMA_ENGINE 46 config DMA_VIRTUAL_CHANNELS 49 config DMA_ACPI 53 config DMA_OF 59 config AMBA_PL08X 68 config AMCC_PPC440SPE_ADMA [all …]
|
/linux-4.4.14/drivers/video/backlight/ |
D | Kconfig | 16 config LCD_CLASS_DEVICE 30 config LCD_CORGI 37 config LCD_L4F00242T03 45 config LCD_LMS283GF05 53 config LCD_LTV350QV 64 config LCD_ILI922X 71 config LCD_ILI9320 78 config LCD_TDO24M 85 config LCD_VGG2432A4 93 config LCD_PLATFORM [all …]
|
/linux-4.4.14/drivers/bluetooth/ |
D | btqca.c | 111 static void rome_tlv_check_data(struct rome_config *config, in rome_tlv_check_data() argument 130 switch (config->type) { in rome_tlv_check_data() 174 tlv_nvm->data[2] = config->user_baud_rate; in rome_tlv_check_data() 192 BT_ERR("Unknown TLV type %d", config->type); in rome_tlv_check_data() 285 struct rome_config *config) in rome_download_firmware() argument 290 BT_INFO("%s: ROME Downloading %s", hdev->name, config->fwname); in rome_download_firmware() 292 ret = request_firmware(&fw, config->fwname, &hdev->dev); in rome_download_firmware() 295 config->fwname, ret); in rome_download_firmware() 299 rome_tlv_check_data(config, fw); in rome_download_firmware() 304 config->fwname, ret); in rome_download_firmware() [all …]
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | Kconfig | 5 config PMC_MSP4200_EVAL 11 config PMC_MSP4200_GW 16 config PMC_MSP7120_EVAL 22 config PMC_MSP7120_GW 30 config PMC_MSP7120_FPGA 38 config MSP_HAS_USB 42 config MSP_ETH 47 config MSP_HAS_MAC
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | Kconfig | 3 config AINTC 6 config CP_INTC 10 config ARCH_DAVINCI_DMx 18 config ARCH_DAVINCI_DM644x 23 config ARCH_DAVINCI_DM355 28 config ARCH_DAVINCI_DM646x 33 config ARCH_DAVINCI_DA830 40 config ARCH_DAVINCI_DA850 46 config ARCH_DAVINCI_DA8XX 50 config ARCH_DAVINCI_DM365 [all …]
|
/linux-4.4.14/drivers/phy/ |
D | Kconfig | 7 config GENERIC_PHY 16 framework should select this config. 18 config PHY_BERLIN_USB 25 config PHY_BERLIN_SATA 32 config ARMADA375_USBCLUSTER_PHY 38 config PHY_DM816X_USB 47 config PHY_EXYNOS_MIPI_VIDEO 57 config PHY_LPC18XX_USB_OTG 68 config PHY_PXA_28NM_HSIC 79 config PHY_PXA_28NM_USB2 [all …]
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 2 config IOMMU_API 20 config IOMMU_IO_PGTABLE 23 config IOMMU_IO_PGTABLE_LPAE 33 config IOMMU_IO_PGTABLE_LPAE_SELFTEST 44 config IOMMU_IOVA 47 config OF_IOMMU 52 config IOMMU_DMA 58 config FSL_PAMU 70 config MSM_IOMMU 83 config IOMMU_PGTABLES_L2 [all …]
|
/linux-4.4.14/arch/arm/common/ |
D | Kconfig | 1 config ICST 4 config SA1111 8 config DMABOUNCE 12 config SHARP_LOCOMO 15 config SHARP_PARAM 18 config SHARP_SCOOP
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 6 config ETRAX_DRAM_VIRTUAL_BASE 10 config ETRAX_L2CACHE 14 config ETRAX_SERIAL_PORTS 18 config ETRAX_DDR2_MRS 22 config ETRAX_DDR2_TIMING 28 config ETRAX_DDR2_CONFIG 29 hex "DDR2 config" 32 config ETRAX_DDR2_LATENCY 36 config ETRAX_PIO_CE0_CFG 40 config ETRAX_PIO_CE1_CFG [all …]
|