Home
last modified time | relevance | path

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

12345678910>>...220

/linux/sound/soc/codecs/
H A DKconfig6 config SND_SOC_I2C_AND_SPI
14 config SND_SOC_ALL_CODECS
378 config SND_SOC_88PM860X
382 config SND_SOC_ARIZONA
395 config SND_SOC_WM_HUBS
400 config SND_SOC_WM_ADSP
405 config SND_SOC_WM_ADSP_TEST
417 config SND_SOC_AB8500_CODEC
421 config SND_SOC_AC97_CODEC
426 config SND_SOC_AD183
[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/gpu/drm/vkms/tests/
H A Dvkms_config_test.c9 static size_t vkms_config_get_num_planes(struct vkms_config *config) in vkms_config_get_num_planes() argument
14 vkms_config_for_each_plane(config, plane_cfg) in vkms_config_get_num_planes()
20 static size_t vkms_config_get_num_encoders(struct vkms_config *config) in vkms_config_get_num_encoders() argument
25 vkms_config_for_each_encoder(config, encoder_cfg) in vkms_config_get_num_encoders()
31 static size_t vkms_config_get_num_connectors(struct vkms_config *config) in vkms_config_get_num_connectors() argument
36 vkms_config_for_each_connector(config, connector_cfg) in vkms_config_get_num_connectors()
42 static struct vkms_config_plane *get_first_plane(struct vkms_config *config) in get_first_plane() argument
46 vkms_config_for_each_plane(config, plane_cfg) in get_first_plane()
52 static struct vkms_config_crtc *get_first_crtc(struct vkms_config *config) in get_first_crtc() argument
56 vkms_config_for_each_crtc(config, crtc_cfg) in get_first_crtc()
[all …]
/linux/tools/perf/util/
H A Dstat-display.c102 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, ru in print_running()
179 print_noise_pct_std(struct perf_stat_config * config,double pct) print_noise_pct_std() argument
186 print_noise_pct_csv(struct perf_stat_config * config,double pct) print_noise_pct_csv() argument
198 print_noise_pct(struct perf_stat_config * config,struct outstate * os,double total,double avg,bool before_metric) print_noise_pct() argument
215 print_noise(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,double avg,bool before_metric) print_noise() argument
227 print_cgroup_std(struct perf_stat_config * config,const char * cgrp_name) print_cgroup_std() argument
232 print_cgroup_csv(struct perf_stat_config * config,const char * cgrp_name) print_cgroup_csv() argument
242 print_cgroup(struct perf_stat_config * config,struct outstate * os,struct cgroup * cgrp) print_cgroup() argument
257 print_aggr_id_std(struct perf_stat_config * config,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) print_aggr_id_std() argument
310 print_aggr_id_csv(struct perf_stat_config * config,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) print_aggr_id_csv() argument
364 print_aggr_id_json(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) print_aggr_id_json() argument
414 aggr_printout(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) aggr_printout() argument
433 __new_line_std_csv(struct perf_stat_config * config,struct outstate * os) __new_line_std_csv() argument
442 __new_line_std(struct perf_stat_config * config,struct outstate * os) __new_line_std() argument
447 do_new_line_std(struct perf_stat_config * config,struct outstate * os) do_new_line_std() argument
456 print_metric_std(struct perf_stat_config * config,void * ctx,enum metric_threshold_classify thresh,const char * fmt,const char * unit,double val) print_metric_std() argument
484 new_line_csv(struct perf_stat_config * config,void * ctx) new_line_csv() argument
535 new_line_json(struct perf_stat_config * config,void * ctx) new_line_json() argument
547 print_metricgroup_header_json(struct perf_stat_config * config,void * ctx,const char * metricgroup_name) print_metricgroup_header_json() argument
558 print_metricgroup_header_csv(struct perf_stat_config * config,void * ctx,const char * metricgroup_name) print_metricgroup_header_csv() argument
578 print_metricgroup_header_std(struct perf_stat_config * config,void * ctx,const char * metricgroup_name) print_metricgroup_header_std() argument
595 print_metric_only(struct perf_stat_config * config,void * ctx,enum metric_threshold_classify thresh,const char * fmt,const char * unit,double val) print_metric_only() argument
662 print_metric_header(struct perf_stat_config * config,void * ctx,enum metric_threshold_classify thresh __maybe_unused,const char * fmt __maybe_unused,const char * unit,double val __maybe_unused) print_metric_header() argument
689 print_counter_value_std(struct perf_stat_config * config,struct evsel * evsel,double avg,bool ok) print_counter_value_std() argument
713 print_counter_value_csv(struct perf_stat_config * config,struct evsel * evsel,double avg,bool ok) print_counter_value_csv() argument
749 print_counter_value(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,double avg,bool ok) print_counter_value() argument
760 abs_printout(struct perf_stat_config * config,struct outstate * os,struct aggr_cpu_id id,int aggr_nr,struct evsel * evsel,double avg,bool ok) abs_printout() argument
797 printout(struct perf_stat_config * config,struct outstate * os,double uval,u64 run,u64 ena,double noise,int aggr_idx) printout() argument
895 should_skip_zero_counter(struct perf_stat_config * config,struct evsel * counter,const struct aggr_cpu_id * id) should_skip_zero_counter() argument
951 print_counter_aggrdata(struct perf_stat_config * config,struct evsel * counter,int aggr_idx,struct outstate * os) print_counter_aggrdata() argument
1012 print_metric_begin(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os,int aggr_idx) print_metric_begin() argument
1041 print_metric_end(struct perf_stat_config * config,struct outstate * os) print_metric_end() argument
1056 print_aggr(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_aggr() argument
1080 print_aggr_cgroup(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_aggr_cgroup() argument
1110 print_counter(struct perf_stat_config * config,struct evsel * counter,struct outstate * os) print_counter() argument
1124 print_no_aggr_metric(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_no_aggr_metric() argument
1167 print_metric_headers_std(struct perf_stat_config * config,bool no_indent) print_metric_headers_std() argument
1182 print_metric_headers_csv(struct perf_stat_config * config,bool no_indent __maybe_unused) print_metric_headers_csv() argument
1207 print_metric_headers(struct perf_stat_config * config,struct evlist * evlist,bool no_indent) print_metric_headers() argument
1249 prepare_timestamp(struct perf_stat_config * config,struct outstate * os,struct timespec * ts) prepare_timestamp() argument
1266 print_header_interval_std(struct perf_stat_config * config,struct target * _target __maybe_unused,struct evlist * evlist,int argc __maybe_unused,const char ** argv __maybe_unused) print_header_interval_std() argument
1314 print_header_std(struct perf_stat_config * config,struct target * _target,struct evlist * evlist,int argc,const char ** argv) print_header_std() argument
1347 print_header_csv(struct perf_stat_config * config,struct target * _target __maybe_unused,struct evlist * evlist,int argc __maybe_unused,const char ** argv __maybe_unused) print_header_csv() argument
1356 print_header_json(struct perf_stat_config * config,struct target * _target __maybe_unused,struct evlist * evlist,int argc __maybe_unused,const char ** argv __maybe_unused) print_header_json() argument
1366 print_header(struct perf_stat_config * config,struct target * _target,struct evlist * evlist,int argc,const char ** argv) print_header() argument
1393 print_table(struct perf_stat_config * config,FILE * output,double avg) print_table() argument
1424 print_footer(struct perf_stat_config * config) print_footer() argument
1466 print_percore(struct perf_stat_config * config,struct evsel * counter,struct outstate * os) print_percore() argument
1514 print_cgroup_counter(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_cgroup_counter() argument
1534 evlist__print_counters(struct evlist * evlist,struct perf_stat_config * config,struct target * _target,struct timespec * ts,int argc,const char ** argv) evlist__print_counters() argument
[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 …]
/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.c13 struct vkms_config *config; in vkms_config_create() local
15 config = kzalloc_obj(*config); in vkms_config_create()
16 if (!config) in vkms_config_create()
19 config->dev_name = kstrdup_const(dev_name, GFP_KERNEL); in vkms_config_create()
20 if (!config->dev_name) { in vkms_config_create()
21 kfree(config); in vkms_config_create()
25 INIT_LIST_HEAD(&config->planes); in vkms_config_create()
26 INIT_LIST_HEAD(&config->crtcs); in vkms_config_create()
27 INIT_LIST_HEAD(&config->encoders); in vkms_config_create()
28 INIT_LIST_HEAD(&config->connectors); in vkms_config_create()
[all …]
/linux/arch/sh/
H A DKconfig2 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/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/tools/perf/pmu-events/
H A Dempty-pmu-events.c23 /* offset=13 */ "l1-dcache\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00010\000\000\000\000\000"
24 /* offset=99 */ "l1-dcache-load\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00010\000\000\000\000\000"
25 /* offset=190 */ "l1-dcache-load-refs\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00010\000\000\000\000\000"
26 /* offset=286 */ "l1-dcache-load-reference\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00010\000\000\000\000\000"
27 /* offset=387 */ "l1-dcache-load-ops\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00010\000\000\000\000\000"
28 /* offset=482 */ "l1-dcache-load-access\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00010\000\000\000\000\000"
29 /* offset=580 */ "l1-dcache-load-misses\000legacy cache\000Level 1 data cache read misses\000legacy-cache-config=0x10000\000\00000\000\000\000\000\000"
30 /* offset=682 */ "l1-dcache-load-miss\000legacy cache\000Level 1 data cache read misses\000legacy-cache-config=0x10000\000\00010\000\000\000\000\000"
31 /* offset=782 */ "l1-dcache-loads\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config=0\000\00000\000\000\000\000\000"
32 /* offset=874 */ "l1-dcache-loads-refs\000legacy cache\000Level 1 data cache read accesses\000legacy-cache-config
[all...]
/linux/virt/kvm/
H A DKconfig4 config KVM_COMMON
11 config HAVE_KVM_PFNCACHE
14 config HAVE_KVM_IRQCHIP
17 config HAVE_KVM_IRQ_ROUTING
20 config HAVE_KVM_DIRTY_RING
26 config HAVE_KVM_DIRTY_RING_TSO
33 config HAVE_KVM_DIRTY_RING_ACQ_REL
39 config NEED_KVM_DIRTY_RING_WITH_BITMAP
43 config KVM_MMIO
46 config KVM_ASYNC_PF
[all …]
/linux/arch/csky/
H A DKconfig2 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/scripts/kconfig/tests/transitional/
H A DKconfig2 # 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/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
98 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/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/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/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/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/arch/sh/boards/
H A DKconfig4 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/loongarch/
H A DKconfig2 config LOONGARCH
225 config 32BIT
230 config 64BIT
242 config 32BIT_REDUCED
248 config 32BIT_STANDARD
258 config GENERIC_BUG
262 config GENERIC_BUG_RELATIVE_POINTERS
266 config GENERIC_CALIBRATE_DELAY
269 config GENERIC_CSUM
272 config GENERIC_HWEIGHT
[all …]
/linux/drivers/pinctrl/mediatek/
H A DKconfig5 config EINT_MTK
13 config PINCTRL_MTK
21 config PINCTRL_MTK_V2
24 config PINCTRL_MTK_MTMIPS
30 config PINCTRL_MTK_MOORE
40 config PINCTRL_MTK_PARIS
50 config PINCTRL_MT7620
57 config PINCTRL_MT7621
64 config PINCTRL_MT76X8
71 config PINCTRL_RT2880
[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/init/
H A DKconfig2 config CC_VERSION_TEXT
10 CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd.
15 line so fixdep adds include/config/CC_VERSION_TEXT into the
19 config CC_IS_GCC
22 config GCC_VERSION
27 config CC_IS_CLANG
30 config CLANG_VERSION
35 config AS_IS_GNU
38 config AS_IS_LLVM
41 config AS_VERSION
[all …]

12345678910>>...220