| /drivers/firmware/efi/ |
| A D | cper-arm.c | 111 printk("%stransaction type: %s\n", pfx, in cper_print_arm_err_info() 122 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info() 128 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info() 134 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info() 153 pfx, level); in cper_print_arm_err_info() 180 printk("%sPC is precise\n", pfx); in cper_print_arm_err_info() 182 printk("%sPC is imprecise\n", pfx); in cper_print_arm_err_info() 209 printk("%srequest timed out\n", pfx); in cper_print_arm_err_info() 216 printk("%saddress space: %s\n", pfx, in cper_print_arm_err_info() 259 pfx, proc->mpidr); in cper_print_proc_arm() [all …]
|
| A D | cper_cxl.c | 24 void cxl_cper_print_prot_err(const char *pfx, in cxl_cper_print_prot_err() argument 49 pfx, prot_err->agent_addr.segment, in cxl_cper_print_prot_err() 74 pr_info("%s slot: %d\n", pfx, in cxl_cper_print_prot_err() 77 pfx, prot_err->device_id.vendor_id, in cxl_cper_print_prot_err() 83 pr_info("%s class_code: %02x%02x\n", pfx, in cxl_cper_print_prot_err() 127 pr_info("%s CXL DVSEC:\n", pfx); in cxl_cper_print_prot_err() 138 pr_info("%s CXL Error Log:\n", pfx); in cxl_cper_print_prot_err() 146 pr_info("%s cxl_ras_cor_status: 0x%08x", pfx, in cxl_cper_print_prot_err() 148 pr_info("%s cxl_ras_cor_mask: 0x%08x\n", pfx, in cxl_cper_print_prot_err() 150 pr_info("%s cap_control: 0x%08x\n", pfx, in cxl_cper_print_prot_err() [all …]
|
| A D | cper.c | 178 pfx, proc->target_addr); in cper_print_proc_generic() 181 pfx, proc->requestor_id); in cper_print_proc_generic() 184 pfx, proc->responder_id); in cper_print_proc_generic() 372 pfx, mem->physical_addr); in cper_print_mem() 375 pfx, mem->physical_addr_mask); in cper_print_mem() 378 printk("%s%s\n", pfx, rcd_decode_str); in cper_print_mem() 385 printk("%s%s\n", pfx, rcd_decode_str); in cper_print_mem() 410 printk("%s""version: %d.%d\n", pfx, in cper_print_pcie() 420 printk("%s""slot: %d\n", pfx, in cper_print_pcie() 451 pfx, aer->uncor_severity); in cper_print_pcie() [all …]
|
| A D | cper-x86.c | 163 printk("%sError Type: %u, %s\n", pfx, err_type, in print_err_info_ms() 181 print_bool("Overflow", pfx, check, CHECK_MS_OVERFLOW); in print_err_info_ms() 193 return print_err_info_ms(pfx, validation_bits, check); in print_err_info() 198 printk("%sTransaction Type: %u, %s\n", pfx, trans_type, in print_err_info() 212 printk("%sOperation: %u, %s\n", pfx, op, in print_err_info() 217 printk("%sLevel: %llu\n", pfx, CHECK_LEVEL(check)); in print_err_info() 232 print_bool("Overflow", pfx, check, CHECK_OVERFLOW); in print_err_info() 251 printk("%sAddress Space: %u, %s\n", pfx, addr_space, in print_err_info() 269 printk("%sCPUID Info:\n", pfx); in cper_print_proc_ia() 274 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_ia() [all …]
|
| /drivers/pinctrl/renesas/ |
| A D | pfc-r8a73a4.c | 20 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \ 21 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \ 22 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \ 23 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \ 26 PORT_1(64, fn, pfx##64, sfx), PORT_1(65, fn, pfx##65, sfx), \ 27 PORT_1(66, fn, pfx##66, sfx), PORT_1(67, fn, pfx##67, sfx), \ 28 PORT_1(68, fn, pfx##68, sfx), PORT_1(69, fn, pfx##69, sfx), \ 30 PORT_1(80, fn, pfx##80, sfx), PORT_1(81, fn, pfx##81, sfx), \ 31 PORT_1(82, fn, pfx##82, sfx), PORT_1(83, fn, pfx##83, sfx), \ 32 PORT_1(84, fn, pfx##84, sfx), PORT_1(85, fn, pfx##85, sfx), \ [all …]
|
| A D | sh_pfc.h | 650 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument 653 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \ 654 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \ 655 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \ 656 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \ 657 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx) 660 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \ 661 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \ 667 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument 690 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \ [all …]
|
| A D | pfc-sh73a0.c | 19 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 21 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \ 22 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \ 23 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \ 24 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \ 26 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \ 27 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \ 29 PORT_1(160, fn, pfx##160, sfx), PORT_1(161, fn, pfx##161, sfx), \ 30 PORT_1(162, fn, pfx##162, sfx), PORT_1(163, fn, pfx##163, sfx), \ 32 PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx), \ [all …]
|
| A D | pfc-emev2.c | 11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 12 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 13 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \ 14 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \ 15 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \ 16 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \ 17 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \ 18 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \ 19 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx) 244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument [all …]
|
| A D | pfc-r8a7740.c | 14 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 15 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 16 PORT_10(100, fn, pfx##10, sfx), PORT_90(100, fn, pfx##1, sfx), \ 17 PORT_10(200, fn, pfx##20, sfx), \ 18 PORT_1(210, fn, pfx##210, sfx), PORT_1(211, fn, pfx##211, sfx)
|
| /drivers/acpi/ |
| A D | acpi_extlog.c | 95 static void __print_extlog_rcd(const char *pfx, in __print_extlog_rcd() argument 102 if (!pfx) { in __print_extlog_rcd() 104 pfx = KERN_INFO; in __print_extlog_rcd() 106 pfx = KERN_ERR; in __print_extlog_rcd() 109 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}", pfx, curr_seqno); in __print_extlog_rcd() 114 static int print_extlog_rcd(const char *pfx, in print_extlog_rcd() argument 128 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd()
|
| /drivers/scsi/fnic/ |
| A D | fip.h | 139 int len, char *pfx) in fnic_debug_dump_fip_frame() argument 147 pfx, op, sub, len); in fnic_debug_dump_fip_frame() 156 int len, char *pfx) {} in fnic_debug_dump_fip_frame() argument
|
| A D | fnic.h | 610 int len, char *pfx) in fnic_debug_dump_fc_frame() argument 618 pfx, s_id, d_id, fchdr->fh_type, in fnic_debug_dump_fc_frame() 629 uint32_t len, char *pfx) {} in fnic_debug_dump_fc_frame() argument
|
| /drivers/net/ethernet/asix/ |
| A D | ax88796c_main.c | 305 char pfx[IFNAMSIZ + 7]; in ax88796c_tx_fixup() local 307 snprintf(pfx, sizeof(pfx), "%s: ", ndev->name); in ax88796c_tx_fixup() 313 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup() 317 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup() 321 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup() 326 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup() 473 char pfx[IFNAMSIZ + 7]; in ax88796c_rx_fixup() local 475 snprintf(pfx, sizeof(pfx), "%s: ", ndev->name); in ax88796c_rx_fixup() 480 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_rx_fixup() 484 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_rx_fixup()
|
| /drivers/pci/pcie/ |
| A D | tlp.c | 108 const char *pfx) in pcie_print_tlp_log() argument 135 dev_printk(level, &dev->dev, "%sTLP Header%s: %s\n", pfx, in pcie_print_tlp_log()
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-config.h | 106 #define IWL_FW_AND_PNVM(pfx, api) \ argument 107 MODULE_FIRMWARE(pfx "-" __stringify(api) ".ucode"); \ 108 MODULE_FIRMWARE(pfx ".pnvm")
|
| /drivers/acpi/apei/ |
| A D | ghes.c | 942 static void __ghes_print_estatus(const char *pfx, in __ghes_print_estatus() argument 950 if (pfx == NULL) { in __ghes_print_estatus() 953 pfx = KERN_WARNING; in __ghes_print_estatus() 955 pfx = KERN_ERR; in __ghes_print_estatus() 958 snprintf(pfx_seq, sizeof(pfx_seq), "%s{%u}" HW_ERR, pfx, curr_seqno); in __ghes_print_estatus() 964 static int ghes_print_estatus(const char *pfx, in ghes_print_estatus() argument 978 __ghes_print_estatus(pfx, generic, estatus); in ghes_print_estatus()
|
| /drivers/scsi/snic/ |
| A D | snic_io.c | 435 snic_hex_dump(char *pfx, char *data, int len) in snic_hex_dump() argument 437 SNIC_INFO("%s Dumping Data of Len = %d\n", pfx, len); in snic_hex_dump() 438 print_hex_dump_bytes(pfx, DUMP_PREFIX_NONE, data, len); in snic_hex_dump()
|
| /drivers/net/wireless/intel/iwlwifi/tests/ |
| A D | devinfo.c | 14 static void iwl_pci_print_dev_info(const char *pfx, const struct iwl_dev_info *di) in iwl_pci_print_dev_info() argument 57 pfx, di->device, di->subdevice, subdevice_mask, buf); in iwl_pci_print_dev_info()
|
| /drivers/isdn/hardware/mISDN/ |
| A D | mISDNipac.c | 129 char pfx[MISDN_MAX_IDLEN + 16]; in isac_empty_fifo() local 131 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-recv %s %d ", in isac_empty_fifo() 133 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_empty_fifo() 166 char pfx[MISDN_MAX_IDLEN + 16]; in isac_fill_fifo() local 168 snprintf(pfx, MISDN_MAX_IDLEN + 15, "D-send %s %d ", in isac_fill_fifo() 170 print_hex_dump_bytes(pfx, DUMP_PREFIX_OFFSET, ptr, count); in isac_fill_fifo()
|
| /drivers/target/ |
| A D | target_core_transport.c | 3146 void target_show_cmd(const char *pfx, struct se_cmd *cmd) in target_show_cmd() argument 3154 pfx, cdb[0], cdb[1], cmd->tag, in target_show_cmd() 3161 pfx, target_tmf_name(tmf->function), cmd->tag, in target_show_cmd()
|
| /drivers/pci/ |
| A D | pci.h | 641 const char *pfx);
|
| /drivers/hwtracing/coresight/ |
| A D | coresight-core.c | 1555 name = devm_kasprintf(dev, GFP_KERNEL, "%s%d", dict->pfx, idx); in coresight_alloc_device_name()
|