Home
last modified time | relevance | path

Searched defs:pfx (Results 1 – 14 of 14) sorted by relevance

/drivers/firmware/efi/
Dcper.c82 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits()
143 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic()
324 static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem, in cper_print_mem()
370 static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, in cper_print_pcie()
427 static void cper_print_fw_err(const char *pfx, in cper_print_fw_err()
473 static void cper_print_tstamp(const char *pfx, in cper_print_tstamp()
495 cper_estatus_print_section(const char *pfx, struct acpi_hest_generic_data *gdata, in cper_estatus_print_section()
586 void cper_estatus_print(const char *pfx, in cper_estatus_print()
Dcper-x86.c153 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit) in print_bool()
158 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check) in print_err_info_ms()
184 static void print_err_info(const char *pfx, u8 err_type, u64 check) in print_err_info()
257 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc) in cper_print_proc_ia()
Dcper-arm.c89 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()
/drivers/acpi/
Dacpi_extlog.c94 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd()
113 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd()
/drivers/pinctrl/renesas/
Dsh_pfc.h662 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
664 #define PORT_10(pn, fn, pfx, sfx) \ argument
671 #define PORT_90(pn, fn, pfx, sfx) \ argument
679 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument
702 #define _PORT_DATA(pn, pfx, sfx) \ argument
716 #define _PORT_ENTRY(pn, pfx, sfx) \ argument
Dpfc-emev2.c12 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
245 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
254 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
Dpfc-r8a73a4.c13 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-r8a7740.c14 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-sh73a0.c18 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
/drivers/isdn/hardware/mISDN/
DmISDNipac.c128 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local
165 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local
/drivers/scsi/snic/
Dsnic_io.c449 snic_hex_dump(char *pfx, char *data, int len) in snic_hex_dump()
/drivers/cpufreq/
Ds3c24xx-cpufreq.c96 static void s3c_cpufreq_show(const char *pfx, in s3c_cpufreq_show()
/drivers/acpi/apei/
Dghes.c688 static void __ghes_print_estatus(const char *pfx, in __ghes_print_estatus()
710 static int ghes_print_estatus(const char *pfx, in ghes_print_estatus()
/drivers/target/
Dtarget_core_transport.c3102 void target_show_cmd(const char *pfx, struct se_cmd *cmd) in target_show_cmd()