/linux/sound/soc/codecs/ |
H A D | Kconfig | 6 config SND_SOC_I2C_AND_SPI 14 config SND_SOC_ALL_CODECS 376 config SND_SOC_88PM860X 380 config SND_SOC_ARIZONA 393 config SND_SOC_WM_HUBS 398 config SND_SOC_WM_ADSP 425 config SND_SOC_AB8500_CODEC 429 config SND_SOC_AC97_CODEC 434 config SND_SOC_AD1836 438 config SND_SOC_AD193 [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/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/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 …]
|
/linux/arch/mips/ |
H A D | Kconfig | 2 config MIPS 112 config MIPS_FIXUP_BIGPHYS_ADDR 115 config MIPS_GENERIC 118 config MACH_GENERIC_CORE 121 config MACH_INGENIC 143 config MIPS_GENERIC_KERNEL 200 config MIPS_ALCHEMY 215 config ATH25 229 config ATH79 251 config BMIPS_GENERIC [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/scripts/kconfig/tests/transitional/ |
H A D | Kconfig | 2 # Test transitional symbols for config migration with all Kconfig types 5 config MODULES 11 config NEW_BOOL 15 config OLD_BOOL 19 config NEW_TRISTATE 23 config OLD_TRISTATE 27 config NEW_STRING 31 config OLD_STRING 35 config NEW_HEX 39 config OLD_HEX [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 MDIO_BUS 11 config PHYLINK 30 config SWPHY 33 config PHY_PACKAGE 36 config LED_TRIGGER_PHY 52 config OPEN_ALLIANCE_HELPERS 55 config PHYLIB_LEDS 62 config FIXED_PHY 71 config RUST_PHYLIB_ABSTRACTIONS 79 config SFP [all …]
|
/linux/arch/arm/mm/ |
H A 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/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/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/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 22 config ZSWAP 35 config ZSWAP_DEFAULT_ON 45 config ZSWAP_SHRINKER_DEFAULT_ON 77 config ZSWAP_COMPRESSOR_DEFAULT_DEFLATE 83 config ZSWAP_COMPRESSOR_DEFAULT_LZO 89 config ZSWAP_COMPRESSOR_DEFAULT_842 95 config ZSWAP_COMPRESSOR_DEFAULT_LZ4 101 config ZSWAP_COMPRESSOR_DEFAULT_LZ4HC 107 config ZSWAP_COMPRESSOR_DEFAULT_ZSTD [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 …]
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-ram.c | 11 static inline u8 can_ram_clamp(const struct can_ram_config *config, in can_ram_clamp() argument 17 max = min_t(u8, obj->max, obj->fifo_num * config->fifo_depth); in can_ram_clamp() 22 can_ram_rounddown_pow_of_two(const struct can_ram_config *config, in can_ram_rounddown_pow_of_two() argument 29 val = can_ram_clamp(config, obj, val); in can_ram_rounddown_pow_of_two() 38 ret = min_t(u8, coalesce * 2, config->fifo_depth); in can_ram_rounddown_pow_of_two() 47 config->fifo_depth); in can_ram_rounddown_pow_of_two() 61 const struct can_ram_config *config, in can_ram_get_layout() argument 71 num_tx = config->tx.def[fd_mode]; in can_ram_get_layout() 72 num_tx = can_ram_rounddown_pow_of_two(config, &config->tx, 0, num_tx); in can_ram_get_layout() 74 ram_free = config->size; in can_ram_get_layout() [all …]
|
/linux/kernel/dma/ |
H A D | Kconfig | 3 config NO_DMA 6 config HAS_DMA 11 config DMA_OPS_HELPERS 19 config DMA_OPS_BYPASS 23 config ARCH_HAS_DMA_MAP_DIRECT 26 config NEED_SG_DMA_FLAGS 29 config NEED_SG_DMA_LENGTH 32 config NEED_DMA_MAP_STATE 35 config ARCH_DMA_ADDR_T_64BIT 38 config ARCH_HAS_DMA_SET_MASK [all …]
|
/linux/arch/sh/boards/ |
H A D | Kconfig | 4 config SOLUTION_ENGINE 7 config SH_ALPHA_BOARD 10 config SH_CUSTOM_CLK 15 config SH_DEVICE_TREE 23 config SH_JCORE_SOC 33 config SH_SOLUTION_ENGINE 44 config SH_7206_SOLUTION_ENGINE 52 config SH_7619_SOLUTION_ENGINE 60 config SH_7721_SOLUTION_ENGINE 68 config SH_7722_SOLUTION_ENGINE [all …]
|
/linux/arch/arc/ |
H A D | Kconfig | 6 config ARC 58 config LOCKDEP_SUPPORT 61 config SCHED_OMIT_FRAME_POINTER 64 config GENERIC_CSUM 67 config ARCH_FLATMEM_ENABLE 70 config MMU 73 config NO_IOPORT_MAP 76 config GENERIC_CALIBRATE_DELAY 79 config GENERIC_HWEIGHT 82 config STACKTRACE_SUPPORT [all …]
|