/linux-6.14.4/sound/soc/codecs/ |
D | Kconfig | 6 config SND_SOC_I2C_AND_SPI 14 config SND_SOC_ALL_CODECS 369 config SND_SOC_88PM860X 373 config SND_SOC_ARIZONA 386 config SND_SOC_WM_HUBS 391 config SND_SOC_WM_ADSP 416 config SND_SOC_AB8500_CODEC 420 config SND_SOC_AC97_CODEC 425 config SND_SOC_AD1836 429 config SND_SOC_AD193X [all …]
|
/linux-6.14.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-6.14.4/lib/ |
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-6.14.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 32 config GIC_NON_BANKED 35 config ARM_GIC_V3 42 config ARM_GIC_V3_ITS 48 config ARM_GIC_V3_ITS_FSL_MC 54 config ARM_NVIC [all …]
|
/linux-6.14.4/drivers/clk/mediatek/ |
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-6.14.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() 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 …]
|
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-6.14.4/arch/mips/ |
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-6.14.4/tools/perf/util/ |
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-6.14.4/drivers/clk/renesas/ |
D | Kconfig | 3 config CLK_RENESAS 50 config CLK_EMEV2 53 config CLK_RZA1 57 config CLK_R7S9210 61 config CLK_R8A73A4 66 config CLK_R8A7740 71 config CLK_R8A7742 75 config CLK_R8A7743 79 config CLK_R8A7745 83 config CLK_R8A77470 [all …]
|
/linux-6.14.4/arch/sh/ |
D | Kconfig | 2 config SUPERH 83 config GENERIC_BUG 87 config GENERIC_HWEIGHT 90 config GENERIC_CALIBRATE_DELAY 93 config GENERIC_LOCKBREAK 97 config ARCH_SUSPEND_POSSIBLE 100 config ARCH_HIBERNATION_POSSIBLE 103 config SYS_SUPPORTS_APM_EMULATION 107 config SYS_SUPPORTS_SMP 110 config SYS_SUPPORTS_NUMA [all …]
|
/linux-6.14.4/virt/kvm/ |
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-6.14.4/arch/ |
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-6.14.4/tools/perf/tests/shell/ |
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-6.14.4/drivers/staging/media/atomisp/pci/ |
D | ia_css_isp_params.c | 1775 struct ia_css_dp_config *config) in ia_css_get_dp_config() argument 1777 if (!config) in ia_css_get_dp_config() 1782 "ia_css_get_dp_config() enter: config=%p\n", in ia_css_get_dp_config() 1783 config); in ia_css_get_dp_config() 1785 *config = params->dp_config; in ia_css_get_dp_config() 1789 ia_css_dp_debug_dtrace(config, IA_CSS_DEBUG_TRACE); in ia_css_get_dp_config() 1796 const struct ia_css_dp_config *config) in ia_css_set_dp_config() argument 1798 if (!config) in ia_css_set_dp_config() 1803 ia_css_dp_debug_dtrace(config, IA_CSS_DEBUG_TRACE); in ia_css_set_dp_config() 1804 params->dp_config = *config; in ia_css_set_dp_config() [all …]
|
/linux-6.14.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_SYSTIMER 29 config CLKBLD_I8253 32 config CLKSRC_MMIO 35 config BCM2835_TIMER [all …]
|
/linux-6.14.4/drivers/pinctrl/renesas/ |
D | Kconfig | 8 config PINCTRL_RENESAS 62 config PINCTRL_SH_PFC 71 config PINCTRL_SH_PFC_GPIO 78 config PINCTRL_SH_FUNC_GPIO 84 config PINCTRL_PFC_EMEV2 88 config PINCTRL_PFC_R8A77995 92 config PINCTRL_PFC_R8A7794 96 config PINCTRL_PFC_R8A77990 100 config PINCTRL_PFC_R8A7779 104 config PINCTRL_PFC_R8A7790 [all …]
|
/linux-6.14.4/arch/csky/ |
D | Kconfig | 2 config CSKY 114 config LOCKDEP_SUPPORT 117 config ARCH_SUPPORTS_UPROBES 120 config CPU_HAS_CACHEV2 123 config CPU_HAS_FPUV2 126 config CPU_HAS_HILO 129 config CPU_HAS_TLBI 132 config CPU_HAS_LDSTEX 137 config CPU_NEED_TLBSYNC 140 config CPU_NEED_SOFTALIGN [all …]
|
/linux-6.14.4/drivers/net/phy/ |
D | Kconfig | 6 config PHYLINK 28 config SWPHY 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 AIR_EN8811H_PHY 87 config AMD_PHY [all …]
|
/linux-6.14.4/drivers/soc/renesas/ |
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 71 config ARCH_R8A7794 77 config ARCH_R8A7779 [all …]
|
/linux-6.14.4/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 ARCH_PROC_KCORE_TEXT 23 config GENERIC_HWEIGHT 26 config GENERIC_BUG 29 config GENERIC_BUG_RELATIVE_POINTERS [all …]
|
/linux-6.14.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-6.14.4/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 44x 56 config PPC_BOOK3S_603 64 config PPC_BOOK3S_604 83 config PPC_BOOK3S_64 97 config PPC_BOOK3E_64 [all …]
|
/linux-6.14.4/kernel/irq/ |
D | Kconfig | 6 config MAY_HAVE_SPARSE_IRQ 10 config GENERIC_IRQ_LEGACY 14 config GENERIC_IRQ_PROBE 18 config GENERIC_IRQ_SHOW 22 config GENERIC_IRQ_SHOW_LEVEL 26 config GENERIC_IRQ_EFFECTIVE_AFF_MASK 31 config GENERIC_PENDING_IRQ 35 config GENERIC_IRQ_MIGRATION 39 config AUTO_IRQ_AFFINITY 43 config GENERIC_IRQ_INJECTION [all …]
|
/linux-6.14.4/drivers/rtc/ |
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 …]
|