Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/linux/drivers/usb/gadget/function/
A Df_mass_storage.h23 &prefix ## params.name ## _count, \
25 MODULE_PARM_DESC(prefix ## name, desc)
30 MODULE_PARM_DESC(prefix ## name, desc)
32 #define __FSG_MODULE_PARAMETERS(prefix, params) \ argument
35 _FSG_MODULE_PARAM_ARRAY(prefix, params, ro, bool, \
43 _FSG_MODULE_PARAM(prefix, params, luns, uint, \
45 _FSG_MODULE_PARAM(prefix, params, stall, bool, \
50 #define FSG_MODULE_PARAMETERS(prefix, params) \ argument
51 __FSG_MODULE_PARAMETERS(prefix, params); \
56 #define FSG_MODULE_PARAMETERS(prefix, params) \ argument
[all …]
/linux/drivers/firmware/broadcom/
A Dbcm47xx_sprom.c39 if (prefix && postfix) in create_key()
41 else if (prefix) in create_key()
109 prefix, name, buf, err); in NVRAM_READ_VAL()
130 prefix, name, buf, err); in nvram_read_leddc()
191 const char *pre = prefix; in bcm47xx_sprom_fill_auto()
596 char prefix[10]; in bcm47xx_get_sprom_ssb() local
604 snprintf(prefix, sizeof(prefix), "pci/%u/%u/", in bcm47xx_get_sprom_ssb()
654 char *prefix; in bcm47xx_get_sprom_bcma() local
670 prefix = buf; in bcm47xx_get_sprom_bcma()
678 prefix = buf; in bcm47xx_get_sprom_bcma()
[all …]
/linux/drivers/regulator/
A Dmc13xxx.h56 [prefix ## _name] = { \
63 .id = prefix ## _name, \
66 .reg = prefix ## _reg, \
67 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
68 .vsel_reg = prefix ## _vsel_reg, \
74 [prefix ## _name] = { \
81 .id = prefix ## _name, \
84 .reg = prefix ## _reg, \
89 [prefix ## _name] = { \
96 .id = prefix ## _name, \
[all …]
/linux/drivers/md/dm-vdo/
A Dmessage-stats.c20 count = scnprintf(*buf, *maxlen, "%s%llu%s", prefix == NULL ? "" : prefix, in write_u64()
31 count = scnprintf(*buf, *maxlen, "%s%u%s", prefix == NULL ? "" : prefix, in write_u32()
42 count = scnprintf(*buf, *maxlen, "%s%llu%s", prefix == NULL ? "" : prefix, in write_block_count_t()
53 count = scnprintf(*buf, *maxlen, "%s%s%s", prefix == NULL ? "" : prefix, in write_string()
64 count = scnprintf(*buf, *maxlen, "%s%d%s", prefix == NULL ? "" : prefix, in write_bool()
75 count = scnprintf(*buf, *maxlen, "%s%u%s", prefix == NULL ? "" : prefix, in write_u8()
86 write_string(prefix, "{ ", NULL, buf, maxlen); in write_block_allocator_statistics()
99 write_string(prefix, "{ ", NULL, buf, maxlen); in write_commit_statistics()
114 write_string(prefix, "{ ", NULL, buf, maxlen); in write_recovery_journal_statistics()
437 char *prefix = "memorySize : "; in write_index_memory() local
[all …]
A Dlogger.c110 static void emit_log_message(int priority, const char *module, const char *prefix, in emit_log_message() argument
123 prefix, vaf1, vaf2); in emit_log_message()
131 device_instance, current->comm, prefix, vaf1, in emit_log_message()
143 prefix, vaf1, vaf2); in emit_log_message()
149 prefix, vaf1, vaf2); in emit_log_message()
161 void vdo_log_embedded_message(int priority, const char *module, const char *prefix, in vdo_log_embedded_message() argument
173 if (prefix == NULL) in vdo_log_embedded_message()
174 prefix = ""; in vdo_log_embedded_message()
188 emit_log_message(priority, module, prefix, &vaf1, &vaf2); in vdo_log_embedded_message()
/linux/include/linux/
A Dbtf_ids.h57 #define __ID(prefix) \ argument
58 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
64 #define BTF_ID(prefix, name) \ argument
67 #define ____BTF_ID_FLAGS(prefix, name, flags) \ argument
70 ____BTF_ID_FLAGS(prefix, name, flags)
71 #define BTF_ID_FLAGS(prefix, name, ...) \ argument
72 __BTF_ID_FLAGS(prefix, name, ##__VA_ARGS__, 0)
108 BTF_ID(prefix, typename)
111 BTF_ID(prefix, typename)
221 #define BTF_ID(prefix, name) argument
[all …]
/linux/tools/perf/tests/shell/
A Dstat+std_output.sh32 local prefix=1
35 in "--interval") prefix=2
36 ;; "--per-thread") prefix=2
37 ;; "--system-wide-no-aggr") prefix=2
38 ;; "--per-core") prefix=3
39 ;; "--per-socket") prefix=3
40 ;; "--per-node") prefix=3
41 ;; "--per-die") prefix=3
42 ;; "--per-cache") prefix=3
43 ;; "--per-cluster") prefix=3
[all …]
/linux/drivers/clk/qcom/
A Dlcc-msm8960.c117 .name = #prefix "_osr_src", \
135 .name = #prefix "_osr_clk", \
137 &prefix##_osr_src.clkr.hw, \
153 .name = #prefix "_div_clk", \
155 &prefix##_osr_src.clkr.hw, \
172 .name = #prefix "_bit_div_clk", \
174 &prefix##_div_clk.clkr.hw, \
190 .name = #prefix "_bit_clk", \
193 { .fw_name = #prefix "_codec_clk", \
210 CLK_AIF_OSR_SRC(prefix, _ns, _md) \
[all …]
/linux/tools/testing/selftests/powerpc/pmu/ebb/
A Dtrace.c239 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()
258 *prefix = BASE_PREFIX; in trace_print_entry()
259 trace_print_header(seq, *prefix); in trace_print_entry()
272 int i, prefix; in trace_buffer_print() local
[all …]
/linux/net/ipv6/
A Daddrlabel.c33 struct in6_addr prefix; member
67 const struct in6_addr *prefix; member
72 .prefix = &in6addr_any,
103 .prefix = &in6addr_any,
107 .prefix = &in6addr_loopback,
193 ipv6_addr_prefix(&newp->prefix, prefix, prefixlen); in ip6addrlbl_alloc()
216 ipv6_addr_equal(&p->prefix, &newp->prefix)) { in __ip6addrlbl_add()
275 __func__, prefix, prefixlen, ifindex); in __ip6addrlbl_del()
280 ipv6_addr_equal(&p->prefix, prefix)) { in __ip6addrlbl_del()
298 __func__, prefix, prefixlen, ifindex); in ip6addrlbl_del()
[all …]
/linux/tools/include/linux/
A Dbtf_ids.h51 #define __ID(prefix) \ argument
52 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
58 #define BTF_ID(prefix, name) \ argument
59 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__))
93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
95 BTF_ID(prefix, typename)
96 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
98 BTF_ID(prefix, typename)
161 #define BTF_ID(prefix, name) argument
164 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument
[all …]
/linux/tools/perf/trace/beauty/
A Dmmap_prot.sh16 prefix="PROT"
19 …pace:]]*define[[:space:]]+%s_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*' ${prefix}`
25 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
30 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
/linux/samples/pktgen/
A Dfunctions.sh216 local net prefix
219 IFS='/' read net prefix <<< $1
223 if [[ -n $prefix ]]; then
224 if ! (in_between $prefix 0 $bitlen); then
225 err 5 "Invalid prefix: /$prefix"
256 local net prefix
259 IFS='/' read net prefix <<< $1
262 if [[ -z $prefix ]]; then
273 local remain=$[ bitlen-prefix ]
284 min_mask="$(printf '1%.s' $(seq $prefix))$(printf '0%.s' $(seq $remain))"
[all …]
/linux/tools/lib/
A Dstring.c209 unsigned int words, prefix; in memchr_inv() local
219 prefix = (unsigned long)start % 8; in memchr_inv()
220 if (prefix) { in memchr_inv()
223 prefix = 8 - prefix; in memchr_inv()
224 r = check_bytes8(start, value, prefix); in memchr_inv()
227 start += prefix; in memchr_inv()
228 bytes -= prefix; in memchr_inv()
/linux/drivers/net/ethernet/sfc/
A Def100_rx.c34 bool ef100_rx_buf_hash_valid(const u8 *prefix) in ef100_rx_buf_hash_valid() argument
36 return PREFIX_FIELD(prefix, RSS_HASH_VALID); in ef100_rx_buf_hash_valid()
39 static bool ef100_has_fcs_error(struct efx_channel *channel, u32 *prefix) in ef100_has_fcs_error() argument
44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS)); in ef100_has_fcs_error()
66 u32 *prefix; in __ef100_rx_packet() local
68 prefix = (u32 *)(eh - ESE_GZ_RX_PKT_PREFIX_LEN); in __ef100_rx_packet()
71 u32 mark = PREFIX_FIELD(prefix, USER_MARK); in __ef100_rx_packet()
77 if (ef100_has_fcs_error(channel, prefix) && in __ef100_rx_packet()
81 rx_buf->len = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, LENGTH)); in __ef100_rx_packet()
122 if (PREFIX_FIELD(prefix, NT_OR_INNER_L3_CLASS) == 1) { in __ef100_rx_packet()
[all …]
/linux/arch/riscv/include/asm/
A Datomic.h53 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
55 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
87 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
89 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS()
90 atomic##prefix##_t *v) \ in ATOMIC_OPS()
101 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
112 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
114 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \
115 atomic##prefix##_t *v) \
120 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
[all …]
/linux/drivers/gpu/drm/i915/
A Di915_syncmap.c74 u64 prefix; member
160 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later()
169 if (__sync_branch_prefix(p, id) == p->prefix) in i915_syncmap_is_later()
182 if (__sync_branch_prefix(p, id) != p->prefix) in i915_syncmap_is_later()
207 p->prefix = __sync_leaf_prefix(p, id); in __sync_alloc_leaf()
241 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix); in __sync_set()
250 if (__sync_branch_prefix(p, id) == p->prefix) in __sync_set()
278 if (__sync_branch_prefix(p, id) != p->prefix) { in __sync_set()
291 next->prefix = __sync_branch_prefix(next, id); in __sync_set()
302 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
[all …]
/linux/drivers/s390/net/
A Dsmsgiucv.c22 const char *prefix; member
79 if (strncmp(buffer + 8, cb->prefix, cb->len) == 0) { in smsg_message_pending()
88 int smsg_register_callback(const char *prefix, in smsg_register_callback() argument
96 cb->prefix = prefix; in smsg_register_callback()
97 cb->len = strlen(prefix); in smsg_register_callback()
105 void smsg_unregister_callback(const char *prefix, in smsg_unregister_callback() argument
115 strcmp(tmp->prefix, prefix) == 0) { in smsg_unregister_callback()
/linux/drivers/gpu/drm/amd/amdgpu/
A Dsoc15_common.h113 #define WREG32_RLC_EX(prefix, reg, value, inst) \ argument
118 …uint32_t r0 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG0_BASE_IDX] + prefix##SCRATCH_REG…
119 …uint32_t r1 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG…
120 …uint32_t spare_int = adev->reg_offset[GC_HWIP][inst][prefix##RLC_SPARE_INT_BASE_IDX] + prefix##RLC…
151 #define WREG32_SOC15_RLC_SHADOW_EX(prefix, ip, inst, reg, value) \ argument
155 …uint32_t r2 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG…
156 …uint32_t r3 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG…
157 …uint32_t grbm_cntl = adev->reg_offset[GC_HWIP][inst][prefix##GRBM_GFX_CNTL_BASE_IDX] + prefix##GRB…
158 …uint32_t grbm_idx = adev->reg_offset[GC_HWIP][inst][prefix##GRBM_GFX_INDEX_BASE_IDX] + prefix##GRB…
178 #define WREG32_SOC15_RLC_EX(prefix, ip, inst, reg, value) \ argument
[all …]
/linux/scripts/
A Dsyscallhdr.sh36 prefix=
50 --prefix)
51 prefix=$2
86 echo "#define __NR_$prefix$name $nr"
92 echo "#define __NR_${prefix}syscalls $(($max + 1))"
/linux/arch/arm64/boot/dts/amlogic/
A 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/scripts/dtc/
A Dof_unittest_expect260 $prefix = " "; ## 2 characters
290 printf "%s %s%s%s\n", $prefix, $line_num, $timestamp, $line;
307 printf "%s %s%s%s\n", $prefix, $line_num, $timestamp, $line;
364 printf "%s %s%s%s\n", $prefix, $line_num, $timestamp, $line;
381 printf "%s %s%s%s\n", $prefix, $line_num, $timestamp, $line;
441 $prefix = "->"; # 2 characters
444 $prefix = ">>"; # 2 characters
466 $prefix = "ok"; # 2 characters
489 $prefix = "**"; # 2 characters
501 printf "%s %s%s%s\n", $prefix, $line_num, $timestamp, $line;
/linux/fs/squashfs/
A Dxattr.c58 const char *prefix = handler->prefix ?: handler->name; in squashfs_listxattr() local
59 size_t prefix_size = strlen(prefix); in squashfs_listxattr()
66 memcpy(buffer, prefix, prefix_size); in squashfs_listxattr()
125 int type, prefix, name_size; in squashfs_xattr_get() local
134 prefix = type & SQUASHFS_XATTR_PREFIX_MASK; in squashfs_xattr_get()
136 if (prefix == name_index && name_size == name_len) in squashfs_xattr_get()
145 if (prefix == name_index && name_size == name_len && in squashfs_xattr_get()
217 .prefix = XATTR_USER_PREFIX,
231 .prefix = XATTR_TRUSTED_PREFIX,
241 .prefix = XATTR_SECURITY_PREFIX,
/linux/drivers/net/ethernet/intel/ice/
A Dice_osdep.h46 #define _ice_debug_array(hw, type, prefix, rowsize, groupsize, buf, len) \ argument
47 print_hex_dump_debug(prefix, DUMP_PREFIX_OFFSET, \
57 #define _ice_debug_array(hw, type, prefix, rowsize, groupsize, buf, len) \ argument
60 print_hex_dump_debug(prefix, DUMP_PREFIX_OFFSET,\
65 #define _ice_debug_array(hw, type, prefix, rowsize, groupsize, buf, len) \ argument
86 #define ice_debug_array_w_prefix(hw, type, prefix, buf, len) \ argument
87 _ice_debug_array(hw, type, prefix, 16, 1, buf, len)
/linux/tools/verification/dot2/
A DMakefile3 prefix ?= /usr macro
4 bindir ?= $(prefix)/bin
5 mandir ?= $(prefix)/share/man
6 miscdir ?= $(prefix)/share/dot2
7 srcdir ?= $(prefix)/src

Completed in 66 milliseconds

12345678910>>...39