/Linux-v6.1/sound/soc/codecs/ |
D | Kconfig | 6 config SND_SOC_I2C_AND_SPI 14 config SND_SOC_ALL_CODECS 327 config SND_SOC_88PM860X 331 config SND_SOC_ARIZONA 344 config SND_SOC_WM_HUBS 349 config SND_SOC_WM_ADSP 368 config SND_SOC_AB8500_CODEC 372 config SND_SOC_AC97_CODEC 377 config SND_SOC_AD1836 381 config SND_SOC_AD193X [all …]
|
/Linux-v6.1/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-v6.1/lib/ |
D | Kconfig | 6 config BINARY_PRINTF 11 config RAID6_PQ 14 config RAID6_PQ_BENCHMARK 22 config LINEAR_RANGES 25 config PACKING 42 config BITREVERSE 45 config HAVE_ARCH_BITREVERSE 52 config ARCH_HAS_STRNCPY_FROM_USER 55 config ARCH_HAS_STRNLEN_USER 58 config GENERIC_STRNCPY_FROM_USER [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | stat-display.c | 28 static void print_running(struct perf_stat_config *config, in print_running() argument 36 if (config->json_output) in print_running() 37 fprintf(config->output, in print_running() 40 else if (config->csv_output) in print_running() 41 fprintf(config->output, in print_running() 42 "%s%" PRIu64 "%s%.2f", config->csv_sep, in print_running() 43 run, config->csv_sep, enabled_percent); in print_running() 45 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running() 48 static void print_noise_pct(struct perf_stat_config *config, in print_noise_pct() argument 53 if (config->json_output) in print_noise_pct() [all …]
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | Kconfig | 23 config MACH_PXA25X_DT 34 config MACH_PXA27X_DT 45 config MACH_PXA3XX_DT 59 config ARCH_LUBBOCK 66 config MACH_MAINSTONE 72 config MACH_ZYLONITE 76 config MACH_ZYLONITE300 83 config MACH_ZYLONITE320 89 config MACH_LITTLETON 96 config MACH_TAVOREVB [all …]
|
/Linux-v6.1/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-v6.1/drivers/irqchip/ |
D | Kconfig | 4 config IRQCHIP 8 config ARM_GIC 13 config ARM_GIC_PM 18 config ARM_GIC_MAX_NR 24 config ARM_GIC_V2M 30 config GIC_NON_BANKED 33 config ARM_GIC_V3 39 config ARM_GIC_V3_ITS 44 config ARM_GIC_V3_ITS_PCI 51 config ARM_GIC_V3_ITS_FSL_MC [all …]
|
/Linux-v6.1/arch/mips/ |
D | Kconfig | 2 config MIPS 106 config MIPS_FIXUP_BIGPHYS_ADDR 109 config MIPS_GENERIC 112 config MACH_INGENIC 135 config MIPS_GENERIC_KERNEL 190 config MIPS_ALCHEMY 205 config AR7 227 config ATH25 241 config ATH79 263 config BMIPS_GENERIC [all …]
|
/Linux-v6.1/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 | 17 struct etmv4_config *config = &drvdata->config; in etm4_set_mode_exclude() local 19 idx = config->addr_idx; in etm4_set_mode_exclude() 25 if (FIELD_GET(TRCACATRn_TYPE_MASK, config->addr_acc[idx]) == TRCACATRn_TYPE_ADDR) { in etm4_set_mode_exclude() 34 if (config->addr_type[idx] != ETM_ADDR_TYPE_RANGE || in etm4_set_mode_exclude() 35 config->addr_type[idx + 1] != ETM_ADDR_TYPE_RANGE) in etm4_set_mode_exclude() 43 config->viiectlr |= BIT(idx / 2 + 16); in etm4_set_mode_exclude() 44 config->viiectlr &= ~BIT(idx / 2); in etm4_set_mode_exclude() 50 config->viiectlr |= BIT(idx / 2); in etm4_set_mode_exclude() 51 config->viiectlr &= ~BIT(idx / 2 + 16); in etm4_set_mode_exclude() 172 struct etmv4_config *config = &drvdata->config; in reset_store() local [all …]
|
/Linux-v6.1/drivers/soc/renesas/ |
D | Kconfig | 9 config ARCH_RCAR_GEN1 17 config ARCH_RCAR_GEN2 26 config ARCH_RCAR_GEN3 35 config ARCH_RMOBILE 43 config ARCH_RZG2L 49 config ARCH_RZN1 59 config ARCH_EMEV2 64 config ARCH_R8A7794 70 config ARCH_R8A7779 79 config ARCH_R8A7790 [all …]
|
/Linux-v6.1/arch/ |
D | Kconfig | 14 config CRASH_CORE 17 config KEXEC_CORE 21 config KEXEC_ELF 24 config HAVE_IMA_KEXEC 27 config ARCH_HAS_SUBPAGE_FAULTS 34 config HOTPLUG_SMT 37 config GENERIC_ENTRY 40 config KPROBES 53 config JUMP_LABEL 79 config STATIC_KEYS_SELFTEST [all …]
|
/Linux-v6.1/drivers/pinctrl/renesas/ |
D | Kconfig | 8 config PINCTRL_RENESAS 60 config PINCTRL_SH_PFC 69 config PINCTRL_SH_PFC_GPIO 76 config PINCTRL_SH_FUNC_GPIO 82 config PINCTRL_PFC_EMEV2 86 config PINCTRL_PFC_R8A77995 90 config PINCTRL_PFC_R8A7794 94 config PINCTRL_PFC_R8A77990 98 config PINCTRL_PFC_R8A7779 102 config PINCTRL_PFC_R8A7790 [all …]
|
/Linux-v6.1/arch/sh/ |
D | Kconfig | 2 config SUPERH 77 config GENERIC_BUG 81 config GENERIC_HWEIGHT 84 config GENERIC_CALIBRATE_DELAY 87 config GENERIC_LOCKBREAK 91 config ARCH_SUSPEND_POSSIBLE 94 config ARCH_HIBERNATION_POSSIBLE 97 config SYS_SUPPORTS_APM_EMULATION 101 config SYS_SUPPORTS_SMP 104 config SYS_SUPPORTS_NUMA [all …]
|
/Linux-v6.1/drivers/clk/renesas/ |
D | Kconfig | 3 config CLK_RENESAS 46 config CLK_EMEV2 49 config CLK_RZA1 53 config CLK_R7S9210 57 config CLK_R8A73A4 62 config CLK_R8A7740 67 config CLK_R8A7742 71 config CLK_R8A7743 75 config CLK_R8A7745 79 config CLK_R8A77470 [all …]
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | daemon.sh | 103 local config=$1 105 local line=`perf daemon --config ${config} -x: | head -1` 112 perf daemon stop --config ${config} 120 local config=$1 123 perf daemon start --config ${config} 126 trap "echo 'FAILED: Signal caught'; daemon_exit ${config}; exit 1" SIGINT SIGTERM 132 state=`perf daemon ping --config ${config} --session ${session} | awk '{ print $1 }'` 137 daemon_exit ${config} 147 local config=$(mktemp /tmp/perf.daemon.config.XXX) 150 cat <<EOF > ${config} [all …]
|
/Linux-v6.1/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_SYSTIMER 29 config CLKBLD_I8253 32 config CLKSRC_MMIO 35 config BCM2835_TIMER [all …]
|
/Linux-v6.1/arch/csky/ |
D | Kconfig | 2 config CSKY 113 config LOCKDEP_SUPPORT 116 config ARCH_SUPPORTS_UPROBES 119 config CPU_HAS_CACHEV2 122 config CPU_HAS_FPUV2 125 config CPU_HAS_HILO 128 config CPU_HAS_TLBI 131 config CPU_HAS_LDSTEX 136 config CPU_NEED_TLBSYNC 139 config CPU_NEED_SOFTALIGN [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | ia_css_isp_params.c | 1784 struct ia_css_dp_config *config) in ia_css_get_dp_config() argument 1786 if (!config) in ia_css_get_dp_config() 1791 "ia_css_get_dp_config() enter: config=%p\n", in ia_css_get_dp_config() 1792 config); in ia_css_get_dp_config() 1794 *config = params->dp_config; in ia_css_get_dp_config() 1798 ia_css_dp_debug_dtrace(config, IA_CSS_DEBUG_TRACE); in ia_css_get_dp_config() 1805 const struct ia_css_dp_config *config) in ia_css_set_dp_config() argument 1807 if (!config) in ia_css_set_dp_config() 1812 ia_css_dp_debug_dtrace(config, IA_CSS_DEBUG_TRACE); in ia_css_set_dp_config() 1813 params->dp_config = *config; in ia_css_set_dp_config() [all …]
|
/Linux-v6.1/drivers/net/phy/ |
D | Kconfig | 6 config PHYLINK 28 config SWPHY 31 config LED_TRIGGER_PHY 48 config FIXED_PHY 58 config SFP 66 config AMD_PHY 71 config MESON_GXL_PHY 77 config ADIN_PHY 86 config ADIN1100_PHY 93 config AQUANTIA_PHY [all …]
|
/Linux-v6.1/arch/powerpc/platforms/ |
D | Kconfig.cputype | 2 config PPC32 6 config PPC64 28 config PPC_BOOK3S_32 34 config PPC_85xx 38 config PPC_8xx 46 config 40x 54 config 44x 65 config PPC_BOOK3S_603 73 config PPC_BOOK3S_604 92 config PPC_BOOK3S_64 [all …]
|
/Linux-v6.1/virt/kvm/ |
D | Kconfig | 4 config HAVE_KVM 7 config HAVE_KVM_PFNCACHE 10 config HAVE_KVM_IRQCHIP 13 config HAVE_KVM_IRQFD 16 config HAVE_KVM_IRQ_ROUTING 19 config HAVE_KVM_DIRTY_RING 25 config HAVE_KVM_DIRTY_RING_TSO 32 config HAVE_KVM_DIRTY_RING_ACQ_REL 36 config HAVE_KVM_EVENTFD 40 config KVM_MMIO [all …]
|
/Linux-v6.1/arch/s390/ |
D | Kconfig | 2 config MMU 5 config CPU_BIG_ENDIAN 8 config LOCKDEP_SUPPORT 11 config STACKTRACE_SUPPORT 14 config ARCH_HAS_ILOG2_U32 17 config ARCH_HAS_ILOG2_U64 20 config GENERIC_HWEIGHT 23 config GENERIC_BUG 26 config GENERIC_BUG_RELATIVE_POINTERS 29 config GENERIC_LOCKBREAK [all …]
|
/Linux-v6.1/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-v6.1/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 …]
|