prefix            202 arch/arm/xen/enlighten.c 	const char *prefix;
prefix            220 arch/arm/xen/enlighten.c 	if (strlen(hyper_node.prefix) + 3  < len &&
prefix            221 arch/arm/xen/enlighten.c 	    !strncmp(hyper_node.prefix, s, strlen(hyper_node.prefix)))
prefix            222 arch/arm/xen/enlighten.c 		hyper_node.version = s + strlen(hyper_node.prefix);
prefix             65 arch/ia64/kernel/efi.c #define STUB_GET_TIME(prefix, adjust_arg)				       \
prefix             67 arch/ia64/kernel/efi.c prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc)			       \
prefix             76 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time),    \
prefix             82 arch/ia64/kernel/efi.c #define STUB_SET_TIME(prefix, adjust_arg)				       \
prefix             84 arch/ia64/kernel/efi.c prefix##_set_time (efi_time_t *tm)					       \
prefix             90 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time),    \
prefix             96 arch/ia64/kernel/efi.c #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg)			       \
prefix             98 arch/ia64/kernel/efi.c prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending,	       \
prefix            105 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix(					       \
prefix            112 arch/ia64/kernel/efi.c #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg)			       \
prefix            114 arch/ia64/kernel/efi.c prefix##_set_wakeup_time (efi_bool_t enabled, efi_time_t *tm)		       \
prefix            123 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix(					       \
prefix            130 arch/ia64/kernel/efi.c #define STUB_GET_VARIABLE(prefix, adjust_arg)				       \
prefix            132 arch/ia64/kernel/efi.c prefix##_get_variable (efi_char16_t *name, efi_guid_t *vendor, u32 *attr,      \
prefix            142 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix(					       \
prefix            150 arch/ia64/kernel/efi.c #define STUB_GET_NEXT_VARIABLE(prefix, adjust_arg)			       \
prefix            152 arch/ia64/kernel/efi.c prefix##_get_next_variable (unsigned long *name_size, efi_char16_t *name,      \
prefix            159 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix(					       \
prefix            166 arch/ia64/kernel/efi.c #define STUB_SET_VARIABLE(prefix, adjust_arg)				       \
prefix            168 arch/ia64/kernel/efi.c prefix##_set_variable (efi_char16_t *name, efi_guid_t *vendor,		       \
prefix            176 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix(					       \
prefix            184 arch/ia64/kernel/efi.c #define STUB_GET_NEXT_HIGH_MONO_COUNT(prefix, adjust_arg)		       \
prefix            186 arch/ia64/kernel/efi.c prefix##_get_next_high_mono_count (u32 *count)				       \
prefix            192 arch/ia64/kernel/efi.c 	ret = efi_call_##prefix((efi_get_next_high_mono_count_t *)	       \
prefix            199 arch/ia64/kernel/efi.c #define STUB_RESET_SYSTEM(prefix, adjust_arg)				       \
prefix            201 arch/ia64/kernel/efi.c prefix##_reset_system (int reset_type, efi_status_t status,		       \
prefix            211 arch/ia64/kernel/efi.c 	efi_call_##prefix(						       \
prefix             35 arch/mips/include/asm/mach-bcm47xx/bcm47xx.h void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix,
prefix             66 arch/powerpc/include/asm/bitops.h #define DEFINE_BITOP(fn, op, prefix)		\
prefix             73 arch/powerpc/include/asm/bitops.h 	prefix					\
prefix            111 arch/powerpc/include/asm/bitops.h #define DEFINE_TESTOP(fn, op, prefix, postfix, eh)	\
prefix            119 arch/powerpc/include/asm/bitops.h 	prefix						\
prefix            141 arch/powerpc/perf/imc-pmu.c 				  const char *unit, const char *prefix,
prefix            155 arch/powerpc/perf/imc-pmu.c 	event->name = kasprintf(GFP_KERNEL, "%s%s", prefix, s);
prefix            216 arch/powerpc/perf/imc-pmu.c 	const char *prefix, *g_scale, *g_unit;
prefix            232 arch/powerpc/perf/imc-pmu.c 	if (of_property_read_string(node, "events-prefix", &prefix))
prefix            253 arch/powerpc/perf/imc-pmu.c 		ret = imc_parse_event(np, g_scale, g_unit, prefix, base_reg, &pmu->events[ct]);
prefix             56 arch/riscv/include/asm/atomic.h #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix)		\
prefix             58 arch/riscv/include/asm/atomic.h void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v)		\
prefix             90 arch/riscv/include/asm/atomic.h #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix)	\
prefix             92 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_fetch_##op##_relaxed(c_type i,			\
prefix             93 arch/riscv/include/asm/atomic.h 					     atomic##prefix##_t *v)	\
prefix            104 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v)	\
prefix            115 arch/riscv/include/asm/atomic.h #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix)	\
prefix            117 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_##op##_return_relaxed(c_type i,			\
prefix            118 arch/riscv/include/asm/atomic.h 					      atomic##prefix##_t *v)	\
prefix            120 arch/riscv/include/asm/atomic.h         return atomic##prefix##_fetch_##op##_relaxed(i, v) c_op I;	\
prefix            123 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v)	\
prefix            125 arch/riscv/include/asm/atomic.h         return atomic##prefix##_fetch_##op(i, v) c_op I;		\
prefix            247 arch/riscv/include/asm/atomic.h #define ATOMIC_OP(c_t, prefix, size)					\
prefix            249 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_xchg_relaxed(atomic##prefix##_t *v, c_t n)		\
prefix            254 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_xchg_acquire(atomic##prefix##_t *v, c_t n)		\
prefix            259 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_xchg_release(atomic##prefix##_t *v, c_t n)		\
prefix            264 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n)			\
prefix            269 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_cmpxchg_relaxed(atomic##prefix##_t *v,		\
prefix            275 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_cmpxchg_acquire(atomic##prefix##_t *v,		\
prefix            281 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_cmpxchg_release(atomic##prefix##_t *v,		\
prefix            287 arch/riscv/include/asm/atomic.h c_t atomic##prefix##_cmpxchg(atomic##prefix##_t *v, c_t o, c_t n)	\
prefix            152 arch/s390/include/asm/kvm_host.h 	__u32 prefix : 18;
prefix            542 arch/s390/include/asm/kvm_host.h 		struct kvm_s390_prefix_info prefix;
prefix            554 arch/s390/include/asm/kvm_host.h 	struct kvm_s390_prefix_info prefix;
prefix            245 arch/s390/include/uapi/asm/kvm.h 	__u64 prefix;	/* prefix register */
prefix             46 arch/s390/kernel/crash_dump.c 	u32 prefix;
prefix             96 arch/s390/kernel/crash_dump.c 	memcpy(&sa->prefix, &lc->prefixreg_save_area, sizeof(sa->prefix));
prefix            380 arch/s390/kernel/crash_dump.c 	ptr = nt_init(ptr, NT_S390_PREFIX, &sa->prefix, sizeof(sa->prefix));
prefix            404 arch/s390/kernel/crash_dump.c 	size +=  nt_size(NT_S390_PREFIX, sizeof(sa->prefix));
prefix            539 arch/s390/kernel/crash_dump.c 		if (sa->prefix != 0)
prefix            593 arch/s390/kernel/crash_dump.c 		if (sa->prefix != 0)
prefix             78 arch/s390/kernel/machine_kexec.c 	unsigned long prefix;
prefix             81 arch/s390/kernel/machine_kexec.c 	prefix = (unsigned long) S390_lowcore.prefixreg_save_area;
prefix             92 arch/s390/kernel/machine_kexec.c 	       (void *)(prefix + __LC_FPREGS_SAVE_AREA), 512);
prefix             24 arch/s390/kvm/diag.c 	unsigned long prefix  = kvm_s390_get_prefix(vcpu);
prefix             40 arch/s390/kvm/diag.c 	if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) {
prefix             49 arch/s390/kvm/diag.c 		gmap_discard(vcpu->arch.gmap, start, prefix);
prefix             50 arch/s390/kvm/diag.c 		if (start <= prefix)
prefix             52 arch/s390/kvm/diag.c 		if (end > prefix + PAGE_SIZE)
prefix             54 arch/s390/kvm/diag.c 		gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end);
prefix             30 arch/s390/kvm/gaccess.h 	unsigned long prefix  = kvm_s390_get_prefix(vcpu);
prefix             33 arch/s390/kvm/gaccess.h 		gra += prefix;
prefix             34 arch/s390/kvm/gaccess.h 	else if (gra >= prefix && gra < prefix + 2 * PAGE_SIZE)
prefix             35 arch/s390/kvm/gaccess.h 		gra -= prefix;
prefix            717 arch/s390/kvm/interrupt.c 	struct kvm_s390_prefix_info prefix;
prefix            720 arch/s390/kvm/interrupt.c 	prefix = li->irq.prefix;
prefix            721 arch/s390/kvm/interrupt.c 	li->irq.prefix.address = 0;
prefix            728 arch/s390/kvm/interrupt.c 					 prefix.address, 0);
prefix            730 arch/s390/kvm/interrupt.c 	kvm_s390_set_prefix(vcpu, prefix.address);
prefix           1437 arch/s390/kvm/interrupt.c 	struct kvm_s390_prefix_info *prefix = &li->irq.prefix;
prefix           1441 arch/s390/kvm/interrupt.c 		   irq->u.prefix.address);
prefix           1443 arch/s390/kvm/interrupt.c 				   irq->u.prefix.address, 0);
prefix           1448 arch/s390/kvm/interrupt.c 	*prefix = irq->u.prefix;
prefix           1946 arch/s390/kvm/interrupt.c 		irq->u.prefix.address = s390int->parm;
prefix           2924 arch/s390/kvm/interrupt.c 		irq->u.prefix = li->irq.prefix;
prefix           3155 arch/s390/kvm/kvm-s390.c 	unsigned long prefix;
prefix           3165 arch/s390/kvm/kvm-s390.c 		prefix = kvm_s390_get_prefix(vcpu);
prefix           3166 arch/s390/kvm/kvm-s390.c 		if (prefix <= end && start <= prefix + 2*PAGE_SIZE - 1) {
prefix           3877 arch/s390/kvm/kvm-s390.c 		kvm_s390_set_prefix(vcpu, kvm_run->s.regs.prefix);
prefix           3963 arch/s390/kvm/kvm-s390.c 	kvm_run->s.regs.prefix = kvm_s390_get_prefix(vcpu);
prefix             87 arch/s390/kvm/kvm-s390.h 	return vcpu->arch.sie_block->prefix << GUEST_PREFIX_SHIFT;
prefix             90 arch/s390/kvm/kvm-s390.h static inline void kvm_s390_set_prefix(struct kvm_vcpu *vcpu, u32 prefix)
prefix             93 arch/s390/kvm/kvm-s390.h 		   prefix);
prefix             94 arch/s390/kvm/kvm-s390.h 	vcpu->arch.sie_block->prefix = prefix >> GUEST_PREFIX_SHIFT;
prefix            178 arch/s390/kvm/sigp.c 		.u.prefix.address = address & 0x7fffe000u,
prefix            187 arch/s390/kvm/sigp.c 	if (kvm_is_error_gpa(vcpu->kvm, irq.u.prefix.address)) {
prefix            442 arch/s390/kvm/vsie.c 	const uint32_t __new_prefix = scb_o->prefix;
prefix            494 arch/s390/kvm/vsie.c 	if (scb_s->mso != new_mso || scb_s->prefix != new_prefix)
prefix            499 arch/s390/kvm/vsie.c 	scb_s->prefix = new_prefix;
prefix            565 arch/s390/kvm/vsie.c 	unsigned long prefix;
prefix            586 arch/s390/kvm/vsie.c 		prefix = cur->scb_s.prefix << GUEST_PREFIX_SHIFT;
prefix            588 arch/s390/kvm/vsie.c 		prefix += cur->scb_s.mso;
prefix            589 arch/s390/kvm/vsie.c 		if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1)
prefix            609 arch/s390/kvm/vsie.c 	u64 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT;
prefix            619 arch/s390/kvm/vsie.c 	prefix += scb_s->mso;
prefix            621 arch/s390/kvm/vsie.c 	rc = kvm_s390_shadow_fault(vcpu, vsie_page->gmap, prefix);
prefix            624 arch/s390/kvm/vsie.c 					   prefix + PAGE_SIZE);
prefix            145 arch/s390/mm/maccess.c 	unsigned long cr0, flags, prefix;
prefix            150 arch/s390/mm/maccess.c 	prefix = store_prefix();
prefix            151 arch/s390/mm/maccess.c 	if (prefix) {
prefix            155 arch/s390/mm/maccess.c 		set_prefix(prefix);
prefix             91 arch/sparc/kernel/prom_64.c 		const char *prefix = (type == 0) ? "m" : "i";
prefix             95 arch/sparc/kernel/prom_64.c 				name, prefix,
prefix            100 arch/sparc/kernel/prom_64.c 				prefix,
prefix             46 arch/um/drivers/chan_user.h #define __channel_help(fn, prefix) \
prefix             47 arch/um/drivers/chan_user.h __uml_help(fn, prefix "[0-9]*=<channel description>\n" \
prefix            681 crypto/drbg.c  		unsigned char prefix = DRBG_PREFIX0;
prefix            683 crypto/drbg.c  			prefix = DRBG_PREFIX1;
prefix            685 crypto/drbg.c  		seed2.buf = &prefix;
prefix            867 crypto/drbg.c  	unsigned char prefix = DRBG_PREFIX1;
prefix            875 crypto/drbg.c  		drbg_string_fill(&data1, &prefix, 1);
prefix            888 crypto/drbg.c  	prefix = DRBG_PREFIX0;
prefix            889 crypto/drbg.c  	drbg_string_fill(&data1, &prefix, 1);
prefix            908 crypto/drbg.c  	unsigned char prefix = DRBG_PREFIX2;
prefix            915 crypto/drbg.c  	drbg_string_fill(&data1, &prefix, 1);
prefix            985 crypto/drbg.c  	unsigned char prefix = DRBG_PREFIX3;
prefix            998 crypto/drbg.c  	drbg_string_fill(&data1, &prefix, 1);
prefix             42 drivers/acpi/acpica/acapps.h #define ACPI_COMMON_HEADER(utility_name, prefix) \
prefix             44 drivers/acpi/acpica/acapps.h 	prefix, ACPICA_NAME, \
prefix             45 drivers/acpi/acpica/acapps.h 	prefix, utility_name, ((u32) ACPI_CA_VERSION), ACPI_WIDTH, \
prefix             46 drivers/acpi/acpica/acapps.h 	prefix, ACPICA_COPYRIGHT, \
prefix             47 drivers/acpi/acpica/acapps.h 	prefix
prefix            148 drivers/acpi/acpica/acapps.h char *ad_generate_filename(char *prefix, char *table_id);
prefix             31 drivers/acpi/utils.c 	char prefix[80] = {'\0'};
prefix             32 drivers/acpi/utils.c 	struct acpi_buffer buffer = {sizeof(prefix), prefix};
prefix             35 drivers/acpi/utils.c 		(char *) prefix, p, acpi_format_exception(s)));
prefix           5543 drivers/android/binder.c 					     const char *prefix,
prefix           5553 drivers/android/binder.c 		   prefix, t->debug_id, t,
prefix           5583 drivers/android/binder.c 				     const char *prefix,
prefix           5601 drivers/android/binder.c 			   prefix, e->cmd);
prefix           5604 drivers/android/binder.c 		seq_printf(m, "%stransaction complete\n", prefix);
prefix           5609 drivers/android/binder.c 			   prefix, node->debug_id,
prefix           5613 drivers/android/binder.c 		seq_printf(m, "%shas dead binder\n", prefix);
prefix           5616 drivers/android/binder.c 		seq_printf(m, "%shas cleared dead binder\n", prefix);
prefix           5619 drivers/android/binder.c 		seq_printf(m, "%shas cleared death notification\n", prefix);
prefix           5622 drivers/android/binder.c 		seq_printf(m, "%sunknown work: type %d\n", prefix, w->type);
prefix           5827 drivers/android/binder.c static void print_binder_stats(struct seq_file *m, const char *prefix,
prefix           5838 drivers/android/binder.c 			seq_printf(m, "%s%s: %d\n", prefix,
prefix           5848 drivers/android/binder.c 			seq_printf(m, "%s%s: %d\n", prefix,
prefix           5862 drivers/android/binder.c 				prefix,
prefix            802 drivers/android/binder_alloc.c static void print_binder_buffer(struct seq_file *m, const char *prefix,
prefix            806 drivers/android/binder_alloc.c 		   prefix, buffer->debug_id, buffer->user_data,
prefix            100 drivers/ata/libata-transport.c 	char *prefix = "";					\
prefix            107 drivers/ata/libata-transport.c 				prefix, table[i].name);		\
prefix            108 drivers/ata/libata-transport.c 			prefix = ", ";				\
prefix            386 drivers/atm/ambassador.c static inline void dump_skb (char * prefix, unsigned int vc, struct sk_buff * skb) {
prefix            390 drivers/atm/ambassador.c   PRINTDB (DBG_DATA, "%s(%u) ", prefix, vc);
prefix            395 drivers/atm/ambassador.c   (void) prefix;
prefix            449 drivers/atm/horizon.c static inline void dump_skb (char * prefix, unsigned int vc, struct sk_buff * skb) {
prefix            453 drivers/atm/horizon.c   PRINTDB (DBG_DATA, "%s(%u) ", prefix, vc);
prefix            458 drivers/atm/horizon.c   (void) prefix;
prefix            979 drivers/atm/iphase.c static void xdump( u_char*  cp, int  length, char*  prefix )
prefix            986 drivers/atm/iphase.c         pBuf += sprintf( pBuf, "%s", prefix );
prefix           3161 drivers/block/mtip32xx/mtip32xx.c static int rssd_disk_name_format(char *prefix,
prefix           3167 drivers/block/mtip32xx/mtip32xx.c 	char *begin = buf + strlen(prefix);
prefix           3183 drivers/block/mtip32xx/mtip32xx.c 	memcpy(buf, prefix, strlen(prefix));
prefix            633 drivers/block/virtio_blk.c static int virtblk_name_format(char *prefix, int index, char *buf, int buflen)
prefix            636 drivers/block/virtio_blk.c 	char *begin = buf + strlen(prefix);
prefix            652 drivers/block/virtio_blk.c 	memcpy(buf, prefix, strlen(prefix));
prefix             67 drivers/bluetooth/btmtkuart.c 	u8	prefix;
prefix            449 drivers/bluetooth/btmtkuart.c 		if (shdr->prefix != 0x80 || bdev->stp_dlen > 2048) {
prefix            451 drivers/bluetooth/btmtkuart.c 				   shdr->prefix, bdev->stp_dlen);
prefix            885 drivers/bluetooth/btmtkuart.c 	shdr->prefix = 0x80;
prefix            499 drivers/bluetooth/hci_ll.c 	if (cmd->prefix != 1)
prefix            500 drivers/bluetooth/hci_ll.c 		bt_dev_dbg(lldev->hu.hdev, "command type %d", cmd->prefix);
prefix            196 drivers/clk/qcom/lcc-mdm9615.c #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr)			\
prefix            197 drivers/clk/qcom/lcc-mdm9615.c static struct clk_rcg prefix##_osr_src = {			\
prefix            221 drivers/clk/qcom/lcc-mdm9615.c 			.name = #prefix "_osr_src",		\
prefix            230 drivers/clk/qcom/lcc-mdm9615.c static const char * const lcc_##prefix##_parents[] = {		\
prefix            231 drivers/clk/qcom/lcc-mdm9615.c 	#prefix "_osr_src",					\
prefix            234 drivers/clk/qcom/lcc-mdm9615.c static struct clk_branch prefix##_osr_clk = {			\
prefix            242 drivers/clk/qcom/lcc-mdm9615.c 			.name = #prefix "_osr_clk",		\
prefix            243 drivers/clk/qcom/lcc-mdm9615.c 			.parent_names = lcc_##prefix##_parents,	\
prefix            251 drivers/clk/qcom/lcc-mdm9615.c static struct clk_regmap_div prefix##_div_clk = {		\
prefix            257 drivers/clk/qcom/lcc-mdm9615.c 			.name = #prefix "_div_clk",		\
prefix            258 drivers/clk/qcom/lcc-mdm9615.c 			.parent_names = lcc_##prefix##_parents,	\
prefix            265 drivers/clk/qcom/lcc-mdm9615.c static struct clk_branch prefix##_bit_div_clk = {		\
prefix            273 drivers/clk/qcom/lcc-mdm9615.c 			.name = #prefix "_bit_div_clk",		\
prefix            275 drivers/clk/qcom/lcc-mdm9615.c 				#prefix "_div_clk"		\
prefix            284 drivers/clk/qcom/lcc-mdm9615.c static struct clk_regmap_mux prefix##_bit_clk = {		\
prefix            290 drivers/clk/qcom/lcc-mdm9615.c 			.name = #prefix "_bit_clk",		\
prefix            292 drivers/clk/qcom/lcc-mdm9615.c 				#prefix "_bit_div_clk",		\
prefix            293 drivers/clk/qcom/lcc-mdm9615.c 				#prefix "_codec_clk",		\
prefix            194 drivers/clk/qcom/lcc-msm8960.c #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr)			\
prefix            195 drivers/clk/qcom/lcc-msm8960.c static struct clk_rcg prefix##_osr_src = {			\
prefix            219 drivers/clk/qcom/lcc-msm8960.c 			.name = #prefix "_osr_src",		\
prefix            228 drivers/clk/qcom/lcc-msm8960.c static const char * const lcc_##prefix##_parents[] = {		\
prefix            229 drivers/clk/qcom/lcc-msm8960.c 	#prefix "_osr_src",					\
prefix            232 drivers/clk/qcom/lcc-msm8960.c static struct clk_branch prefix##_osr_clk = {			\
prefix            240 drivers/clk/qcom/lcc-msm8960.c 			.name = #prefix "_osr_clk",		\
prefix            241 drivers/clk/qcom/lcc-msm8960.c 			.parent_names = lcc_##prefix##_parents,	\
prefix            249 drivers/clk/qcom/lcc-msm8960.c static struct clk_regmap_div prefix##_div_clk = {		\
prefix            255 drivers/clk/qcom/lcc-msm8960.c 			.name = #prefix "_div_clk",		\
prefix            256 drivers/clk/qcom/lcc-msm8960.c 			.parent_names = lcc_##prefix##_parents,	\
prefix            263 drivers/clk/qcom/lcc-msm8960.c static struct clk_branch prefix##_bit_div_clk = {		\
prefix            271 drivers/clk/qcom/lcc-msm8960.c 			.name = #prefix "_bit_div_clk",		\
prefix            273 drivers/clk/qcom/lcc-msm8960.c 				#prefix "_div_clk"		\
prefix            282 drivers/clk/qcom/lcc-msm8960.c static struct clk_regmap_mux prefix##_bit_clk = {		\
prefix            288 drivers/clk/qcom/lcc-msm8960.c 			.name = #prefix "_bit_clk",		\
prefix            290 drivers/clk/qcom/lcc-msm8960.c 				#prefix "_bit_div_clk",		\
prefix            291 drivers/clk/qcom/lcc-msm8960.c 				#prefix "_codec_clk",		\
prefix            362 drivers/clk/tegra/clk-bpmp.c 	const char *prefix = "";
prefix            373 drivers/clk/tegra/clk-bpmp.c 		seq_buf_printf(&buf, "%smux", prefix);
prefix            374 drivers/clk/tegra/clk-bpmp.c 		prefix = ", ";
prefix            378 drivers/clk/tegra/clk-bpmp.c 		seq_buf_printf(&buf, "%sfixed", prefix);
prefix            379 drivers/clk/tegra/clk-bpmp.c 		prefix = ", ";
prefix            383 drivers/clk/tegra/clk-bpmp.c 		seq_buf_printf(&buf, "%sroot", prefix);
prefix            384 drivers/clk/tegra/clk-bpmp.c 		prefix = ", ";
prefix            305 drivers/counter/counter.c 	const char *prefix;
prefix            336 drivers/counter/counter.c 	dev_attr->attr.name = kasprintf(GFP_KERNEL, "%s%s", parm->prefix,
prefix            422 drivers/counter/counter.c 	parm.prefix = "";
prefix            504 drivers/counter/counter.c 		parm.prefix = "";
prefix            540 drivers/counter/counter.c 	parm.prefix = "";
prefix            704 drivers/counter/counter.c 	const char *prefix;
prefix            715 drivers/counter/counter.c 		prefix = kasprintf(GFP_KERNEL, "signal%d_",
prefix            717 drivers/counter/counter.c 		if (!prefix) {
prefix            733 drivers/counter/counter.c 		parm.prefix = prefix;
prefix            755 drivers/counter/counter.c 		parm.prefix = prefix;
prefix            766 drivers/counter/counter.c 		kfree(prefix);
prefix            772 drivers/counter/counter.c 	kfree(prefix);
prefix            934 drivers/counter/counter.c 		parm.prefix = "";
prefix            997 drivers/counter/counter.c 	parm.prefix = "";
prefix           1018 drivers/counter/counter.c 	parm.prefix = "";
prefix           1040 drivers/counter/counter.c 	parm.prefix = "";
prefix           1140 drivers/counter/counter.c 	parm.prefix = "";
prefix           1203 drivers/counter/counter.c 		parm.prefix = "";
prefix            117 drivers/crypto/ccree/cc_driver.c 	char prefix[64];
prefix            122 drivers/crypto/ccree/cc_driver.c 	snprintf(prefix, sizeof(prefix), "%s[%zu]: ", name, len);
prefix            124 drivers/crypto/ccree/cc_driver.c 	print_hex_dump(KERN_DEBUG, prefix, DUMP_PREFIX_ADDRESS, 16, 1, buf,
prefix             48 drivers/edac/edac_mc.h #define edac_printk(level, prefix, fmt, arg...) \
prefix             49 drivers/edac/edac_mc.h 	printk(level "EDAC " prefix ": " fmt, ##arg)
prefix             54 drivers/edac/edac_mc.h #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \
prefix             55 drivers/edac/edac_mc.h 	printk(level "EDAC " prefix " MC%d: " fmt, mci->mc_idx, ##arg)
prefix             35 drivers/firmware/broadcom/bcm47xx_sprom.c static void create_key(const char *prefix, const char *postfix,
prefix             38 drivers/firmware/broadcom/bcm47xx_sprom.c 	if (prefix && postfix)
prefix             39 drivers/firmware/broadcom/bcm47xx_sprom.c 		snprintf(buf, len, "%s%s%s", prefix, name, postfix);
prefix             40 drivers/firmware/broadcom/bcm47xx_sprom.c 	else if (prefix)
prefix             41 drivers/firmware/broadcom/bcm47xx_sprom.c 		snprintf(buf, len, "%s%s", prefix, name);
prefix             48 drivers/firmware/broadcom/bcm47xx_sprom.c static int get_nvram_var(const char *prefix, const char *postfix,
prefix             54 drivers/firmware/broadcom/bcm47xx_sprom.c 	create_key(prefix, postfix, name, key, sizeof(key));
prefix             57 drivers/firmware/broadcom/bcm47xx_sprom.c 	if (fallback && err == -ENOENT && prefix) {
prefix             65 drivers/firmware/broadcom/bcm47xx_sprom.c static void nvram_read_ ## type(const char *prefix,			\
prefix             73 drivers/firmware/broadcom/bcm47xx_sprom.c 	err = get_nvram_var(prefix, postfix, name, buf, sizeof(buf),	\
prefix             80 drivers/firmware/broadcom/bcm47xx_sprom.c 			prefix, name, postfix, buf, err);		\
prefix             95 drivers/firmware/broadcom/bcm47xx_sprom.c static void nvram_read_u32_2(const char *prefix, const char *name,
prefix            102 drivers/firmware/broadcom/bcm47xx_sprom.c 	err = get_nvram_var(prefix, NULL, name, buf, sizeof(buf), fallback);
prefix            108 drivers/firmware/broadcom/bcm47xx_sprom.c 			prefix, name, buf, err);
prefix            115 drivers/firmware/broadcom/bcm47xx_sprom.c static void nvram_read_leddc(const char *prefix, const char *name,
prefix            123 drivers/firmware/broadcom/bcm47xx_sprom.c 	err = get_nvram_var(prefix, NULL, name, buf, sizeof(buf), fallback);
prefix            129 drivers/firmware/broadcom/bcm47xx_sprom.c 			prefix, name, buf, err);
prefix            140 drivers/firmware/broadcom/bcm47xx_sprom.c static void nvram_read_macaddr(const char *prefix, const char *name,
prefix            146 drivers/firmware/broadcom/bcm47xx_sprom.c 	err = get_nvram_var(prefix, NULL, name, buf, sizeof(buf), fallback);
prefix            155 drivers/firmware/broadcom/bcm47xx_sprom.c static void nvram_read_alpha2(const char *prefix, const char *name,
prefix            161 drivers/firmware/broadcom/bcm47xx_sprom.c 	err = get_nvram_var(prefix, NULL, name, buf, sizeof(buf), fallback);
prefix            188 drivers/firmware/broadcom/bcm47xx_sprom.c 				    const char *prefix, bool fallback)
prefix            190 drivers/firmware/broadcom/bcm47xx_sprom.c 	const char *pre = prefix;
prefix            409 drivers/firmware/broadcom/bcm47xx_sprom.c 					  const char *prefix, bool fallback)
prefix            420 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u8(prefix, postfix, "maxp2ga",
prefix            422 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u8(prefix, postfix, "itt2ga",
prefix            424 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u8(prefix, postfix, "itt5ga",
prefix            426 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa2gw0a",
prefix            428 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa2gw1a",
prefix            430 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa2gw2a",
prefix            432 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u8(prefix, postfix, "maxp5ga",
prefix            434 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u8(prefix, postfix, "maxp5gha",
prefix            436 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u8(prefix, postfix, "maxp5gla",
prefix            438 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5gw0a",
prefix            440 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5gw1a",
prefix            442 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5gw2a",
prefix            444 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5glw0a",
prefix            446 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5glw1a",
prefix            448 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5glw2a",
prefix            450 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5ghw0a",
prefix            452 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5ghw1a",
prefix            454 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5ghw2a",
prefix            460 drivers/firmware/broadcom/bcm47xx_sprom.c 					const char *prefix, bool fallback)
prefix            471 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa2gw3a",
prefix            473 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5gw3a",
prefix            475 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5glw3a",
prefix            477 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_u16(prefix, postfix, "pa5ghw3a",
prefix            510 drivers/firmware/broadcom/bcm47xx_sprom.c 					const char *prefix, bool fallback)
prefix            514 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_macaddr(prefix, "et0macaddr", sprom->et0mac, fallback);
prefix            515 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "et0mdcport", &sprom->et0mdcport, 0,
prefix            517 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "et0phyaddr", &sprom->et0phyaddr, 0,
prefix            520 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_macaddr(prefix, "et1macaddr", sprom->et1mac, fallback);
prefix            521 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "et1mdcport", &sprom->et1mdcport, 0,
prefix            523 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "et1phyaddr", &sprom->et1phyaddr, 0,
prefix            526 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_macaddr(prefix, "et2macaddr", sprom->et2mac, fb);
prefix            527 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "et2mdcport", &sprom->et2mdcport, 0, fb);
prefix            528 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "et2phyaddr", &sprom->et2phyaddr, 0, fb);
prefix            530 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_macaddr(prefix, "macaddr", sprom->il0mac, fallback);
prefix            531 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_macaddr(prefix, "il0macaddr", sprom->il0mac, fallback);
prefix            554 drivers/firmware/broadcom/bcm47xx_sprom.c static void bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix,
prefix            557 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u32_2(prefix, "boardflags", &sprom->boardflags_lo,
prefix            559 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u32_2(prefix, "boardflags2", &sprom->boardflags2_lo,
prefix            563 drivers/firmware/broadcom/bcm47xx_sprom.c void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix,
prefix            566 drivers/firmware/broadcom/bcm47xx_sprom.c 	bcm47xx_fill_sprom_ethernet(sprom, prefix, fallback);
prefix            567 drivers/firmware/broadcom/bcm47xx_sprom.c 	bcm47xx_fill_board_data(sprom, prefix, fallback);
prefix            569 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u8(prefix, NULL, "sromrev", &sprom->revision, 0, fallback);
prefix            572 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_alpha2(prefix, "ccode", sprom->alpha2, fallback);
prefix            574 drivers/firmware/broadcom/bcm47xx_sprom.c 		nvram_read_leddc(prefix, "leddc", &sprom->leddc_on_time,
prefix            580 drivers/firmware/broadcom/bcm47xx_sprom.c 		bcm47xx_fill_sprom_path_r4589(sprom, prefix, fallback);
prefix            581 drivers/firmware/broadcom/bcm47xx_sprom.c 		bcm47xx_fill_sprom_path_r45(sprom, prefix, fallback);
prefix            585 drivers/firmware/broadcom/bcm47xx_sprom.c 		bcm47xx_fill_sprom_path_r4589(sprom, prefix, fallback);
prefix            589 drivers/firmware/broadcom/bcm47xx_sprom.c 	bcm47xx_sprom_fill_auto(sprom, prefix, fallback);
prefix            595 drivers/firmware/broadcom/bcm47xx_sprom.c 	char prefix[10];
prefix            603 drivers/firmware/broadcom/bcm47xx_sprom.c 		snprintf(prefix, sizeof(prefix), "pci/%u/%u/",
prefix            606 drivers/firmware/broadcom/bcm47xx_sprom.c 		bcm47xx_fill_sprom(out, prefix, false);
prefix            623 drivers/firmware/broadcom/bcm47xx_sprom.c static void bcm47xx_sprom_apply_prefix_alias(char *prefix, size_t prefix_size)
prefix            625 drivers/firmware/broadcom/bcm47xx_sprom.c 	size_t prefix_len = strlen(prefix);
prefix            632 drivers/firmware/broadcom/bcm47xx_sprom.c 	if (prefix_len <= 0 || prefix[prefix_len - 1] != '/')
prefix            640 drivers/firmware/broadcom/bcm47xx_sprom.c 		if (!strcmp(buf, prefix) ||
prefix            641 drivers/firmware/broadcom/bcm47xx_sprom.c 		    (short_len && strlen(buf) == short_len && !strncmp(buf, prefix, short_len))) {
prefix            642 drivers/firmware/broadcom/bcm47xx_sprom.c 			snprintf(prefix, prefix_size, "%d:", i);
prefix            653 drivers/firmware/broadcom/bcm47xx_sprom.c 	char *prefix;
prefix            669 drivers/firmware/broadcom/bcm47xx_sprom.c 		prefix = buf;
prefix            677 drivers/firmware/broadcom/bcm47xx_sprom.c 			prefix = buf;
prefix            680 drivers/firmware/broadcom/bcm47xx_sprom.c 			prefix = NULL;
prefix            688 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u16(prefix, NULL, "boardvendor", &binfo->vendor, 0, true);
prefix            691 drivers/firmware/broadcom/bcm47xx_sprom.c 	nvram_read_u16(prefix, NULL, "boardtype", &binfo->type, 0, true);
prefix            693 drivers/firmware/broadcom/bcm47xx_sprom.c 	bcm47xx_fill_sprom(out, prefix, fallback);
prefix             75 drivers/firmware/dmi-id.c 		const char *prefix;
prefix            100 drivers/firmware/dmi-id.c 	for (f = fields; f->prefix && left > 0; f++) {
prefix            112 drivers/firmware/dmi-id.c 		l = scnprintf(p, left, ":%s%s", f->prefix, t);
prefix            273 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	char *prefix;
prefix            278 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 		prefix = "LR_";
prefix            281 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 		prefix = "LS_";
prefix            288 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sLAYER_INFO:\t\t0x%X\n", prefix, v[14]);
prefix            291 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sCONTROL:\t\t0x%X\n", prefix, v[0]);
prefix            297 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sFORMAT:\t\t0x%X\n", prefix, v[0]);
prefix            298 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sIT_COEFFTAB:\t\t0x%X\n", prefix, v[1]);
prefix            299 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sIN_SIZE:\t\t0x%X\n", prefix, v[2]);
prefix            300 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sPALPHA:\t\t0x%X\n", prefix, v[3]);
prefix            303 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sP0_PTR_LOW:\t\t0x%X\n", prefix, v[0]);
prefix            304 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sP0_PTR_HIGH:\t\t0x%X\n", prefix, v[1]);
prefix            305 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sP0_STRIDE:\t\t0x%X\n", prefix, v[2]);
prefix            308 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sP1_PTR_LOW:\t\t0x%X\n", prefix, v[0]);
prefix            309 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sP1_PTR_HIGH:\t\t0x%X\n", prefix, v[1]);
prefix            330 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sAD_CONTROL:\t\t0x%X\n", prefix, v[0]);
prefix            331 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sAD_H_CROP:\t\t0x%X\n", prefix, v[1]);
prefix            332 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	seq_printf(sf, "%sAD_V_CROP:\t\t0x%X\n", prefix, v[2]);
prefix            494 drivers/gpu/drm/arm/malidp_drv.c void malidp_error_stats_dump(const char *prefix,
prefix            498 drivers/gpu/drm/arm/malidp_drv.c 	seq_printf(m, "[%s] num_errors : %d\n", prefix,
prefix            500 drivers/gpu/drm/arm/malidp_drv.c 	seq_printf(m, "[%s] last_error_status  : 0x%08x\n", prefix,
prefix            502 drivers/gpu/drm/arm/malidp_drv.c 	seq_printf(m, "[%s] last_error_vblank : %lld\n", prefix,
prefix           3612 drivers/gpu/drm/drm_dp_mst_topology.c 	char prefix[10];
prefix           3616 drivers/gpu/drm/drm_dp_mst_topology.c 		prefix[i] = '\t';
prefix           3617 drivers/gpu/drm/drm_dp_mst_topology.c 	prefix[i] = '\0';
prefix           3619 drivers/gpu/drm/drm_dp_mst_topology.c 	seq_printf(m, "%smst: %p, %d\n", prefix, mstb, mstb->num_ports);
prefix           3621 drivers/gpu/drm/drm_dp_mst_topology.c 		seq_printf(m, "%sport: %d: input: %d: pdt: %d, ddps: %d ldps: %d, sdp: %d/%d, %p, conn: %p\n", prefix, port->port_num, port->input, port->pdt, port->ddps, port->ldps, port->num_sdp_streams, port->num_sdp_stream_sinks, port, port->connector);
prefix           1566 drivers/gpu/drm/drm_edid.c 		char prefix[20];
prefix           1569 drivers/gpu/drm/drm_edid.c 			sprintf(prefix, "\t[%02x] ZERO ", i);
prefix           1571 drivers/gpu/drm/drm_edid.c 			sprintf(prefix, "\t[%02x] BAD  ", i);
prefix           1573 drivers/gpu/drm/drm_edid.c 			sprintf(prefix, "\t[%02x] GOOD ", i);
prefix           1576 drivers/gpu/drm/drm_edid.c 			       prefix, DUMP_PREFIX_NONE, 16, 1,
prefix            146 drivers/gpu/drm/drm_print.c 	pr_debug("%s %pV", p->prefix, vaf);
prefix            223 drivers/gpu/drm/drm_rect.c void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point)
prefix            226 drivers/gpu/drm/drm_rect.c 		DRM_DEBUG_KMS("%s" DRM_RECT_FP_FMT "\n", prefix, DRM_RECT_FP_ARG(r));
prefix            228 drivers/gpu/drm/drm_rect.c 		DRM_DEBUG_KMS("%s" DRM_RECT_FMT "\n", prefix, DRM_RECT_ARG(r));
prefix           1719 drivers/gpu/drm/i915/display/intel_display_power.c 				const char *prefix, u64 mask)
prefix           1726 drivers/gpu/drm/i915/display/intel_display_power.c 	DRM_DEBUG_DRIVER("%s (%lu):\n", prefix, hweight64(mask));
prefix            808 drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c 	     const char *prefix, const char *suffix)
prefix            815 drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c 		       name, prefix, slices, suffix);
prefix            820 drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c 	       name, prefix, slices, expected, suffix);
prefix           1143 drivers/gpu/drm/i915/gt/intel_engine_cs.c 			  const char *prefix)
prefix           1152 drivers/gpu/drm/i915/gt/intel_engine_cs.c 		   prefix,
prefix           3918 drivers/gpu/drm/i915/gt/intel_lrc.c 							const char *prefix),
prefix            118 drivers/gpu/drm/i915/gt/intel_lrc.h 							const char *prefix),
prefix            485 drivers/gpu/drm/i915/gvt/gtt.c #define DEFINE_PPGTT_GMA_TO_INDEX(prefix, ename, exp) \
prefix            486 drivers/gpu/drm/i915/gvt/gtt.c static unsigned long prefix##_gma_to_##ename##_index(unsigned long gma) \
prefix           1835 drivers/gpu/drm/i915/gvt/handlers.c #define MMIO_RING_F(prefix, s, f, am, rm, d, r, w) do { \
prefix           1836 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_F(prefix(RENDER_RING_BASE), s, f, am, rm, d, r, w); \
prefix           1837 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_F(prefix(BLT_RING_BASE), s, f, am, rm, d, r, w); \
prefix           1838 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_F(prefix(GEN6_BSD_RING_BASE), s, f, am, rm, d, r, w); \
prefix           1839 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_F(prefix(VEBOX_RING_BASE), s, f, am, rm, d, r, w); \
prefix           1841 drivers/gpu/drm/i915/gvt/handlers.c 		MMIO_F(prefix(GEN8_BSD2_RING_BASE), s, f, am, rm, d, r, w); \
prefix           1844 drivers/gpu/drm/i915/gvt/handlers.c #define MMIO_RING_D(prefix, d) \
prefix           1845 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_RING_F(prefix, 4, 0, 0, 0, d, NULL, NULL)
prefix           1847 drivers/gpu/drm/i915/gvt/handlers.c #define MMIO_RING_DFH(prefix, d, f, r, w) \
prefix           1848 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_RING_F(prefix, 4, f, 0, 0, d, r, w)
prefix           1850 drivers/gpu/drm/i915/gvt/handlers.c #define MMIO_RING_GM(prefix, d, r, w) \
prefix           1851 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_RING_F(prefix, 4, F_GMADR, 0xFFFF0000, 0, d, r, w)
prefix           1853 drivers/gpu/drm/i915/gvt/handlers.c #define MMIO_RING_GM_RDR(prefix, d, r, w) \
prefix           1854 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_RING_F(prefix, 4, F_GMADR | F_CMD_ACCESS, 0xFFFF0000, 0, d, r, w)
prefix           1856 drivers/gpu/drm/i915/gvt/handlers.c #define MMIO_RING_RO(prefix, d, f, rm, r, w) \
prefix           1857 drivers/gpu/drm/i915/gvt/handlers.c 	MMIO_RING_F(prefix, 4, F_RO | f, 0, rm, d, r, w)
prefix             98 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(const char *prefix, unsigned long gma,
prefix            101 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(prefix, gma, index),
prefix            109 drivers/gpu/drm/i915/gvt/trace.h 			"%s gma 0x%lx index 0x%lx\n", prefix, gma, index);
prefix            451 drivers/gpu/drm/i915/i915_gpu_error.c 				const char *prefix,
prefix            459 drivers/gpu/drm/i915/i915_gpu_error.c 		   prefix, erq->pid, erq->context, erq->seqno,
prefix             74 drivers/gpu/drm/i915/i915_syncmap.c 	u64 prefix;
prefix            163 drivers/gpu/drm/i915/i915_syncmap.c 	if (likely(__sync_leaf_prefix(p, id) == p->prefix))
prefix            172 drivers/gpu/drm/i915/i915_syncmap.c 		if (__sync_branch_prefix(p, id) == p->prefix)
prefix            185 drivers/gpu/drm/i915/i915_syncmap.c 		if (__sync_branch_prefix(p, id) != p->prefix)
prefix            210 drivers/gpu/drm/i915/i915_syncmap.c 	p->prefix = __sync_leaf_prefix(p, id);
prefix            244 drivers/gpu/drm/i915/i915_syncmap.c 	GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix);
prefix            253 drivers/gpu/drm/i915/i915_syncmap.c 		if (__sync_branch_prefix(p, id) == p->prefix)
prefix            281 drivers/gpu/drm/i915/i915_syncmap.c 		if (__sync_branch_prefix(p, id) != p->prefix) {
prefix            291 drivers/gpu/drm/i915/i915_syncmap.c 			above = fls64(__sync_branch_prefix(p, id) ^ p->prefix);
prefix            294 drivers/gpu/drm/i915/i915_syncmap.c 			next->prefix = __sync_branch_prefix(next, id);
prefix            305 drivers/gpu/drm/i915/i915_syncmap.c 			idx = p->prefix >> (above - SHIFT) & MASK;
prefix            334 drivers/gpu/drm/i915/i915_syncmap.c 	GEM_BUG_ON(p->prefix != __sync_leaf_prefix(p, id));
prefix            361 drivers/gpu/drm/i915/i915_syncmap.c 	if (likely(p && __sync_leaf_prefix(p, id) == p->prefix)) {
prefix             55 drivers/gpu/drm/i915/selftests/i915_syncmap.c 	len = scnprintf(buf, *sz, "0x%016llx", p->prefix << p->height << SHIFT);
prefix            173 drivers/gpu/drm/i915/selftests/i915_syncmap.c 		       context, (*sync)->height, (*sync)->prefix);
prefix            248 drivers/gpu/drm/i915/selftests/i915_syncmap.c 		       context, (*sync)->height, (*sync)->prefix);
prefix            354 drivers/gpu/drm/i915/selftests/i915_syncmap.c 				       context, order, step, sync->height, sync->prefix);
prefix            427 drivers/gpu/drm/i915/selftests/i915_syncmap.c 				       context, sync->height, sync->prefix);
prefix            478 drivers/gpu/drm/i915/selftests/i915_syncmap.c 				       sync->height, sync->prefix);
prefix             24 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c static const char prefix[] __initconst = "omapdss,";
prefix             68 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c 		strcpy(dst, prefix);
prefix             69 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c 		dst += strlen(prefix);
prefix             96 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c 	if (strncmp(prefix, prop->value, strlen(prefix)) == 0)
prefix            101 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c 	new_len = prop->length + strlen(prefix) * num_strs;
prefix            133 drivers/gpu/drm/panel/panel-sitronix-st7789v.c static int st7789v_spi_write(struct st7789v *ctx, enum st7789v_prefix prefix,
prefix            138 drivers/gpu/drm/panel/panel-sitronix-st7789v.c 	u16 txbuf = ((prefix & 1) << 8) | data;
prefix            192 drivers/gpu/drm/radeon/evergreen_cs.c 					  const char *prefix)
prefix            203 drivers/gpu/drm/radeon/evergreen_cs.c 						  const char *prefix)
prefix            214 drivers/gpu/drm/radeon/evergreen_cs.c 		if (prefix) {
prefix            216 drivers/gpu/drm/radeon/evergreen_cs.c 				 __func__, __LINE__, prefix, surf->nbx, palign);
prefix            225 drivers/gpu/drm/radeon/evergreen_cs.c 				      const char *prefix)
prefix            237 drivers/gpu/drm/radeon/evergreen_cs.c 		if (prefix) {
prefix            239 drivers/gpu/drm/radeon/evergreen_cs.c 				 __func__, __LINE__, prefix, surf->nbx, palign,
prefix            245 drivers/gpu/drm/radeon/evergreen_cs.c 		if (prefix) {
prefix            247 drivers/gpu/drm/radeon/evergreen_cs.c 				 __func__, __LINE__, prefix, surf->nby);
prefix            256 drivers/gpu/drm/radeon/evergreen_cs.c 				      const char *prefix)
prefix            280 drivers/gpu/drm/radeon/evergreen_cs.c 		if (prefix) {
prefix            282 drivers/gpu/drm/radeon/evergreen_cs.c 				 __func__, __LINE__, prefix, surf->nbx, palign);
prefix            287 drivers/gpu/drm/radeon/evergreen_cs.c 		if (prefix) {
prefix            289 drivers/gpu/drm/radeon/evergreen_cs.c 				 __func__, __LINE__, prefix, surf->nby, halign);
prefix            299 drivers/gpu/drm/radeon/evergreen_cs.c 				   const char *prefix)
prefix            306 drivers/gpu/drm/radeon/evergreen_cs.c 		return evergreen_surface_check_linear(p, surf, prefix);
prefix            308 drivers/gpu/drm/radeon/evergreen_cs.c 		return evergreen_surface_check_linear_aligned(p, surf, prefix);
prefix            310 drivers/gpu/drm/radeon/evergreen_cs.c 		return evergreen_surface_check_1d(p, surf, prefix);
prefix            312 drivers/gpu/drm/radeon/evergreen_cs.c 		return evergreen_surface_check_2d(p, surf, prefix);
prefix            315 drivers/gpu/drm/radeon/evergreen_cs.c 				__func__, __LINE__, prefix, surf->mode);
prefix            323 drivers/gpu/drm/radeon/evergreen_cs.c 					      const char *prefix)
prefix            334 drivers/gpu/drm/radeon/evergreen_cs.c 				__func__, __LINE__, prefix, surf->mode);
prefix            345 drivers/gpu/drm/radeon/evergreen_cs.c 			 __func__, __LINE__, prefix, surf->nbanks);
prefix            355 drivers/gpu/drm/radeon/evergreen_cs.c 			 __func__, __LINE__, prefix, surf->bankw);
prefix            365 drivers/gpu/drm/radeon/evergreen_cs.c 			 __func__, __LINE__, prefix, surf->bankh);
prefix            375 drivers/gpu/drm/radeon/evergreen_cs.c 			 __func__, __LINE__, prefix, surf->mtilea);
prefix            388 drivers/gpu/drm/radeon/evergreen_cs.c 			 __func__, __LINE__, prefix, surf->tsplit);
prefix             77 drivers/gpu/drm/sti/sti_hdmi.c #define  XCAT(prefix, x, suffix)        prefix ## x ## suffix
prefix           3062 drivers/hid/wacom_wac.c 	unsigned char prefix;
prefix           3071 drivers/hid/wacom_wac.c 	prefix = data[0];
prefix           3082 drivers/hid/wacom_wac.c 	data[0] = prefix;
prefix           3089 drivers/hid/wacom_wac.c 	unsigned char *finger_data, prefix;
prefix           3094 drivers/hid/wacom_wac.c 	prefix = data[0];
prefix           3097 drivers/hid/wacom_wac.c 		valid = !!(prefix & BIT(id)) &&
prefix           3116 drivers/hid/wacom_wac.c 	input_report_key(input, BTN_LEFT, prefix & 0x40);
prefix           3117 drivers/hid/wacom_wac.c 	input_report_key(input, BTN_RIGHT, prefix & 0x80);
prefix           3120 drivers/hid/wacom_wac.c 	wacom->shared->touch_down = !!prefix && report_touch_events(wacom);
prefix            188 drivers/hwmon/adt7462.c #define MASK_AND_SHIFT(value, prefix)	\
prefix            189 drivers/hwmon/adt7462.c 	(((value) & prefix##_MASK) >> prefix##_SHIFT)
prefix            100 drivers/hwmon/iio_hwmon.c 		const char *prefix;
prefix            115 drivers/hwmon/iio_hwmon.c 			prefix = "in";
prefix            119 drivers/hwmon/iio_hwmon.c 			prefix = "temp";
prefix            123 drivers/hwmon/iio_hwmon.c 			prefix = "curr";
prefix            127 drivers/hwmon/iio_hwmon.c 			prefix = "power";
prefix            131 drivers/hwmon/iio_hwmon.c 			prefix = "humidity";
prefix            139 drivers/hwmon/iio_hwmon.c 						       prefix, n);
prefix            225 drivers/hwmon/w83l785ts.c 	const char *prefix;
prefix            233 drivers/hwmon/w83l785ts.c 		prefix = "";
prefix            236 drivers/hwmon/w83l785ts.c 		prefix = "w83l785ts: ";
prefix            248 drivers/hwmon/w83l785ts.c 				prefix, value, reg);
prefix            251 drivers/hwmon/w83l785ts.c 		dev_dbg(dev, "%sRead failed, will retry in %d.\n", prefix, i);
prefix            255 drivers/hwmon/w83l785ts.c 	dev_err(dev, "%sCouldn't read value from register 0x%02x.\n", prefix,
prefix            236 drivers/i2c/busses/i2c-pxa.c decode_bits(const char *prefix, const struct bits *bits, int num, u32 val)
prefix            238 drivers/i2c/busses/i2c-pxa.c 	printk("%s %08x: ", prefix, val);
prefix           10242 drivers/infiniband/hw/hfi1/chip.c 				  const char *prefix)
prefix           10264 drivers/infiniband/hw/hfi1/chip.c 		   prefix, frame);
prefix            207 drivers/input/tablet/gtco.c 	__u8   prefix;
prefix            233 drivers/input/tablet/gtco.c 		prefix = report[i++];
prefix            236 drivers/input/tablet/gtco.c 		size = (1U << PREF_SIZE(prefix)) >> 1;
prefix            260 drivers/input/tablet/gtco.c 		tag  = PREF_TAG(prefix);
prefix            261 drivers/input/tablet/gtco.c 		type = PREF_TYPE(prefix);
prefix             33 drivers/iommu/of_iommu.c int of_get_dma_window(struct device_node *dn, const char *prefix, int index,
prefix             43 drivers/iommu/of_iommu.c 	if (!prefix)
prefix             44 drivers/iommu/of_iommu.c 		prefix = "";
prefix             46 drivers/iommu/of_iommu.c 	snprintf(propname, sizeof(propname), "%sdma-window", prefix);
prefix             47 drivers/iommu/of_iommu.c 	snprintf(addrname, sizeof(addrname), "%s#dma-address-cells", prefix);
prefix             48 drivers/iommu/of_iommu.c 	snprintf(sizename, sizeof(sizename), "%s#dma-size-cells", prefix);
prefix            172 drivers/media/common/b2c2/flexcop-common.h 		const char *prefix, const char *suffix);
prefix             66 drivers/media/common/b2c2/flexcop-misc.c 		const char *prefix, const char *suffix)
prefix             69 drivers/media/common/b2c2/flexcop-misc.c 			prefix,	flexcop_device_names[fc->dev_type],
prefix           1206 drivers/media/common/cx2341x.c void cx2341x_log_status(const struct cx2341x_mpeg_params *p, const char *prefix)
prefix           1212 drivers/media/common/cx2341x.c 		prefix,
prefix           1218 drivers/media/common/cx2341x.c 		prefix,
prefix           1223 drivers/media/common/cx2341x.c 		prefix,
prefix           1228 drivers/media/common/cx2341x.c 		prefix,
prefix           1238 drivers/media/common/cx2341x.c 		prefix,
prefix           1243 drivers/media/common/cx2341x.c 			prefix, p->video_temporal_decimation);
prefix           1247 drivers/media/common/cx2341x.c 		prefix,
prefix           1265 drivers/media/common/cx2341x.c 		prefix,
prefix           1275 drivers/media/common/cx2341x.c 		prefix,
prefix           1281 drivers/media/common/cx2341x.c 		prefix,
prefix            205 drivers/media/firewire/firedtv-avc.c 	const char *op, *prefix;
prefix            207 drivers/media/firewire/firedtv-avc.c 	prefix       = data[0] > 7 ? "FCP <- " : "FCP -> ";
prefix            215 drivers/media/firewire/firedtv-avc.c 		       prefix, subunit_type, subunit_id, length,
prefix            218 drivers/media/firewire/firedtv-avc.c 			print_hex_dump(KERN_INFO, prefix, DUMP_PREFIX_NONE,
prefix            564 drivers/media/i2c/msp3400-driver.c 	char prefix[V4L2_SUBDEV_NAME_SIZE + 20];
prefix            570 drivers/media/i2c/msp3400-driver.c 	snprintf(prefix, sizeof(prefix), "%s: Audio:    ", sd->name);
prefix            571 drivers/media/i2c/msp3400-driver.c 	v4l2_ctrl_handler_log_status(&state->hdl, prefix);
prefix           2824 drivers/media/v4l2-core/v4l2-ctrls.c 		     const char *prefix, const char *colon)
prefix           2831 drivers/media/v4l2-core/v4l2-ctrls.c 	pr_info("%s%s%s: ", prefix, colon, ctrl->name);
prefix           2850 drivers/media/v4l2-core/v4l2-ctrls.c 				  const char *prefix)
prefix           2858 drivers/media/v4l2-core/v4l2-ctrls.c 	if (prefix == NULL)
prefix           2859 drivers/media/v4l2-core/v4l2-ctrls.c 		prefix = "";
prefix           2860 drivers/media/v4l2-core/v4l2-ctrls.c 	len = strlen(prefix);
prefix           2861 drivers/media/v4l2-core/v4l2-ctrls.c 	if (len && prefix[len - 1] != ' ')
prefix           2866 drivers/media/v4l2-core/v4l2-ctrls.c 			log_ctrl(ctrl, prefix, colon);
prefix            275 drivers/media/v4l2-core/v4l2-dv-timings.c void v4l2_print_dv_timings(const char *dev_prefix, const char *prefix,
prefix            293 drivers/media/v4l2-core/v4l2-dv-timings.c 	if (prefix == NULL)
prefix            294 drivers/media/v4l2-core/v4l2-dv-timings.c 		prefix = "";
prefix            296 drivers/media/v4l2-core/v4l2-dv-timings.c 	pr_info("%s: %s%ux%u%s%u.%u (%ux%u)\n", dev_prefix, prefix,
prefix           2806 drivers/media/v4l2-core/v4l2-ioctl.c void v4l_printk_ioctl(const char *prefix, unsigned int cmd)
prefix           2810 drivers/media/v4l2-core/v4l2-ioctl.c 	if (prefix)
prefix           2811 drivers/media/v4l2-core/v4l2-ioctl.c 		printk(KERN_DEBUG "%s: ", prefix);
prefix           1025 drivers/memory/tegra/tegra124-emc.c 	const char *prefix = "";
prefix           1031 drivers/memory/tegra/tegra124-emc.c 		seq_printf(s, "%s%lu", prefix, timing->rate);
prefix           1033 drivers/memory/tegra/tegra124-emc.c 		prefix = " ";
prefix             17 drivers/misc/cb710/debug.c static const char *const prefix[ARRAY_SIZE(allow)] = {
prefix             76 drivers/misc/cb710/debug.c 		dev_dbg(dev, "%s 0x%02X %s\n", prefix[i], i << 4, msg);	\
prefix             60 drivers/misc/genwqe/genwqe_driver.h 	char prefix[32];
prefix             62 drivers/misc/genwqe/genwqe_driver.h 	scnprintf(prefix, sizeof(prefix), "%s %s: ",
prefix             65 drivers/misc/genwqe/genwqe_driver.h 	print_hex_dump_debug(prefix, DUMP_PREFIX_OFFSET, 16, 1, buff,
prefix            151 drivers/mmc/host/s3cmci.c static void dbg_dumpregs(struct s3cmci_host *host, char *prefix)
prefix            174 drivers/mmc/host/s3cmci.c 				prefix, con, pre, timer);
prefix            177 drivers/mmc/host/s3cmci.c 				prefix, cmdcon, cmdarg, cmdsta);
prefix            181 drivers/mmc/host/s3cmci.c 				prefix, datcon, fsta, datsta, datcnt);
prefix            185 drivers/mmc/host/s3cmci.c 				prefix, r0, r1, r2, r3);
prefix            241 drivers/mmc/host/s3cmci.c static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) { }
prefix           2107 drivers/mtd/nand/raw/nand_base.c 	char *prefix = "      ";
prefix           2116 drivers/mtd/nand/raw/nand_base.c 			prefix = "    ->";
prefix           2118 drivers/mtd/nand/raw/nand_base.c 		nand_op_trace(prefix, instr);
prefix           2121 drivers/mtd/nand/raw/nand_base.c 			prefix = "      ";
prefix            152 drivers/net/ethernet/cavium/liquidio/lio_main.c 				    char *prefix, char *suffix);
prefix           4347 drivers/net/ethernet/cavium/liquidio/lio_main.c 				    char *prefix, char *suffix)
prefix           4349 drivers/net/ethernet/cavium/liquidio/lio_main.c 	if (prefix && suffix)
prefix           4350 drivers/net/ethernet/cavium/liquidio/lio_main.c 		dev_info(&oct->pci_dev->dev, "%u: %s%s\n", console_num, prefix,
prefix           4352 drivers/net/ethernet/cavium/liquidio/lio_main.c 	else if (prefix)
prefix           4353 drivers/net/ethernet/cavium/liquidio/lio_main.c 		dev_info(&oct->pci_dev->dev, "%u: %s\n", console_num, prefix);
prefix            414 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		u32 stat_count, u32 num_tqps, const char *prefix)
prefix            427 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 				      prefix, i);
prefix            286 drivers/net/ethernet/intel/i40e/i40e_common.c 	char prefix[27];
prefix            320 drivers/net/ethernet/intel/i40e/i40e_common.c 		snprintf(prefix, sizeof(prefix),
prefix            326 drivers/net/ethernet/intel/i40e/i40e_common.c 		print_hex_dump(KERN_INFO, prefix, DUMP_PREFIX_OFFSET,
prefix            293 drivers/net/ethernet/intel/iavf/iavf_common.c 			char prefix[27];
prefix            295 drivers/net/ethernet/intel/iavf/iavf_common.c 			snprintf(prefix, sizeof(prefix),
prefix            301 drivers/net/ethernet/intel/iavf/iavf_common.c 			print_hex_dump(KERN_INFO, prefix, DUMP_PREFIX_OFFSET,
prefix           1631 drivers/net/ethernet/intel/ice/ice_common.c 	char const *prefix;
prefix           1642 drivers/net/ethernet/intel/ice/ice_common.c 		prefix = "dev cap";
prefix           1646 drivers/net/ethernet/intel/ice/ice_common.c 		prefix = "func cap";
prefix           1662 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: valid_functions (bitmap) = %d\n", prefix,
prefix           1668 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: sr_iov_1_1 = %d\n", prefix,
prefix           1675 drivers/net/ethernet/intel/ice/ice_common.c 					  "%s: num_vfs_exposed = %d\n", prefix,
prefix           1681 drivers/net/ethernet/intel/ice/ice_common.c 					  "%s: num_allocd_vfs = %d\n", prefix,
prefix           1684 drivers/net/ethernet/intel/ice/ice_common.c 					  "%s: vf_base_id = %d\n", prefix,
prefix           1693 drivers/net/ethernet/intel/ice/ice_common.c 					  prefix,
prefix           1700 drivers/net/ethernet/intel/ice/ice_common.c 					  prefix, number);
prefix           1703 drivers/net/ethernet/intel/ice/ice_common.c 					  prefix, func_p->guar_num_vsi);
prefix           1711 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: dcb = %d\n", prefix, caps->dcb);
prefix           1713 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: active_tc_bitmap = %d\n", prefix,
prefix           1716 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: maxtc = %d\n", prefix, caps->maxtc);
prefix           1722 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: rss_table_size = %d\n", prefix,
prefix           1725 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: rss_table_entry_width = %d\n", prefix,
prefix           1732 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: num_rxq = %d\n", prefix,
prefix           1735 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: rxq_first_id = %d\n", prefix,
prefix           1742 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: num_txq = %d\n", prefix,
prefix           1745 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: txq_first_id = %d\n", prefix,
prefix           1752 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: num_msix_vectors = %d\n", prefix,
prefix           1755 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: msix_vector_first_id = %d\n", prefix,
prefix           1761 drivers/net/ethernet/intel/ice/ice_common.c 				  prefix, caps->max_mtu);
prefix           1765 drivers/net/ethernet/intel/ice/ice_common.c 				  "%s: unknown capability[%d]: 0x%x\n", prefix,
prefix              6 drivers/net/ethernet/intel/ice/ice_controlq.c #define ICE_CQ_INIT_REGS(qinfo, prefix)				\
prefix              8 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.head = prefix##_ATQH;			\
prefix              9 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.tail = prefix##_ATQT;			\
prefix             10 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.len = prefix##_ATQLEN;			\
prefix             11 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.bah = prefix##_ATQBAH;			\
prefix             12 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.bal = prefix##_ATQBAL;			\
prefix             13 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.len_mask = prefix##_ATQLEN_ATQLEN_M;	\
prefix             14 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.len_ena_mask = prefix##_ATQLEN_ATQENABLE_M;	\
prefix             15 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->sq.head_mask = prefix##_ATQH_ATQH_M;		\
prefix             16 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.head = prefix##_ARQH;			\
prefix             17 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.tail = prefix##_ARQT;			\
prefix             18 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.len = prefix##_ARQLEN;			\
prefix             19 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.bah = prefix##_ARQBAH;			\
prefix             20 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.bal = prefix##_ARQBAL;			\
prefix             21 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.len_mask = prefix##_ARQLEN_ARQLEN_M;	\
prefix             22 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.len_ena_mask = prefix##_ARQLEN_ARQENABLE_M;	\
prefix             23 drivers/net/ethernet/intel/ice/ice_controlq.c 	(qinfo)->rq.head_mask = prefix##_ARQH_ARQH_M;		\
prefix            928 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	u16 prefix = 0xffff;
prefix            934 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 		prefix = mac->wwnn_prefix;
prefix            937 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 		prefix = mac->wwpn_prefix;
prefix            943 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 	if ((prefix != 0xffff) &&
prefix            945 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c 		*wwn = ((u64) prefix << 48) |
prefix            328 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c #define mlxsw_sp_prefix_usage_for_each(prefix, prefix_usage) \
prefix            329 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	for_each_set_bit(prefix, (prefix_usage)->b, MLXSW_SP_PREFIX_COUNT)
prefix            537 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u8 prefix;
prefix            540 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	mlxsw_sp_prefix_usage_for_each(prefix, prefix_usage)
prefix            541 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		root_bin = prefix;
prefix            544 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	mlxsw_sp_prefix_usage_for_each(prefix, prefix_usage) {
prefix            545 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		if (prefix == 0)
prefix            547 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		mlxsw_reg_ralst_bin_pack(ralst_pl, prefix, last_prefix,
prefix            549 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		last_prefix = prefix;
prefix           1532 drivers/net/ethernet/qlogic/qede/qede_filter.c 	const char *prefix = t->ip_proto == IPPROTO_TCP ? "TCP" : "UDP";
prefix           1536 drivers/net/ethernet/qlogic/qede/qede_filter.c 		 prefix, &t->src_ipv4, t->src_port,
prefix           1481 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 		char prefix[30];
prefix           1483 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 		scnprintf(prefix, sizeof(prefix), "%s: %s: ",
prefix           1486 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c 		print_hex_dump_debug(prefix, DUMP_PREFIX_NONE, 16, 1,
prefix            120 drivers/net/ppp/bsd_comp.c 	    unsigned short	prefix;	/* preceding code */
prefix            126 drivers/net/ppp/bsd_comp.c 	    unsigned short	prefix; /* preceding code */
prefix            206 drivers/net/ppp/bsd_comp.c #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \
prefix            207 drivers/net/ppp/bsd_comp.c 					 ^ (unsigned long)(prefix))
prefix            208 drivers/net/ppp/bsd_comp.c #define BSD_KEY(prefix,suffix)		((((unsigned long)(suffix)) << 16) \
prefix            209 drivers/net/ppp/bsd_comp.c 					 + (unsigned long)(prefix))
prefix           1026 drivers/net/ppp/bsd_comp.c 	    finchar = dictp->f.hs.prefix;
prefix           1314 drivers/net/wimax/i2400m/rx.c 	char prefix[64];
prefix           1318 drivers/net/wimax/i2400m/rx.c 	snprintf(prefix, sizeof(prefix), "%s %s: ",
prefix           1321 drivers/net/wimax/i2400m/rx.c 		print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET,
prefix           1324 drivers/net/wimax/i2400m/rx.c 		       "dumped)\n", prefix);
prefix           1326 drivers/net/wimax/i2400m/rx.c 		print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET,
prefix           2689 drivers/net/wireless/ath/ath10k/debug.c 		     const char *msg, const char *prefix,
prefix           2705 drivers/net/wireless/ath/ath10k/debug.c 						(prefix ? prefix : ""),
prefix           2715 drivers/net/wireless/ath/ath10k/debug.c 	trace_ath10k_log_dbg_dump(ar, msg ? msg : "", prefix ? prefix : "",
prefix            251 drivers/net/wireless/ath/ath10k/debug.h 		     const char *msg, const char *prefix,
prefix            264 drivers/net/wireless/ath/ath10k/debug.h 				   const char *msg, const char *prefix,
prefix            711 drivers/net/wireless/ath/ath10k/htt.h 	struct htt_rx_indication_prefix prefix;
prefix            732 drivers/net/wireless/ath/ath10k/htt.h 	struct htt_rx_indication_prefix prefix;
prefix            758 drivers/net/wireless/ath/ath10k/htt.h 	     + sizeof(rx_ind->prefix)
prefix            759 drivers/net/wireless/ath/ath10k/htt.h 	     + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4);
prefix            770 drivers/net/wireless/ath/ath10k/htt.h 	     + sizeof(rx_ind->prefix)
prefix           2230 drivers/net/wireless/ath/ath10k/htt_rx.c 		      sizeof(rx->ppdu) + sizeof(rx->prefix) +
prefix           2478 drivers/net/wireless/ath/ath10k/htt_rx.c 		      sizeof(rx_hl->prefix) +
prefix            115 drivers/net/wireless/ath/ath10k/trace.h 	TP_PROTO(struct ath10k *ar, const char *msg, const char *prefix,
prefix            118 drivers/net/wireless/ath/ath10k/trace.h 	TP_ARGS(ar, msg, prefix, buf, buf_len),
prefix            124 drivers/net/wireless/ath/ath10k/trace.h 		__string(prefix, prefix)
prefix            133 drivers/net/wireless/ath/ath10k/trace.h 		__assign_str(prefix, prefix);
prefix            142 drivers/net/wireless/ath/ath10k/trace.h 		__get_str(prefix),
prefix            150 drivers/net/wireless/ath/ath6kl/debug.c 		     const char *msg, const char *prefix,
prefix            157 drivers/net/wireless/ath/ath6kl/debug.c 		print_hex_dump_bytes(prefix, DUMP_PREFIX_OFFSET, buf, len);
prefix            161 drivers/net/wireless/ath/ath6kl/debug.c 	trace_ath6kl_log_dbg_dump(msg ? msg : "", prefix ? prefix : "",
prefix             69 drivers/net/wireless/ath/ath6kl/debug.h 		     const char *msg, const char *prefix,
prefix             94 drivers/net/wireless/ath/ath6kl/debug.h 				   const char *msg, const char *prefix,
prefix            300 drivers/net/wireless/ath/ath6kl/trace.h 	TP_PROTO(const char *msg, const char *prefix,
prefix            303 drivers/net/wireless/ath/ath6kl/trace.h 	TP_ARGS(msg, prefix, buf, buf_len),
prefix            307 drivers/net/wireless/ath/ath6kl/trace.h 		__string(prefix, prefix)
prefix            314 drivers/net/wireless/ath/ath6kl/trace.h 		__assign_str(prefix, prefix);
prefix            320 drivers/net/wireless/ath/ath6kl/trace.h 		"%s/%s\n", __get_str(prefix), __get_str(msg)
prefix            284 drivers/net/wireless/ath/carl9170/debug.c 	struct sk_buff *skb, const char *prefix, char *buf,
prefix            293 drivers/net/wireless/ath/carl9170/debug.c 	    "pc:%.8x, to:%d ms\n", prefix, skb, txc->s.cookie,
prefix            339 drivers/net/wireless/ath/carl9170/debug.c 			char prefix[32];
prefix            341 drivers/net/wireless/ath/carl9170/debug.c 			snprintf(prefix, sizeof(prefix), "\t\t%3d :", fc);
prefix            342 drivers/net/wireless/ath/carl9170/debug.c 			carl9170_debugfs_format_frame(ar, skb, prefix, buf,
prefix            360 drivers/net/wireless/ath/carl9170/debug.c 	char prefix[16];
prefix            365 drivers/net/wireless/ath/carl9170/debug.c 		snprintf(prefix, sizeof(prefix), "%3d :", fc);
prefix            366 drivers/net/wireless/ath/carl9170/debug.c 		carl9170_debugfs_format_frame(ar, skb, prefix, buf,
prefix            276 drivers/net/wireless/ath/wil6210/debugfs.c 			    const char *prefix)
prefix            278 drivers/net/wireless/ath/wil6210/debugfs.c 	seq_hex_dump(s, prefix, DUMP_PREFIX_NONE, 16, 1, p, len, false);
prefix            281 drivers/net/wireless/ath/wil6210/debugfs.c static void wil_print_mbox_ring(struct seq_file *s, const char *prefix,
prefix            304 drivers/net/wireless/ath/wil6210/debugfs.c 	seq_printf(s, "ring %s = {\n", prefix);
prefix           1347 drivers/net/wireless/ath/wil6210/debugfs.c static void print_temp(struct seq_file *s, const char *prefix, s32 t)
prefix           1352 drivers/net/wireless/ath/wil6210/debugfs.c 		seq_printf(s, "%s N/A\n", prefix);
prefix           1355 drivers/net/wireless/ath/wil6210/debugfs.c 		seq_printf(s, "%s %s%d.%03d\n", prefix, (t < 0 ? "-" : ""),
prefix           3007 drivers/net/wireless/broadcom/b43/radio_2056.c #define INITTABSPTS(prefix) \
prefix           3008 drivers/net/wireless/broadcom/b43/radio_2056.c 	static const struct b2056_inittabs_pts prefix = {	\
prefix           3009 drivers/net/wireless/broadcom/b43/radio_2056.c 		.syn		= prefix##_syn,			\
prefix           3010 drivers/net/wireless/broadcom/b43/radio_2056.c 		.syn_length	= ARRAY_SIZE(prefix##_syn),	\
prefix           3011 drivers/net/wireless/broadcom/b43/radio_2056.c 		.tx		= prefix##_tx,			\
prefix           3012 drivers/net/wireless/broadcom/b43/radio_2056.c 		.tx_length	= ARRAY_SIZE(prefix##_tx),	\
prefix           3013 drivers/net/wireless/broadcom/b43/radio_2056.c 		.rx		= prefix##_rx,			\
prefix           3014 drivers/net/wireless/broadcom/b43/radio_2056.c 		.rx_length	= ARRAY_SIZE(prefix##_rx),	\
prefix            316 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 	char prefix[BRCMF_FW_NVRAM_PCIEDEV_LEN];
prefix            329 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 	snprintf(prefix, sizeof(prefix), "pcie/%d/%d/", domain_nr, bus_nr);
prefix            330 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 	len = strlen(prefix);
prefix            334 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->nvram[i], prefix, len) == 0) {
prefix            295 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.c 	const s8 *prefix = "bsscfg:";
prefix            305 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.c 	prefixlen = strlen(prefix);
prefix            317 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.c 	memcpy(p, prefix, prefixlen);
prefix            568 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 				const char *prefix)
prefix            572 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		       prefix, rs_pretty_rate(rate), rate->bw,
prefix             99 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	char *prefix;
prefix            118 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	prefix = (char *)buf + alloc_size - PREFIX_LEN;
prefix            123 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	sprintf(prefix, "iwlwifi %s: ", pci_name(pdev));
prefix            128 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, 32, 4, buf, i, 0);
prefix            133 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, 32, 4, buf, i, 0);
prefix            141 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 		print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET,
prefix            150 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	sprintf(prefix, "iwlwifi %s: ", pci_name(pdev));
prefix            157 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, 32, 4, buf, i, 0);
prefix            167 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 		sprintf(prefix, "iwlwifi %s: ", pci_name(pdev));
prefix            171 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 		print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, 32,
prefix            177 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, 32, 4, buf, i, 0);
prefix             46 drivers/net/wireless/intersil/hostap/hostap.h 					 const char *prefix, const char *name);
prefix             47 drivers/net/wireless/intersil/hostap/hostap_main.c 					 const char *prefix,
prefix             74 drivers/net/wireless/intersil/hostap/hostap_main.c 	sprintf(dev->name, "%s%s", prefix, name);
prefix           1598 drivers/net/wireless/marvell/mwifiex/main.h 			    struct device_node *node, const char *prefix);
prefix           1488 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			    struct device_node *node, const char *prefix)
prefix           1492 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	size_t len = strlen(prefix);
prefix           1498 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		    strncmp(prop->name, prefix, len))
prefix             61 drivers/net/wireless/ti/wl1251/wl1251.h #define wl1251_dump(level, prefix, buf, len)	\
prefix             64 drivers/net/wireless/ti/wl1251/wl1251.h 			print_hex_dump(KERN_DEBUG, DRIVER_PREFIX prefix, \
prefix             71 drivers/net/wireless/ti/wl1251/wl1251.h #define wl1251_dump_ascii(level, prefix, buf, len)	\
prefix             74 drivers/net/wireless/ti/wl1251/wl1251.h 			print_hex_dump(KERN_DEBUG, DRIVER_PREFIX prefix, \
prefix             78 drivers/net/wireless/ti/wlcore/debug.h #define wl1271_dump(level, prefix, buf, len)				      \
prefix             81 drivers/net/wireless/ti/wlcore/debug.h 			print_hex_dump_debug(DRIVER_PREFIX prefix,	      \
prefix             88 drivers/net/wireless/ti/wlcore/debug.h #define wl1271_dump_ascii(level, prefix, buf, len)			      \
prefix             91 drivers/net/wireless/ti/wlcore/debug.h 			print_hex_dump_debug(DRIVER_PREFIX prefix,	      \
prefix             47 drivers/net/wireless/ti/wlcore/debugfs.h #define DEBUGFS_ADD_PREFIX(prefix, name, parent)			\
prefix             50 drivers/net/wireless/ti/wlcore/debugfs.h 				    wl, &prefix## _## name## _ops);	\
prefix            225 drivers/net/wireless/zydas/zd1211rw/zd_mac.h 	u8 prefix[3];
prefix            231 drivers/net/wireless/zydas/zd1211rw/zd_mac.h 	return header->prefix[0] & 0xf;
prefix             35 drivers/nfc/fdp/i2c.c #define fdp_nci_i2c_dump_skb(dev, prefix, skb)				\
prefix             36 drivers/nfc/fdp/i2c.c 	print_hex_dump(KERN_DEBUG, prefix": ", DUMP_PREFIX_OFFSET,	\
prefix            646 drivers/nfc/trf7970a.c 			     unsigned int len, u8 *prefix,
prefix            661 drivers/nfc/trf7970a.c 	t[0].tx_buf = prefix;
prefix            709 drivers/nfc/trf7970a.c 	u8 prefix;
prefix            731 drivers/nfc/trf7970a.c 	prefix = TRF7970A_CMD_BIT_CONTINUOUS | TRF7970A_FIFO_IO_REGISTER;
prefix            733 drivers/nfc/trf7970a.c 	ret = trf7970a_transmit(trf, skb, len, &prefix, sizeof(prefix));
prefix           1464 drivers/nfc/trf7970a.c 	u8 prefix[5];
prefix           1530 drivers/nfc/trf7970a.c 	prefix[0] = TRF7970A_CMD_BIT_CTRL |
prefix           1532 drivers/nfc/trf7970a.c 	prefix[1] = TRF7970A_CMD_BIT_CTRL |
prefix           1534 drivers/nfc/trf7970a.c 	prefix[2] = TRF7970A_CMD_BIT_CONTINUOUS | TRF7970A_TX_LENGTH_BYTE1;
prefix           1537 drivers/nfc/trf7970a.c 		prefix[3] = 0x00;
prefix           1538 drivers/nfc/trf7970a.c 		prefix[4] = 0x0f;	/* 7 bits */
prefix           1540 drivers/nfc/trf7970a.c 		prefix[3] = (len & 0xf00) >> 4;
prefix           1541 drivers/nfc/trf7970a.c 		prefix[3] |= ((len & 0xf0) >> 4);
prefix           1542 drivers/nfc/trf7970a.c 		prefix[4] = ((len & 0x0f) << 4);
prefix           1552 drivers/nfc/trf7970a.c 	ret = trf7970a_transmit(trf, skb, len, prefix, sizeof(prefix));
prefix             73 drivers/of/base.c bool of_node_name_prefix(const struct device_node *np, const char *prefix)
prefix             78 drivers/of/base.c 	return strncmp(kbasename(np->full_name), prefix, strlen(prefix)) == 0;
prefix            154 drivers/pci/pcie/dpc.c 	u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix;
prefix            198 drivers/pci/pcie/dpc.c 			cap + PCI_EXP_DPC_RP_PIO_TLPPREFIX_LOG, &prefix);
prefix            199 drivers/pci/pcie/dpc.c 		pci_err(pdev, "TLP Prefix Header: dw%d, %#010x\n", i, prefix);
prefix            687 drivers/pcmcia/soc_common.c static void dump_bits(char **p, const char *prefix,
prefix            693 drivers/pcmcia/soc_common.c 	b += sprintf(b, "%-9s:", prefix);
prefix            231 drivers/regulator/mc13783-regulator.c #define MC13783_DEFINE(prefix, name, node, reg, vsel_reg, voltages)	\
prefix            235 drivers/regulator/mc13783-regulator.c #define MC13783_FIXED_DEFINE(prefix, name, node, reg, voltages)		\
prefix            239 drivers/regulator/mc13783-regulator.c #define MC13783_GPO_DEFINE(prefix, name, node, reg, voltages)		\
prefix             55 drivers/regulator/mc13xxx.h #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops)	\
prefix             56 drivers/regulator/mc13xxx.h 	[prefix ## _name] = {				\
prefix             63 drivers/regulator/mc13xxx.h 			.id = prefix ## _name,		\
prefix             66 drivers/regulator/mc13xxx.h 		.reg = prefix ## _reg,				\
prefix             67 drivers/regulator/mc13xxx.h 		.enable_bit = prefix ## _reg ## _ ## _name ## EN,	\
prefix             68 drivers/regulator/mc13xxx.h 		.vsel_reg = prefix ## _vsel_reg,			\
prefix             69 drivers/regulator/mc13xxx.h 		.vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\
prefix             70 drivers/regulator/mc13xxx.h 		.vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\
prefix             73 drivers/regulator/mc13xxx.h #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops)	\
prefix             74 drivers/regulator/mc13xxx.h 	[prefix ## _name] = {				\
prefix             81 drivers/regulator/mc13xxx.h 			.id = prefix ## _name,		\
prefix             84 drivers/regulator/mc13xxx.h 		.reg = prefix ## _reg,				\
prefix             85 drivers/regulator/mc13xxx.h 		.enable_bit = prefix ## _reg ## _ ## _name ## EN,	\
prefix             88 drivers/regulator/mc13xxx.h #define MC13xxx_GPO_DEFINE(prefix, _name, _node, _reg,  _voltages, _ops)	\
prefix             89 drivers/regulator/mc13xxx.h 	[prefix ## _name] = {				\
prefix             96 drivers/regulator/mc13xxx.h 			.id = prefix ## _name,		\
prefix             99 drivers/regulator/mc13xxx.h 		.reg = prefix ## _reg,				\
prefix            100 drivers/regulator/mc13xxx.h 		.enable_bit = prefix ## _reg ## _ ## _name ## EN,	\
prefix           2681 drivers/s390/block/dasd_eckd.c 			prefix(ccw++, (struct PFX_eckd_data *) data,
prefix           2708 drivers/s390/block/dasd_eckd.c 			prefix(ccw++, (struct PFX_eckd_data *) data,
prefix           2728 drivers/s390/block/dasd_eckd.c 			prefix(ccw++, (struct PFX_eckd_data *) data,
prefix           3910 drivers/s390/block/dasd_eckd.c 		if (prefix(ccw++, cqr->data, first_trk,
prefix             71 drivers/s390/net/qeth_ethtool.c static void qeth_add_stat_strings(u8 **data, const char *prefix,
prefix             78 drivers/s390/net/qeth_ethtool.c 		snprintf(*data, ETH_GSTRING_LEN, "%s%s", prefix, stats[i].name);
prefix            127 drivers/s390/net/qeth_ethtool.c 	char prefix[ETH_GSTRING_LEN] = "";
prefix            132 drivers/s390/net/qeth_ethtool.c 		qeth_add_stat_strings(&data, prefix, card_stats,
prefix            135 drivers/s390/net/qeth_ethtool.c 			snprintf(prefix, ETH_GSTRING_LEN, "tx%u ", i);
prefix            136 drivers/s390/net/qeth_ethtool.c 			qeth_add_stat_strings(&data, prefix, txq_stats,
prefix             22 drivers/s390/net/smsgiucv.c 	const char *prefix;
prefix             82 drivers/s390/net/smsgiucv.c 			if (strncmp(buffer + 8, cb->prefix, cb->len) == 0) {
prefix             91 drivers/s390/net/smsgiucv.c int smsg_register_callback(const char *prefix,
prefix             99 drivers/s390/net/smsgiucv.c 	cb->prefix = prefix;
prefix            100 drivers/s390/net/smsgiucv.c 	cb->len = strlen(prefix);
prefix            108 drivers/s390/net/smsgiucv.c void smsg_unregister_callback(const char *prefix,
prefix            118 drivers/s390/net/smsgiucv.c 		    strcmp(tmp->prefix, prefix) == 0) {
prefix             73 drivers/s390/scsi/zfcp_dbf.c 	struct fsf_qtcb_prefix *q_pref = &req->qtcb->prefix;
prefix            311 drivers/s390/scsi/zfcp_dbf.h 	if (qtcb->prefix.qtcb_type != FSF_IO_COMMAND)
prefix            341 drivers/s390/scsi/zfcp_dbf.h 	} else if ((qtcb->prefix.prot_status != FSF_PROT_GOOD) &&
prefix            342 drivers/s390/scsi/zfcp_dbf.h 	    (qtcb->prefix.prot_status != FSF_PROT_FSF_STATUS_PRESENTED)) {
prefix            332 drivers/s390/scsi/zfcp_fsf.c 	union fsf_prot_status_qual *psq = &qtcb->prefix.prot_status_qual;
prefix            341 drivers/s390/scsi/zfcp_fsf.c 	switch (qtcb->prefix.prot_status) {
prefix            389 drivers/s390/scsi/zfcp_fsf.c 			qtcb->prefix.prot_status);
prefix            738 drivers/s390/scsi/zfcp_fsf.c 		req->qtcb->prefix.req_seq_no = adapter->fsf_req_seq_no;
prefix            739 drivers/s390/scsi/zfcp_fsf.c 		req->qtcb->prefix.req_id = req->req_id;
prefix            740 drivers/s390/scsi/zfcp_fsf.c 		req->qtcb->prefix.ulp_info = 26;
prefix            741 drivers/s390/scsi/zfcp_fsf.c 		req->qtcb->prefix.qtcb_type = fsf_qtcb_type[fsf_cmd];
prefix            742 drivers/s390/scsi/zfcp_fsf.c 		req->qtcb->prefix.qtcb_version = FSF_QTCB_CURRENT_VERSION;
prefix           2058 drivers/s390/scsi/zfcp_fsf.c 	lat_in = &req->qtcb->prefix.prot_status_qual.latency_info;
prefix            421 drivers/s390/scsi/zfcp_fsf.h 	struct fsf_qtcb_prefix prefix;
prefix             26 drivers/scsi/53c700.h #define DDEBUG(prefix, sdev, fmt, a...) \
prefix             27 drivers/scsi/53c700.h 	sdev_printk(prefix, sdev, fmt, ##a)
prefix             28 drivers/scsi/53c700.h #define CDEBUG(prefix, scmd, fmt, a...) \
prefix             29 drivers/scsi/53c700.h 	scmd_printk(prefix, scmd, fmt, ##a)
prefix             32 drivers/scsi/53c700.h #define DDEBUG(prefix, scmd, fmt, a...) do {} while (0)
prefix             33 drivers/scsi/53c700.h #define CDEBUG(prefix, scmd, fmt, a...) do {} while (0)
prefix            395 drivers/scsi/aic7xxx/aicasm/aicasm.c "typedef int %spatch_func_t (%s);\n", prefix, patch_arg_list);
prefix            408 drivers/scsi/aic7xxx/aicasm/aicasm.c 			prefix,
prefix            409 drivers/scsi/aic7xxx/aicasm/aicasm.c 			prefix,
prefix            411 drivers/scsi/aic7xxx/aicasm/aicasm.c 			prefix,
prefix            423 drivers/scsi/aic7xxx/aicasm/aicasm.c "} patches[] = {\n", prefix);
prefix            430 drivers/scsi/aic7xxx/aicasm/aicasm.c 			prefix,
prefix             78 drivers/scsi/aic7xxx/aicasm/aicasm.h extern char *prefix;
prefix             64 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y char *prefix = stock_prefix;
prefix            234 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y |	prefix
prefix            235 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y |	program prefix
prefix            277 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y prefix:
prefix            280 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (prefix != stock_prefix)
prefix            283 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		prefix = strdup($3);
prefix            284 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (prefix == NULL)
prefix           1959 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	const char prefix[] = " * ";
prefix           1963 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	newlen = strlen(verstring) + strlen(prefix);
prefix           1970 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	strcpy(&versions[oldlen], prefix);
prefix           1971 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	strcpy(&versions[oldlen + strlen(prefix)], verstring);
prefix            366 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		prefix, prefix, prefix);
prefix            377 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		prefix,
prefix            410 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 			prefix,
prefix            412 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 			prefix,
prefix            428 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		prefix,
prefix            429 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		prefix,
prefix            431 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		prefix,
prefix            433 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		prefix,
prefix            174 drivers/scsi/arm/fas216.c static void print_SCp(struct scsi_pointer *SCp, const char *prefix, const char *suffix)
prefix            177 drivers/scsi/arm/fas216.c 		prefix, SCp->ptr, SCp->this_residual, SCp->buffer,
prefix           1466 drivers/scsi/bfa/bfa_fc.h 	u8  prefix[7]; /* like "http://" */
prefix           3210 drivers/scsi/bfa/bfa_fcs_lport.c 			if (strncmp(gmal_entry->prefix,
prefix           3212 drivers/scsi/bfa/bfa_fcs_lport.c 				sizeof(gmal_entry->prefix)) == 0) {
prefix           3219 drivers/scsi/bfa/bfa_fcs_lport.c 				rsp_str = &(gmal_entry->prefix[0]);
prefix             88 drivers/scsi/ch.c #define ch_printk(prefix, ch, fmt, a...) \
prefix             89 drivers/scsi/ch.c 	sdev_prefix_printk(prefix, (ch)->device, (ch)->name, fmt, ##a)
prefix           1548 drivers/scsi/ipr.c static void ipr_log_vpd_compact(char *prefix, struct ipr_hostrcb *hostrcb,
prefix           1563 drivers/scsi/ipr.c 	ipr_hcam_err(hostrcb, "%s VPID/SN: %s\n", prefix, buffer);
prefix           1598 drivers/scsi/ipr.c static void ipr_log_ext_vpd_compact(char *prefix, struct ipr_hostrcb *hostrcb,
prefix           1601 drivers/scsi/ipr.c 	ipr_log_vpd_compact(prefix, hostrcb, &vpd->vpd);
prefix           1602 drivers/scsi/ipr.c 	ipr_hcam_err(hostrcb, "%s WWN: %08X%08X\n", prefix,
prefix            161 drivers/scsi/iscsi_boot_sysfs.c iscsi_boot_rd_attr(eth_prefix, prefix-len, ISCSI_BOOT_ETH_PREFIX_LEN);
prefix            207 drivers/scsi/scsi_transport_fc.c 	char *prefix = "";					\
prefix            214 drivers/scsi/scsi_transport_fc.c 				prefix, table[i].name);		\
prefix            215 drivers/scsi/scsi_transport_fc.c 			prefix = ", ";				\
prefix             71 drivers/scsi/scsi_transport_sas.c 	char *prefix = "";					\
prefix             78 drivers/scsi/scsi_transport_sas.c 				prefix, table[i].name);		\
prefix             79 drivers/scsi/scsi_transport_sas.c 			prefix = ", ";				\
prefix           3244 drivers/scsi/sd.c static int sd_format_disk_name(char *prefix, int index, char *buf, int buflen)
prefix           3247 drivers/scsi/sd.c 	char *begin = buf + strlen(prefix);
prefix           3263 drivers/scsi/sd.c 	memcpy(buf, prefix, strlen(prefix));
prefix            127 drivers/scsi/sd.h #define sd_printk(prefix, sdsk, fmt, a...)				\
prefix            129 drivers/scsi/sd.h 	      sdev_prefix_printk(prefix, (sdsk)->device,		\
prefix            131 drivers/scsi/sd.h 	      sdev_printk(prefix, (sdsk)->device, fmt, ##a)
prefix            133 drivers/scsi/sd.h #define sd_first_printk(prefix, sdsk, fmt, a...)			\
prefix            136 drivers/scsi/sd.h 			sd_printk(prefix, sdsk, fmt, ##a);		\
prefix            204 drivers/scsi/sg.c #define sg_printk(prefix, sdp, fmt, a...) \
prefix            205 drivers/scsi/sg.c 	sdev_prefix_printk(prefix, (sdp)->device,		\
prefix             60 drivers/scsi/sr.h #define sr_printk(prefix, cd, fmt, a...) \
prefix             61 drivers/scsi/sr.h 	sdev_prefix_printk(prefix, (cd)->device, (cd)->cdi.name, fmt, ##a)
prefix            315 drivers/scsi/st.c #define st_printk(prefix, t, fmt, a...) \
prefix            316 drivers/scsi/st.c 	sdev_prefix_printk(prefix, (t)->device, tape_name(t), fmt, ##a)
prefix             52 drivers/scsi/ufs/ufs-qcom.c 				       const char *prefix, void *priv)
prefix             54 drivers/scsi/ufs/ufs-qcom.c 	ufshcd_dump_regs(hba, offset, len * 4, prefix);
prefix            109 drivers/scsi/ufs/ufshcd.c 		     const char *prefix)
prefix            124 drivers/scsi/ufs/ufshcd.c 	ufshcd_hex_dump(prefix, regs, len);
prefix           1110 drivers/scsi/ufs/ufshcd.h 		     const char *prefix);
prefix            393 drivers/staging/isdn/gigaset/ev-layer.c static char *skip_prefix(char *s, const char *prefix)
prefix            395 drivers/staging/isdn/gigaset/ev-layer.c 	while (*prefix)
prefix            396 drivers/staging/isdn/gigaset/ev-layer.c 		if (*s++ != *prefix++)
prefix            337 drivers/target/iscsi/iscsi_target_configfs.c #define __DEF_NACL_AUTH_STR(prefix, name, flags)			\
prefix            338 drivers/target/iscsi/iscsi_target_configfs.c static ssize_t __iscsi_##prefix##_##name##_show(			\
prefix            349 drivers/target/iscsi/iscsi_target_configfs.c static ssize_t __iscsi_##prefix##_##name##_store(			\
prefix            402 drivers/target/iscsi/iscsi_target_configfs.c #define __DEF_NACL_AUTH_INT(prefix, name)				\
prefix            403 drivers/target/iscsi/iscsi_target_configfs.c static ssize_t __iscsi_##prefix##_##name##_show(				\
prefix            800 drivers/target/iscsi/iscsi_target_configfs.c #define __DEF_TPG_AUTH_STR(prefix, name, flags)					\
prefix            801 drivers/target/iscsi/iscsi_target_configfs.c static ssize_t __iscsi_##prefix##_##name##_show(struct se_portal_group *se_tpg,	\
prefix            814 drivers/target/iscsi/iscsi_target_configfs.c static ssize_t __iscsi_##prefix##_##name##_store(struct se_portal_group *se_tpg,\
prefix            861 drivers/target/iscsi/iscsi_target_configfs.c #define __DEF_TPG_AUTH_INT(prefix, name)					\
prefix            862 drivers/target/iscsi/iscsi_target_configfs.c static ssize_t __iscsi_##prefix##_##name##_show(struct se_portal_group *se_tpg,	\
prefix            366 drivers/tty/ipwireless/hardware.c 	char prefix[56];
prefix            368 drivers/tty/ipwireless/hardware.c 	sprintf(prefix, IPWIRELESS_PCCARD_NAME ": %s %s ",
prefix            370 drivers/tty/ipwireless/hardware.c 	print_hex_dump_bytes(prefix, 0, (void *)data,
prefix             21 drivers/usb/gadget/function/f_mass_storage.h #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc)	\
prefix             22 drivers/usb/gadget/function/f_mass_storage.h 	module_param_array_named(prefix ## name, params.name, type,	\
prefix             23 drivers/usb/gadget/function/f_mass_storage.h 				 &prefix ## params.name ## _count,	\
prefix             25 drivers/usb/gadget/function/f_mass_storage.h 	MODULE_PARM_DESC(prefix ## name, desc)
prefix             27 drivers/usb/gadget/function/f_mass_storage.h #define _FSG_MODULE_PARAM(prefix, params, name, type, desc)		\
prefix             28 drivers/usb/gadget/function/f_mass_storage.h 	module_param_named(prefix ## name, params.name, type,		\
prefix             30 drivers/usb/gadget/function/f_mass_storage.h 	MODULE_PARM_DESC(prefix ## name, desc)
prefix             32 drivers/usb/gadget/function/f_mass_storage.h #define __FSG_MODULE_PARAMETERS(prefix, params)				\
prefix             33 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM_ARRAY(prefix, params, file, charp,		\
prefix             35 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM_ARRAY(prefix, params, ro, bool,		\
prefix             37 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM_ARRAY(prefix, params, removable, bool,	\
prefix             39 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool,		\
prefix             41 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool,		\
prefix             43 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM(prefix, params, luns, uint,			\
prefix             45 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM(prefix, params, stall, bool,			\
prefix             50 drivers/usb/gadget/function/f_mass_storage.h #define FSG_MODULE_PARAMETERS(prefix, params)				\
prefix             51 drivers/usb/gadget/function/f_mass_storage.h 	__FSG_MODULE_PARAMETERS(prefix, params);			\
prefix             56 drivers/usb/gadget/function/f_mass_storage.h #define FSG_MODULE_PARAMETERS(prefix, params)				\
prefix             57 drivers/usb/gadget/function/f_mass_storage.h 	__FSG_MODULE_PARAMETERS(prefix, params)
prefix             26 drivers/usb/gadget/function/u_fs.h #  define ffs_dump_mem(prefix, ptr, len) \
prefix             27 drivers/usb/gadget/function/u_fs.h 	print_hex_dump_bytes(pr_fmt(prefix ": "), DUMP_PREFIX_NONE, ptr, len)
prefix             32 drivers/usb/gadget/function/u_fs.h #  define ffs_dump_mem(prefix, ptr, len) do { } while (0)
prefix             24 drivers/usb/gadget/function/uvc_configfs.c #define UVC_ATTR(prefix, cname, aname) \
prefix             25 drivers/usb/gadget/function/uvc_configfs.c static struct configfs_attribute prefix##attr_##cname = { \
prefix             29 drivers/usb/gadget/function/uvc_configfs.c 	.show		= prefix##cname##_show,				\
prefix             30 drivers/usb/gadget/function/uvc_configfs.c 	.store		= prefix##cname##_store,			\
prefix             33 drivers/usb/gadget/function/uvc_configfs.c #define UVC_ATTR_RO(prefix, cname, aname) \
prefix             34 drivers/usb/gadget/function/uvc_configfs.c static struct configfs_attribute prefix##attr_##cname = { \
prefix             38 drivers/usb/gadget/function/uvc_configfs.c 	.show		= prefix##cname##_show,				\
prefix             81 drivers/usb/storage/uas.c static void uas_log_cmd_state(struct scsi_cmnd *cmnd, const char *prefix,
prefix            200 drivers/usb/storage/uas.c static void uas_log_cmd_state(struct scsi_cmnd *cmnd, const char *prefix,
prefix            211 drivers/usb/storage/uas.c 		    prefix, status, cmdinfo->uas_tag,
prefix             24 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c static const char prefix[] __initconst = "omapdss,";
prefix             68 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c 		strcpy(dst, prefix);
prefix             69 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c 		dst += strlen(prefix);
prefix             96 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c 	if (strncmp(prefix, prop->value, strlen(prefix)) == 0)
prefix            101 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c 	new_len = prop->length + strlen(prefix) * num_strs;
prefix            160 fs/9p/xattr.c  	.prefix	= XATTR_USER_PREFIX,
prefix            166 fs/9p/xattr.c  	.prefix	= XATTR_TRUSTED_PREFIX,
prefix            173 fs/9p/xattr.c  	.prefix	= XATTR_SECURITY_PREFIX,
prefix            191 fs/affs/super.c 		int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
prefix            239 fs/affs/super.c 			kfree(*prefix);
prefix            240 fs/affs/super.c 			*prefix = match_strdup(&args[0]);
prefix            241 fs/affs/super.c 			if (!*prefix)
prefix            565 fs/affs/super.c 	char			*prefix = NULL;
prefix            574 fs/affs/super.c 			   &blocksize, &prefix, volume,
prefix            576 fs/affs/super.c 		kfree(prefix);
prefix            588 fs/affs/super.c 	if (prefix) {
prefix            590 fs/affs/super.c 		sbi->s_prefix = prefix;
prefix            326 fs/afs/xattr.c 	.prefix	= "afs.yfs.",
prefix            292 fs/bfs/inode.c void bfs_dump_imap(const char *prefix, struct super_block *s)
prefix            307 fs/bfs/inode.c 	printf("%s: lasti=%08lx <%s>\n", prefix, BFS_SB(s)->si_lasti, tmpbuf);
prefix            403 fs/btrfs/xattr.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix            409 fs/btrfs/xattr.c 	.prefix = XATTR_TRUSTED_PREFIX,
prefix            415 fs/btrfs/xattr.c 	.prefix = XATTR_USER_PREFIX,
prefix            421 fs/btrfs/xattr.c 	.prefix = XATTR_BTRFS_PREFIX,
prefix             28 fs/cachefiles/namei.c 				const char *prefix)
prefix             34 fs/cachefiles/namei.c 	pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id);
prefix             36 fs/cachefiles/namei.c 	       prefix, object->fscache.state->name,
prefix             40 fs/cachefiles/namei.c 	       prefix, object->fscache.n_ops, object->fscache.n_in_progress,
prefix             43 fs/cachefiles/namei.c 	       prefix, object->fscache.parent);
prefix             49 fs/cachefiles/namei.c 		       prefix,
prefix             54 fs/cachefiles/namei.c 		pr_err("%skey=[%u] '", prefix, cookie->key_len);
prefix             61 fs/cachefiles/namei.c 		pr_err("%scookie=NULL\n", prefix);
prefix           1174 fs/ceph/xattr.c 	.prefix = "",  /* match any name => handlers called with full name */
prefix             74 fs/cifs/cifsproto.h 						    bool prefix);
prefix             85 fs/cifs/dir.c  	bool prefix = tcon->Flags & SMB_SHARE_IS_IN_DFS;
prefix             88 fs/cifs/dir.c  						      prefix);
prefix             92 fs/cifs/dir.c  build_path_from_dentry_optional_prefix(struct dentry *direntry, bool prefix)
prefix            105 fs/cifs/dir.c  	if (prefix)
prefix            351 fs/cifs/xattr.c 	.prefix = XATTR_USER_PREFIX,
prefix            359 fs/cifs/xattr.c 	.prefix = XATTR_OS2_PREFIX,
prefix            120 fs/crypto/hkdf.c 	u8 prefix[9];
prefix            132 fs/crypto/hkdf.c 	memcpy(prefix, "fscrypt\0", 8);
prefix            133 fs/crypto/hkdf.c 	prefix[8] = context;
prefix            147 fs/crypto/hkdf.c 		err = crypto_shash_update(desc, prefix, sizeof(prefix));
prefix             92 fs/crypto/keysetup_v1.c find_and_lock_process_key(const char *prefix,
prefix            102 fs/crypto/keysetup_v1.c 	description = kasprintf(GFP_NOFS, "%s%*phN", prefix,
prefix           1083 fs/debugfs/file.c 			  int nregs, void __iomem *base, char *prefix)
prefix           1088 fs/debugfs/file.c 		if (prefix)
prefix           1089 fs/debugfs/file.c 			seq_printf(s, "%s", prefix);
prefix           1147 fs/ecryptfs/inode.c 	.prefix = "",  /* match anything */
prefix            489 fs/erofs/xattr.c 	.prefix	= XATTR_USER_PREFIX,
prefix            496 fs/erofs/xattr.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix            504 fs/erofs/xattr.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix            537 fs/erofs/xattr.c 	const char *prefix;
prefix            545 fs/erofs/xattr.c 	prefix = xattr_prefix(h);
prefix            546 fs/erofs/xattr.c 	prefix_len = strlen(prefix);
prefix            557 fs/erofs/xattr.c 	memcpy(it->buffer + it->buffer_ofs, prefix, prefix_len);
prefix            674 fs/erofs/xattr.c 	int prefix, rc;
prefix            679 fs/erofs/xattr.c 		prefix = EROFS_XATTR_INDEX_POSIX_ACL_ACCESS;
prefix            682 fs/erofs/xattr.c 		prefix = EROFS_XATTR_INDEX_POSIX_ACL_DEFAULT;
prefix            688 fs/erofs/xattr.c 	rc = erofs_getxattr(inode, prefix, "", NULL, 0);
prefix            693 fs/erofs/xattr.c 		rc = erofs_getxattr(inode, prefix, "", value, rc);
prefix             84 fs/ext2/super.c void ext2_msg(struct super_block *sb, const char *prefix,
prefix             95 fs/ext2/super.c 	printk("%sEXT2-fs (%s): %pV\n", prefix, sb->s_id, &vaf);
prefix            340 fs/ext2/xattr.c 			const char *prefix = handler->prefix ?: handler->name;
prefix            341 fs/ext2/xattr.c 			size_t prefix_len = strlen(prefix);
prefix            349 fs/ext2/xattr.c 				memcpy(buffer, prefix, prefix_len);
prefix             55 fs/ext2/xattr_security.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix             38 fs/ext2/xattr_trusted.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix             45 fs/ext2/xattr_user.c 	.prefix	= XATTR_USER_PREFIX,
prefix            712 fs/ext4/super.c 		const char *prefix, const char *fmt, ...)
prefix            723 fs/ext4/super.c 	printk("%sEXT4-fs (%s): %pV\n", prefix, sb->s_id, &vaf);
prefix            669 fs/ext4/xattr.c 			const char *prefix = handler->prefix ?: handler->name;
prefix            670 fs/ext4/xattr.c 			size_t prefix_len = strlen(prefix);
prefix            676 fs/ext4/xattr.c 				memcpy(buffer, prefix, prefix_len);
prefix             62 fs/ext4/xattr_security.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix             42 fs/ext4/xattr_trusted.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix             45 fs/ext4/xattr_user.c 	.prefix	= XATTR_USER_PREFIX,
prefix            141 fs/f2fs/xattr.c 	.prefix	= XATTR_USER_PREFIX,
prefix            149 fs/f2fs/xattr.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix            164 fs/f2fs/xattr.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix            559 fs/f2fs/xattr.c 		const char *prefix;
prefix            575 fs/f2fs/xattr.c 		prefix = xattr_prefix(handler);
prefix            576 fs/f2fs/xattr.c 		prefix_len = strlen(prefix);
prefix            583 fs/f2fs/xattr.c 			memcpy(buffer, prefix, prefix_len);
prefix             30 fs/fscache/cookie.c static void fscache_print_cookie(struct fscache_cookie *cookie, char prefix)
prefix             37 fs/fscache/cookie.c 	       prefix, cookie, cookie->parent, cookie->flags,
prefix             41 fs/fscache/cookie.c 	       prefix, cookie->def, cookie->netfs_data);
prefix             46 fs/fscache/cookie.c 		       prefix, hlist_entry(object, struct fscache_object, cookie_link));
prefix             48 fs/fscache/cookie.c 	pr_err("%c-key=[%u] '", prefix, cookie->key_len);
prefix            216 fs/fuse/xattr.c 	.prefix = "",
prefix            350 fs/gfs2/xattr.c 	char *prefix;
prefix            358 fs/gfs2/xattr.c 		prefix = "user.";
prefix            362 fs/gfs2/xattr.c 		prefix = "system.";
prefix            366 fs/gfs2/xattr.c 		prefix = "security.";
prefix            378 fs/gfs2/xattr.c 		memcpy(er->er_data + ei->ei_size, prefix, l);
prefix           1449 fs/gfs2/xattr.c 	.prefix = XATTR_USER_PREFIX,
prefix           1456 fs/gfs2/xattr.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix            424 fs/hfsplus/xattr.c 		     const char *prefix, size_t prefixlen)
prefix            433 fs/hfsplus/xattr.c 	strcpy(xattr_name, prefix);
prefix            578 fs/hfsplus/xattr.c 			 const char *prefix, size_t prefixlen)
prefix            588 fs/hfsplus/xattr.c 	strcpy(xattr_name, prefix);
prefix            882 fs/hfsplus/xattr.c 	.prefix	= XATTR_MAC_OSX_PREFIX,
prefix             27 fs/hfsplus/xattr.h 				   const char *prefix, size_t prefixlen);
prefix             34 fs/hfsplus/xattr.h 			 const char *prefix, size_t prefixlen);
prefix             75 fs/hfsplus/xattr_security.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix             34 fs/hfsplus/xattr_trusted.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix             34 fs/hfsplus/xattr_user.c 	.prefix	= XATTR_USER_PREFIX,
prefix             69 fs/jffs2/security.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix            970 fs/jffs2/xattr.c 	const char *prefix;
prefix           1004 fs/jffs2/xattr.c 		prefix = xhandle->prefix ?: xhandle->name;
prefix           1005 fs/jffs2/xattr.c 		prefix_len = strlen(prefix);
prefix           1013 fs/jffs2/xattr.c 			memcpy(buffer, prefix, prefix_len);
prefix             42 fs/jffs2/xattr_trusted.c 	.prefix = XATTR_TRUSTED_PREFIX,
prefix             37 fs/jffs2/xattr_user.c 	.prefix = XATTR_USER_PREFIX,
prefix            963 fs/jfs/xattr.c 	.prefix = XATTR_USER_PREFIX,
prefix            969 fs/jfs/xattr.c 	.prefix = XATTR_OS2_PREFIX,
prefix            975 fs/jfs/xattr.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix            981 fs/jfs/xattr.c 	.prefix = XATTR_TRUSTED_PREFIX,
prefix            331 fs/kernfs/inode.c 	.prefix = XATTR_TRUSTED_PREFIX,
prefix            337 fs/kernfs/inode.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix           7363 fs/nfs/nfs4proc.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix             59 fs/ocfs2/cluster/masklog.c 	const char *prefix = "";
prefix             67 fs/ocfs2/cluster/masklog.c 		prefix = "ERROR: ";
prefix             81 fs/ocfs2/cluster/masklog.c 	       raw_smp_processor_id(), func, line, prefix, &vaf);
prefix            887 fs/ocfs2/xattr.c 	const char *prefix;
prefix            909 fs/ocfs2/xattr.c 	prefix = ocfs2_xattr_prefix(type);
prefix            910 fs/ocfs2/xattr.c 	if (!prefix)
prefix            912 fs/ocfs2/xattr.c 	prefix_len = strlen(prefix);
prefix            923 fs/ocfs2/xattr.c 	memcpy(p, prefix, prefix_len);
prefix           7307 fs/ocfs2/xattr.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix           7333 fs/ocfs2/xattr.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix           7368 fs/ocfs2/xattr.c 	.prefix	= XATTR_USER_PREFIX,
prefix            551 fs/orangefs/xattr.c 	.prefix = "",  /* match any name => handlers called with full name */
prefix            968 fs/overlayfs/super.c 	.prefix	= OVL_XATTR_PREFIX,
prefix            974 fs/overlayfs/super.c 	.prefix	= "", /* catch all */
prefix            784 fs/reiserfs/xattr.c 		const char *prefix = xattr_prefix(xah);
prefix            785 fs/reiserfs/xattr.c 		if (strncmp(prefix, name, strlen(prefix)) == 0)
prefix            104 fs/reiserfs/xattr_security.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix             41 fs/reiserfs/xattr_trusted.c 	.prefix = XATTR_TRUSTED_PREFIX,
prefix             38 fs/reiserfs/xattr_user.c 	.prefix = XATTR_USER_PREFIX,
prefix             58 fs/squashfs/xattr.c 			const char *prefix = handler->prefix ?: handler->name;
prefix             59 fs/squashfs/xattr.c 			size_t prefix_size = strlen(prefix);
prefix             66 fs/squashfs/xattr.c 				memcpy(buffer, prefix, prefix_size);
prefix            125 fs/squashfs/xattr.c 		int type, prefix, name_size;
prefix            134 fs/squashfs/xattr.c 		prefix = type & SQUASHFS_XATTR_PREFIX_MASK;
prefix            136 fs/squashfs/xattr.c 		if (prefix == name_index && name_size == name_len)
prefix            145 fs/squashfs/xattr.c 		if (prefix == name_index && name_size == name_len &&
prefix            217 fs/squashfs/xattr.c 	.prefix	= XATTR_USER_PREFIX,
prefix            231 fs/squashfs/xattr.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix            241 fs/squashfs/xattr.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix            698 fs/ubifs/xattr.c 	.prefix = XATTR_USER_PREFIX,
prefix            704 fs/ubifs/xattr.c 	.prefix = XATTR_TRUSTED_PREFIX,
prefix            711 fs/ubifs/xattr.c 	.prefix = XATTR_SECURITY_PREFIX,
prefix             69 fs/xattr.c     			if (!handler->prefix ^ !*n) {
prefix             87 fs/xfs/xfs_xattr.c 	.prefix	= XATTR_USER_PREFIX,
prefix             94 fs/xfs/xfs_xattr.c 	.prefix	= XATTR_TRUSTED_PREFIX,
prefix            101 fs/xfs/xfs_xattr.c 	.prefix	= XATTR_SECURITY_PREFIX,
prefix            121 fs/xfs/xfs_xattr.c 	char *prefix,
prefix            142 fs/xfs/xfs_xattr.c 	strncpy(offset, prefix, prefix_len);
prefix            161 fs/xfs/xfs_xattr.c 	char *prefix;
prefix            194 fs/xfs/xfs_xattr.c 		prefix = XATTR_TRUSTED_PREFIX;
prefix            197 fs/xfs/xfs_xattr.c 		prefix = XATTR_SECURITY_PREFIX;
prefix            200 fs/xfs/xfs_xattr.c 		prefix = XATTR_USER_PREFIX;
prefix            204 fs/xfs/xfs_xattr.c 	__xfs_xattr_put_listent(context, prefix, prefix_len, name,
prefix             77 include/drm/drm_print.h 	const char *prefix;
prefix            221 include/drm/drm_print.h static inline struct drm_printer drm_debug_printer(const char *prefix)
prefix            225 include/drm/drm_print.h 		.prefix = prefix
prefix            185 include/drm/drm_rect.h void drm_rect_debug_print(const char *prefix,
prefix            155 include/linux/audit.h 					     const char *prefix,
prefix            215 include/linux/audit.h 				    const char *prefix,
prefix             13 include/linux/compiler-clang.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
prefix             71 include/linux/compiler-gcc.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
prefix            177 include/linux/compiler.h # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
prefix            327 include/linux/compiler.h # define __compiletime_assert(condition, msg, prefix, suffix)		\
prefix            329 include/linux/compiler.h 		extern void prefix ## suffix(void) __compiletime_error(msg); \
prefix            331 include/linux/compiler.h 			prefix ## suffix();				\
prefix            334 include/linux/compiler.h # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0)
prefix            337 include/linux/compiler.h #define _compiletime_assert(condition, msg, prefix, suffix) \
prefix            338 include/linux/compiler.h 	__compiletime_assert(condition, msg, prefix, suffix)
prefix            532 include/linux/cper.h void cper_print_bits(const char *prefix, unsigned int bits,
prefix            134 include/linux/debugfs.h 			  int nregs, void __iomem *base, char *prefix);
prefix            346 include/linux/debugfs.h 			 int nregs, void __iomem *base, char *prefix)
prefix            186 include/linux/inetdevice.h struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix,
prefix           2765 include/linux/mm.h void print_vma_addr(char *prefix, unsigned long rip);
prefix           2767 include/linux/mm.h static inline void print_vma_addr(char *prefix, unsigned long rip)
prefix            219 include/linux/moduleparam.h #define __module_param_call(prefix, name, ops, arg, perm, level, flags)	\
prefix            221 include/linux/moduleparam.h 	static const char __param_str_##name[] = prefix #name;		\
prefix            877 include/linux/mtd/rawnand.h static inline void nand_op_trace(const char *prefix,
prefix            883 include/linux/mtd/rawnand.h 		pr_debug("%sCMD      [0x%02x]\n", prefix,
prefix            887 include/linux/mtd/rawnand.h 		pr_debug("%sADDR     [%d cyc: %*ph]\n", prefix,
prefix            894 include/linux/mtd/rawnand.h 		pr_debug("%sDATA_IN  [%d B%s]\n", prefix,
prefix            900 include/linux/mtd/rawnand.h 		pr_debug("%sDATA_OUT [%d B%s]\n", prefix,
prefix            906 include/linux/mtd/rawnand.h 		pr_debug("%sWAITRDY  [max %d ms]\n", prefix,
prefix           2608 include/linux/netdevice.h unsigned long netdev_boot_base(const char *prefix, int unit);
prefix             46 include/linux/netfilter/ipset/pfxlen.h ip6_netmask(union nf_inet_addr *ip, u8 prefix)
prefix             48 include/linux/netfilter/ipset/pfxlen.h 	ip->ip6[0] &= ip_set_netmask6(prefix)[0];
prefix             49 include/linux/netfilter/ipset/pfxlen.h 	ip->ip6[1] &= ip_set_netmask6(prefix)[1];
prefix             50 include/linux/netfilter/ipset/pfxlen.h 	ip->ip6[2] &= ip_set_netmask6(prefix)[2];
prefix             51 include/linux/netfilter/ipset/pfxlen.h 	ip->ip6[3] &= ip_set_netmask6(prefix)[3];
prefix            257 include/linux/of.h extern bool of_node_name_prefix(const struct device_node *np, const char *prefix);
prefix            580 include/linux/of.h static inline bool of_node_name_prefix(const struct device_node *np, const char *prefix)
prefix             11 include/linux/of_iommu.h extern int of_get_dma_window(struct device_node *dn, const char *prefix,
prefix             20 include/linux/of_iommu.h static inline int of_get_dma_window(struct device_node *dn, const char *prefix,
prefix            224 include/linux/string.h static inline bool strstarts(const char *str, const char *prefix)
prefix            226 include/linux/string.h 	return strncmp(str, prefix, strlen(prefix)) == 0;
prefix            500 include/linux/string.h static __always_inline size_t str_has_prefix(const char *str, const char *prefix)
prefix            502 include/linux/string.h 	size_t len = strlen(prefix);
prefix            503 include/linux/string.h 	return strncmp(str, prefix, len) == 0 ? len : 0;
prefix            337 include/linux/ti_wilink_st.h 	u8 prefix;
prefix            411 include/linux/wimax/debug.h #define d_level_register_debugfs(prefix, name, parent)			\
prefix            414 include/linux/wimax/debug.h 		prefix #name, 0600, parent,				\
prefix             30 include/linux/xattr.h 	const char *prefix;
prefix             64 include/linux/xattr.h 	return handler->prefix ?: handler->name;
prefix             90 include/media/drv-intf/cx2341x.h void cx2341x_log_status(const struct cx2341x_mpeg_params *p, const char *prefix);
prefix            555 include/media/v4l2-ctrls.h 				  const char *prefix);
prefix            134 include/media/v4l2-dv-timings.h void v4l2_print_dv_timings(const char *dev_prefix, const char *prefix,
prefix            669 include/media/v4l2-ioctl.h void v4l_printk_ioctl(const char *prefix, unsigned int cmd);
prefix             49 include/net/addrconf.h 	struct in6_addr		prefix;
prefix             19 include/net/ip6_route.h 	__u8			prefix[0];	/* 0,8 or 16 */
prefix            166 include/net/ip_fib.h 	__be32			prefix;
prefix             81 include/net/ip_tunnels.h 	struct in6_addr		prefix;
prefix             46 include/net/netfilter/nf_log.h 		      const char *prefix);
prefix            116 include/net/netfilter/nf_log.h 			       const char *prefix);
prefix            123 include/net/netfilter/nf_log.h 		     const struct nf_loginfo *loginfo, const char *prefix);
prefix           4481 include/rdma/ib_verbs.h 					     __be64 prefix)
prefix           4485 include/rdma/ib_verbs.h 	grh->dgid.global.subnet_prefix = prefix;
prefix            409 include/scsi/libiscsi.h #define iscsi_session_printk(prefix, _sess, fmt, a...)	\
prefix            410 include/scsi/libiscsi.h 	iscsi_cls_session_printk(prefix, _sess->cls_session, fmt, ##a)
prefix            433 include/scsi/libiscsi.h #define iscsi_conn_printk(prefix, _c, fmt, a...) \
prefix            434 include/scsi/libiscsi.h 	iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
prefix            326 include/scsi/scsi_device.h #define starget_printk(prefix, starget, fmt, a...)	\
prefix            327 include/scsi/scsi_device.h 	dev_printk(prefix, &(starget)->dev, fmt, ##a)
prefix            706 include/scsi/scsi_host.h #define shost_printk(prefix, shost, fmt, a...)	\
prefix            707 include/scsi/scsi_host.h 	dev_printk(prefix, &(shost)->shost_gendev, fmt, ##a)
prefix            404 include/scsi/scsi_transport_iscsi.h #define iscsi_cls_session_printk(prefix, _cls_session, fmt, a...) \
prefix            405 include/scsi/scsi_transport_iscsi.h 	dev_printk(prefix, &(_cls_session)->dev, fmt, ##a)
prefix            407 include/scsi/scsi_transport_iscsi.h #define iscsi_cls_conn_printk(prefix, _cls_conn, fmt, a...) \
prefix            408 include/scsi/scsi_transport_iscsi.h 	dev_printk(prefix, &(_cls_conn)->dev, fmt, ##a)
prefix             14 include/sound/simple_card_utils.h #define asoc_simple_init_hp(card, sjack, prefix) \
prefix             15 include/sound/simple_card_utils.h 	asoc_simple_init_jack(card, sjack, 1, prefix)
prefix             16 include/sound/simple_card_utils.h #define asoc_simple_init_mic(card, sjack, prefix) \
prefix             17 include/sound/simple_card_utils.h 	asoc_simple_init_jack(card, sjack, 0, prefix)
prefix             75 include/sound/simple_card_utils.h 			     char *prefix,
prefix             82 include/sound/simple_card_utils.h 				char *prefix);
prefix            122 include/sound/simple_card_utils.h 			       struct device_node *np, char *prefix,
prefix            126 include/sound/simple_card_utils.h 				      char *prefix);
prefix            128 include/sound/simple_card_utils.h 				      char *prefix);
prefix            130 include/sound/simple_card_utils.h 				   char *prefix);
prefix            134 include/sound/simple_card_utils.h 			       int is_hp, char *prefix);
prefix            566 include/sound/soc.h 				  const char *prefix);
prefix           1308 include/sound/soc.h 				     const char *prefix,
prefix            101 include/uapi/linux/atmbr2684.h 	__be32 prefix;		/* network byte order */
prefix            111 include/uapi/linux/if_tunnel.h 	struct in6_addr		prefix;
prefix            647 include/uapi/linux/kvm.h 		struct kvm_s390_prefix_info prefix;
prefix             17 include/uapi/linux/netfilter/xt_LOG.h 	char prefix[30];
prefix             22 include/uapi/linux/netfilter/xt_NFLOG.h 	char		prefix[64];
prefix             17 include/uapi/linux/netfilter_bridge/ebt_log.h 	__u8 prefix[EBT_LOG_PREFIX_SIZE];
prefix             21 include/uapi/linux/netfilter_bridge/ebt_nflog.h 	char prefix[EBT_NFLOG_PREFIX_SIZE];
prefix             17 include/uapi/linux/netfilter_ipv4/ipt_LOG.h 	char prefix[30];
prefix             17 include/uapi/linux/netfilter_ipv6/ip6t_LOG.h 	char prefix[30];
prefix            292 include/xen/interface/io/netif.h 	uint64_t prefix = 0;
prefix            297 include/xen/interface/io/netif.h 		prefix <<= 8;
prefix            298 include/xen/interface/io/netif.h 		prefix |= (keyi < keylen) ? key[keyi] : 0;
prefix            307 include/xen/interface/io/netif.h 				hash ^= prefix;
prefix            308 include/xen/interface/io/netif.h 			prefix <<= 1;
prefix            316 include/xen/interface/io/netif.h 		prefix |= (keyi < keylen) ? key[keyi] : 0;
prefix           2022 kernel/audit.c void audit_log_d_path(struct audit_buffer *ab, const char *prefix,
prefix           2027 kernel/audit.c 	if (prefix)
prefix           2028 kernel/audit.c 		audit_log_format(ab, "%s", prefix);
prefix           1161 kernel/auditsc.c static void audit_log_cap(struct audit_buffer *ab, char *prefix,
prefix           1167 kernel/auditsc.c 		audit_log_format(ab, " %s=0", prefix);
prefix           1170 kernel/auditsc.c 	audit_log_format(ab, " %s=", prefix);
prefix           6463 kernel/cgroup/cgroup.c 				      ssize_t size, const char *prefix)
prefix           6472 kernel/cgroup/cgroup.c 		if (prefix)
prefix           6473 kernel/cgroup/cgroup.c 			ret += snprintf(buf + ret, size - ret, "%s.", prefix);
prefix           1343 kernel/printk/printk.c 	char prefix[PREFIX_MAX];
prefix           1344 kernel/printk/printk.c 	const size_t prefix_len = print_prefix(msg, syslog, time, prefix);
prefix           1362 kernel/printk/printk.c 			memcpy(buf + len, prefix, prefix_len);
prefix           1041 kernel/trace/trace_events_hist.c 	const char *prefix = NULL, *field_type = argv[0], *field_name, *array;
prefix           1050 kernel/trace/trace_events_hist.c 		prefix = "unsigned ";
prefix           1081 kernel/trace/trace_events_hist.c 	if (prefix)
prefix           1082 kernel/trace/trace_events_hist.c 		len += strlen(prefix);
prefix           1089 kernel/trace/trace_events_hist.c 	if (prefix)
prefix           1090 kernel/trace/trace_events_hist.c 		strcat(field->type, prefix);
prefix            237 kernel/trace/trace_output.c 	const char *prefix = "";
prefix            246 kernel/trace/trace_output.c 			trace_seq_printf(p, "%s0x%x", prefix,
prefix            250 kernel/trace/trace_output.c 			trace_seq_printf(p, "%s0x%x", prefix,
prefix            254 kernel/trace/trace_output.c 			trace_seq_printf(p, "%s0x%x", prefix,
prefix            258 kernel/trace/trace_output.c 			trace_seq_printf(p, "%s0x%llx", prefix,
prefix            266 kernel/trace/trace_output.c 		prefix = ",";
prefix            111 lib/cpu_rmap.c static void debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix)
prefix            116 lib/cpu_rmap.c 	pr_info("cpu_rmap %p, %s:\n", rmap, prefix);
prefix            126 lib/cpu_rmap.c debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix)
prefix           1034 lib/string.c   	unsigned int words, prefix;
prefix           1051 lib/string.c   	prefix = (unsigned long)start % 8;
prefix           1052 lib/string.c   	if (prefix) {
prefix           1055 lib/string.c   		prefix = 8 - prefix;
prefix           1056 lib/string.c   		r = check_bytes8(start, value, prefix);
prefix           1059 lib/string.c   		start += prefix;
prefix           1060 lib/string.c   		bytes -= prefix;
prefix             45 lib/test_uuid.c static void __init test_uuid_failed(const char *prefix, bool wrong, bool be,
prefix             49 lib/test_uuid.c 	       prefix,
prefix             56 lib/test_uuid.c 		       prefix,
prefix             48 lib/ubsan.c    static void print_source_location(const char *prefix,
prefix             51 lib/ubsan.c    	pr_err("%s %s:%d:%d\n", prefix, loc->file_name,
prefix            432 mm/internal.h  #define mminit_dprintk(level, prefix, fmt, arg...) \
prefix            436 mm/internal.h  			pr_warn("mminit::" prefix " " fmt, ##arg);	\
prefix            438 mm/internal.h  			printk(KERN_DEBUG "mminit::" prefix " " fmt, ##arg); \
prefix            447 mm/internal.h  				const char *prefix, const char *fmt, ...)
prefix            105 mm/kasan/generic.c 	unsigned int prefix = (unsigned long)start % 8;
prefix            110 mm/kasan/generic.c 	if (prefix) {
prefix            111 mm/kasan/generic.c 		prefix = 8 - prefix;
prefix            112 mm/kasan/generic.c 		ret = bytes_is_nonzero(start, prefix);
prefix            115 mm/kasan/generic.c 		start += prefix;
prefix            100 mm/kasan/report.c static void print_track(struct kasan_track *track, const char *prefix)
prefix            102 mm/kasan/report.c 	pr_err("%s by task %u:\n", prefix, track->pid);
prefix           4420 mm/memory.c    void print_vma_addr(char *prefix, unsigned long ip)
prefix           4441 mm/memory.c    			printk("%s%s[%lx+%lx]", prefix, kbasename(p),
prefix           3252 mm/shmem.c     	.prefix = XATTR_SECURITY_PREFIX,
prefix           3258 mm/shmem.c     	.prefix = XATTR_TRUSTED_PREFIX,
prefix           1225 mm/slab_common.c kmalloc_cache_name(const char *prefix, unsigned int size)
prefix           1236 mm/slab_common.c 	return kasprintf(GFP_NOWAIT, "%s-%u%c", prefix, size, units[idx]);
prefix            219 net/6lowpan/ndisc.c 				  &pinfo->prefix);
prefix            397 net/atm/br2684.c 	     netmask) == brvcc->filter.prefix)
prefix            807 net/atm/br2684.c 				   &brvcc->filter.prefix,
prefix             36 net/bridge/netfilter/ebt_log.c 	info->prefix[EBT_LOG_PREFIX_SIZE - 1] = '\0';
prefix             77 net/bridge/netfilter/ebt_log.c 	       const char *prefix)
prefix             87 net/bridge/netfilter/ebt_log.c 	       '0' + loginfo->u.log.level, prefix,
prefix            196 net/bridge/netfilter/ebt_log.c 			      info->prefix);
prefix            199 net/bridge/netfilter/ebt_log.c 			       xt_in(par), xt_out(par), &li, info->prefix);
prefix             37 net/bridge/netfilter/ebt_nflog.c 		      xt_out(par), &li, "%s", info->prefix);
prefix             47 net/bridge/netfilter/ebt_nflog.c 	info->prefix[EBT_NFLOG_PREFIX_SIZE - 1] = '\0';
prefix            327 net/bridge/netfilter/ebtables.c find_inlist_lock(struct list_head *head, const char *name, const char *prefix,
prefix            332 net/bridge/netfilter/ebtables.c 			"%s%s", prefix, name);
prefix             22 net/bridge/netfilter/nf_log_bridge.c 				 const char *prefix)
prefix             25 net/bridge/netfilter/nf_log_bridge.c 			in, out, loginfo, prefix);
prefix           1096 net/ceph/osdmap.c 				    const char *prefix, u8 *v)
prefix           1108 net/ceph/osdmap.c 				OSDMAP_WRAPPER_COMPAT_VER, prefix);
prefix           1118 net/ceph/osdmap.c 				OSDMAP_CLIENT_DATA_COMPAT_VER, prefix);
prefix           1129 net/ceph/osdmap.c 				version, prefix);
prefix            541 net/core/dev.c unsigned long netdev_boot_base(const char *prefix, int unit)
prefix            547 net/core/dev.c 	sprintf(name, "%s%d", prefix, unit);
prefix            604 net/ipv4/devinet.c struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix,
prefix            612 net/ipv4/devinet.c 		if (ifa->ifa_mask == mask && inet_ifa_match(prefix, ifa))
prefix           1106 net/ipv4/fib_frontend.c 	__be32 prefix = ifa->ifa_address & mask;
prefix           1109 net/ipv4/fib_frontend.c 		prim = inet_ifa_byprefix(in_dev, prefix, mask);
prefix           1126 net/ipv4/fib_frontend.c 	if (!ipv4_is_zeronet(prefix) && !(ifa->ifa_flags & IFA_F_SECONDARY) &&
prefix           1127 net/ipv4/fib_frontend.c 	    (prefix != addr || ifa->ifa_prefixlen < 32)) {
prefix           1131 net/ipv4/fib_frontend.c 				  prefix, ifa->ifa_prefixlen, prim,
prefix           1136 net/ipv4/fib_frontend.c 			fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix, 32,
prefix           1138 net/ipv4/fib_frontend.c 			fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix | ~mask,
prefix           1146 net/ipv4/fib_frontend.c 	__be32 prefix = ifa->ifa_address & ifa->ifa_mask;
prefix           1152 net/ipv4/fib_frontend.c 	    ipv4_is_zeronet(prefix) ||
prefix           1153 net/ipv4/fib_frontend.c 	    (prefix == ifa->ifa_local && ifa->ifa_prefixlen == 32))
prefix           1159 net/ipv4/fib_frontend.c 		  prefix, ifa->ifa_prefixlen, ifa, new_metric);
prefix           1164 net/ipv4/fib_frontend.c 		  prefix, ifa->ifa_prefixlen, ifa, ifa->ifa_rt_priority);
prefix           1306 net/ipv4/fib_trie.c 	t_key prefix = n->key;
prefix           1308 net/ipv4/fib_trie.c 	return (key ^ prefix) & (prefix | -prefix);
prefix           1491 net/ipv4/fib_trie.c 			res->prefix = htonl(n->key);
prefix           2784 net/ipv4/fib_trie.c 	__be32 prefix;
prefix           2793 net/ipv4/fib_trie.c 	prefix = htonl(l->key);
prefix           2820 net/ipv4/fib_trie.c 				   prefix, gw, flags, 0, 0,
prefix           2831 net/ipv4/fib_trie.c 				   prefix, 0, flags, 0, 0, 0,
prefix             82 net/ipv4/netfilter/nf_log_arp.c 			      const char *prefix)
prefix             96 net/ipv4/netfilter/nf_log_arp.c 				  prefix);
prefix            314 net/ipv4/netfilter/nf_log_ipv4.c 			     const char *prefix)
prefix            328 net/ipv4/netfilter/nf_log_ipv4.c 				  out, loginfo, prefix);
prefix           3193 net/ipv4/route.c 				    rt->rt_type, res.prefix, res.prefixlen,
prefix           2679 net/ipv6/addrconf.c 	addr_type = ipv6_addr_type(&pinfo->prefix);
prefix           2723 net/ipv6/addrconf.c 		rt = addrconf_get_prefix_route(&pinfo->prefix,
prefix           2748 net/ipv6/addrconf.c 			addrconf_prefix_route(&pinfo->prefix, pinfo->prefix_len,
prefix           2762 net/ipv6/addrconf.c 			memcpy(&addr, &pinfo->prefix, 8);
prefix           3230 net/ipv6/addrconf.c 			__be32 prefix[2];
prefix           3256 net/ipv6/addrconf.c 	data.prefix[0] = address->s6_addr32[0];
prefix           3257 net/ipv6/addrconf.c 	data.prefix[1] = address->s6_addr32[1];
prefix           5952 net/ipv6/addrconf.c 	if (nla_put(skb, PREFIX_ADDRESS, sizeof(pinfo->prefix), &pinfo->prefix))
prefix             33 net/ipv6/addrlabel.c 	struct in6_addr prefix;
prefix             67 net/ipv6/addrlabel.c 	const struct in6_addr *prefix;
prefix             72 net/ipv6/addrlabel.c 		.prefix = &in6addr_any,
prefix             75 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { 0xfc } } } ,
prefix             79 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { 0xfe, 0xc0 } } },
prefix             83 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { 0x20, 0x02 } } },
prefix             87 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { 0x3f, 0xfe } } },
prefix             91 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { 0x20, 0x01 } } },
prefix             95 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { 0x20, 0x01, 0x00, 0x10 } } },
prefix             99 net/ipv6/addrlabel.c 		.prefix = &(struct in6_addr){ { { [10] = 0xff, [11] = 0xff } } },
prefix            103 net/ipv6/addrlabel.c 		.prefix = &in6addr_any,
prefix            107 net/ipv6/addrlabel.c 		.prefix = &in6addr_loopback,
prefix            122 net/ipv6/addrlabel.c 	if (!ipv6_prefix_equal(addr, &p->prefix, p->prefixlen))
prefix            160 net/ipv6/addrlabel.c static struct ip6addrlbl_entry *ip6addrlbl_alloc(const struct in6_addr *prefix,
prefix            168 net/ipv6/addrlabel.c 		  __func__, prefix, prefixlen, ifindex, (unsigned int)label);
prefix            170 net/ipv6/addrlabel.c 	addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK);
prefix            193 net/ipv6/addrlabel.c 	ipv6_addr_prefix(&newp->prefix, prefix, prefixlen);
prefix            216 net/ipv6/addrlabel.c 		    ipv6_addr_equal(&p->prefix, &newp->prefix)) {
prefix            243 net/ipv6/addrlabel.c 			  const struct in6_addr *prefix, int prefixlen,
prefix            250 net/ipv6/addrlabel.c 		  __func__, prefix, prefixlen, ifindex, (unsigned int)label,
prefix            253 net/ipv6/addrlabel.c 	newp = ip6addrlbl_alloc(prefix, prefixlen, ifindex, label);
prefix            266 net/ipv6/addrlabel.c 			    const struct in6_addr *prefix, int prefixlen,
prefix            274 net/ipv6/addrlabel.c 		  __func__, prefix, prefixlen, ifindex);
prefix            279 net/ipv6/addrlabel.c 		    ipv6_addr_equal(&p->prefix, prefix)) {
prefix            290 net/ipv6/addrlabel.c 			  const struct in6_addr *prefix, int prefixlen,
prefix            297 net/ipv6/addrlabel.c 		  __func__, prefix, prefixlen, ifindex);
prefix            299 net/ipv6/addrlabel.c 	ipv6_addr_prefix(&prefix_buf, prefix, prefixlen);
prefix            319 net/ipv6/addrlabel.c 					 ip6addrlbl_init_table[i].prefix,
prefix            451 net/ipv6/addrlabel.c 	if (nla_put_in6_addr(skb, IFAL_ADDRESS, &p->prefix) < 0 ||
prefix            346 net/ipv6/netfilter/nf_log_ipv6.c 			      const char *prefix)
prefix            360 net/ipv6/netfilter/nf_log_ipv6.c 				  loginfo, prefix);
prefix            116 net/ipv6/route.c 					   const struct in6_addr *prefix, int prefixlen,
prefix            121 net/ipv6/route.c 					   const struct in6_addr *prefix, int prefixlen,
prefix            940 net/ipv6/route.c 	struct in6_addr prefix_buf, *prefix;
prefix            971 net/ipv6/route.c 		prefix = (struct in6_addr *)rinfo->prefix;
prefix            975 net/ipv6/route.c 				 (struct in6_addr *)rinfo->prefix,
prefix            977 net/ipv6/route.c 		prefix = &prefix_buf;
prefix            983 net/ipv6/route.c 		rt = rt6_get_route_info(net, prefix, rinfo->prefix_len,
prefix            992 net/ipv6/route.c 		rt = rt6_add_route_info(net, prefix, rinfo->prefix_len, gwaddr,
prefix           4120 net/ipv6/route.c 					   const struct in6_addr *prefix, int prefixlen,
prefix           4135 net/ipv6/route.c 	fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0, true);
prefix           4160 net/ipv6/route.c 					   const struct in6_addr *prefix, int prefixlen,
prefix           4179 net/ipv6/route.c 	cfg.fc_dst = *prefix;
prefix           4188 net/ipv6/route.c 	return rt6_get_route_info(net, prefix, prefixlen, gwaddr, dev);
prefix            182 net/ipv6/sit.c 		ipv6_addr_set(&t->ip6rd.prefix, htonl(0x20020000), 0, 0, 0);
prefix            772 net/ipv6/sit.c 	if (ipv6_prefix_equal(v6dst, &tunnel->ip6rd.prefix,
prefix           1127 net/ipv6/sit.c 	struct in6_addr prefix;
prefix           1134 net/ipv6/sit.c 	ipv6_addr_prefix(&prefix, &ip6rd->prefix, ip6rd->prefixlen);
prefix           1135 net/ipv6/sit.c 	if (!ipv6_addr_equal(&prefix, &ip6rd->prefix))
prefix           1146 net/ipv6/sit.c 	t->ip6rd.prefix = prefix;
prefix           1202 net/ipv6/sit.c 			ip6rd.prefix = t->ip6rd.prefix;
prefix           1540 net/ipv6/sit.c 		ip6rd->prefix = nla_get_in6_addr(data[IFLA_IPTUN_6RD_PREFIX]);
prefix           1718 net/ipv6/sit.c 			     &tunnel->ip6rd.prefix) ||
prefix            183 net/netfilter/ipset/ip_set_hash_ip.c hash_ip6_netmask(union nf_inet_addr *ip, u8 prefix)
prefix            185 net/netfilter/ipset/ip_set_hash_ip.c 	ip6_netmask(ip, prefix);
prefix            225 net/netfilter/nf_log.c 	char prefix[NF_LOG_PREFIXLEN];
prefix            236 net/netfilter/nf_log.c 		vsnprintf(prefix, sizeof(prefix), fmt, args);
prefix            238 net/netfilter/nf_log.c 		logger->logfn(net, pf, hooknum, skb, in, out, loginfo, prefix);
prefix            253 net/netfilter/nf_log.c 	char prefix[NF_LOG_PREFIXLEN];
prefix            260 net/netfilter/nf_log.c 		vsnprintf(prefix, sizeof(prefix), fmt, args);
prefix            262 net/netfilter/nf_log.c 		logger->logfn(net, pf, hooknum, skb, in, out, loginfo, prefix);
prefix            154 net/netfilter/nf_log_common.c 			  const struct nf_loginfo *loginfo, const char *prefix)
prefix            160 net/netfilter/nf_log_common.c 	       '0' + loginfo->u.log.level, prefix,
prefix            182 net/netfilter/nf_log_common.c 		     const char *prefix)
prefix            187 net/netfilter/nf_log_common.c 			      loginfo, "%s", prefix);
prefix            191 net/netfilter/nf_log_common.c 			      loginfo, "%s", prefix);
prefix            196 net/netfilter/nf_log_common.c 			      loginfo, "%s", prefix);
prefix             21 net/netfilter/nf_log_netdev.c 				 const char *prefix)
prefix             24 net/netfilter/nf_log_netdev.c 			loginfo, prefix);
prefix            450 net/netfilter/nfnetlink_log.c 			const char *prefix, unsigned int plen,
prefix            478 net/netfilter/nfnetlink_log.c 	if (prefix &&
prefix            479 net/netfilter/nfnetlink_log.c 	    nla_put(inst->skb, NFULA_PREFIX, plen, prefix))
prefix            681 net/netfilter/nfnetlink_log.c 		  const char *prefix)
prefix            703 net/netfilter/nfnetlink_log.c 	if (prefix)
prefix            704 net/netfilter/nfnetlink_log.c 		plen = strlen(prefix) + 1;
prefix            794 net/netfilter/nfnetlink_log.c 				hooknum, in, out, prefix, plen,
prefix             26 net/netfilter/nft_log.c 	char			*prefix;
prefix            118 net/netfilter/nft_log.c 		      priv->prefix);
prefix            152 net/netfilter/nft_log.c 		priv->prefix = kmalloc(nla_len(nla) + 1, GFP_KERNEL);
prefix            153 net/netfilter/nft_log.c 		if (priv->prefix == NULL)
prefix            155 net/netfilter/nft_log.c 		nla_strlcpy(priv->prefix, nla, nla_len(nla) + 1);
prefix            157 net/netfilter/nft_log.c 		priv->prefix = (char *)nft_log_null_prefix;
prefix            206 net/netfilter/nft_log.c 	if (priv->prefix != nft_log_null_prefix)
prefix            207 net/netfilter/nft_log.c 		kfree(priv->prefix);
prefix            217 net/netfilter/nft_log.c 	if (priv->prefix != nft_log_null_prefix)
prefix            218 net/netfilter/nft_log.c 		kfree(priv->prefix);
prefix            231 net/netfilter/nft_log.c 	if (priv->prefix != nft_log_null_prefix)
prefix            232 net/netfilter/nft_log.c 		if (nla_put_string(skb, NFTA_LOG_PREFIX, priv->prefix))
prefix             40 net/netfilter/xt_LOG.c 		      xt_out(par), &li, "%s", loginfo->prefix);
prefix             56 net/netfilter/xt_LOG.c 	if (loginfo->prefix[sizeof(loginfo->prefix)-1] != '\0') {
prefix             37 net/netfilter/xt_NFLOG.c 		      xt_out(par), &li, "%s", info->prefix);
prefix             48 net/netfilter/xt_NFLOG.c 	if (info->prefix[sizeof(info->prefix) - 1] != '\0')
prefix            132 net/smc/smc_clc.c 		ipv6_addr_prefix(&ipv6_prfx[cnt].prefix,
prefix            228 net/smc/smc_clc.c 			    ipv6_prefix_equal(&ifa->addr, &ipv6_prfx[i].prefix,
prefix             87 net/smc/smc_clc.h 	struct in6_addr prefix;
prefix            332 net/socket.c   	.prefix = XATTR_SECURITY_PREFIX,
prefix             47 net/sunrpc/auth_gss/gss_mech_switch.c 	static char	*prefix = "gss/";
prefix             50 net/sunrpc/auth_gss/gss_mech_switch.c 	new = kmalloc(strlen(name) + strlen(prefix) + 1, GFP_KERNEL);
prefix             52 net/sunrpc/auth_gss/gss_mech_switch.c 		strcpy(new, prefix);
prefix             20 samples/bpf/xdp_router_ipv4_kern.c 	__u8 prefix[4];
prefix            204 samples/bpf/xdp_router_ipv4_user.c 				__u8 prefix[4];
prefix            248 samples/bpf/xdp_router_ipv4_user.c 					prefix_value->prefix[i] = prefix_key->data[i];
prefix            277 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[0] &&
prefix            279 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[1] &&
prefix            281 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[2] &&
prefix            283 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[3] &&
prefix            288 samples/bpf/xdp_router_ipv4_user.c 						prefix_value->prefix[i] =
prefix            819 samples/vfio-mdev/mbochs.c 				const char *prefix)
prefix            825 samples/vfio-mdev/mbochs.c 		prefix, dmabuf->id,
prefix             31 scripts/dtc/dtc.c static void fill_fullpaths(struct node *tree, const char *prefix)
prefix             36 scripts/dtc/dtc.c 	tree->fullpath = join_path(prefix, tree->name);
prefix             56 scripts/dtc/dtc.h #define strstarts(s, prefix)	(strncmp((s), (prefix), strlen(prefix)) == 0)
prefix            102 scripts/dtc/flattree.c static void emit_label(FILE *f, const char *prefix, const char *label)
prefix            104 scripts/dtc/flattree.c 	fprintf(f, "\t.globl\t%s_%s\n", prefix, label);
prefix            105 scripts/dtc/flattree.c 	fprintf(f, "%s_%s:\n", prefix, label);
prefix            106 scripts/dtc/flattree.c 	fprintf(f, "_%s_%s:\n", prefix, label);
prefix            373 scripts/dtc/srcpos.c void srcpos_verror(struct srcpos *pos, const char *prefix,
prefix            380 scripts/dtc/srcpos.c 	fprintf(stderr, "%s: %s ", prefix, srcstr);
prefix            387 scripts/dtc/srcpos.c void srcpos_error(struct srcpos *pos, const char *prefix,
prefix            393 scripts/dtc/srcpos.c 	srcpos_verror(pos, prefix, fmt, va);
prefix             96 scripts/dtc/srcpos.h extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
prefix             98 scripts/dtc/srcpos.h extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
prefix            666 scripts/kconfig/confdata.c 		const char *prefix = "";
prefix            669 scripts/kconfig/confdata.c 			prefix = "0x";
prefix            671 scripts/kconfig/confdata.c 		    CONFIG_, sym->name, prefix, value);
prefix            771 scripts/kconfig/menu.c 				 enum prop_type tok, const char *prefix)
prefix            778 scripts/kconfig/menu.c 			str_append(r, prefix);
prefix            933 scripts/mod/file2alias.c 	const char *prefix;
prefix            974 scripts/mod/file2alias.c 					dmi_fields[i].prefix);
prefix            315 scripts/mod/modpost.c #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0)
prefix            208 scripts/selinux/mdp/mdp.c #define GENFSCON(fstype, prefix)			     \
prefix            210 scripts/selinux/mdp/mdp.c 		fstype, prefix, mls ? ":" SYSTEMLOW : "")
prefix            199 security/apparmor/include/lib.h bool aa_policy_init(struct aa_policy *policy, const char *prefix,
prefix            488 security/apparmor/lib.c bool aa_policy_init(struct aa_policy *policy, const char *prefix,
prefix            494 security/apparmor/lib.c 	if (prefix) {
prefix            495 security/apparmor/lib.c 		hname = aa_str_alloc(strlen(prefix) + strlen(name) + 3, gfp);
prefix            497 security/apparmor/lib.c 			sprintf(hname, "%s//%s", prefix, name);
prefix             87 security/apparmor/policy_ns.c static struct aa_ns *alloc_ns(const char *prefix, const char *name)
prefix             95 security/apparmor/policy_ns.c 	if (!aa_policy_init(&ns->base, prefix, name, GFP_KERNEL))
prefix            418 sound/pci/ac97/ac97_proc.c 	const char *prefix;
prefix            422 sound/pci/ac97/ac97_proc.c 	prefix = ac97_is_audio(ac97) ? "ac97" : "mc97";
prefix            423 sound/pci/ac97/ac97_proc.c 	sprintf(name, "%s#%d-%d", prefix, ac97->addr, ac97->num);
prefix            429 sound/pci/ac97/ac97_proc.c 	sprintf(name, "%s#%d-%d+regs", prefix, ac97->addr, ac97->num);
prefix            834 sound/soc/codecs/nau8824.c 	const char *prefix = dapm->component->name_prefix;
prefix            837 sound/soc/codecs/nau8824.c 	if (prefix) {
prefix            839 sound/soc/codecs/nau8824.c 			 prefix, pin);
prefix            849 sound/soc/codecs/nau8824.c 	const char *prefix = dapm->component->name_prefix;
prefix            852 sound/soc/codecs/nau8824.c 	if (prefix) {
prefix            854 sound/soc/codecs/nau8824.c 			 prefix, pin);
prefix             37 sound/soc/generic/simple-card-utils.c 			       char *prefix,
prefix             42 sound/soc/generic/simple-card-utils.c 	if (!prefix)
prefix             43 sound/soc/generic/simple-card-utils.c 		prefix = "";
prefix             46 sound/soc/generic/simple-card-utils.c 	snprintf(prop, sizeof(prop), "%s%s", prefix, "convert-rate");
prefix             50 sound/soc/generic/simple-card-utils.c 	snprintf(prop, sizeof(prop), "%s%s", prefix, "convert-channels");
prefix             58 sound/soc/generic/simple-card-utils.c 			     char *prefix,
prefix             65 sound/soc/generic/simple-card-utils.c 	daifmt = snd_soc_of_parse_daifmt(node, prefix,
prefix            121 sound/soc/generic/simple-card-utils.c 				char *prefix)
prefix            125 sound/soc/generic/simple-card-utils.c 	if (!prefix)
prefix            126 sound/soc/generic/simple-card-utils.c 		prefix = "";
prefix            133 sound/soc/generic/simple-card-utils.c 		snprintf(prop, sizeof(prop), "%sname", prefix);
prefix            400 sound/soc/generic/simple-card-utils.c 			      char *prefix)
prefix            405 sound/soc/generic/simple-card-utils.c 	if (!prefix)
prefix            406 sound/soc/generic/simple-card-utils.c 		prefix = "";
prefix            408 sound/soc/generic/simple-card-utils.c 	snprintf(prop, sizeof(prop), "%s%s", prefix, "routing");
prefix            418 sound/soc/generic/simple-card-utils.c 			      char *prefix)
prefix            423 sound/soc/generic/simple-card-utils.c 	if (!prefix)
prefix            424 sound/soc/generic/simple-card-utils.c 		prefix = "";
prefix            426 sound/soc/generic/simple-card-utils.c 	snprintf(prop, sizeof(prop), "%s%s", prefix, "widgets");
prefix            437 sound/soc/generic/simple-card-utils.c 				   char *prefix)
prefix            447 sound/soc/generic/simple-card-utils.c 	if (!prefix)
prefix            448 sound/soc/generic/simple-card-utils.c 		prefix = "";
prefix            450 sound/soc/generic/simple-card-utils.c 	snprintf(prop, sizeof(prop), "%s%s", prefix, "pin-switches");
prefix            495 sound/soc/generic/simple-card-utils.c 			  int is_hp, char *prefix)
prefix            505 sound/soc/generic/simple-card-utils.c 	if (!prefix)
prefix            506 sound/soc/generic/simple-card-utils.c 		prefix = "";
prefix            511 sound/soc/generic/simple-card-utils.c 		snprintf(prop, sizeof(prop), "%shp-det-gpio", prefix);
prefix            516 sound/soc/generic/simple-card-utils.c 		snprintf(prop, sizeof(prop), "%smic-det-gpio", prefix);
prefix             99 sound/soc/generic/simple-card.c 				 char *prefix)
prefix            107 sound/soc/generic/simple-card.c 	snprintf(prop, sizeof(prop), "%smclk-fs", prefix);
prefix            129 sound/soc/generic/simple-card.c 	char *prefix = "";
prefix            147 sound/soc/generic/simple-card.c 		prefix = PREFIX;
prefix            221 sound/soc/generic/simple-card.c 	simple_parse_mclk_fs(top, np, codec, dai_props, prefix);
prefix            230 sound/soc/generic/simple-card.c 				       prefix, &dai_link->dai_fmt);
prefix            260 sound/soc/generic/simple-card.c 	char *prefix = "";
prefix            280 sound/soc/generic/simple-card.c 		prefix = PREFIX;
prefix            282 sound/soc/generic/simple-card.c 	snprintf(prop, sizeof(prop), "%splat", prefix);
prefix            291 sound/soc/generic/simple-card.c 				       prefix, &dai_link->dai_fmt);
prefix            295 sound/soc/generic/simple-card.c 	simple_parse_mclk_fs(top, cpu, codec, dai_props, prefix);
prefix             96 sound/soc/meson/axg-card.c 				  const char *prefix)
prefix             99 sound/soc/meson/axg-card.c 				    prefix, node->full_name);
prefix           2248 sound/soc/soc-core.c 				  const char *prefix)
prefix           2260 sound/soc/soc-core.c 	if (prefix) {
prefix           2261 sound/soc/soc-core.c 		name = kasprintf(GFP_KERNEL, "%s %s", prefix, long_name);
prefix           2280 sound/soc/soc-core.c 	const char *prefix, void *data)
prefix           2288 sound/soc/soc-core.c 						     control->name, prefix));
prefix           3195 sound/soc/soc-core.c 				     const char *prefix,
prefix           3219 sound/soc/soc-core.c 	if (!prefix)
prefix           3220 sound/soc/soc-core.c 		prefix = "";
prefix           3229 sound/soc/soc-core.c 		snprintf(prop, sizeof(prop), "%sformat", prefix);
prefix           3245 sound/soc/soc-core.c 	snprintf(prop, sizeof(prop), "%scontinuous-clock", prefix);
prefix           3256 sound/soc/soc-core.c 	snprintf(prop, sizeof(prop), "%sbitclock-inversion", prefix);
prefix           3259 sound/soc/soc-core.c 	snprintf(prop, sizeof(prop), "%sframe-inversion", prefix);
prefix           3282 sound/soc/soc-core.c 	snprintf(prop, sizeof(prop), "%sbitclock-master", prefix);
prefix           3287 sound/soc/soc-core.c 	snprintf(prop, sizeof(prop), "%sframe-master", prefix);
prefix            880 sound/soc/soc-dapm.c 	const char *prefix;
prefix            889 sound/soc/soc-dapm.c 	prefix = soc_dapm_prefix(dapm);
prefix            890 sound/soc/soc-dapm.c 	if (prefix)
prefix            891 sound/soc/soc-dapm.c 		prefix_len = strlen(prefix) + 1;
prefix            949 sound/soc/soc-dapm.c 					prefix);
prefix           2903 sound/soc/soc-dapm.c 	const char *prefix;
prefix           2908 sound/soc/soc-dapm.c 	prefix = soc_dapm_prefix(dapm);
prefix           2909 sound/soc/soc-dapm.c 	if (prefix) {
prefix           2911 sound/soc/soc-dapm.c 			 prefix, route->sink);
prefix           2914 sound/soc/soc-dapm.c 			 prefix, route->source);
prefix           3002 sound/soc/soc-dapm.c 	const char *prefix;
prefix           3010 sound/soc/soc-dapm.c 	prefix = soc_dapm_prefix(dapm);
prefix           3011 sound/soc/soc-dapm.c 	if (prefix) {
prefix           3013 sound/soc/soc-dapm.c 			 prefix, route->sink);
prefix           3016 sound/soc/soc-dapm.c 			 prefix, route->source);
prefix           3599 sound/soc/soc-dapm.c 	const char *prefix;
prefix           3639 sound/soc/soc-dapm.c 	prefix = soc_dapm_prefix(dapm);
prefix           3640 sound/soc/soc-dapm.c 	if (prefix)
prefix           3641 sound/soc/soc-dapm.c 		w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, widget->name);
prefix            336 sound/soc/soc-topology.c 	const struct snd_kcontrol_new *control_new, const char *prefix,
prefix            341 sound/soc/soc-topology.c 	*kcontrol = snd_soc_cnew(control_new, data, control_new->name, prefix);
prefix             68 sound/usb/bcd2000/bcd2000.c static void bcd2000_dump_buffer(const char *prefix, const char *buf, int len)
prefix             70 sound/usb/bcd2000/bcd2000.c 	print_hex_dump(KERN_DEBUG, prefix,
prefix             75 sound/usb/bcd2000/bcd2000.c static void bcd2000_dump_buffer(const char *prefix, const char *buf, int len) {}
prefix            245 tools/arch/s390/include/uapi/asm/kvm.h 	__u64 prefix;	/* prefix register */
prefix            564 tools/bpf/bpftool/btf_dumper.c 			  const char *prefix, bool linum)
prefix            572 tools/bpf/bpftool/btf_dumper.c 	if (!prefix)
prefix            573 tools/bpf/bpftool/btf_dumper.c 		prefix = "";
prefix            586 tools/bpf/bpftool/btf_dumper.c 		       prefix, line, file,
prefix            590 tools/bpf/bpftool/btf_dumper.c 		printf("%s%s\n", prefix, line);
prefix            218 tools/bpf/bpftool/main.h 			  const char *prefix, bool linum);
prefix             19 tools/gpio/gpio-utils.h static inline int check_prefix(const char *str, const char *prefix)
prefix             21 tools/gpio/gpio-utils.h 	return strlen(str) > strlen(prefix) &&
prefix             22 tools/gpio/gpio-utils.h 		strncmp(str, prefix, strlen(prefix)) == 0;
prefix             33 tools/iio/iio_utils.c 	char *working, *prefix = "";
prefix             39 tools/iio/iio_utils.c 			prefix = iio_direction[i];
prefix             43 tools/iio/iio_utils.c 	current = strdup(full_name + strlen(prefix) + 1);
prefix             65 tools/iio/iio_utils.c 	ret = asprintf(generic_name, "%s_%s", prefix, working);
prefix             28 tools/iio/lsiio.c static inline int check_prefix(const char *str, const char *prefix)
prefix             30 tools/iio/lsiio.c 	return strlen(str) > strlen(prefix) &&
prefix             31 tools/iio/lsiio.c 	       strncmp(str, prefix, strlen(prefix)) == 0;
prefix             40 tools/include/linux/string.h static inline bool strstarts(const char *str, const char *prefix)
prefix             42 tools/include/linux/string.h 	return strncmp(str, prefix, strlen(prefix)) == 0;
prefix            647 tools/include/uapi/linux/kvm.h 		struct kvm_s390_prefix_info prefix;
prefix             20 tools/lib/subcmd/exec-cmd.c void exec_cmd_init(const char *exec_name, const char *prefix,
prefix             24 tools/lib/subcmd/exec-cmd.c 	subcmd_config.prefix		= prefix;
prefix             79 tools/lib/subcmd/exec-cmd.c 	astrcatf(&buf, "%s/%s", subcmd_config.prefix, path);
prefix              5 tools/lib/subcmd/exec-cmd.h extern void exec_cmd_init(const char *exec_name, const char *prefix,
prefix            157 tools/lib/subcmd/help.c 					 const char *prefix)
prefix            166 tools/lib/subcmd/help.c 	if (!prefix)
prefix            167 tools/lib/subcmd/help.c 		prefix = "perf-";
prefix            168 tools/lib/subcmd/help.c 	prefix_len = strlen(prefix);
prefix            175 tools/lib/subcmd/help.c 		if (!strstarts(de->d_name, prefix))
prefix            192 tools/lib/subcmd/help.c void load_command_list(const char *prefix,
prefix            200 tools/lib/subcmd/help.c 		list_commands_in_dir(main_cmds, exec_path, prefix);
prefix            213 tools/lib/subcmd/help.c 				list_commands_in_dir(other_cmds, path, prefix);
prefix             23 tools/lib/subcmd/help.h void load_command_list(const char *prefix,
prefix             32 tools/lib/subcmd/parse-options.c static const char *skip_prefix(const char *str, const char *prefix)
prefix             34 tools/lib/subcmd/parse-options.c 	size_t len = strlen(prefix);
prefix             35 tools/lib/subcmd/parse-options.c 	return strncmp(str, prefix, len) ? NULL : str + len;
prefix            238 tools/lib/subcmd/parse-options.h extern const char *parse_options_fix_filename(const char *prefix, const char *file);
prefix              8 tools/lib/subcmd/subcmd-config.c 	.prefix		= UNDEFINED,
prefix              7 tools/lib/subcmd/subcmd-config.h 	const char *prefix;
prefix             11 tools/lib/subcmd/subcmd-util.h static inline void report(const char *prefix, const char *err, va_list params)
prefix             15 tools/lib/subcmd/subcmd-util.h 	fprintf(stderr, " %s%s\n", prefix, msg);
prefix            405 tools/lib/traceevent/event-parse.h 			const char *prefix, const char *suffix,
prefix            262 tools/lib/traceevent/event-plugin.c 		       const char *prefix, const char *suffix,
prefix            266 tools/lib/traceevent/event-plugin.c 		trace_seq_printf(s, "%s%s%s", prefix, list->name, suffix);
prefix            117 tools/perf/arch/powerpc/util/perf_regs.c 	char prefix;
prefix            146 tools/perf/arch/powerpc/util/perf_regs.c 		prefix = (rm[1].rm_so == -1) ? '+' : '-';
prefix            156 tools/perf/arch/powerpc/util/perf_regs.c 		scnprintf(*new_op, new_len, "%c%.*s(%%gpr%.*s)", prefix,
prefix            212 tools/perf/arch/x86/util/perf_regs.c 	char prefix[3] = {0};
prefix            243 tools/perf/arch/x86/util/perf_regs.c 			prefix[0] = *(old_op + rm[1].rm_so);
prefix            245 tools/perf/arch/x86/util/perf_regs.c 			prefix[0] = '+';
prefix            247 tools/perf/arch/x86/util/perf_regs.c 			scnprintf(prefix, sizeof(prefix), "+0");
prefix            255 tools/perf/arch/x86/util/perf_regs.c 	new_len = strlen(prefix)              +
prefix            267 tools/perf/arch/x86/util/perf_regs.c 		  strlen(prefix), prefix,
prefix            402 tools/perf/builtin-trace.c 			printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sa->prefix);
prefix            406 tools/perf/builtin-trace.c 	return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", sa->entries[idx]);
prefix            441 tools/perf/builtin-trace.c 			return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", sa->entries[idx]);
prefix            447 tools/perf/builtin-trace.c 		printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sas->entries[0]->prefix);
prefix            465 tools/perf/builtin-trace.c 	const char *prefix = "AT_FD";
prefix            468 tools/perf/builtin-trace.c 		return scnprintf(bf, size, "%s%s", arg->show_string_prefix ? prefix : "", "CWD");
prefix            620 tools/perf/builtin-trace.c 	const char *prefix = "O_";
prefix            625 tools/perf/builtin-trace.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix            652 tools/perf/builtin-trace.c 	const char *prefix = "GRND_";
prefix            657 tools/perf/builtin-trace.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             19 tools/perf/tests/fdarray.c static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp)
prefix             26 tools/perf/tests/fdarray.c 	printed += fprintf(fp, "\n%s: ", prefix);
prefix             12 tools/perf/trace/beauty/beauty.h 	const char *prefix;
prefix             19 tools/perf/trace/beauty/beauty.h 	.prefix = _prefix, \
prefix             26 tools/perf/trace/beauty/beauty.h 	.prefix = _prefix, \
prefix             15 tools/perf/trace/beauty/clone.c 	const char *prefix = "CLONE_";
prefix             20 tools/perf/trace/beauty/clone.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             17 tools/perf/trace/beauty/eventfd.c 	const char *prefix = "EFD_";
prefix             24 tools/perf/trace/beauty/eventfd.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             26 tools/perf/trace/beauty/flock.c 	const char *prefix = "LOCK_";
prefix             33 tools/perf/trace/beauty/flock.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #cmd); \
prefix             23 tools/perf/trace/beauty/futex_op.c 	const char *prefix = "FUTEX_";
prefix             37 tools/perf/trace/beauty/futex_op.c #define	P_FUTEX_OP(n) case FUTEX_##n: printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n);
prefix             55 tools/perf/trace/beauty/futex_op.c 		printed += scnprintf(bf + printed, size - printed, "|%s%s", show_prefix ? prefix : "", "PRIVATE_FLAG");
prefix             58 tools/perf/trace/beauty/futex_op.c 		printed += scnprintf(bf + printed, size - printed, "|%s%s", show_prefix ? prefix : "", "CLOCK_REALTIME");
prefix             10 tools/perf/trace/beauty/futex_val3.c 	const char *prefix = "FUTEX_BITSET_";
prefix             14 tools/perf/trace/beauty/futex_val3.c 		return scnprintf(bf, size, "%s%s", arg->show_string_prefix ? prefix : "", "MATCH_ANY");
prefix            128 tools/perf/trace/beauty/ioctl.c 	const char *prefix = "_IOC_";
prefix            158 tools/perf/trace/beauty/ioctl.c 		printed += scnprintf(bf + printed, size - printed, "%s%s", show_prefix ? prefix : "", "NONE");
prefix            161 tools/perf/trace/beauty/ioctl.c 			printed += scnprintf(bf + printed, size - printed, "%s%s", show_prefix ? prefix : "", "READ");
prefix            164 tools/perf/trace/beauty/ioctl.c 					     show_prefix ? prefix : "",  "WRITE");
prefix             26 tools/perf/trace/beauty/mode_t.c 	const char *prefix = "S_";
prefix             31 tools/perf/trace/beauty/mode_t.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             25 tools/perf/trace/beauty/msg_flags.c 	const char *prefix = "MSG_";
prefix             32 tools/perf/trace/beauty/msg_flags.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             27 tools/perf/trace/beauty/open_flags.c 	const char *prefix = "O_";
prefix             31 tools/perf/trace/beauty/open_flags.c 		printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", "RDONLY");
prefix             36 tools/perf/trace/beauty/open_flags.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             63 tools/perf/trace/beauty/open_flags.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", "SYNC");
prefix             22 tools/perf/trace/beauty/perf_event_open.c 	const char *prefix = "PERF_";
prefix             30 tools/perf/trace/beauty/perf_event_open.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             19 tools/perf/trace/beauty/pkey_alloc.c 			return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", s);
prefix             33 tools/perf/trace/beauty/pkey_alloc.c 			printed += scnprintf(bf + printed, size - printed, "%s%s", show_prefix ? sa->prefix : "", sa->entries[i]);
prefix             21 tools/perf/trace/beauty/sched_policy.c 	const char *prefix = "SCHED_";
prefix             31 tools/perf/trace/beauty/sched_policy.c 		printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", policies[policy]);
prefix             37 tools/perf/trace/beauty/sched_policy.c 		printed += scnprintf(bf + printed, size - printed, "|%s%s", show_prefix ? prefix : "",  #n); \
prefix             12 tools/perf/trace/beauty/seccomp.c 	const char *prefix = "SECCOMP_SET_MODE_";
prefix             17 tools/perf/trace/beauty/seccomp.c #define	P_SECCOMP_SET_MODE_OP(n) case SECCOMP_SET_MODE_##n: printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n); break
prefix             37 tools/perf/trace/beauty/seccomp.c 	const char *prefix = "SECCOMP_FILTER_FLAG_";
prefix             42 tools/perf/trace/beauty/seccomp.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix              7 tools/perf/trace/beauty/signum.c 	const char *prefix = "SIG";
prefix             11 tools/perf/trace/beauty/signum.c #define	P_SIGNUM(n) case SIG##n: return scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n)
prefix             24 tools/perf/trace/beauty/socket_type.c 	const char *prefix = "SOCK_";
prefix             34 tools/perf/trace/beauty/socket_type.c #define	P_SK_TYPE(n) case SOCK_##n: printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n); break;
prefix             17 tools/perf/trace/beauty/statx.c 	const char *prefix = "AT_";
prefix             24 tools/perf/trace/beauty/statx.c 		printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix             47 tools/perf/trace/beauty/statx.c 	const char *prefix = "STATX_";
prefix             52 tools/perf/trace/beauty/statx.c 		printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", show_prefix ? prefix : "", #n); \
prefix              9 tools/perf/trace/beauty/waitid_options.c 	const char *prefix = "W";
prefix             14 tools/perf/trace/beauty/waitid_options.c 		printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "",  #n); \
prefix            136 tools/perf/util/jitdump.c 	struct jr_prefix *prefix;
prefix            145 tools/perf/util/jitdump.c 	bsz = hmax(sizeof(header), sizeof(*prefix));
prefix            242 tools/perf/util/jitdump.c 	struct jr_prefix *prefix;
prefix            253 tools/perf/util/jitdump.c 		if (sz < sizeof(*prefix))
prefix            254 tools/perf/util/jitdump.c 			sz = sizeof(*prefix);
prefix            263 tools/perf/util/jitdump.c 	prefix = jd->buf;
prefix            268 tools/perf/util/jitdump.c 	ret = fread(prefix, sizeof(*prefix), 1, jd->in);
prefix            273 tools/perf/util/jitdump.c 		prefix->id   	   = bswap_32(prefix->id);
prefix            274 tools/perf/util/jitdump.c 		prefix->total_size = bswap_32(prefix->total_size);
prefix            275 tools/perf/util/jitdump.c 		prefix->timestamp  = bswap_64(prefix->timestamp);
prefix            277 tools/perf/util/jitdump.c 	id   = prefix->id;
prefix            278 tools/perf/util/jitdump.c 	size = prefix->total_size;
prefix            281 tools/perf/util/jitdump.c 	if (bs < sizeof(*prefix))
prefix            296 tools/perf/util/jitdump.c 	addr = ((void *)jd->buf) + sizeof(*prefix);
prefix            298 tools/perf/util/jitdump.c 	ret = fread(addr, bs - sizeof(*prefix), 1, jd->in);
prefix            599 tools/perf/util/jitdump.c 	sz  = jr->prefix.total_size - sizeof(jr->info);
prefix            626 tools/perf/util/jitdump.c 	unwinding_data_size  = jr->prefix.total_size - sizeof(jr->unwinding);
prefix            649 tools/perf/util/jitdump.c 		switch(jr->prefix.id) {
prefix            121 tools/perf/util/jitdump.h         struct jr_prefix prefix;
prefix           1235 tools/perf/util/machine.c 	const char *prefix = "Linux version ";
prefix           1247 tools/perf/util/machine.c 	name = strstr(version, prefix);
prefix           1250 tools/perf/util/machine.c 	name += strlen(prefix);
prefix            437 tools/perf/util/map.c int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix,
prefix            445 tools/perf/util/map.c 			ret = fprintf(fp, "%s%s", prefix, srcline);
prefix            141 tools/perf/util/map.h int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix,
prefix            892 tools/perf/util/probe-event.c 	const char *prefix = NULL;
prefix            899 tools/perf/util/probe-event.c 		if (!prefix) {
prefix            900 tools/perf/util/probe-event.c 			prefix = show_num ? "%7d  " : "         ";
prefix            901 tools/perf/util/probe-event.c 			color_fprintf(stdout, color, prefix, l);
prefix            877 tools/perf/util/probe-file.c 	const char *prefix = entry->sdt ? "%" : "#";
prefix            884 tools/perf/util/probe-file.c 	pr_debug("Writing cache: %s%s\n", prefix, entry->spev);
prefix            885 tools/perf/util/probe-file.c 	iov[0].iov_base = (void *)prefix; iov[0].iov_len = 1;
prefix            292 tools/perf/util/probe-finder.c 	char prefix;
prefix            362 tools/perf/util/probe-finder.c 		prefix = 'u';
prefix            364 tools/perf/util/probe-finder.c 		prefix = 's';
prefix            367 tools/perf/util/probe-finder.c 		prefix = 'x';
prefix            369 tools/perf/util/probe-finder.c 		prefix = die_is_signed_type(&type) ? 's' :
prefix            384 tools/perf/util/probe-finder.c 	ret = snprintf(buf, 16, "%c%d", prefix, ret);
prefix           1872 tools/perf/util/probe-finder.c 	const char *prefix = symbol_conf.source_prefix;
prefix           1874 tools/perf/util/probe-finder.c 	if (!prefix) {
prefix           1877 tools/perf/util/probe-finder.c 			prefix = comp_dir;
prefix           1887 tools/perf/util/probe-finder.c 	*new_path = malloc((strlen(prefix) + strlen(raw_path) + 2));
prefix           1892 tools/perf/util/probe-finder.c 		sprintf(*new_path, "%s/%s", prefix, raw_path);
prefix           3145 tools/perf/util/sort.c const char *sort_help(const char *prefix)
prefix           3149 tools/perf/util/sort.c 	int len = strlen(prefix) + INDENT;
prefix           3152 tools/perf/util/sort.c 	strbuf_addstr(&sb, prefix);
prefix            288 tools/perf/util/sort.h const char *sort_help(const char *prefix);
prefix            135 tools/perf/util/stat-display.c 	const char *prefix;
prefix            155 tools/perf/util/stat-display.c 	fputs(os->prefix, os->fh);
prefix            195 tools/perf/util/stat-display.c 	if (os->prefix)
prefix            196 tools/perf/util/stat-display.c 		fprintf(os->fh, "%s%s", os->prefix, config->csv_sep);
prefix            393 tools/perf/util/stat-display.c 		     char *prefix, u64 run, u64 ena, double noise,
prefix            399 tools/perf/util/stat-display.c 		.prefix = prefix ? prefix : "",
prefix            621 tools/perf/util/stat-display.c 				   char *prefix, bool metric_only,
prefix            644 tools/perf/util/stat-display.c 	if (prefix && !metric_only)
prefix            645 tools/perf/util/stat-display.c 		fprintf(output, "%s", prefix);
prefix            648 tools/perf/util/stat-display.c 	printout(config, id, nr, counter, uval, prefix,
prefix            656 tools/perf/util/stat-display.c 		       char *prefix)
prefix            674 tools/perf/util/stat-display.c 		if (prefix && metric_only)
prefix            675 tools/perf/util/stat-display.c 			fprintf(output, "%s", prefix);
prefix            680 tools/perf/util/stat-display.c 					       prefix, metric_only,
prefix            745 tools/perf/util/stat-display.c 			      struct evsel *counter, char *prefix)
prefix            760 tools/perf/util/stat-display.c 		if (prefix)
prefix            761 tools/perf/util/stat-display.c 			fprintf(output, "%s", prefix);
prefix            766 tools/perf/util/stat-display.c 				 prefix, buf[thread].run, buf[thread].ena, 1.0,
prefix            770 tools/perf/util/stat-display.c 				 prefix, buf[thread].run, buf[thread].ena, 1.0,
prefix            799 tools/perf/util/stat-display.c 			       struct evsel *counter, char *prefix)
prefix            809 tools/perf/util/stat-display.c 	if (prefix && !metric_only)
prefix            810 tools/perf/util/stat-display.c 		fprintf(output, "%s", prefix);
prefix            813 tools/perf/util/stat-display.c 	printout(config, -1, 0, counter, uval, prefix, cd.avg_running, cd.avg_enabled,
prefix            835 tools/perf/util/stat-display.c 			  struct evsel *counter, char *prefix)
prefix            851 tools/perf/util/stat-display.c 		if (prefix)
prefix            852 tools/perf/util/stat-display.c 			fprintf(output, "%s", prefix);
prefix            855 tools/perf/util/stat-display.c 		printout(config, cpu, 0, counter, uval, prefix, run, ena, 1.0,
prefix            864 tools/perf/util/stat-display.c 				 char *prefix)
prefix            876 tools/perf/util/stat-display.c 		if (prefix)
prefix            877 tools/perf/util/stat-display.c 			fputs(prefix, config->output);
prefix            888 tools/perf/util/stat-display.c 			printout(config, cpu, 0, counter, uval, prefix, run, ena, 1.0,
prefix            915 tools/perf/util/stat-display.c 				 const char *prefix, bool no_indent)
prefix            923 tools/perf/util/stat-display.c 	if (prefix)
prefix            924 tools/perf/util/stat-display.c 		fprintf(config->output, "%s", prefix);
prefix            954 tools/perf/util/stat-display.c 			   char *prefix, struct timespec *ts)
prefix            964 tools/perf/util/stat-display.c 	sprintf(prefix, "%6lu.%09lu%s", ts->tv_sec, ts->tv_nsec, config->csv_sep);
prefix           1136 tools/perf/util/stat-display.c 			  struct evsel *counter, char *prefix)
prefix           1147 tools/perf/util/stat-display.c 		if (prefix && metric_only)
prefix           1148 tools/perf/util/stat-display.c 			fprintf(output, "%s", prefix);
prefix           1151 tools/perf/util/stat-display.c 				       prefix, metric_only,
prefix           1169 tools/perf/util/stat-display.c 	char buf[64], *prefix = NULL;
prefix           1172 tools/perf/util/stat-display.c 		print_interval(config, evlist, prefix = buf, ts);
prefix           1180 tools/perf/util/stat-display.c 			print_metric_headers(config, evlist, prefix, false);
prefix           1183 tools/perf/util/stat-display.c 		if (config->aggr_mode == AGGR_GLOBAL && prefix)
prefix           1184 tools/perf/util/stat-display.c 			fprintf(config->output, "%s", prefix);
prefix           1191 tools/perf/util/stat-display.c 		print_aggr(config, evlist, prefix);
prefix           1195 tools/perf/util/stat-display.c 			print_aggr_thread(config, _target, counter, prefix);
prefix           1200 tools/perf/util/stat-display.c 			print_counter_aggr(config, counter, prefix);
prefix           1207 tools/perf/util/stat-display.c 			print_no_aggr_metric(config, evlist, prefix);
prefix           1211 tools/perf/util/stat-display.c 					print_percore(config, counter, prefix);
prefix           1213 tools/perf/util/stat-display.c 					print_counter(config, counter, prefix);
prefix            290 tools/power/x86/intel-speed-select/isst-display.c void isst_ctdp_display_core_info(int cpu, FILE *outf, char *prefix,
prefix            305 tools/power/x86/intel-speed-select/isst-display.c 	format_and_print(outf, 4, prefix, value);
prefix            198 tools/power/x86/intel-speed-select/isst.h extern void isst_ctdp_display_core_info(int cpu, FILE *outf, char *prefix,
prefix             58 tools/spi/spidev_test.c 		     char *prefix)
prefix             65 tools/spi/spidev_test.c 	printf("%s | ", prefix);
prefix             80 tools/spi/spidev_test.c 				printf("%s | ", prefix);
prefix             64 tools/testing/scatterlist/linux/mm.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
prefix            144 tools/testing/selftests/bpf/test_tag.c static void tag_dump(const char *prefix, uint8_t *tag, uint32_t len)
prefix            148 tools/testing/selftests/bpf/test_tag.c 	printf("%s", prefix);
prefix            272 tools/testing/selftests/gpio/gpio-mockup-chardev.c 	char *prefix;
prefix            284 tools/testing/selftests/gpio/gpio-mockup-chardev.c 	prefix = argv[1];
prefix            287 tools/testing/selftests/gpio/gpio-mockup-chardev.c 	printf("Test gpiochip %s: ", prefix);
prefix            288 tools/testing/selftests/gpio/gpio-mockup-chardev.c 	cinfo = list_gpiochip(prefix, &ret);
prefix            314 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		fprintf(stderr, "gpio<%s> test failed\n", prefix);
prefix            168 tools/testing/selftests/powerpc/pmu/ebb/trace.c static void trace_print_header(int seq, int prefix)
prefix            170 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	printf("%*s[%d]: ", prefix, "", seq);
prefix            235 tools/testing/selftests/powerpc/pmu/ebb/trace.c static void trace_print_entry(struct trace_entry *e, int seq, int *prefix)
prefix            239 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_header(seq, *prefix);
prefix            243 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_header(seq, *prefix);
prefix            247 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_header(seq, *prefix);
prefix            251 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_header(seq, *prefix);
prefix            253 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		*prefix += PREFIX_DELTA;
prefix            256 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		*prefix -= PREFIX_DELTA;
prefix            257 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		if (*prefix < BASE_PREFIX)
prefix            258 tools/testing/selftests/powerpc/pmu/ebb/trace.c 			*prefix = BASE_PREFIX;
prefix            259 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_header(seq, *prefix);
prefix            263 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_header(seq, *prefix);
prefix            272 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	int i, prefix;
prefix            285 tools/testing/selftests/powerpc/pmu/ebb/trace.c 	prefix = BASE_PREFIX;
prefix            290 tools/testing/selftests/powerpc/pmu/ebb/trace.c 		trace_print_entry(e, i, &prefix);