/Linux-v5.4/sound/soc/codecs/ |
D | Kconfig | 6 config SND_SOC_I2C_AND_SPI 14 config SND_SOC_ALL_CODECS 271 config SND_SOC_88PM860X 274 config SND_SOC_ARIZONA 287 config SND_SOC_WM_HUBS 292 config SND_SOC_WM_ADSP 306 config SND_SOC_AB8500_CODEC 309 config SND_SOC_AC97_CODEC 314 config SND_SOC_AD1836 317 config SND_SOC_AD193X [all …]
|
/Linux-v5.4/kernel/ |
D | Kconfig.locks | 5 config ARCH_INLINE_SPIN_TRYLOCK 8 config ARCH_INLINE_SPIN_TRYLOCK_BH 11 config ARCH_INLINE_SPIN_LOCK 14 config ARCH_INLINE_SPIN_LOCK_BH 17 config ARCH_INLINE_SPIN_LOCK_IRQ 20 config ARCH_INLINE_SPIN_LOCK_IRQSAVE 23 config ARCH_INLINE_SPIN_UNLOCK 26 config ARCH_INLINE_SPIN_UNLOCK_BH 29 config ARCH_INLINE_SPIN_UNLOCK_IRQ 32 config ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE [all …]
|
/Linux-v5.4/drivers/irqchip/ |
D | Kconfig | 4 config IRQCHIP 8 config ARM_GIC 14 config ARM_GIC_PM 19 config ARM_GIC_MAX_NR 25 config ARM_GIC_V2M 31 config GIC_NON_BANKED 34 config ARM_GIC_V3 41 config ARM_GIC_V3_ITS 46 config ARM_GIC_V3_ITS_PCI 53 config ARM_GIC_V3_ITS_FSL_MC [all …]
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | Kconfig | 8 config MACH_PXA25X_DT 19 config MACH_PXA27X_DT 30 config MACH_PXA3XX_DT 42 config ARCH_LUBBOCK 48 config MACH_MAINSTONE 53 config MACH_ZYLONITE 57 config MACH_ZYLONITE300 63 config MACH_ZYLONITE320 68 config MACH_LITTLETON 74 config MACH_TAVOREVB [all …]
|
/Linux-v5.4/lib/ |
D | Kconfig | 6 config BINARY_PRINTF 11 config RAID6_PQ 14 config RAID6_PQ_BENCHMARK 22 config PACKING 39 config BITREVERSE 42 config HAVE_ARCH_BITREVERSE 50 config GENERIC_STRNCPY_FROM_USER 53 config GENERIC_STRNLEN_USER 56 config GENERIC_NET_UTILS 59 config GENERIC_FIND_FIRST_BIT [all …]
|
/Linux-v5.4/arch/mips/ |
D | Kconfig | 2 config MIPS 96 config MIPS_GENERIC 150 config MIPS_ALCHEMY 164 config AR7 186 config ATH25 200 config ATH79 224 config BMIPS_GENERIC 261 config BCM47XX 285 config BCM63XX 304 config MIPS_COBALT [all …]
|
/Linux-v5.4/drivers/hwtracing/coresight/ |
D | coresight-etm3x-sysfs.c | 72 struct etm_config *config = &drvdata->config; in reset_store() local 80 memset(config, 0, sizeof(struct etm_config)); in reset_store() 81 config->mode = ETM_MODE_EXCLUDE; in reset_store() 82 config->trigger_event = ETM_DEFAULT_EVENT_VAL; in reset_store() 84 config->addr_type[i] = ETM_ADDR_TYPE_NONE; in reset_store() 87 etm_set_default(config); in reset_store() 100 struct etm_config *config = &drvdata->config; in mode_show() local 102 val = config->mode; in mode_show() 113 struct etm_config *config = &drvdata->config; in mode_store() local 120 config->mode = val & ETM_MODE_ALL; in mode_store() [all …]
|
D | coresight-etm4x-sysfs.c | 16 struct etmv4_config *config = &drvdata->config; in etm4_set_mode_exclude() local 18 idx = config->addr_idx; in etm4_set_mode_exclude() 24 if (BMVAL(config->addr_acc[idx], 0, 1) == ETM_INSTR_ADDR) { in etm4_set_mode_exclude() 33 if (config->addr_type[idx] != ETM_ADDR_TYPE_RANGE || in etm4_set_mode_exclude() 34 config->addr_type[idx + 1] != ETM_ADDR_TYPE_RANGE) in etm4_set_mode_exclude() 42 config->viiectlr |= BIT(idx / 2 + 16); in etm4_set_mode_exclude() 43 config->viiectlr &= ~BIT(idx / 2); in etm4_set_mode_exclude() 49 config->viiectlr |= BIT(idx / 2); in etm4_set_mode_exclude() 50 config->viiectlr &= ~BIT(idx / 2 + 16); in etm4_set_mode_exclude() 171 struct etmv4_config *config = &drvdata->config; in reset_store() local [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | stat-display.c | 23 static void print_running(struct perf_stat_config *config, in print_running() argument 26 if (config->csv_output) { in print_running() 27 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running() 28 config->csv_sep, in print_running() 30 config->csv_sep, in print_running() 33 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running() 37 static void print_noise_pct(struct perf_stat_config *config, in print_noise_pct() argument 42 if (config->csv_output) in print_noise_pct() 43 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct); in print_noise_pct() 45 fprintf(config->output, " ( +-%6.2f%% )", pct); in print_noise_pct() [all …]
|
/Linux-v5.4/drivers/soc/renesas/ |
D | Kconfig | 2 config SOC_RENESAS 9 config ARCH_RCAR_GEN1 17 config ARCH_RCAR_GEN2 26 config ARCH_RCAR_GEN3 35 config ARCH_RMOBILE 43 config ARCH_RZN1 51 config ARCH_EMEV2 56 config ARCH_R7S72100 65 config ARCH_R7S9210 72 config ARCH_R8A73A4 [all …]
|
/Linux-v5.4/arch/ |
D | Kconfig | 14 config CRASH_CORE 17 config KEXEC_CORE 21 config KEXEC_ELF 24 config HAVE_IMA_KEXEC 27 config HOTPLUG_SMT 30 config OPROFILE 43 config OPROFILE_EVENT_MULTIPLEX 55 config HAVE_OPROFILE 58 config OPROFILE_NMI_TIMER 62 config KPROBES [all …]
|
/Linux-v5.4/drivers/clocksource/ |
D | Kconfig | 5 config TIMER_OF 9 config TIMER_ACPI 13 config TIMER_PROBE 16 config CLKSRC_I8253 19 config CLKEVT_I8253 22 config I8253_LOCK 25 config OMAP_DM_TIMER 28 config CLKBLD_I8253 31 config CLKSRC_MMIO 34 config BCM2835_TIMER [all …]
|
/Linux-v5.4/arch/sh/ |
D | Kconfig | 2 config SUPERH 64 config SUPERH32 85 config SUPERH64 90 config ARCH_DEFCONFIG 95 config GENERIC_BUG 99 config GENERIC_CSUM 103 config GENERIC_HWEIGHT 106 config GENERIC_CALIBRATE_DELAY 109 config GENERIC_LOCKBREAK 113 config ARCH_SUSPEND_POSSIBLE [all …]
|
/Linux-v5.4/arch/csky/ |
D | Kconfig | 2 config CSKY 62 config CPU_HAS_CACHEV2 65 config CPU_HAS_FPUV2 68 config CPU_HAS_HILO 71 config CPU_HAS_TLBI 74 config CPU_HAS_LDSTEX 79 config CPU_NEED_TLBSYNC 82 config CPU_NEED_SOFTALIGN 85 config CPU_NO_USER_BKPT 94 config GENERIC_CALIBRATE_DELAY [all …]
|
/Linux-v5.4/drivers/pinctrl/sh-pfc/ |
D | Kconfig | 6 config PINCTRL_SH_PFC 51 config PINCTRL_SH_PFC_GPIO 57 config PINCTRL_SH_FUNC_GPIO 63 config PINCTRL_PFC_EMEV2 66 config PINCTRL_PFC_R8A73A4 70 config PINCTRL_PFC_R8A7740 74 config PINCTRL_PFC_R8A7743 77 config PINCTRL_PFC_R8A7744 80 config PINCTRL_PFC_R8A7745 83 config PINCTRL_PFC_R8A77470 [all …]
|
/Linux-v5.4/arch/s390/ |
D | Kconfig | 2 config MMU 5 config ZONE_DMA 8 config CPU_BIG_ENDIAN 11 config LOCKDEP_SUPPORT 14 config STACKTRACE_SUPPORT 17 config ARCH_HAS_ILOG2_U32 20 config ARCH_HAS_ILOG2_U64 23 config GENERIC_HWEIGHT 26 config GENERIC_BUG 29 config GENERIC_BUG_RELATIVE_POINTERS [all …]
|
/Linux-v5.4/arch/arm/mach-s3c24xx/ |
D | Kconfig | 10 config PLAT_S3C24XX 26 config CPU_S3C2410 37 config CPU_S3C2412 45 config CPU_S3C2416 53 config CPU_S3C2440 61 config CPU_S3C2442 69 config CPU_S3C244X 73 config CPU_S3C2443 82 config S3C24XX_SMDK 87 config S3C24XX_SIMTEC_AUDIO [all …]
|
/Linux-v5.4/arch/powerpc/platforms/ |
D | Kconfig.cputype | 2 config PPC64 9 config PPC_BOOK3S_32 27 config PPC_BOOK3S_6xx 35 config PPC_BOOK3S_601 41 config PPC_85xx 45 config PPC_8xx 53 config 40x 60 config 44x 68 config E200 84 config PPC_BOOK3S_64 [all …]
|
/Linux-v5.4/drivers/clk/mediatek/ |
D | Kconfig | 8 config COMMON_CLK_MEDIATEK 14 config COMMON_CLK_MT2701 22 config COMMON_CLK_MT2701_MMSYS 28 config COMMON_CLK_MT2701_IMGSYS 34 config COMMON_CLK_MT2701_VDECSYS 40 config COMMON_CLK_MT2701_HIFSYS 46 config COMMON_CLK_MT2701_ETHSYS 52 config COMMON_CLK_MT2701_BDPSYS 58 config COMMON_CLK_MT2701_AUDSYS 64 config COMMON_CLK_MT2701_G3DSYS [all …]
|
/Linux-v5.4/arch/arm/mach-imx/devices/ |
D | Kconfig | 2 config IMX_HAVE_PLATFORM_FEC 6 config IMX_HAVE_PLATFORM_FLEXCAN 9 config IMX_HAVE_PLATFORM_FSL_USB2_UDC 12 config IMX_HAVE_PLATFORM_GPIO_KEYS 15 config IMX_HAVE_PLATFORM_IMX21_HCD 18 config IMX_HAVE_PLATFORM_IMX27_CODA 22 config IMX_HAVE_PLATFORM_IMX2_WDT 25 config IMX_HAVE_PLATFORM_IMX_FB 28 config IMX_HAVE_PLATFORM_IMX_I2C 31 config IMX_HAVE_PLATFORM_IMX_KEYPAD [all …]
|
/Linux-v5.4/scripts/ |
D | diffconfig | 4 # diffconfig - a tool to compare .config files. 16 Diffconfig is a simple utility for comparing two .config files. 17 Using standard diff to compare .config files often includes extraneous and 25 changed and new values in kernel config option format. 27 If no config files are specified, .config and .config.old are used. 30 $ diffconfig .config config-with-some-changes 39 # returns a dictionary of name/value pairs for config items in the file 51 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)) [all …]
|
/Linux-v5.4/arch/arm/mm/ |
D | Kconfig | 9 config CPU_ARM7TDMI 24 config CPU_ARM720T 43 config CPU_ARM740T 61 config CPU_ARM9TDMI 76 config CPU_ARM920T 95 config CPU_ARM922T 115 config CPU_ARM925T 135 config CPU_ARM926T 154 config CPU_FA526 172 config CPU_ARM940T [all …]
|
/Linux-v5.4/arch/powerpc/ |
D | Kconfig | 4 config PPC32 8 config 32BIT 12 config 64BIT 16 config MMU 20 config ARCH_MMAP_RND_BITS_MAX 38 config ARCH_MMAP_RND_BITS_MIN 46 config ARCH_MMAP_RND_COMPAT_BITS_MAX 54 config ARCH_MMAP_RND_COMPAT_BITS_MIN 62 config HAVE_SETUP_PER_CPU_AREA 65 config NEED_PER_CPU_EMBED_FIRST_CHUNK [all …]
|
/Linux-v5.4/arch/arm/plat-samsung/ |
D | Kconfig | 5 config PLAT_SAMSUNG 14 config SAMSUNG_PM 28 config S3C_LOWLEVEL_UART_PORT 38 config SAMSUNG_ATAGS 51 config S3C_GPIO_SPACE 60 config S3C_GPIO_TRACK 68 config S3C_ADC 78 config S3C_DEV_HSMMC 83 config S3C_DEV_HSMMC1 88 config S3C_DEV_HSMMC2 [all …]
|
/Linux-v5.4/arch/arc/ |
D | Kconfig | 6 config ARC 50 config ARCH_HAS_CACHE_LINE_SIZE 53 config TRACE_IRQFLAGS_SUPPORT 56 config LOCKDEP_SUPPORT 59 config SCHED_OMIT_FRAME_POINTER 62 config GENERIC_CSUM 65 config ARCH_DISCONTIGMEM_ENABLE 68 config ARCH_FLATMEM_ENABLE 71 config MMU 74 config NO_IOPORT_MAP [all …]
|