Home
last modified time | relevance | path

Searched full:config (Results 1 – 25 of 6062) sorted by relevance

12345678910>>...243

/linux/sound/soc/codecs/
H A DKconfig6 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/kernel/
H A DKconfig.locks5 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/drivers/irqchip/
H A DKconfig4 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/drivers/clk/mediatek/
H A DKconfig8 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/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c72 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 Dcoresight-etm4x-sysfs.c17 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 in etm4_set_mode_exclude()
172 struct etmv4_config *config = &drvdata->config; reset_store() local
286 struct etmv4_config *config = &drvdata->config; mode_show() local
298 struct etmv4_config *config = &drvdata->config; mode_store() local
452 struct etmv4_config *config = &drvdata->config; pe_show() local
464 struct etmv4_config *config = &drvdata->config; pe_store() local
487 struct etmv4_config *config = &drvdata->config; event_show() local
499 struct etmv4_config *config = &drvdata->config; event_store() local
536 struct etmv4_config *config = &drvdata->config; event_instren_show() local
548 struct etmv4_config *config = &drvdata->config; event_instren_store() local
592 struct etmv4_config *config = &drvdata->config; event_ts_show() local
604 struct etmv4_config *config = &drvdata->config; event_ts_store() local
622 struct etmv4_config *config = &drvdata->config; syncfreq_show() local
634 struct etmv4_config *config = &drvdata->config; syncfreq_store() local
652 struct etmv4_config *config = &drvdata->config; cyc_threshold_show() local
664 struct etmv4_config *config = &drvdata->config; cyc_threshold_store() local
685 struct etmv4_config *config = &drvdata->config; bb_ctrl_show() local
697 struct etmv4_config *config = &drvdata->config; bb_ctrl_store() local
725 struct etmv4_config *config = &drvdata->config; event_vinst_show() local
737 struct etmv4_config *config = &drvdata->config; event_vinst_store() local
757 struct etmv4_config *config = &drvdata->config; s_exlevel_vinst_show() local
769 struct etmv4_config *config = &drvdata->config; s_exlevel_vinst_store() local
791 struct etmv4_config *config = &drvdata->config; ns_exlevel_vinst_show() local
804 struct etmv4_config *config = &drvdata->config; ns_exlevel_vinst_store() local
826 struct etmv4_config *config = &drvdata->config; addr_idx_show() local
838 struct etmv4_config *config = &drvdata->config; addr_idx_store() local
863 struct etmv4_config *config = &drvdata->config; addr_instdatatype_show() local
884 struct etmv4_config *config = &drvdata->config; addr_instdatatype_store() local
909 struct etmv4_config *config = &drvdata->config; addr_single_show() local
930 struct etmv4_config *config = &drvdata->config; addr_single_store() local
957 struct etmv4_config *config = &drvdata->config; addr_range_show() local
986 struct etmv4_config *config = &drvdata->config; addr_range_store() local
1038 struct etmv4_config *config = &drvdata->config; addr_start_show() local
1061 struct etmv4_config *config = &drvdata->config; addr_start_store() local
1093 struct etmv4_config *config = &drvdata->config; addr_stop_show() local
1116 struct etmv4_config *config = &drvdata->config; addr_stop_store() local
1148 struct etmv4_config *config = &drvdata->config; addr_ctxtype_show() local
1168 struct etmv4_config *config = &drvdata->config; addr_ctxtype_store() local
1214 struct etmv4_config *config = &drvdata->config; addr_context_show() local
1231 struct etmv4_config *config = &drvdata->config; addr_context_store() local
1258 struct etmv4_config *config = &drvdata->config; addr_exlevel_s_ns_show() local
1274 struct etmv4_config *config = &drvdata->config; addr_exlevel_s_ns_store() local
1306 struct etmv4_config *config = &drvdata->config; addr_cmp_view_show() local
1349 struct etmv4_config *config = &drvdata->config; vinst_pe_cmp_start_stop_show() local
1362 struct etmv4_config *config = &drvdata->config; vinst_pe_cmp_start_stop_store() local
1382 struct etmv4_config *config = &drvdata->config; seq_idx_show() local
1394 struct etmv4_config *config = &drvdata->config; seq_idx_store() local
1418 struct etmv4_config *config = &drvdata->config; seq_state_show() local
1430 struct etmv4_config *config = &drvdata->config; seq_state_store() local
1449 struct etmv4_config *config = &drvdata->config; seq_event_show() local
1465 struct etmv4_config *config = &drvdata->config; seq_event_store() local
1485 struct etmv4_config *config = &drvdata->config; seq_reset_event_show() local
1497 struct etmv4_config *config = &drvdata->config; seq_reset_event_store() local
1515 struct etmv4_config *config = &drvdata->config; cntr_idx_show() local
1527 struct etmv4_config *config = &drvdata->config; cntr_idx_store() local
1552 struct etmv4_config *config = &drvdata->config; cntrldvr_show() local
1568 struct etmv4_config *config = &drvdata->config; cntrldvr_store() local
1590 struct etmv4_config *config = &drvdata->config; cntr_val_show() local
1606 struct etmv4_config *config = &drvdata->config; cntr_val_store() local
1628 struct etmv4_config *config = &drvdata->config; cntr_ctrl_show() local
1644 struct etmv4_config *config = &drvdata->config; cntr_ctrl_store() local
1663 struct etmv4_config *config = &drvdata->config; res_idx_show() local
1675 struct etmv4_config *config = &drvdata->config; res_idx_store() local
1704 struct etmv4_config *config = &drvdata->config; res_ctrl_show() local
1720 struct etmv4_config *config = &drvdata->config; res_ctrl_store() local
1745 struct etmv4_config *config = &drvdata->config; sshot_idx_show() local
1757 struct etmv4_config *config = &drvdata->config; sshot_idx_store() local
1777 struct etmv4_config *config = &drvdata->config; sshot_ctrl_show() local
1792 struct etmv4_config *config = &drvdata->config; sshot_ctrl_store() local
1812 struct etmv4_config *config = &drvdata->config; sshot_status_show() local
1827 struct etmv4_config *config = &drvdata->config; sshot_pe_ctrl_show() local
1842 struct etmv4_config *config = &drvdata->config; sshot_pe_ctrl_store() local
1863 struct etmv4_config *config = &drvdata->config; ctxid_idx_show() local
1875 struct etmv4_config *config = &drvdata->config; ctxid_idx_store() local
1900 struct etmv4_config *config = &drvdata->config; ctxid_pid_show() local
1923 struct etmv4_config *config = &drvdata->config; ctxid_pid_store() local
1961 struct etmv4_config *config = &drvdata->config; ctxid_masks_show() local
1984 struct etmv4_config *config = &drvdata->config; ctxid_masks_store() local
2089 struct etmv4_config *config = &drvdata->config; vmid_idx_show() local
2101 struct etmv4_config *config = &drvdata->config; vmid_idx_store() local
2125 struct etmv4_config *config = &drvdata->config; vmid_val_show() local
2146 struct etmv4_config *config = &drvdata->config; vmid_val_store() local
2176 struct etmv4_config *config = &drvdata->config; vmid_masks_show() local
2199 struct etmv4_config *config = &drvdata->config; vmid_masks_store() local
[all...]
/linux/tools/perf/tests/shell/
H A Ddaemon.sh115 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/virt/kvm/
H A DKconfig4 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_P
[all...]
/linux/arch/s390/
H A DKconfig2 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/arm/mm/
H A DKconfig9 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 DKconfig.cputype2 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 Drtc-spear.c85 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/drivers/regulator/
H A DKconfig28 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/drivers/media/dvb-frontends/
H A DKconfig14 config DVB_M88DS3103
22 config DVB_MXL5XX
31 config DVB_STB0899
39 config DVB_STB6100
47 config DVB_STV090x
55 config DVB_STV0910
64 config DVB_STV6110x
71 config DVB_STV6111
83 config DVB_DRXK
92 config DVB_MN88472
[all …]
/linux/kernel/irq/
H A DKconfig6 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_INJECTIO
[all...]
/linux/scripts/
H A Ddiffconfig4 # 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/drivers/media/i2c/
H A DKconfig11 config VIDEO_IR_I2C
38 config VIDEO_APTINA_PLL
41 config VIDEO_CCS_PLL
44 config VIDEO_ALVIUM_CSI2
54 config VIDEO_AR0521
63 config VIDEO_GC0308
73 config VIDEO_GC05A2
83 config VIDEO_GC08A3
93 config VIDEO_GC2145
103 config VIDEO_HI556
[all …]
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ram.c11 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 DKconfig3 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/powerpc/
H A DKconfig4 config CC_HAS_ELFV2
7 config CC_HAS_PREFIXED
10 config CC_HAS_PCREL
18 config 32BIT
22 config 64BIT
26 config LIVEPATCH_64
30 config MMU
34 config ARCH_MMAP_RND_BITS_MAX
52 config ARCH_MMAP_RND_BITS_MIN
60 config ARCH_MMAP_RND_COMPAT_BITS_MAX
[all …]
/linux/arch/arc/
H A DKconfig6 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 …]
/linux/sound/soc/qcom/
H A DKconfig11 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/lib/
H A Dtest_kmod.c110 * @config: configuration for the test
124 struct test_config config; member
175 struct test_config *config = &test_dev->config; in kmod_test_done_check() local
180 if (test_dev->done == config->num_threads) { in kmod_test_done_check()
191 struct test_config *config = &test_dev->config; in test_kmod_put_module() local
196 switch (config->test_case) { in test_kmod_put_module()
214 struct test_config *config = &test_dev->config; in run_request() local
216 switch (config->test_case) { in run_request()
218 info->ret_sync = request_module("%s", config->test_driver); in run_request()
221 info->fs_sync = get_fs_type(config->test_fs); in run_request()
[all …]
/linux/drivers/gpio/
H A DKconfig17 config GPIOLIB_FASTPATH_LIMIT
29 config OF_GPIO
34 config GPIO_ACPI
38 config GPIOLIB_IRQCHIP
42 config OF_GPIO_MM_GPIOCHIP
50 config DEBUG_GPIO
61 config GPIO_SYSFS
72 config GPIO_CDEV
85 config GPIO_CDEV_V1
97 config GPIO_GENERIC
[all …]
/linux/drivers/ata/
H A DKconfig6 config HAVE_PATA_PLATFORM
34 config ATA_NONSTANDARD
37 config SATA_HOST
40 config PATA_TIMINGS
43 config ATA_VERBOSE_ERROR
54 config ATA_FORCE
70 config ATA_ACPI
84 config SATA_ZPODD
97 config SATA_PMP
109 config SATA_AHCI
[all …]

12345678910>>...243