/linux/sound/soc/codecs/ |
H A D | Kconfig | 6 config SND_SOC_I2C_AND_SPI 14 config SND_SOC_ALL_CODECS 373 config SND_SOC_88PM860X 377 config SND_SOC_ARIZONA 390 config SND_SOC_WM_HUBS 395 config SND_SOC_WM_ADSP 422 config SND_SOC_AB8500_CODEC 426 config SND_SOC_AC97_CODEC 431 config SND_SOC_AD1836 435 config SND_SOC_AD193X [all …]
|
/linux/kernel/ |
H A 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/lib/ |
H A D | Kconfig | 6 config BINARY_PRINTF 11 config RAID6_PQ 14 config RAID6_PQ_BENCHMARK 22 config LINEAR_RANGES 25 config PACKING 43 config PACKING_KUNIT_TEST 55 config BITREVERSE 58 config HAVE_ARCH_BITREVERSE 65 config ARCH_HAS_STRNCPY_FROM_USER 68 config ARCH_HAS_STRNLEN_USER [all …]
|
/linux/drivers/clk/mediatek/ |
H A D | Kconfig | 8 config COMMON_CLK_MEDIATEK 14 config COMMON_CLK_MEDIATEK_FHCTL 21 config COMMON_CLK_MT2701 29 config COMMON_CLK_MT2701_MMSYS 35 config COMMON_CLK_MT2701_IMGSYS 41 config COMMON_CLK_MT2701_VDECSYS 47 config COMMON_CLK_MT2701_HIFSYS 53 config COMMON_CLK_MT2701_ETHSYS 59 config COMMON_CLK_MT2701_BDPSYS 65 config COMMON_CLK_MT2701_AUDSYS [all …]
|
/linux/drivers/irqchip/ |
H A 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 33 config GIC_NON_BANKED 36 config ARM_GIC_V3 44 config ARM_GIC_ITS_PARENT 47 config ARM_GIC_V3_ITS 55 config ARM_GIC_V3_ITS_FSL_MC [all …]
|
/linux/tools/perf/util/ |
H A D | stat-display.c | 102 static void print_running_std(struct perf_stat_config *config, u64 run, u64 ena) in print_running_std() argument 105 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running_std() 108 static void print_running_csv(struct perf_stat_config *config, u64 run, u64 ena) in print_running_csv() argument 114 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running_csv() 115 config->csv_sep, run, config->csv_sep, enabled_percent); in print_running_csv() 164 static void print_running(struct perf_stat_config *config, struct outstate *os, in print_running() argument 167 if (config->json_output) { in print_running() 170 } else if (config->csv_output) { in print_running() 172 print_running_csv(config, run, ena); in print_running() 175 print_running_std(config, run, ena); in print_running() [all …]
|
/linux/arch/mips/ |
H A D | Kconfig | 2 config MIPS 113 config MIPS_FIXUP_BIGPHYS_ADDR 116 config MIPS_GENERIC 119 config MACH_GENERIC_CORE 122 config MACH_INGENIC 144 config MIPS_GENERIC_KERNEL 201 config MIPS_ALCHEMY 216 config ATH25 230 config ATH79 252 config BMIPS_GENERIC [all …]
|
/linux/drivers/hwtracing/coresight/ |
H A 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() 101 struct etm_config *config = &drvdata->config; in mode_show() local 103 val = config->mode; in mode_show() 114 struct etm_config *config = &drvdata->config; in mode_store() local 121 config->mode = val & ETM_MODE_ALL; in mode_store() [all …]
|
H A D | coresight-etm4x-sysfs.c | 18 struct etmv4_config *config = &drvdata->config; in etm4_set_mode_exclude() local 20 idx = config->addr_idx; in etm4_set_mode_exclude() 26 if (FIELD_GET(TRCACATRn_TYPE_MASK, config->addr_acc[idx]) == TRCACATRn_TYPE_ADDR) { in etm4_set_mode_exclude() 35 if (config->addr_type[idx] != ETM_ADDR_TYPE_RANGE || in etm4_set_mode_exclude() 36 config->addr_type[idx + 1] != ETM_ADDR_TYPE_RANGE) in etm4_set_mode_exclude() 44 config->viiectlr |= BIT(idx / 2 + 16); in etm4_set_mode_exclude() 45 config->viiectlr &= ~BIT(idx / 2); in etm4_set_mode_exclude() 51 config->viiectlr |= BIT(idx / 2); in etm4_set_mode_exclude() 52 config->viiectlr &= ~BIT(idx / 2 + 16); in etm4_set_mode_exclude() 173 struct etmv4_config *config = &drvdata->config; in reset_store() local [all …]
|
/linux/arch/ |
H A D | Kconfig | 12 config ARCH_CONFIGURES_CPU_MITIGATIONS 16 config CPU_MITIGATIONS 24 config ARCH_HAS_DMA_OPS 31 config ARCH_HAS_SUBPAGE_FAULTS 38 config HOTPLUG_SMT 41 config SMT_NUM_THREADS_DYNAMIC 45 config HOTPLUG_CORE_SYNC 49 config HOTPLUG_CORE_SYNC_DEAD 54 config HOTPLUG_CORE_SYNC_FULL 59 config HOTPLUG_SPLIT_STARTUP [all …]
|
/linux/arch/sh/ |
H A D | Kconfig | 2 config SUPERH 82 config GENERIC_BUG 86 config GENERIC_HWEIGHT 89 config GENERIC_CALIBRATE_DELAY 92 config GENERIC_LOCKBREAK 96 config ARCH_SUSPEND_POSSIBLE 99 config ARCH_HIBERNATION_POSSIBLE 102 config SYS_SUPPORTS_APM_EMULATION 106 config SYS_SUPPORTS_SMP 109 config SYS_SUPPORTS_NUMA [all …]
|
/linux/virt/kvm/ |
H A D | Kconfig | 4 config KVM_COMMON 10 config HAVE_KVM_PFNCACHE 13 config HAVE_KVM_IRQCHIP 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 38 config NEED_KVM_DIRTY_RING_WITH_BITMAP 42 config KVM_MMIO 45 config KVM_ASYNC_PF [all …]
|
/linux/tools/perf/tests/shell/ |
H A D | daemon.sh | 115 local config=$1 118 line=`perf daemon --config ${config} -x: | head -1` 126 perf daemon stop --config ${config} 134 local config=$1 137 perf daemon start --config ${config} 140 trap 'echo "FAILED: Signal caught"; daemon_exit "${config}"; exit 1' SIGINT SIGTERM 146 state=`perf daemon ping --config ${config} --session ${session} | awk '{ print $1 }'` 151 daemon_exit ${config} 161 local config 162 config=$(mktemp /tmp/perf.daemon.config.XXX) [all …]
|
/linux/drivers/clocksource/ |
H A 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/drivers/pinctrl/renesas/ |
H A D | Kconfig | 8 config PINCTRL_RENESAS 63 config PINCTRL_SH_PFC 72 config PINCTRL_SH_PFC_GPIO 79 config PINCTRL_SH_FUNC_GPIO 85 config PINCTRL_PFC_EMEV2 89 config PINCTRL_PFC_R8A73A4 93 config PINCTRL_PFC_R8A7740 97 config PINCTRL_PFC_R8A7742 101 config PINCTRL_PFC_R8A7743 105 config PINCTRL_PFC_R8A7744 [all …]
|
/linux/arch/csky/ |
H A 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/drivers/net/phy/ |
H A D | Kconfig | 6 config PHYLINK 25 config SWPHY 28 config PHY_PACKAGE 31 config LED_TRIGGER_PHY 47 config OPEN_ALLIANCE_HELPERS 50 config PHYLIB_LEDS 57 config FIXED_PHY 66 config RUST_PHYLIB_ABSTRACTIONS 74 config SFP 82 config AS21XXX_PHY [all …]
|
/linux/drivers/soc/renesas/ |
H A D | Kconfig | 11 config ARCH_RCAR_GEN1 19 config ARCH_RCAR_GEN2 29 config ARCH_RCAR_GEN3 38 config ARCH_RCAR_GEN4 42 config ARCH_RMOBILE 50 config ARCH_RZG2L 56 config ARCH_RZN1 66 config ARCH_EMEV2 72 config ARCH_R7S72100 82 config ARCH_R7S9210 [all …]
|
/linux/arch/s390/ |
H A 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 ARCH_PROC_KCORE_TEXT 23 config GENERIC_HWEIGHT 26 config GENERIC_BUG 29 config GENERIC_BUG_RELATIVE_POINTERS [all …]
|
/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 2 config PPC32 6 config PPC64 28 config PPC_BOOK3S_32 34 config PPC_85xx 38 config PPC_8xx 46 config 44x 56 config PPC_BOOK3S_603 64 config PPC_BOOK3S_604 83 config PPC_BOOK3S_64 97 config PPC_BOOK3E_64 [all …]
|
/linux/drivers/rtc/ |
H A D | rtc-spear.c | 85 static inline void spear_rtc_clear_interrupt(struct spear_rtc_config *config) in spear_rtc_clear_interrupt() argument 90 spin_lock_irqsave(&config->lock, flags); in spear_rtc_clear_interrupt() 91 val = readl(config->ioaddr + STATUS_REG); in spear_rtc_clear_interrupt() 93 writel(val, config->ioaddr + STATUS_REG); in spear_rtc_clear_interrupt() 94 spin_unlock_irqrestore(&config->lock, flags); in spear_rtc_clear_interrupt() 97 static inline void spear_rtc_enable_interrupt(struct spear_rtc_config *config) in spear_rtc_enable_interrupt() argument 101 val = readl(config->ioaddr + CTRL_REG); in spear_rtc_enable_interrupt() 103 spear_rtc_clear_interrupt(config); in spear_rtc_enable_interrupt() 105 writel(val, config->ioaddr + CTRL_REG); in spear_rtc_enable_interrupt() 109 static inline void spear_rtc_disable_interrupt(struct spear_rtc_config *config) in spear_rtc_disable_interrupt() argument [all …]
|
/linux/mm/ |
H A D | Kconfig | 9 config ARCH_NO_SWAP 12 config ZPOOL 25 config ZSWAP 38 config ZSWAP_DEFAULT_ON 48 config ZSWAP_SHRINKER_DEFAULT_ON 80 config ZSWAP_COMPRESSOR_DEFAULT_DEFLATE 86 config ZSWAP_COMPRESSOR_DEFAULT_LZO 92 config ZSWAP_COMPRESSOR_DEFAULT_842 98 config ZSWAP_COMPRESSOR_DEFAULT_LZ4 104 config ZSWAP_COMPRESSOR_DEFAULT_LZ4HC [all …]
|
/linux/drivers/regulator/ |
H A D | Kconfig | 28 config REGULATOR_DEBUG 33 config REGULATOR_FIXED_VOLTAGE 40 config REGULATOR_VIRTUAL_CONSUMER 50 config REGULATOR_USERSPACE_CONSUMER 59 config REGULATOR_NETLINK_EVENTS 69 config REGULATOR_88PG86X 78 config REGULATOR_88PM800 88 config REGULATOR_88PM8607 94 config REGULATOR_88PM886 100 config REGULATOR_ACT8865 [all …]
|
/linux/scripts/ |
H A 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/sound/soc/qcom/ |
H A D | Kconfig | 11 config SND_SOC_LPASS_CPU 15 config SND_SOC_LPASS_HDMI 19 config SND_SOC_LPASS_PLATFORM 23 config SND_SOC_LPASS_CDC_DMA 27 config SND_SOC_LPASS_IPQ806X 32 config SND_SOC_LPASS_APQ8016 37 config SND_SOC_LPASS_SC7180 43 config SND_SOC_LPASS_SC7280 50 config SND_SOC_STORM 59 config SND_SOC_APQ8016_SBC [all …]
|