Home
last modified time | relevance | path

Searched full:prefix (Results 1 – 25 of 1491) sorted by relevance

12345678910>>...60

/Linux-v5.15/tools/power/pm-graph/
DMakefile2 PREFIX ?= /usr macro
9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
[all …]
/Linux-v5.15/drivers/regulator/
Dmc13xxx.h55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ argument
56 [prefix ## _name] = { \
63 .id = prefix ## _name, \
66 .reg = prefix ## _reg, \
67 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
68 .vsel_reg = prefix ## _vsel_reg, \
69 .vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\
70 .vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\
73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
74 [prefix ## _name] = { \
[all …]
/Linux-v5.15/drivers/usb/gadget/function/
Df_mass_storage.h21 #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc) \ argument
22 module_param_array_named(prefix ## name, params.name, type, \
23 &prefix ## params.name ## _count, \
25 MODULE_PARM_DESC(prefix ## name, desc)
27 #define _FSG_MODULE_PARAM(prefix, params, name, type, desc) \ argument
28 module_param_named(prefix ## name, params.name, type, \
30 MODULE_PARM_DESC(prefix ## name, desc)
32 #define __FSG_MODULE_PARAMETERS(prefix, params) \ argument
33 _FSG_MODULE_PARAM_ARRAY(prefix, params, file, charp, \
35 _FSG_MODULE_PARAM_ARRAY(prefix, params, ro, bool, \
[all …]
/Linux-v5.15/drivers/firmware/broadcom/
Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key() argument
39 if (prefix && postfix) in create_key()
40 snprintf(buf, len, "%s%s%s", prefix, name, postfix); in create_key()
41 else if (prefix) in create_key()
42 snprintf(buf, len, "%s%s", prefix, name); in create_key()
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument
55 create_key(prefix, postfix, name, key, sizeof(key)); in get_nvram_var()
58 if (fallback && err == -ENOENT && prefix) { in get_nvram_var()
66 static void nvram_read_ ## type(const char *prefix, \
74 err = get_nvram_var(prefix, postfix, name, buf, sizeof(buf), \
[all …]
/Linux-v5.15/Documentation/hwmon/
Disl68137.rst8 Prefix: 'isl68137'
19 Prefix: 'isl68220'
29 Prefix: 'isl68221'
39 Prefix: 'isl68222'
49 Prefix: 'isl68223'
59 Prefix: 'isl68224'
69 Prefix: 'isl68225'
79 Prefix: 'isl68226'
89 Prefix: 'isl68227'
99 Prefix: 'isl68229'
[all …]
Dlm90.rst8 Prefix: 'lm90'
18 Prefix: 'lm89' (no auto-detection)
28 Prefix: 'lm99'
38 Prefix: 'lm86'
48 Prefix: 'adm1032'
58 Prefix: 'adt7461'
68 Prefix: 'adt7461a'
78 Prefix: 'nct1008'
88 Prefix: 'max6646'
98 Prefix: 'max6646'
[all …]
Dltc2978.rst8 Prefix: 'ltc2972'
16 Prefix: 'ltc2974'
24 Prefix: 'ltc2975'
32 Prefix: 'ltc2977'
40 Prefix: 'ltc2978'
50 Prefix: 'ltc2979'
58 Prefix: 'ltc2980'
66 Prefix: 'ltc3880'
74 Prefix: 'ltc3882'
82 Prefix: 'ltc3883'
[all …]
Dmax6697.rst8 Prefix: 'max6581'
14 Prefix: 'max6602'
20 Prefix: 'max6622'
26 Prefix: 'max6636'
32 Prefix: 'max6689'
38 Prefix: 'max6693'
44 Prefix: 'max6694'
50 Prefix: 'max6697'
56 Prefix: 'max6698'
62 Prefix: 'max6699'
Df71882fg.rst8 Prefix: 'f71808e'
16 Prefix: 'f71808a'
24 Prefix: 'f71858fg'
32 Prefix: 'f71862fg'
40 Prefix: 'f71869'
48 Prefix: 'f71869a'
56 Prefix: 'f71882fg'
64 Prefix: 'f71889fg'
72 Prefix: 'f71889ed'
80 Prefix: 'f71889a'
[all …]
Dit87.rst8 Prefix: 'it8603'
16 Prefix: 'it8620'
22 Prefix: 'it8628'
30 Prefix: 'it87'
38 Prefix: 'it8712'
46 Prefix: 'it8716'
54 Prefix: 'it8718'
62 Prefix: 'it8720'
70 Prefix: 'it8721'
78 Prefix: 'it8728'
[all …]
/Linux-v5.15/arch/riscv/include/asm/
Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
90 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS()
91 atomic##prefix##_t *v) \ in ATOMIC_OPS()
102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
115 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \
116 atomic##prefix##_t *v) \
118 return arch_atomic##prefix##_fetch_##op##_relaxed(i, v) c_op I; \
[all …]
/Linux-v5.15/net/ipv6/
Daddrlabel.c33 struct in6_addr prefix; member
45 * prefix addr_type label
67 const struct in6_addr *prefix; member
72 .prefix = &in6addr_any,
75 .prefix = &(struct in6_addr){ { { 0xfc } } } ,
79 .prefix = &(struct in6_addr){ { { 0xfe, 0xc0 } } },
83 .prefix = &(struct in6_addr){ { { 0x20, 0x02 } } },
87 .prefix = &(struct in6_addr){ { { 0x3f, 0xfe } } },
91 .prefix = &(struct in6_addr){ { { 0x20, 0x01 } } },
95 .prefix = &(struct in6_addr){ { { 0x20, 0x01, 0x00, 0x10 } } },
[all …]
/Linux-v5.15/tools/bootconfig/scripts/
Dftrace2bconf.sh74 emit_kv $PREFIX.event.kprobes.$event.probes += $args
80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"`
117 emit_kv $PREFIX.event.$group.$event.actions += \'$action\'
121 emit_kv $PREFIX.event.$group.$event.enable
125 emit_kv $PREFIX.event.$group.$event.filter = "$val"
140 # PREFIX and INSTANCE must be set
141 if [ $PREFIX = "ftrace" ]; then
148 emit_kv $PREFIX.event.enable
156 emit_kv $PREFIX.event.$group.enable
212 PREFIX="ftrace"
[all …]
/Linux-v5.15/scripts/
Dsyscallhdr.sh19 …echo >&2 "usage: $0 [--abis ABIS] [--emit-nr] [--offset OFFSET] [--prefix PREFIX] INFILE OUTFILE" …
28 echo >&2 " --prefix PREFIX The prefix to the macro like __NR_<PREFIX><NAME>"
36 prefix=
50 --prefix)
51 prefix=$2
86 echo "#define __NR_$prefix$name $nr"
92 echo "#define __NR_${prefix}syscalls $(($max + 1))"
Dsyscallnr.sh18 echo >&2 "usage: $0 [--abis ABIS] [--prefix PREFIX] INFILE OUTFILE" >&2
25 echo >&2 " --prefix PREFIX The prefix to the macro like __NR_<PREFIX><NAME>"
31 prefix=
39 --prefix)
40 prefix=$2
71 echo "#define __NR_${prefix}syscalls $(($max + 1))"
/Linux-v5.15/sound/soc/generic/
Dsimple-card.c23 #define PREFIX "simple-audio-card," macro
87 asoc_simple_parse_convert(top, PREFIX, adata); in simple_parse_convert()
88 asoc_simple_parse_convert(node, PREFIX, adata); in simple_parse_convert()
98 char *prefix) in simple_parse_mclk_fs() argument
103 snprintf(prop, sizeof(prop), "%smclk-fs", PREFIX); in simple_parse_mclk_fs()
106 snprintf(prop, sizeof(prop), "%smclk-fs", prefix); in simple_parse_mclk_fs()
116 char *prefix, in simple_parse_node() argument
135 simple_parse_mclk_fs(top, np, dai_props, prefix); in simple_parse_node()
156 char *prefix, char *name) in simple_link_init() argument
163 prefix, &dai_link->dai_fmt); in simple_link_init()
[all …]
Dsimple-card-utils.c36 char *prefix, in asoc_simple_parse_convert() argument
41 if (!prefix) in asoc_simple_parse_convert()
42 prefix = ""; in asoc_simple_parse_convert()
45 snprintf(prop, sizeof(prop), "%s%s", prefix, "convert-rate"); in asoc_simple_parse_convert()
49 snprintf(prop, sizeof(prop), "%s%s", prefix, "convert-channels"); in asoc_simple_parse_convert()
57 char *prefix, in asoc_simple_parse_daifmt() argument
64 daifmt = snd_soc_daifmt_parse_format(node, prefix); in asoc_simple_parse_daifmt()
66 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()
114 char *prefix) in asoc_simple_parse_card_name() argument
118 if (!prefix) in asoc_simple_parse_card_name()
[all …]
/Linux-v5.15/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c168 static void trace_print_header(int seq, int prefix) in trace_print_header() argument
170 printf("%*s[%d]: ", prefix, "", seq); in trace_print_header()
235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() argument
239 trace_print_header(seq, *prefix); in trace_print_entry()
243 trace_print_header(seq, *prefix); in trace_print_entry()
247 trace_print_header(seq, *prefix); in trace_print_entry()
251 trace_print_header(seq, *prefix); in trace_print_entry()
253 *prefix += PREFIX_DELTA; in trace_print_entry()
256 *prefix -= PREFIX_DELTA; in trace_print_entry()
257 if (*prefix < BASE_PREFIX) in trace_print_entry()
[all …]
/Linux-v5.15/arch/arm64/boot/dts/amlogic/
Dmeson-g12.dtsi17 sound-name-prefix = "TDM_A";
28 sound-name-prefix = "TDM_B";
39 sound-name-prefix = "TDM_C";
54 sound-name-prefix = "PDM";
104 sound-name-prefix = "TODDR_A";
119 sound-name-prefix = "TODDR_B";
134 sound-name-prefix = "TODDR_C";
149 sound-name-prefix = "FRDDR_A";
164 sound-name-prefix = "FRDDR_B";
179 sound-name-prefix = "FRDDR_C";
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dname-prefix.txt1 Name prefix:
5 sink/source names may use the name prefix property to prepend the
8 Optional name prefix property:
9 - sound-name-prefix : string using as prefix for the sink/source names of
17 sound-name-prefix = "FRONT";
23 sound-name-prefix = "BACK";
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dsoc15_common.h105 #define WREG32_RLC_EX(prefix, reg, value) \ argument
110 …uint32_t r0 = adev->reg_offset[GC_HWIP][0][prefix##SCRATCH_REG0_BASE_IDX] + prefix##SCRATCH_REG0; \
111 …uint32_t r1 = adev->reg_offset[GC_HWIP][0][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG1; \
112 …uint32_t spare_int = adev->reg_offset[GC_HWIP][0][prefix##RLC_SPARE_INT_BASE_IDX] + prefix##RLC_SP…
143 #define WREG32_SOC15_RLC_SHADOW_EX(prefix, ip, inst, reg, value) \ argument
147 …uint32_t r2 = adev->reg_offset[GC_HWIP][0][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG2; \
148 …uint32_t r3 = adev->reg_offset[GC_HWIP][0][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG3; \
149 …uint32_t grbm_cntl = adev->reg_offset[GC_HWIP][0][prefix##GRBM_GFX_CNTL_BASE_IDX] + prefix##GRBM_G…
150 …uint32_t grbm_idx = adev->reg_offset[GC_HWIP][0][prefix##GRBM_GFX_INDEX_BASE_IDX] + prefix##GRBM_G…
170 #define WREG32_SOC15_RLC_EX(prefix, ip, inst, reg, value) \ argument
[all …]
/Linux-v5.15/tools/perf/util/
Dstat-display.c148 const char *prefix; member
169 fputs(os->prefix, os->fh); in do_new_line_std()
209 if (os->prefix) in new_line_csv()
210 fprintf(os->fh, "%s%s", os->prefix, config->csv_sep); in new_line_csv()
410 char *prefix, u64 run, u64 ena, double noise, in printout() argument
416 .prefix = prefix ? prefix : "", in printout()
667 char *prefix, bool metric_only, in print_counter_aggrdata() argument
694 if (prefix && !metric_only) in print_counter_aggrdata()
695 fprintf(output, "%s", prefix); in print_counter_aggrdata()
703 prefix, run, ena, 1.0, &rt_stat); in print_counter_aggrdata()
[all …]
/Linux-v5.15/include/linux/
Dstring.h210 * strstarts - does @str start with @prefix?
212 * @prefix: prefix to look for.
214 static inline bool strstarts(const char *str, const char *prefix) in strstarts() argument
216 return strncmp(str, prefix, strlen(prefix)) == 0; in strstarts()
284 * str_has_prefix - Test if a string has a given prefix
286 * @prefix: The string to see if @str starts with
288 * A common way to test a prefix of a string is to do:
289 * strncmp(str, prefix, sizeof(prefix) - 1)
291 * But this can lead to bugs due to typos, or if prefix is a pointer
295 * * strlen(@prefix) if @str starts with @prefix
[all …]
Dbtf_ids.h40 #define __ID(prefix) \ argument
41 __PASTE(prefix, __COUNTER__)
47 #define BTF_ID(prefix, name) \ argument
48 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__))
82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
84 BTF_ID(prefix, typename)
85 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
87 BTF_ID(prefix, typename)
150 #define BTF_ID(prefix, name) argument
153 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 name[1]; argument
[all …]
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst22 …** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix** *PREFIX*]]
29 **bpftool feature probe** [**kernel**] [**full**] [**macros** [**prefix** *PREFIX*]]
43 header file, for example. If, additionally, **prefix** is
44 used to define a *PREFIX*, the provided string will be used
45 as a prefix to the names of the macros: this can be used to
62 **bpftool feature probe dev** *NAME* [**full**] [**macros** [**prefix** *PREFIX*]]
66 The keywords **full**, **macros** and **prefix** have the

12345678910>>...60