| /Linux-v5.4/drivers/firmware/efi/ | 
| D | cper.c | 84 void cper_print_bits(const char *pfx, unsigned int bits,  in cper_print_bits()145 static void cper_print_proc_generic(const char *pfx,  in cper_print_proc_generic()
 314 static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem,  in cper_print_mem()
 359 static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie,  in cper_print_pcie()
 410 static void cper_print_tstamp(const char *pfx,  in cper_print_tstamp()
 432 cper_estatus_print_section(const char *pfx, struct acpi_hest_generic_data *gdata,  in cper_estatus_print_section()
 513 void cper_estatus_print(const char *pfx,  in cper_estatus_print()
 
 | 
| D | cper-x86.c | 152 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit)  in print_bool()157 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check)  in print_err_info_ms()
 183 static void print_err_info(const char *pfx, u8 err_type, u64 check)  in print_err_info()
 256 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc)  in cper_print_proc_ia()
 
 | 
| D | cper-arm.c | 89 static void cper_print_arm_err_info(const char *pfx, u32 type,  in cper_print_arm_err_info()238 void cper_print_proc_arm(const char *pfx,  in cper_print_proc_arm()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | r4kcache.h | 530 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra)	\  argument592 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \  argument
 615 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra)	\  argument
 679 #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize)	\  argument
 
 | 
| D | io.h | 315 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq)	\  argument396 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p)	\  argument
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | btree-type.h | 2 #define __BTREE_TP(pfx, type, sfx)	pfx ## type ## sfx  argument3 #define _BTREE_TP(pfx, type, sfx)	__BTREE_TP(pfx, type, sfx)  argument
 4 #define BTREE_TP(pfx)			_BTREE_TP(pfx, BTREE_TYPE_SUFFIX,)  argument
 
 | 
| /Linux-v5.4/tools/bpf/bpftool/ | 
| D | main.c | 110 bool is_prefix(const char *pfx, const char *str)  in is_prefix()155 		const char *pfx = "";  in fprint_hex()  local
 
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | acpi_extlog.c | 95 static void __print_extlog_rcd(const char *pfx,  in __print_extlog_rcd()114 static int print_extlog_rcd(const char *pfx,  in print_extlog_rcd()
 
 | 
| /Linux-v5.4/net/ipv6/netfilter/ | 
| D | ip6t_NPT.c | 18 	struct in6_addr pfx;  in ip6t_npt_checkentry()  local
 | 
| /Linux-v5.4/arch/arm/mach-s3c24xx/ | 
| D | iotiming-s3c2412.c | 38 static void s3c2412_print_timing(const char *pfx, struct s3c_iotimings *iot)  in s3c2412_print_timing()
 | 
| D | iotiming-s3c2410.c | 31 static void s3c2410_print_timing(const char *pfx,  in s3c2410_print_timing()
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | io.h | 90 #define __BUILD_MEMORY_STRING(pfx, bwlq, type)				\  argument159 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow)			\  argument
 
 | 
| /Linux-v5.4/drivers/pinctrl/sh-pfc/ | 
| D | sh_pfc.h | 633 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx)  argument635 #define PORT_10(pn, fn, pfx, sfx)					  \  argument
 642 #define PORT_90(pn, fn, pfx, sfx)					  \  argument
 650 #define _PORT_ALL(pn, pfx, sfx)		pfx##_##sfx  argument
 673 #define _PORT_DATA(pn, pfx, sfx)					\  argument
 687 #define _PORT_ENTRY(pn, pfx, sfx)					\  argument
 
 | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | hda_auto_parser.c | 638 	const char *pfx = check_output_pfx(codec, nid);  in get_hp_label_index()  local657 	const char *pfx, *sfx = "";  in fill_audio_out_name()  local
 
 | 
| D | hda_generic.c | 362 			   const char *pfx, struct nid_path *path)  in print_nid_path()989 				const char *pfx, const char *dir,  in add_control_with_pfx()
 999 #define add_pb_vol_ctrl(spec, type, pfx, val)			\  argument
 1001 #define add_pb_sw_ctrl(spec, type, pfx, val)			\  argument
 1003 #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val)			\  argument
 1005 #define __add_pb_sw_ctrl(spec, type, pfx, cidx, val)			\  argument
 1008 static int add_vol_ctl(struct hda_codec *codec, const char *pfx, int cidx,  in add_vol_ctl()
 1034 static int add_stereo_vol(struct hda_codec *codec, const char *pfx, int cidx,  in add_stereo_vol()
 1044 static int add_sw_ctl(struct hda_codec *codec, const char *pfx, int cidx,  in add_sw_ctl()
 1067 static int add_stereo_sw(struct hda_codec *codec, const char *pfx,  in add_stereo_sw()
 [all …]
 
 | 
| /Linux-v5.4/drivers/isdn/hardware/mISDN/ | 
| D | mISDNipac.c | 128 		char	pfx[MISDN_MAX_IDLEN + 16];  in isac_empty_fifo()  local165 		char	pfx[MISDN_MAX_IDLEN + 16];  in isac_fill_fifo()  local
 
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | cmpxchg.h | 236 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2)			\  argument
 | 
| D | inat.h | 81 #define INAT_MAKE_PREFIX(pfx)	(pfx << INAT_PFX_OFFS)  argument
 | 
| /Linux-v5.4/drivers/scsi/snic/ | 
| D | snic_io.c | 449 snic_hex_dump(char *pfx, char *data, int len)  in snic_hex_dump()
 | 
| /Linux-v5.4/net/dsa/ | 
| D | master.c | 152 	uint8_t pfx[4];  in dsa_master_get_strings()  local
 | 
| /Linux-v5.4/include/net/ | 
| D | 6lowpan.h | 113 	struct in6_addr pfx;  member
 | 
| /Linux-v5.4/tools/arch/x86/include/asm/ | 
| D | inat.h | 81 #define INAT_MAKE_PREFIX(pfx)	(pfx << INAT_PFX_OFFS)  argument
 | 
| /Linux-v5.4/drivers/acpi/apei/ | 
| D | ghes.c | 537 static void __ghes_print_estatus(const char *pfx,  in __ghes_print_estatus()559 static int ghes_print_estatus(const char *pfx,  in ghes_print_estatus()
 
 | 
| /Linux-v5.4/fs/adfs/ | 
| D | super.c | 40 void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...)  in adfs_msg()
 | 
| /Linux-v5.4/drivers/cpufreq/ | 
| D | s3c24xx-cpufreq.c | 100 static void s3c_cpufreq_show(const char *pfx,  in s3c_cpufreq_show()
 |