Searched refs:PFX (Results 1 - 160 of 160) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
H A Dmkcapflags.sh13 PFX=$3
16 PFX_SZ=$(echo $PFX | wc -c)
21 # Iterate through any input lines starting with #define $PFX
22 sed -n -e 's/\t/ /g' -e "s/^ *# *define *$PFX//p" $IN |
40 printf "\t[%s - %s]%.*s = %s,\n" "$PFX$NAME" "$POSTFIX" "$TABCOUNT" "$TABS" "$VALUE"
43 printf "\t[%s]%.*s = %s,\n" "$PFX$NAME" "$TABCOUNT" "$TABS" "$VALUE"
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dorinoco_nortel.c41 #define PFX DRIVER_NAME ": " macro
97 printk(KERN_ERR PFX "brg1 answer1 wrong\n"); orinoco_nortel_hw_init()
110 printk(KERN_ERR PFX "brg1 timed out\n"); orinoco_nortel_hw_init()
114 printk(KERN_ERR PFX "brg2 answer1 wrong\n"); orinoco_nortel_hw_init()
118 printk(KERN_ERR PFX "brg2 answer2 wrong\n"); orinoco_nortel_hw_init()
122 printk(KERN_ERR PFX "brg2 answer3 wrong\n"); orinoco_nortel_hw_init()
131 printk(KERN_ERR PFX "Error setting COR value (reg=%x)\n", orinoco_nortel_hw_init()
151 printk(KERN_ERR PFX "Cannot enable PCI device\n"); orinoco_nortel_init_one()
157 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); orinoco_nortel_init_one()
163 printk(KERN_ERR PFX "Cannot map bridge registers\n"); orinoco_nortel_init_one()
170 printk(KERN_ERR PFX "Cannot map PCMCIA attributes\n"); orinoco_nortel_init_one()
177 printk(KERN_ERR PFX "Cannot map chipset registers\n"); orinoco_nortel_init_one()
186 printk(KERN_ERR PFX "Cannot allocate network device\n"); orinoco_nortel_init_one()
200 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); orinoco_nortel_init_one()
207 printk(KERN_ERR PFX "Hardware initialization failed\n"); orinoco_nortel_init_one()
213 printk(KERN_ERR PFX "Initial reset failed\n"); orinoco_nortel_init_one()
219 printk(KERN_ERR PFX "orinoco_init() failed\n"); orinoco_nortel_init_one()
225 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); orinoco_nortel_init_one()
H A Dorinoco_tmd.c41 #define PFX DRIVER_NAME ": " macro
83 printk(KERN_ERR PFX "Busy timeout\n"); orinoco_tmd_cor_reset()
101 printk(KERN_ERR PFX "Cannot enable PCI device\n"); orinoco_tmd_init_one()
107 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); orinoco_tmd_init_one()
113 printk(KERN_ERR PFX "Cannot map bridge registers\n"); orinoco_tmd_init_one()
120 printk(KERN_ERR PFX "Cannot map chipset registers\n"); orinoco_tmd_init_one()
129 printk(KERN_ERR PFX "Cannot allocate network device\n"); orinoco_tmd_init_one()
142 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); orinoco_tmd_init_one()
149 printk(KERN_ERR PFX "Initial reset failed\n"); orinoco_tmd_init_one()
155 printk(KERN_ERR PFX "orinoco_init() failed\n"); orinoco_tmd_init_one()
161 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); orinoco_tmd_init_one()
H A Dorinoco_pci.c45 #define PFX DRIVER_NAME ": " macro
106 printk(KERN_ERR PFX "Busy timeout\n"); orinoco_pci_cor_reset()
123 printk(KERN_ERR PFX "Cannot enable PCI device\n"); orinoco_pci_init_one()
129 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); orinoco_pci_init_one()
135 printk(KERN_ERR PFX "Cannot remap chipset registers\n"); orinoco_pci_init_one()
144 printk(KERN_ERR PFX "Cannot allocate network device\n"); orinoco_pci_init_one()
156 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); orinoco_pci_init_one()
163 printk(KERN_ERR PFX "Initial reset failed\n"); orinoco_pci_init_one()
169 printk(KERN_ERR PFX "orinoco_init() failed\n"); orinoco_pci_init_one()
175 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); orinoco_pci_init_one()
H A Dairport.c15 #define PFX DRIVER_NAME ": " macro
156 printk(KERN_ERR PFX "Wrong interrupt/addresses in OF tree\n"); airport_attach()
164 printk(KERN_ERR PFX "Cannot allocate network device\n"); airport_attach()
173 printk(KERN_ERR PFX "can't request IO resource !\n"); airport_attach()
183 printk(KERN_DEBUG PFX "Physical address %lx\n", phys_addr); airport_attach()
186 printk(KERN_ERR PFX "ioremap() failed\n"); airport_attach()
201 printk(KERN_ERR PFX "Couldn't get IRQ %d\n", card->irq); airport_attach()
208 printk(KERN_ERR PFX "orinoco_init() failed\n"); airport_attach()
214 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); airport_attach()
H A Dorinoco_plx.c87 #define PFX DRIVER_NAME ": " macro
133 printk(KERN_ERR PFX "Busy timeout\n"); orinoco_plx_cor_reset()
148 printk(KERN_DEBUG PFX "CIS: "); orinoco_plx_hw_init()
157 printk(KERN_ERR PFX "The CIS value of Prism2 PC " orinoco_plx_hw_init()
172 printk(KERN_ERR PFX "Cannot enable interrupts\n"); orinoco_plx_hw_init()
190 printk(KERN_ERR PFX "Cannot enable PCI device\n"); orinoco_plx_init_one()
196 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); orinoco_plx_init_one()
202 printk(KERN_ERR PFX "Cannot map bridge registers\n"); orinoco_plx_init_one()
209 printk(KERN_ERR PFX "Cannot map PCMCIA attributes\n"); orinoco_plx_init_one()
216 printk(KERN_ERR PFX "Cannot map chipset registers\n"); orinoco_plx_init_one()
225 printk(KERN_ERR PFX "Cannot allocate network device\n"); orinoco_plx_init_one()
239 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); orinoco_plx_init_one()
246 printk(KERN_ERR PFX "Hardware initialization failed\n"); orinoco_plx_init_one()
252 printk(KERN_ERR PFX "Initial reset failed\n"); orinoco_plx_init_one()
258 printk(KERN_ERR PFX "orinoco_init() failed\n"); orinoco_plx_init_one()
264 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); orinoco_plx_init_one()
H A Dspectrum_cs.c22 #define PFX DRIVER_NAME ": " macro
210 printk(KERN_ERR PFX "GetNextTuple(): No matching " spectrum_cs_config()
241 printk(KERN_ERR PFX "orinoco_init() failed\n"); spectrum_cs_config()
248 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); spectrum_cs_config()
H A Dorinoco_cs.c14 #define PFX DRIVER_NAME ": " macro
147 printk(KERN_ERR PFX "GetNextTuple(): No matching " orinoco_cs_config()
173 printk(KERN_ERR PFX "orinoco_init() failed\n"); orinoco_cs_config()
180 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); orinoco_cs_config()
H A Dorinoco_usb.c47 #define PFX DRIVER_NAME ": " macro
106 do { printk(KERN_ERR PFX format "\n", ## arg); } while (0)
796 printk(KERN_ERR PFX "Out of memory for firmware buffer.\n"); ezusb_firmware_download()
807 printk(KERN_ERR PFX "Invalid firmware variant offset: " ezusb_firmware_download()
848 printk(KERN_ERR PFX "Firmware download failed, error %d\n", ezusb_firmware_download()
910 printk(KERN_ERR PFX "Access failed, resetting (state %d," ezusb_access_ltv()
915 printk(KERN_ERR PFX "ctx timed out\n"); ezusb_access_ltv()
918 printk(KERN_ERR PFX "ctx failed\n"); ezusb_access_ltv()
1050 printk(KERN_ERR PFX "BAP read beyond buffer end " ezusb_bap_pread()
1061 printk(KERN_ERR PFX "BAP read beyond buffer end " ezusb_bap_pread()
1067 printk(KERN_ERR PFX "Unexpected fid 0x%04x\n", id); ezusb_bap_pread()
1368 printk(KERN_ERR PFX "EZUSB_RID_INIT1 error %d\n", retval); ezusb_init()
1374 printk(KERN_ERR PFX "HERMES_CMD_INIT error %d\n", retval); ezusb_init()
1493 printk(KERN_ERR PFX "Some URB in progress\n"); ezusb_delete()
1728 printk(KERN_INFO PFX "Disconnected\n"); ezusb_disconnect()
H A Dhermes_dld.c47 #define PFX "hermes_dld: " macro
294 pr_debug(PFX "Programming block of length %d " hermes_program()
419 pr_debug(PFX "Found record 0x%04x at %p\n", hermes_apply_pda_with_defaults()
430 pr_debug(PFX hermes_apply_pda_with_defaults()
460 pr_debug(PFX "Using default record 0x%04x at %p\n", hermes_apply_pda_with_defaults()
/linux-4.1.27/include/crypto/
H A Dpadlock.h18 #define PFX KBUILD_MODNAME ": " macro
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.c32 PFX "xid:0x%x %pV", BNX2FC_IO_DBG()
56 PFX "port:%x %pV", BNX2FC_TGT_DBG()
78 shost_printk(KERN_INFO, lport->host, PFX "%pV", &vaf); BNX2FC_HBA_DBG()
H A Dbnx2fc_tgt.c94 printk(KERN_ERR PFX "Failed to allocate conn id for " bnx2fc_offload_session()
102 printk(KERN_ERR PFX "Failed to allocate resources\n"); bnx2fc_offload_session()
115 printk(KERN_ERR PFX "ofld_req failed\n"); bnx2fc_offload_session()
140 printk(KERN_ERR PFX "map doorbell failed - no mem\n"); bnx2fc_offload_session()
146 pr_err(PFX "enable session failed\n"); bnx2fc_offload_session()
270 printk(KERN_ERR PFX "CLEANUP on port 0x%x:" bnx2fc_flush_active_ios()
332 printk(KERN_ERR PFX "ERROR!! destroy timed out\n"); bnx2fc_upload_session()
338 printk(KERN_ERR PFX "ERROR!! DISABLE req failed, destroy" bnx2fc_upload_session()
341 printk(KERN_ERR PFX "ERROR!! DISABLE req timed out, destroy" bnx2fc_upload_session()
456 printk(KERN_ERR PFX "rport is NULL: ERROR!\n"); bnx2fc_rport_event_handler()
468 printk(KERN_ERR PFX "%x - rport_event_handler ERROR\n", bnx2fc_rport_event_handler()
533 printk(KERN_INFO PFX "%x - rport not created Yet!!\n", bnx2fc_rport_event_handler()
564 printk(KERN_ERR PFX "Relogin to the tgt\n"); bnx2fc_rport_event_handler()
684 printk(KERN_ERR PFX "unable to allocate SQ memory %d\n", bnx2fc_alloc_session_resc()
698 printk(KERN_ERR PFX "unable to allocate CQ memory %d\n", bnx2fc_alloc_session_resc()
712 printk(KERN_ERR PFX "unable to allocate RQ memory %d\n", bnx2fc_alloc_session_resc()
725 printk(KERN_ERR PFX "unable to allocate RQ PBL %d\n", bnx2fc_alloc_session_resc()
751 printk(KERN_ERR PFX "unable to allocate XFERQ %d\n", bnx2fc_alloc_session_resc()
765 printk(KERN_ERR PFX "unable to allocate CONFQ %d\n", bnx2fc_alloc_session_resc()
780 printk(KERN_ERR PFX "unable to allocate CONFQ PBL %d\n", bnx2fc_alloc_session_resc()
805 printk(KERN_ERR PFX "unable to allocate conn_db %d\n", bnx2fc_alloc_session_resc()
821 printk(KERN_ERR PFX "unable to allocate lcq %d\n", bnx2fc_alloc_session_resc()
H A Dbnx2fc_io.c195 printk(KERN_ERR PFX "cmd_timeout: invalid cmd_type %d\n", bnx2fc_cmd_timeout()
228 printk(KERN_ERR PFX "scsi_done - sc_cmd NULL. " bnx2fc_scsi_done()
259 printk(KERN_ERR PFX "cmd_mgr_alloc: Invalid min_xid 0x%x \ bnx2fc_cmd_mgr_alloc()
271 printk(KERN_ERR PFX "failed to alloc cmgr\n"); bnx2fc_cmd_mgr_alloc()
278 printk(KERN_ERR PFX "failed to alloc free_list\n"); bnx2fc_cmd_mgr_alloc()
285 printk(KERN_ERR PFX "failed to alloc free_list_lock\n"); bnx2fc_cmd_mgr_alloc()
310 printk(KERN_ERR PFX "failed to alloc io_req\n"); bnx2fc_cmd_mgr_alloc()
332 printk(KERN_ERR PFX "failed to alloc io_bdt_pool\n"); bnx2fc_cmd_mgr_alloc()
340 printk(KERN_ERR PFX "failed to alloc " bnx2fc_cmd_mgr_alloc()
355 printk(KERN_ERR PFX "failed to alloc " bnx2fc_cmd_mgr_alloc()
464 printk(KERN_ERR PFX "elstm_alloc: list_empty\n"); bnx2fc_elstm_alloc()
632 printk(KERN_ERR PFX "unable to alloc MP req buffer\n"); bnx2fc_init_mp_req()
641 printk(KERN_ERR PFX "unable to alloc TM resp buffer\n"); bnx2fc_init_mp_req()
654 printk(KERN_ERR PFX "unable to alloc MP req bd\n"); bnx2fc_init_mp_req()
662 printk(KERN_ERR PFX "unable to alloc MP resp bd\n"); bnx2fc_init_mp_req()
716 printk(KERN_ERR PFX "device_reset: rport is NULL\n"); bnx2fc_initiate_tmf()
727 printk(KERN_ERR PFX "device_reset: link is not ready\n"); bnx2fc_initiate_tmf()
735 printk(KERN_ERR PFX "device_reset: tgt not offloaded\n"); bnx2fc_initiate_tmf()
743 printk(KERN_ERR PFX "tmf: Failed TMF"); bnx2fc_initiate_tmf()
759 printk(KERN_ERR PFX "Task mgmt MP request init failed\n"); bnx2fc_initiate_tmf()
875 printk(KERN_ERR PFX "initiate_abts: tgt not offloaded\n"); bnx2fc_initiate_abts()
881 printk(KERN_ERR PFX "initiate_abts: rport is NULL\n"); bnx2fc_initiate_abts()
887 printk(KERN_ERR PFX "initiate_abts: link is not ready\n"); bnx2fc_initiate_abts()
894 printk(KERN_ERR PFX "abts: couldnt allocate cmd\n"); bnx2fc_initiate_abts()
982 printk(KERN_ERR PFX "Unable to alloc cb_arg for seq clnup\n"); bnx2fc_initiate_seq_cleanup()
989 printk(KERN_ERR PFX "cleanup: couldnt allocate cmd\n"); bnx2fc_initiate_seq_cleanup()
1015 printk(KERN_ERR PFX "call init_seq_cleanup_task\n"); bnx2fc_initiate_seq_cleanup()
1049 printk(KERN_ERR PFX "cleanup: couldnt allocate cmd\n"); bnx2fc_initiate_cleanup()
1177 printk(KERN_ERR PFX "eh_abort: link not ready\n"); bnx2fc_eh_abort()
1189 printk(KERN_ERR PFX "eh_abort: io_req is NULL\n"); bnx2fc_eh_abort()
1208 printk(KERN_ERR PFX "eh_abort: io_req (xid = 0x%x) " bnx2fc_eh_abort()
1216 printk(KERN_ERR PFX "eh_abort: io_req (xid = 0x%x) " bnx2fc_eh_abort()
1246 printk(KERN_ERR PFX "eh_abort: io_req (xid = 0x%x) " bnx2fc_eh_abort()
1288 printk(KERN_ERR PFX "abort failed, xid = 0x%x\n", bnx2fc_eh_abort()
1327 printk(KERN_ERR PFX "seq cleanup ignored - xid = 0x%x\n", bnx2fc_process_seq_cleanup_compl()
1337 printk(KERN_ERR PFX "clnup_compl: Unable to send SRR" bnx2fc_process_seq_cleanup_compl()
1412 printk(KERN_ERR PFX "Unknown ABTS response\n"); bnx2fc_process_abts_compl()
1480 printk(KERN_ERR PFX "lun_rst: abts already in" bnx2fc_lun_reset_cmpl()
1513 printk(KERN_ERR PFX "tgt_rst: abts already in progress" bnx2fc_tgt_reset_cmpl()
1567 printk(KERN_ERR PFX "tmf's fc_hdr r_ctl = 0x%x\n", bnx2fc_process_tm_compl()
1571 printk(KERN_ERR PFX "tm_compl: SCp.ptr is NULL\n"); bnx2fc_process_tm_compl()
1603 printk(KERN_ERR PFX "Command not on active_cmd_queue!\n"); bnx2fc_process_tm_compl()
1681 printk(KERN_ERR PFX "byte_count = %d != scsi_bufflen = %d, "
1790 printk(KERN_ERR PFX "invalid sns length %d\n", bnx2fc_parse_fcp_rsp()
1808 printk(KERN_ERR PFX "fcp_rsp_code = %d\n", bnx2fc_parse_fcp_rsp()
1816 printk(KERN_ERR PFX "Truncating sense buffer\n"); bnx2fc_parse_fcp_rsp()
1892 printk(KERN_ERR PFX "Unable to post io_req\n"); bnx2fc_queuecommand()
1928 printk(KERN_ERR PFX "scsi_cmd_compl - sc_cmd is NULL\n"); bnx2fc_process_scsi_cmd_compl()
1941 printk(KERN_ERR PFX "SCp.ptr is NULL\n"); bnx2fc_process_scsi_cmd_compl()
1990 printk(KERN_ERR PFX "scsi_cmd_compl: fcp_status = %d\n", bnx2fc_process_scsi_cmd_compl()
2041 printk(KERN_ERR PFX "BD list creation failed\n"); bnx2fc_post_io_req()
2055 printk(KERN_ERR PFX "Flush in progress..Host Busy\n"); bnx2fc_post_io_req()
2061 printk(KERN_ERR PFX "Session not ready...post_io\n"); bnx2fc_post_io_req()
H A Dbnx2fc_els.c77 printk(KERN_ERR PFX "Unable to allocate cb_arg for RRQ\n"); bnx2fc_send_rrq()
153 printk(KERN_ERR PFX "Unable to alloc mp buf\n"); bnx2fc_l2_els_compl()
158 printk(KERN_ERR PFX "l2_els_compl: resp len is " bnx2fc_l2_els_compl()
186 printk(KERN_ERR PFX "Unable to allocate cb_arg for ADISC\n"); bnx2fc_send_adisc()
214 printk(KERN_ERR PFX "Unable to allocate cb_arg for LOGO\n"); bnx2fc_send_logo()
242 printk(KERN_ERR PFX "Unable to allocate cb_arg for LOGO\n"); bnx2fc_send_rls()
324 printk(KERN_ERR PFX "srr buf: mem alloc failure\n"); bnx2fc_srr_compl()
332 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); bnx2fc_srr_compl()
449 printk(KERN_ERR PFX "rec buf: mem alloc failure\n"); bnx2fc_rec_compl()
457 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); bnx2fc_rec_compl()
589 printk(KERN_ERR PFX "Unable to allocate cb_arg for REC\n"); bnx2fc_send_rec()
630 printk(KERN_ERR PFX "Unable to allocate cb_arg for SRR\n"); bnx2fc_send_srr()
683 printk(KERN_ERR PFX "els 0x%x: rport not ready\n", op); bnx2fc_initiate_els()
688 printk(KERN_ERR PFX "els 0x%x: link is not ready\n", op); bnx2fc_initiate_els()
694 printk(KERN_ERR PFX "els 0x%x: tgt not ready\n", op); bnx2fc_initiate_els()
714 printk(KERN_ERR PFX "ELS MP request init failed\n"); bnx2fc_initiate_els()
733 printk(KERN_ERR PFX "Invalid ELS op 0x%x\n", op); bnx2fc_initiate_els()
774 printk(KERN_ERR PFX "initiate_els.. session not ready\n"); bnx2fc_initiate_els()
866 printk(KERN_ERR PFX "bnx2fc_flogi_resp is LS_RJT\n"); bnx2fc_flogi_resp()
H A Dbnx2fc_fcoe.c424 printk(KERN_ERR PFX "bnx2fc_rcv: lport is NULL\n"); bnx2fc_rcv()
435 printk(KERN_ERR PFX "bnx2fc_rcv: Wrong FC type frame\n"); bnx2fc_rcv()
511 printk(KERN_ERR PFX "Invalid lport struct\n"); bnx2fc_recv_frame()
585 printk(KERN_WARNING PFX "dropping frame with " bnx2fc_recv_frame()
697 printk(KERN_ERR PFX "Error on scsi_add_host\n"); bnx2fc_shost_config()
791 printk(KERN_ERR PFX "ERROR:bnx2fc_destroy_timer - " bnx2fc_destroy_timer()
859 printk(KERN_ERR PFX "Unknown netevent %ld", event); bnx2fc_indicate_netevent()
962 printk(KERN_ERR PFX "em_config:fc_exch_mgr_alloc failed\n"); bnx2fc_em_config()
1074 printk(KERN_ERR PFX "Failed to create vport, " bnx2fc_vport_create()
1081 printk(KERN_ERR PFX "vn ports cannot be created on" bnx2fc_vport_create()
1092 printk(KERN_ERR PFX "bnx2fc_vport_create (%s) failed\n", bnx2fc_vport_create()
1217 printk(KERN_ERR PFX "Failed to attach FC transport\n"); bnx2fc_attach_transport()
1224 printk(KERN_ERR PFX bnx2fc_attach_transport()
1301 printk(KERN_ERR PFX "Unable to allocate hba structure\n"); bnx2fc_hba_create()
1316 printk(KERN_ERR PFX "create_adapter: bind error\n"); bnx2fc_hba_create()
1326 printk(KERN_ERR PFX "Unable to allocate tgt offload list\n"); bnx2fc_hba_create()
1334 printk(KERN_ERR PFX "em_config:bnx2fc_cmd_mgr_alloc failed\n"); bnx2fc_hba_create()
1382 printk(KERN_ERR PFX "Unable to allocate interface structure\n"); bnx2fc_interface_create()
1447 printk(KERN_ERR PFX "could not allocate scsi host structure\n"); bnx2fc_if_create()
1463 printk(KERN_ERR PFX "Setting vport names, 0x%llX 0x%llX\n", bnx2fc_if_create()
1471 printk(KERN_ERR PFX "Error on bnx2fc_net_config\n"); bnx2fc_if_create()
1477 printk(KERN_ERR PFX "Couldnt configure shost for %s\n", bnx2fc_if_create()
1485 printk(KERN_ERR PFX "Couldnt configure libfc\n"); bnx2fc_if_create()
1500 printk(KERN_ERR PFX "Error on bnx2fc_em_config\n"); bnx2fc_if_create()
1608 printk(KERN_ERR PFX "bnx2fc_destroy: interface or lport not found\n"); bnx2fc_destroy()
1667 printk(KERN_ERR PFX "cnic is NULL\n"); bnx2fc_bind_pcidev()
1705 pr_err(PFX "Unknown device id 0x%x\n", pdev->device); bnx2fc_bind_pcidev()
1781 printk(KERN_ERR PFX "ulp_init: start discovery\n"); bnx2fc_ulp_start()
1827 printk(KERN_ALERT PFX bnx2fc_fw_init()
1834 printk(KERN_ALERT PFX bnx2fc_fw_init()
1847 printk(KERN_ERR PFX "bnx2fc_start: %s failed to initialize. " bnx2fc_fw_init()
1934 printk(KERN_ERR PFX "Init not done yet\n"); bnx2fc_start_disc()
1982 printk(KERN_ERR PFX "bnx2fc FCoE not supported on %s," bnx2fc_ulp_init()
1990 printk(KERN_ERR PFX "hba initialization failed\n"); bnx2fc_ulp_init()
2005 printk(KERN_ERR PFX "register_device failed, rc = %d\n", rc); bnx2fc_ulp_init()
2017 pr_err(PFX "__bnx2fc_disable: lport not found\n"); __bnx2fc_disable()
2045 pr_err(PFX "bnx2fc_disable: interface not found\n"); bnx2fc_disable()
2060 pr_err(PFX "__bnx2fc_enable: lport not found\n"); __bnx2fc_enable()
2086 pr_err(PFX "bnx2fc_enable: interface not found\n"); bnx2fc_enable()
2179 printk(KERN_ERR PFX "Not a netxtreme2 device\n"); _bnx2fc_create()
2184 printk(KERN_ERR PFX "unable to obtain drv_info\n"); _bnx2fc_create()
2193 printk(KERN_ERR PFX "bnx2fc_create: hba not found\n"); _bnx2fc_create()
2204 printk(KERN_ERR PFX "bnx2fc_interface_create failed\n"); _bnx2fc_create()
2221 printk(KERN_ERR PFX "ulp_init could not create timer_wq\n"); _bnx2fc_create()
2228 printk(KERN_ERR PFX "Failed to create interface (%s)\n", _bnx2fc_create()
2356 printk(KERN_ERR PFX "adapter_lookup: hba NULL\n"); bnx2fc_hba_lookup()
2373 printk(KERN_ERR PFX "bnx2fc port check: %s, flags: %lx\n", bnx2fc_ulp_exit()
2381 printk(KERN_ERR PFX "bnx2fc_ulp_exit: hba not found, dev 0%p\n", bnx2fc_ulp_exit()
2522 printk(PFX "CPU %x online: Create Rx thread\n", cpu); bnx2fc_cpu_callback()
2527 printk(PFX "CPU %x offline: Remove Rx thread\n", cpu); bnx2fc_cpu_callback()
2550 printk(KERN_INFO PFX "%s", version); bnx2fc_mod_init()
2645 printk(KERN_ERR PFX "MOD_EXIT:destroy hba = 0x%p\n", bnx2fc_mod_exit()
H A Dbnx2fc_hwi.c71 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n"); bnx2fc_send_fw_fcoe_init_msg()
393 printk(KERN_ERR PFX "WARN: enable_req port_id = 0x%x," bnx2fc_send_session_enable_req()
576 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); bnx2fc_process_l2_frame_compl()
601 printk(KERN_ERR PFX "dropping ELS 0x%x\n", op); bnx2fc_process_l2_frame_compl()
722 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n"); bnx2fc_process_unsol_compl()
751 printk(KERN_ERR PFX "err_warn: io_req (0x%x) already " bnx2fc_process_unsol_compl()
778 printk(KERN_ERR PFX "SRR in progress\n"); bnx2fc_process_unsol_compl()
796 printk(KERN_ERR PFX "err_warn: initiate_abts " bnx2fc_process_unsol_compl()
849 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n"); bnx2fc_process_unsol_compl()
867 printk(KERN_ERR PFX "Unsol Compl: Invalid CQE Subtype\n"); bnx2fc_process_unsol_compl()
889 printk(KERN_ERR PFX "ERROR:xid out of range\n"); bnx2fc_process_cq_compl()
905 printk(KERN_ERR PFX "ERROR? cq_compl - io_req is NULL\n"); bnx2fc_process_cq_compl()
932 printk(KERN_ERR PFX "Invalid rx state - %d\n", bnx2fc_process_cq_compl()
960 printk(KERN_ERR PFX "Invalid rx state = %d\n", bnx2fc_process_cq_compl()
977 printk(KERN_ERR PFX "Invalid cmd_type %d\n", cmd_type); bnx2fc_process_cq_compl()
1027 printk(KERN_ERR PFX "process_new_cqes: cq is NULL\n"); bnx2fc_process_new_cqes()
1104 printk(KERN_ERR PFX "conn_id 0x%x not valid\n", conn_id); bnx2fc_fastpath_notification()
1133 printk(KERN_ALERT PFX "ERROR:ofld_cmpl: No pending ofld req\n"); bnx2fc_process_ofld_cmpl()
1141 printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mis-match\n"); bnx2fc_process_ofld_cmpl()
1152 printk(KERN_ERR PFX "unable to allocate FCoE context " bnx2fc_process_ofld_cmpl()
1186 printk(KERN_ERR PFX "ERROR:enbl_cmpl: No pending ofld req\n"); bnx2fc_process_enable_conn_cmpl()
1198 printk(KERN_ERR PFX "context id mis-match\n"); bnx2fc_process_enable_conn_cmpl()
1203 printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mis-match\n"); bnx2fc_process_enable_conn_cmpl()
1225 printk(KERN_ERR PFX "ERROR: disable_cmpl: No disable req\n"); bnx2fc_process_conn_disable_cmpl()
1229 BNX2FC_TGT_DBG(tgt, PFX "disable_cmpl: conn_id %d\n", conn_id); bnx2fc_process_conn_disable_cmpl()
1232 printk(KERN_ERR PFX "Disable failed with cmpl status %d\n", bnx2fc_process_conn_disable_cmpl()
1257 printk(KERN_ERR PFX "destroy_cmpl: No destroy req\n"); bnx2fc_process_conn_destroy_cmpl()
1264 printk(KERN_ERR PFX "Destroy conn failed, cmpl status %d\n", bnx2fc_process_conn_destroy_cmpl()
1281 printk(KERN_ERR PFX "init_failure due to invalid opcode\n"); bnx2fc_init_failure()
1285 printk(KERN_ERR PFX "init failed due to ctx alloc failure\n"); bnx2fc_init_failure()
1289 printk(KERN_ERR PFX "init_failure due to NIC error\n"); bnx2fc_init_failure()
1292 printk(KERN_ERR PFX "init failure due to compl status err\n"); bnx2fc_init_failure()
1295 printk(KERN_ERR PFX "init failure due to HSI mismatch\n"); bnx2fc_init_failure()
1298 printk(KERN_ERR PFX "Unknown Error code %d\n", err_code); bnx2fc_init_failure()
1342 printk(KERN_INFO PFX "[%.2x]: FCOE_INIT passed\n", bnx2fc_indicate_kcqe()
1351 printk(KERN_ERR PFX "DESTROY failed\n"); bnx2fc_indicate_kcqe()
1353 printk(KERN_ERR PFX "DESTROY success\n"); bnx2fc_indicate_kcqe()
1370 printk(KERN_ERR PFX "STAT failed\n"); bnx2fc_indicate_kcqe()
1377 printk(KERN_ERR PFX "unknown opcode 0x%x\n", bnx2fc_indicate_kcqe()
1863 printk(KERN_ERR PFX "unable to allocate task context BDT\n"); bnx2fc_setup_task_ctx()
1877 printk(KERN_ERR PFX "unable to allocate task context array\n"); bnx2fc_setup_task_ctx()
1888 printk(KERN_ERR PFX "unable to alloc context mapping array\n"); bnx2fc_setup_task_ctx()
1901 printk(KERN_ERR PFX "unable to alloc task context\n"); bnx2fc_setup_task_ctx()
2023 printk(KERN_ERR PFX "hash table pointers alloc failed\n"); bnx2fc_allocate_hash_table()
2029 printk(KERN_ERR PFX "hash table pointers (dma) alloc failed\n"); bnx2fc_allocate_hash_table()
2040 printk(KERN_ERR PFX "hash segment alloc failed\n"); bnx2fc_allocate_hash_table()
2052 printk(KERN_ERR PFX "hash table pbl alloc failed\n"); bnx2fc_allocate_hash_table()
2116 printk(KERN_ERR PFX "unable to allocate t2 hash table ptr\n"); bnx2fc_setup_fw_resc()
2128 printk(KERN_ERR PFX "unable to allocate t2 hash table\n"); bnx2fc_setup_fw_resc()
2144 printk(KERN_ERR PFX "unable to alloc MP Dummy Buffer\n"); bnx2fc_setup_fw_resc()
2154 printk(KERN_ERR PFX "unable to alloc Stats Buffer\n"); bnx2fc_setup_fw_resc()
H A Dbnx2fc.h70 #define PFX "bnx2fc: " macro
/linux-4.1.27/drivers/cpufreq/
H A Dpowernow-k7.c38 #define PFX "powernow: " macro
130 printk(KERN_INFO PFX "No powernow capabilities detected\n"); check_powernow()
136 printk(KERN_INFO PFX "K7 660[A0] core detected, " check_powernow()
147 printk(KERN_INFO PFX "PowerNOW! Technology present. Can scale: "); check_powernow()
430 printk(KERN_WARNING PFX "ACPI perflib can not be used on " powernow_acpi_init()
438 printk(KERN_INFO PFX "no support for ACPI processor found." powernow_acpi_init()
471 printk(KERN_INFO PFX "Sorry, only v1.2 tables" powernow_decode_bios()
484 printk(KERN_INFO PFX "BIOS set settling time " powernow_decode_bios()
519 printk(KERN_INFO PFX "No PST tables match this cpuid " powernow_decode_bios()
521 printk(KERN_INFO PFX "This is indicative of a broken " powernow_decode_bios()
555 printk(KERN_WARNING PFX "SGTC too large %d\n", sgtc); fixup_sgtc()
577 printk(KERN_WARNING PFX acer_cpufreq_pst()
580 printk(KERN_WARNING PFX acer_cpufreq_pst()
583 printk(KERN_WARNING PFX acer_cpufreq_pst()
619 printk(KERN_WARNING PFX "can not determine bus frequency\n"); powernow_cpu_init()
625 printk(KERN_INFO PFX "PSB/PST known to be broken. " powernow_cpu_init()
632 printk(KERN_INFO PFX "Trying ACPI perflib\n"); powernow_cpu_init()
638 printk(KERN_INFO PFX powernow_cpu_init()
644 printk(KERN_INFO PFX "SGTC: %d\n", latency); powernow_cpu_init()
651 printk(KERN_INFO PFX "Minimum speed %d MHz. Maximum speed %d MHz.\n", powernow_cpu_init()
H A Dcpufreq-nforce2.c59 #define PFX "cpufreq-nforce2: " macro
177 printk(KERN_ERR PFX "FSB %d is out of range!\n", fsb); nforce2_set_fsb()
183 printk(KERN_ERR PFX "Error while reading the FSB\n"); nforce2_set_fsb()
279 printk(KERN_ERR PFX "Changing FSB to %d failed\n", nforce2_target()
328 printk(KERN_WARNING PFX nforce2_cpu_init()
344 printk(KERN_INFO PFX "FSB currently at %i MHz, FID %d.%d\n", fsb, nforce2_cpu_init()
404 printk(KERN_INFO PFX "Detected nForce2 chipset revision %X\n", nforce2_detect_chipset()
406 printk(KERN_INFO PFX nforce2_detect_chipset()
426 printk(KERN_INFO PFX "No nForce2 chipset.\n"); nforce2_init()
H A Dlonghaul.c43 #define PFX "longhaul: " macro
350 printk(KERN_INFO PFX "Failed to set requested frequency!\n"); longhaul_setstate()
356 printk(KERN_INFO PFX "Enabling \"Ignore Revision ID\" " longhaul_setstate()
367 printk(KERN_INFO PFX "Disabling ACPI C3 support.\n"); longhaul_setstate()
370 printk(KERN_INFO PFX "Disabling \"Ignore " longhaul_setstate()
382 printk(KERN_INFO PFX "Switching to Longhaul ver. 1\n"); longhaul_setstate()
390 printk(KERN_INFO PFX "Warning: Timeout while waiting for " longhaul_setstate()
436 printk(KERN_INFO PFX "Invalid (reserved) multiplier!\n"); longhaul_get_ranges()
441 printk(KERN_INFO PFX "Invalid (reserved) FSB!\n"); longhaul_get_ranges()
471 printk(KERN_INFO PFX "highestspeed == lowest, aborting.\n"); longhaul_get_ranges()
475 printk(KERN_INFO PFX "nonsense! lowest (%d > %d) !\n", longhaul_get_ranges()
541 printk(KERN_INFO PFX "Voltage scaling not supported by CPU.\n"); longhaul_setup_voltagescaling()
546 printk(KERN_INFO PFX "VRM 8.5\n"); longhaul_setup_voltagescaling()
550 printk(KERN_INFO PFX "Mobile VRM\n"); longhaul_setup_voltagescaling()
561 printk(KERN_INFO PFX "Bogus values Min:%d.%03d Max:%d.%03d. " longhaul_setup_voltagescaling()
569 printk(KERN_INFO PFX "Claims to support voltage scaling but " longhaul_setup_voltagescaling()
578 printk(KERN_INFO PFX longhaul_setup_voltagescaling()
620 printk(KERN_INFO PFX "f: %d kHz, index: %d, vid: %d mV\n", cpufreq_for_each_entry()
625 printk(KERN_INFO PFX "Voltage scaling enabled.\n");
723 printk(KERN_ERR PFX enable_arbiter_disable()
761 printk(KERN_INFO PFX "ACPI I/O at 0x%x\n", longhaul_setup_southbridge()
856 printk(KERN_INFO PFX "VIA %s CPU detected. ", cpuname); longhaul_cpu_init()
892 printk(KERN_ERR PFX longhaul_cpu_init()
898 printk(KERN_INFO PFX "Using northbridge support.\n"); longhaul_cpu_init()
900 printk(KERN_INFO PFX "Using ACPI support.\n"); longhaul_cpu_init()
937 printk(KERN_ERR PFX "Option \"enable\" not set. Aborting.\n"); longhaul_init()
942 printk(KERN_ERR PFX "More than 1 CPU detected, " longhaul_init()
949 printk(KERN_ERR PFX "APIC detected. Longhaul is currently " longhaul_init()
958 printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n"); longhaul_init()
H A Dsc520_freq.c33 #define PFX "sc520_freq: " macro
47 printk(KERN_ERR PFX "error: cpuctl register has unexpected " sc520_freq_get_cpu_frequency()
H A Dp4-clockmod.c38 #define PFX "p4-clockmod: " macro
127 printk_once(KERN_WARNING PFX "Warning: EST-capable " cpufreq_p4_get_frequency()
155 printk(KERN_WARNING PFX "Warning: Pentium 4-M detected. " cpufreq_p4_get_frequency()
268 printk(KERN_INFO PFX "P4/Xeon(TM) CPU On-Demand Clock " cpufreq_p4_init()
H A Dspeedstep-lib.c21 #define PFX "speedstep-lib: " macro
116 printk(KERN_DEBUG PFX "PM - invalid FSB: 0x%x 0x%x\n", pentiumM_get_frequency()
211 printk(KERN_DEBUG PFX "couldn't detect FSB speed. " pentium4_get_frequency()
457 printk(KERN_WARNING PFX "frequency transition " speedstep_get_freqs()
H A Dpowernow-k6.c25 #define PFX "powernow-k6: " macro
144 printk(KERN_ERR PFX "invalid target frequency\n"); powernow_k6_target()
278 printk(KERN_INFO PFX "PowerNow IOPORT region already used.\n"); powernow_k6_init()
H A Dspeedstep-centrino.c30 #define PFX "speedstep-centrino: " macro
389 printk(KERN_INFO PFX centrino_cpu_init()
H A Dacpi-cpufreq.c53 #define PFX "acpi-cpufreq: " macro
710 pr_info_once(PFX "overriding BIOS provided _PSD data\n"); acpi_cpufreq_cpu_init()
/linux-4.1.27/drivers/char/agp/
H A Defficeon-agp.c111 printk(KERN_DEBUG PFX "efficeon_tlbflush()\n"); efficeon_tlbflush()
121 printk(KERN_DEBUG PFX "efficeon_cleanup()\n"); efficeon_cleanup()
134 printk(KERN_DEBUG PFX "efficeon_configure()\n"); efficeon_configure()
170 printk(KERN_DEBUG PFX "efficeon_free_gatt_table(%p, %02x, %08x)\n", efficeon_free_gatt_table()
175 printk(KERN_DEBUG PFX "efficeon_free_gatt_table() freed %d pages\n", freed); efficeon_free_gatt_table()
203 printk(KERN_DEBUG PFX "efficeon_create_gatt_table(%d)\n", num_entries); efficeon_create_gatt_table()
245 printk(KERN_DEBUG PFX "efficeon_insert_memory(%lx, %d)\n", pg_start, count); efficeon_insert_memory()
291 printk(KERN_DEBUG PFX "efficeon_remove_memory(%lx, %d)\n", pg_start, count); efficeon_remove_memory()
358 printk(KERN_ERR PFX "Unsupported Efficeon chipset (device id: %04x)\n", agp_efficeon_probe()
363 printk(KERN_INFO PFX "Detected Transmeta Efficeon TM8000 series chipset\n"); agp_efficeon_probe()
379 printk(KERN_ERR PFX "Unable to Enable PCI device\n"); agp_efficeon_probe()
392 printk(KERN_ERR PFX "could not assign resource 0\n"); agp_efficeon_probe()
425 printk(KERN_DEBUG PFX "agp_efficeon_resume()\n"); agp_efficeon_resume()
H A Dgeneric.c419 printk(KERN_INFO PFX "memory %p is already bound!\n", curr); agp_bind_memory()
459 printk(KERN_INFO PFX "memory %p was not bound!\n", curr); agp_unbind_memory()
487 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n", agp_v2_parse_one()
505 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x4 rate. " agp_v2_parse_one()
510 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x2 rate. " agp_v2_parse_one()
521 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm); agp_v2_parse_one()
591 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n", agp_v3_parse_one()
599 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm); agp_v3_parse_one()
603 printk(KERN_INFO PFX "%s tried to set rate=x%d. Setting to AGP3 x8 mode.\n", current->comm, tmp * 4); agp_v3_parse_one()
632 printk(KERN_INFO PFX "%s passes broken AGP3 flags (%x). Fixed.\n", agp_v3_parse_one()
643 printk(KERN_INFO PFX "%s passes broken AGP2 flags (%x) in AGP3 mode. Fixed.\n", agp_v3_parse_one()
653 printk(KERN_INFO PFX "%s requested AGPx8 but bridge not capable.\n", current->comm); agp_v3_parse_one()
659 printk(KERN_INFO PFX "%s requested AGPx8 but graphic card not capable.\n", current->comm); agp_v3_parse_one()
679 printk(KERN_INFO PFX "No AGP mode specified. Setting to highest mode " agp_v3_parse_one()
684 printk(KERN_INFO PFX "Fell back to AGPx4 mode because "); agp_v3_parse_one()
686 printk(KERN_INFO PFX "bridge couldn't do x8. bridge_agpstat:%x (orig=%x)\n", agp_v3_parse_one()
692 printk(KERN_INFO PFX "graphics card couldn't do x8. vga_agpstat:%x (orig=%x)\n", agp_v3_parse_one()
733 printk(KERN_INFO PFX "Couldn't find an AGP VGA controller.\n"); agp_collect_device_status()
1319 panic(PFX "timed out waiting for the other CPUs!\n"); global_cache_flush()
H A Dhp-agp.c81 printk(KERN_INFO PFX "HP ZX1 IOC: IOPDIR shared with sba_iommu\n"); hp_zx1_ioc_shared()
96 printk(KERN_ERR PFX "Invalid IOTLB page size " hp_zx1_ioc_shared()
118 printk(KERN_ERR PFX "No reserved IO PDIR entry found; " hp_zx1_ioc_shared()
131 printk(KERN_INFO PFX "HP ZX1 IOC: IOPDIR dedicated to GART\n"); hp_zx1_ioc_owner()
220 printk(KERN_ERR PFX "Invalid capability ID 0x%02x at 0x%x\n", hp_zx1_lba_init()
300 printk(KERN_ERR PFX "Couldn't allocate contiguous " hp_zx1_create_gatt_table()
503 printk(KERN_ERR PFX "Detected HP ZX1 " zx1_gart_probe()
520 printk(KERN_INFO PFX "Detected HP ZX1 %s AGP chipset " zx1_gart_probe()
H A Di460-agp.c116 printk(KERN_ERR PFX i460_fetch_size()
130 printk(KERN_ERR PFX "GART SRAMS disabled on 460GX chipset\n"); i460_fetch_size()
131 printk(KERN_ERR PFX "AGPGART operation not possible\n"); i460_fetch_size()
137 printk(KERN_ERR PFX "We can't have a 32GB aperture with 4KB GART pages\n"); i460_fetch_size()
256 printk(KERN_ERR PFX "ioremap failed\n"); i460_create_gatt_table()
312 printk(KERN_ERR PFX "Looks like we're out of AGP memory\n"); i460_insert_memory_small_io_page()
373 printk(KERN_ERR PFX "Couldn't alloc 4M GART page...\n"); i460_alloc_large_page()
381 printk(KERN_ERR PFX "Out of memory, we're in trouble...\n"); i460_alloc_large_page()
420 printk(KERN_ERR PFX "Looks like we're out of AGP memory\n"); i460_insert_memory_large_io_page()
608 printk(KERN_INFO PFX "Detected Intel 460GX chipset\n"); agp_intel_i460_probe()
H A Dnvidia-agp.c278 printk(KERN_ERR PFX nvidia_tlbflush()
350 printk(KERN_INFO PFX "Detected an NVIDIA nForce/nForce2 " agp_nvidia_probe()
361 printk(KERN_INFO PFX "Detected NVIDIA nForce chipset\n"); agp_nvidia_probe()
365 printk(KERN_INFO PFX "Detected NVIDIA nForce2 chipset\n"); agp_nvidia_probe()
369 printk(KERN_ERR PFX "Unsupported NVIDIA chipset (device id: %04x)\n", agp_nvidia_probe()
H A Dvia-agp.c39 printk(KERN_ERR PFX "Unknown aperture size from AGP bridge (0x%x)\n", temp); via_fetch_size()
452 printk (KERN_INFO PFX "Detected VIA %s chipset\n", devs[j].chipset_name); agp_via_probe()
468 printk(KERN_INFO PFX "Found KT400 in disguise as a KT266.\n"); agp_via_probe()
H A Dagp.h34 #define PFX "agpgart: " macro
38 #define DBG(x,y...) printk (KERN_DEBUG PFX "%s: " x "\n", __func__ , ## y)
H A Dsgi-agp.c279 printk(KERN_INFO PFX "SGI TIO CA GART driver initialized.\n"); agp_sgi_init()
303 printk(KERN_INFO PFX "bridge %d = 0x%p\n", j, agp_sgi_init()
H A Dalpha-agp.c195 printk(KERN_INFO PFX "Detected AGP on hose %d\n", agp->hose->index); alpha_core_agp_setup()
H A Damd64-agp.c255 printk(KERN_ERR PFX "Aperture conflicts with PCI mapping.\n"); agp_aperture_valid()
766 printk(KERN_INFO PFX "No supported AGP bridge found.\n"); agp_amd64_init()
768 printk(KERN_INFO PFX "You can try agp_try_unsupported=1\n"); agp_amd64_init()
770 printk(KERN_INFO PFX "You can boot with agp=try_unsupported\n"); agp_amd64_init()
H A Dbackend.c274 printk (KERN_DEBUG PFX "Erk, registering with no pci_dev!\n"); agp_add_bridge()
H A Dati-agp.c218 printk(KERN_INFO PFX "IGP320 gart_bus_addr: %x\n", agp_bridge.gart_bus_addr); ati_configure()
H A Dfrontend.c1059 printk(KERN_ERR PFX "unable to get minor: %d\n", AGPGART_MINOR); agp_frontend_initialize()
/linux-4.1.27/drivers/parisc/
H A Dsuperio.c95 #define PFX SUPERIO ": " macro
125 printk(KERN_ERR PFX "slave interrupted!\n"); superio_interrupt()
136 printk(KERN_WARNING PFX "spurious interrupt!\n"); superio_interrupt()
172 printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n", superio_init()
177 printk(KERN_INFO PFX "Serial port 1 at 0x%x\n", sio->sp1_base); superio_init()
181 printk(KERN_INFO PFX "Serial port 2 at 0x%x\n", sio->sp2_base); superio_init()
185 printk(KERN_INFO PFX "Parallel port at 0x%x\n", sio->pp_base); superio_init()
189 printk(KERN_INFO PFX "Floppy controller at 0x%x\n", sio->fdc_base); superio_init()
192 printk(KERN_INFO PFX "ACPI at 0x%x\n", sio->acpi_base); superio_init()
273 printk(KERN_INFO PFX "USB regulator enabled\n"); superio_init()
275 printk(KERN_ERR PFX "USB regulator not initialized!\n"); superio_init()
280 printk(KERN_ERR PFX "could not get irq\n"); superio_init()
295 printk(KERN_ERR PFX "Illegal irq number.\n"); superio_mask_irq()
313 printk(KERN_ERR PFX "Illegal irq number (%d).\n", irq); superio_unmask_irq()
407 printk(KERN_WARNING PFX "Register Serial #0 failed.\n"); superio_serial_init()
417 printk(KERN_WARNING PFX "Register Serial #1 failed.\n"); superio_serial_init()
432 printk(KERN_WARNING PFX "Probing parallel port failed.\n"); superio_parport_init()
/linux-4.1.27/drivers/ide/
H A Dide-gd.h5 #define PFX DRV_NAME ": " macro
H A Dide-floppy.c96 printk(KERN_ERR PFX "Error in REQUEST SENSE itself - " ide_floppy_callback()
115 printk(KERN_ERR PFX "%s: I/O error, pc = %2x, key = %2x, " ide_floppy_report_error()
184 printk(KERN_ERR PFX "unsupported page code in %s\n", __func__); ide_floppy_create_mode_sense_cmd()
247 printk(KERN_ERR PFX "%s: I/O error\n", drive->name); ide_floppy_do_request()
261 printk(KERN_ERR PFX "%s: unsupported r/w rq size\n", ide_floppy_do_request()
322 printk(KERN_ERR PFX "Can't get flexible disk page params\n"); ide_floppy_get_flexible_disk_page()
345 printk(KERN_INFO PFX "%s: %dkB, %d/%d/%d CHS, %d kBps, " ide_floppy_get_flexible_disk_page()
357 printk(KERN_NOTICE PFX "%s: The disk reports a capacity of %d " ide_floppy_get_flexible_disk_page()
391 printk(KERN_ERR PFX "Can't get floppy parameters\n"); ide_floppy_get_capacity()
427 printk(KERN_INFO PFX "%s: %dkB, %d blocks, %d " ide_floppy_get_capacity()
434 printk(KERN_NOTICE PFX "%s: %d bytes block size" ide_floppy_get_capacity()
441 printk(KERN_NOTICE PFX "%s: Warning: " ide_floppy_get_capacity()
455 printk(KERN_ERR PFX "%s: No disk in drive\n", ide_floppy_get_capacity()
459 printk(KERN_ERR PFX "%s: Invalid capacity for disk " ide_floppy_get_capacity()
H A Dide-atapi.c16 #define PFX DRV_NAME ": " macro
205 printk(KERN_WARNING PFX "%s: failed to map sense " ide_prep_sense()
227 printk(KERN_WARNING PFX "%s: error queuing a sense request\n", ide_queue_sense_rq()
299 printk(KERN_INFO PFX "cmd 0x%x timed out\n", ide_cd_expiry()
353 printk(KERN_ERR PFX "%s: %s: wrong transfer direction!\n", ide_check_ireason()
369 printk(KERN_ERR PFX "%s: CoD != 0 in %s\n", drive->name, ide_check_ireason()
373 printk(KERN_ERR PFX "%s: %s: bad interrupt reason 0x%02x\n", ide_check_ireason()
418 printk(KERN_ERR PFX "%s: DMA %s error\n", ide_pc_intr()
450 printk(KERN_ERR PFX "%s: I/O error in request " ide_pc_intr()
499 printk(KERN_ERR PFX "%s: The device wants to issue more " ide_pc_intr()
557 printk(KERN_ERR PFX "%s: (IO,CoD != (0,1) while issuing " ide_wait_ireason()
562 printk(KERN_ERR PFX "%s: (IO,CoD != (0,1) while issuing" ide_wait_ireason()
594 printk(KERN_ERR PFX "%s: Strange, packet command initiated yet " ide_transfer_pc()
636 printk(KERN_ERR PFX "%s: (IO,CoD) != (0,1) while " ide_transfer_pc()
H A Dide-cd.c24 #define PFX DRV_NAME ": " macro
315 printk(KERN_ERR PFX "%s: tray open\n", cdrom_decode_status()
544 printk(KERN_ERR PFX "%s: DMA %s error\n", drive->name, cdrom_newpc_intr()
588 printk(KERN_ERR PFX "%s: %s: data underrun " cdrom_newpc_intr()
647 printk(KERN_ERR PFX "%s: confused, missing data\n", cdrom_newpc_intr()
911 printk_once(KERN_ERR PFX "%s: weird block size %u; " cdrom_read_capacity()
969 printk(KERN_ERR PFX "%s: No cdrom TOC buffer!\n", ide_cd_read_toc()
1222 printk(KERN_ERR PFX "%s: ATAPI magneto-optical drive\n", ide_cdrom_probe_capabilities()
1280 printk(KERN_INFO PFX "%s: ATAPI", drive->name); ide_cdrom_probe_capabilities()
1529 printk(KERN_ERR PFX "%s: %s failed to register device with the" ide_cdrom_setup()
1746 printk(KERN_ERR PFX "%s: Can't allocate a cdrom structure\n", ide_cd_probe()
H A Dide-gd.c375 printk(KERN_ERR PFX "%s: not supported by this driver\n", ide_gd_probe()
382 printk(KERN_ERR PFX "%s: can't allocate a disk structure\n", ide_gd_probe()
/linux-4.1.27/drivers/mtd/maps/
H A Dsun_uflash.c27 #define PFX DRIVER_NAME ": " macro
58 printk(KERN_ERR PFX "Unsupported device at %s, 0x%llx\n", uflash_devinit()
66 printk(KERN_ERR PFX "Cannot allocate struct uflash_dev\n"); uflash_devinit()
84 printk(KERN_ERR PFX "Failed to map device.\n"); uflash_devinit()
H A Dgpio-addr-flash.c32 #define PFX DRIVER_NAME ": " macro
250 pr_devinit(KERN_ERR PFX "failed to request gpio %d\n", gpio_flash_probe()
260 pr_devinit(KERN_NOTICE PFX "probing %d-bit flash bus\n", gpio_flash_probe()
/linux-4.1.27/sound/aoa/codecs/
H A Dtoonie.c23 #define PFX "snd-aoa-codec-toonie: " macro
96 printk(KERN_ERR PFX "failed to create toonie snd device!\n"); toonie_init_codec()
103 printk(KERN_ERR PFX "error creating toonie pcm\n"); toonie_init_codec()
116 printk(KERN_ERR PFX "toonie_exit_codec called without soundbus_dev!\n"); toonie_exit_codec()
H A Donyx.c46 #define PFX "snd-aoa-codec-onyx: " macro
870 printk(KERN_ERR PFX "gpios not assigned!!\n"); onyx_init_codec()
882 printk(KERN_ERR PFX "failed to initialise onyx registers\n"); onyx_init_codec()
887 printk(KERN_ERR PFX "failed to create onyx snd device!\n"); onyx_init_codec()
922 printk(KERN_ERR PFX "error creating onyx pcm\n"); onyx_init_codec()
974 printk(KERN_INFO PFX "attached to onyx codec via i2c\n"); onyx_init_codec()
988 printk(KERN_ERR PFX "onyx_exit_codec called without soundbus_dev!\n"); onyx_exit_codec()
1013 printk(KERN_ERR PFX "failed to read control register\n"); onyx_i2c_probe()
1026 printk(KERN_DEBUG PFX "created and attached onyx instance\n"); onyx_i2c_probe()
H A Dtas.c81 #define PFX "snd-aoa-codec-tas: " macro
803 printk(KERN_ERR PFX "gpios not assigned!!\n"); tas_init_codec()
809 printk(KERN_ERR PFX "tas failed to initialise\n"); tas_init_codec()
819 printk(KERN_ERR PFX "error attaching tas to soundbus\n"); tas_init_codec()
824 printk(KERN_ERR PFX "failed to create tas snd device!\n"); tas_init_codec()
/linux-4.1.27/drivers/ssb/
H A Dssb_private.h9 #define PFX "ssb: " macro
19 #define ssb_emerg(fmt, ...) ssb_printk(KERN_EMERG PFX fmt, ##__VA_ARGS__)
20 #define ssb_err(fmt, ...) ssb_printk(KERN_ERR PFX fmt, ##__VA_ARGS__)
21 #define ssb_warn(fmt, ...) ssb_printk(KERN_WARNING PFX fmt, ##__VA_ARGS__)
22 #define ssb_notice(fmt, ...) ssb_printk(KERN_NOTICE PFX fmt, ##__VA_ARGS__)
23 #define ssb_info(fmt, ...) ssb_printk(KERN_INFO PFX fmt, ##__VA_ARGS__)
29 ssb_printk(KERN_DEBUG PFX fmt, ##__VA_ARGS__)
32 do { if (0) printk(KERN_DEBUG PFX fmt, ##__VA_ARGS__); } while (0)
H A Dscan.c358 printk(KERN_DEBUG PFX ssb_bus_scan()
H A Dpci.c164 printk(KERN_ERR PFX "Error: ssb_pci_xtal() could not access PCI config space!\n"); ssb_pci_xtal()
955 printk(KERN_ERR PFX "FATAL ERROR: Bus powered down " ssb_pci_assert_buspower()
H A Ddriver_chipcommon_pmu.c708 ssb_printk(KERN_ERR PFX ssb_pmu_spuravoid_pllupdate()
H A Dmain.c1221 printk(KERN_ERR PFX "Timeout waiting for bitmask %08X on " ssb_wait_bits()
/linux-4.1.27/drivers/infiniband/core/
H A Dfmr_pool.c45 #define PFX "fmr_pool: " macro
153 printk(KERN_WARNING PFX "Unmapping FMR 0x%08x with ref count %d\n", ib_fmr_batch_release()
170 printk(KERN_WARNING PFX "ib_unmap_fmr returned %d\n", ret); ib_fmr_batch_release()
226 printk(KERN_INFO PFX "Device %s does not support FMRs\n", ib_create_fmr_pool()
233 printk(KERN_WARNING PFX "couldn't allocate device attr struct\n"); ib_create_fmr_pool()
239 printk(KERN_WARNING PFX "couldn't query device: %d\n", ret); ib_create_fmr_pool()
253 printk(KERN_WARNING PFX "couldn't allocate pool struct\n"); ib_create_fmr_pool()
270 printk(KERN_WARNING PFX "Failed to allocate cache in pool\n"); ib_create_fmr_pool()
294 printk(KERN_WARNING PFX "couldn't start cleanup thread\n"); ib_create_fmr_pool()
314 printk(KERN_WARNING PFX "failed to allocate fmr " ib_create_fmr_pool()
326 printk(KERN_WARNING PFX "fmr_create failed " ib_create_fmr_pool()
382 printk(KERN_WARNING PFX "pool still has %d regions registered\n", ib_destroy_fmr_pool()
482 printk(KERN_WARNING PFX "fmr_map returns %d\n", result); ib_fmr_pool_map_phys()
536 printk(KERN_WARNING PFX "FMR %p has ref count %d < 0\n", ib_fmr_pool_unmap()
/linux-4.1.27/drivers/infiniband/ulp/isert/
H A Dib_isert.h8 #define PFX DRV_NAME ": " macro
13 printk(KERN_DEBUG PFX "%s: " fmt,\
20 pr_warn(PFX "%s: " fmt, \
27 pr_info(PFX "%s: " fmt, \
32 pr_err(PFX "%s: " fmt, __func__ , ## arg)
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_poweroff.c44 #define PFX "IPMI poweroff: " macro
215 printk(KERN_INFO PFX "PPS powerdown hook used"); pps_poweroff_atca()
225 printk(KERN_ERR PFX "Unable to send ATCA ," pps_poweroff_atca()
257 printk(KERN_INFO PFX "ATCA Detect mfg 0x%X prod 0x%X\n", ipmi_atca_detect()
261 printk(KERN_INFO PFX ipmi_atca_detect()
282 printk(KERN_INFO PFX "Powering down via ATCA power command\n"); ipmi_poweroff_atca()
305 printk(KERN_ERR PFX "Unable to send ATCA powerdown message," ipmi_poweroff_atca()
357 printk(KERN_INFO PFX "Powering down via CPI1 power command\n"); ipmi_poweroff_cpi1()
487 printk(KERN_INFO PFX "Powering %s via IPMI chassis control command\n", ipmi_poweroff_chassis()
507 printk(KERN_ERR PFX "Unable to send chassis power " \ ipmi_poweroff_chassis()
513 printk(KERN_ERR PFX "Unable to send chassis power " \ ipmi_poweroff_chassis()
574 printk(KERN_ERR PFX "could not create IPMI user, error %d\n", ipmi_po_new_smi()
597 printk(KERN_ERR PFX "Unable to send IPMI get device id info," ipmi_po_new_smi()
603 printk(KERN_ERR PFX "(chassis) IPMI get device id info too," ipmi_po_new_smi()
625 printk(KERN_ERR PFX "Unable to find a poweroff function that" ipmi_po_new_smi()
631 printk(KERN_INFO PFX "Found a %s style poweroff function\n", ipmi_po_new_smi()
699 printk(KERN_INFO PFX "Power cycle is enabled.\n"); ipmi_poweroff_init()
704 printk(KERN_ERR PFX "Unable to register powercycle sysctl\n"); ipmi_poweroff_init()
715 printk(KERN_ERR PFX "Unable to register SMI watcher: %d\n", rv); ipmi_poweroff_init()
738 printk(KERN_ERR PFX "could not cleanup the IPMI" ipmi_poweroff_cleanup()
H A Dipmi_watchdog.c72 #define PFX "IPMI Watchdog: " macro
431 printk(KERN_WARNING PFX "set timeout error: %d\n", i_ipmi_set_timeout()
552 printk(KERN_WARNING PFX panic_halt_ipmi_set_timeout()
644 printk(KERN_WARNING PFX "heartbeat failure: %d\n", ipmi_heartbeat()
655 printk(KERN_ERR PFX ": Unable to restore the IPMI" ipmi_heartbeat()
671 printk(KERN_ERR PFX ": Unable to send the command to" ipmi_heartbeat()
913 printk(KERN_CRIT PFX ipmi_close()
948 printk(KERN_INFO PFX "response: The IPMI controller appears" ipmi_wdog_msg_handler()
952 printk(KERN_ERR PFX "response: Error %x on cmd %x\n", ipmi_wdog_msg_handler()
1001 printk(KERN_CRIT PFX "Unable to register with ipmi\n"); ipmi_register_watchdog()
1013 printk(KERN_CRIT PFX "Unable to register misc device\n"); ipmi_register_watchdog()
1035 printk(KERN_WARNING PFX "Error starting timer to" ipmi_register_watchdog()
1045 printk(KERN_WARNING PFX "IPMI NMI didn't seem to" ipmi_register_watchdog()
1063 printk(KERN_INFO PFX "Starting now!\n"); ipmi_register_watchdog()
1095 printk(KERN_WARNING PFX "error unlinking from IPMI: %d\n", ipmi_unregister_watchdog()
1137 panic(PFX "pre-timeout"); ipmi_nmi()
1298 printk(KERN_WARNING PFX "Pretimeout op is to give data" check_parms()
1309 printk(KERN_WARNING PFX check_parms()
1327 printk(KERN_INFO PFX "Unknown action '%s', defaulting to" ipmi_wdog_init()
1333 printk(KERN_INFO PFX "Unknown preaction '%s', defaulting to" ipmi_wdog_init()
1339 printk(KERN_INFO PFX "Unknown preop '%s', defaulting to" ipmi_wdog_init()
1358 printk(KERN_WARNING PFX "can't register smi watcher\n"); ipmi_wdog_init()
1362 printk(KERN_INFO PFX "driver initialized\n"); ipmi_wdog_init()
H A Dipmi_ssif.c56 #define PFX "ipmi_ssif: " macro
327 pr_err(PFX deliver_recv_msg()
659 pr_info(PFX "Middle message with no data\n"); msg_done_handler()
703 pr_info(PFX msg_done_handler()
722 pr_info(PFX "DONE 1: state = %d, result=%d.\n", msg_done_handler()
756 pr_warn(PFX "Error getting flags: %d %d, %x\n", msg_done_handler()
760 pr_warn(PFX "Invalid response getting flags: %x %x\n", msg_done_handler()
773 pr_warn(PFX "Error clearing flags: %d %d, %x\n", msg_done_handler()
777 pr_warn(PFX "Invalid response clearing flags: %x %x\n", msg_done_handler()
794 pr_warn(PFX "Invalid response getting events: %x %x\n", msg_done_handler()
817 pr_warn(PFX "Invalid response clearing flags: %x %x\n", msg_done_handler()
844 pr_info(PFX "DONE 2: state = %d.\n", ssif_info->ssif_state); msg_done_handler()
864 pr_info(PFX msg_written_handler()
1182 pr_err(PFX "Unable to unregister device: errno=%d\n", rv); ssif_remove()
1446 pr_info(PFX "Trying %s-specified SSIF interface at i2c address 0x%x, adapter %s, slave address 0x%x\n", ssif_probe()
1475 pr_info(PFX "SSIF info too short: %d\n", len); ssif_probe()
1531 pr_info(PFX "Error fetching SSIF: %d %d %2.2x, your system probably doesn't support this command so using defaults\n", ssif_probe()
1546 pr_warn(PFX "Unable to clear message flags: %d %d %2.2x\n", ssif_probe()
1554 pr_warn(PFX "Error getting global enables: %d %d %2.2x\n", ssif_probe()
1573 pr_warn(PFX "Error setting global enables: %d %d %2.2x\n", ssif_probe()
1590 pr_warn(PFX "Error setting global enables: %d %d %2.2x\n", ssif_probe()
1653 pr_err(PFX "Unable to register device: error %d\n", rv); ssif_probe()
1661 pr_err(PFX "Unable to create proc entry: %d\n", rv); ssif_probe()
1669 pr_err(PFX "Unable to create proc entry: %d\n", rv); ssif_probe()
1864 pr_warn(PFX "Invalid ACPI SSIF I/O Address type: %d\n", try_init_spmi()
1979 pr_err(PFX init_ipmi_ssif()
H A Dipmi_si_intf.c78 #define PFX "ipmi_si: " macro
1737 printk(KERN_WARNING PFX "No hotmod %s given.\n", name); parse_str()
1750 printk(KERN_WARNING PFX "Invalid hotmod %s '%s'\n", name, *curr); parse_str()
1761 printk(KERN_WARNING PFX check_hotmod_int_op()
1768 printk(KERN_WARNING PFX check_hotmod_int_op()
1850 printk(KERN_WARNING PFX "Invalid hotmod address" hotmod_handler()
1894 printk(KERN_WARNING PFX hotmod_handler()
1976 printk(KERN_INFO PFX "probing via hardcoded address\n"); hardcode_find_bmc()
1985 printk(KERN_WARNING PFX "Interface type specified " hardcode_find_bmc()
2003 printk(KERN_WARNING PFX "Interface type specified " hardcode_find_bmc()
2148 printk(KERN_INFO PFX "Bad SPMI legacy %d\n", spmi->IPMIlegacy); try_init_spmi()
2154 printk(KERN_ERR PFX "Could not allocate SI data (3)\n"); try_init_spmi()
2159 printk(KERN_INFO PFX "probing via SPMI\n"); try_init_spmi()
2176 printk(KERN_INFO PFX "Unknown ACPI/SPMI SI type %d\n", try_init_spmi()
2213 printk(KERN_WARNING PFX "Unknown ACPI I/O Address type\n"); try_init_spmi()
2272 printk(KERN_INFO PFX "probing via ACPI\n"); ipmi_pnp_probe()
2459 printk(KERN_ERR PFX "Could not allocate SI data\n"); try_init_dmi()
2464 printk(KERN_INFO PFX "probing via SMBIOS\n"); try_init_dmi()
2494 printk(KERN_WARNING PFX "Unknown SMBIOS I/O Address type: %d\n", try_init_dmi()
2710 dev_warn(&dev->dev, PFX "invalid address from OF\n"); ipmi_probe()
2716 dev_warn(&dev->dev, PFX "invalid regsize from OF\n"); ipmi_probe()
2722 dev_warn(&dev->dev, PFX "invalid regspacing from OF\n"); ipmi_probe()
2728 dev_warn(&dev->dev, PFX "invalid regshift from OF\n"); ipmi_probe()
2937 printk(KERN_WARNING PFX "Out of memory allocating response for" check_clr_rcv_irq()
2949 printk(KERN_WARNING PFX "Error getting response from get" check_clr_rcv_irq()
2962 printk(KERN_WARNING PFX "Invalid return from get global" check_clr_rcv_irq()
2980 printk(KERN_WARNING PFX "Error getting response from set" check_clr_rcv_irq()
2992 printk(KERN_WARNING PFX "Invalid return from get global" check_clr_rcv_irq()
3004 printk(KERN_WARNING PFX "The BMC does not support clearing" check_clr_rcv_irq()
3030 printk(KERN_WARNING PFX "Error getting response from get" try_enable_event_buffer()
3043 printk(KERN_WARNING PFX "Invalid return from get global" try_enable_event_buffer()
3062 printk(KERN_WARNING PFX "Error getting response from set" try_enable_event_buffer()
3074 printk(KERN_WARNING PFX "Invalid return from get global," try_enable_event_buffer()
3382 printk(KERN_INFO PFX "Found default %s" default_find_bmc()
3413 printk(KERN_INFO PFX "Adding %s-specified %s state machine", add_smi()
3442 printk(KERN_INFO PFX "Trying %s-specified %s state" try_smi_init()
3473 printk(KERN_ERR PFX try_smi_init()
3484 printk(KERN_ERR PFX "Could not set up I/O space\n"); try_smi_init()
3491 printk(KERN_INFO PFX "Interface detection failed\n"); try_smi_init()
3503 printk(KERN_INFO PFX "There appears to be no BMC" try_smi_init()
3552 printk(KERN_ERR PFX try_smi_init()
3561 printk(KERN_ERR PFX try_smi_init()
3672 printk(KERN_ERR PFX "Unable to register " init_ipmi_si()
3703 printk(KERN_ERR PFX "Unable to register " init_ipmi_si()
3785 printk(KERN_WARNING PFX init_ipmi_si()
3808 pr_err(PFX "Unable to unregister device: errno=%d\n", cleanup_one_si()
H A Dipmi_msghandler.c50 #define PFX "IPMI message handler: " macro
1259 printk(KERN_WARNING PFX "Event queue no longer" ipmi_set_gets_events()
2486 printk(KERN_WARNING PFX ipmi_bmc_register()
2498 printk(KERN_ERR PFX ipmi_bmc_register()
2617 printk(KERN_WARNING PFX guid_handler()
2724 printk(KERN_WARNING PFX channel_handler()
2870 printk(KERN_WARNING PFX ipmi_register_smi()
3580 printk(KERN_WARNING PFX "Event queue full, discarding" handle_read_event_rsp()
3657 printk(KERN_WARNING PFX "BMC returned to small a message" handle_one_recv_msg()
3672 printk(KERN_WARNING PFX "BMC returned incorrect response," handle_one_recv_msg()
4535 printk(KERN_ERR PFX "Could not register IPMI driver\n"); ipmi_init_msghandler()
4545 printk(KERN_ERR PFX "Unable to create IPMI proc dir"); ipmi_init_msghandler()
4601 printk(KERN_WARNING PFX "SMI message count %d at exit\n", cleanup_ipmi()
4605 printk(KERN_WARNING PFX "recv message count %d at exit\n", cleanup_ipmi()
/linux-4.1.27/sound/isa/
H A Dsc6000.c116 #define PFX "sc6000: " macro
424 printk(KERN_INFO PFX "Detected model: %s, DSP version %d.%d\n", sc6000_init_board()
510 printk(KERN_ERR PFX "specify IO port\n"); snd_sc6000_match()
514 printk(KERN_ERR PFX "specify MSS port\n"); snd_sc6000_match()
518 printk(KERN_ERR PFX "Port must be 0x220 or 0x240\n"); snd_sc6000_match()
522 printk(KERN_ERR PFX "MSS port must be 0x530 or 0xe80\n"); snd_sc6000_match()
526 printk(KERN_ERR PFX "invalid IRQ %d\n", irq[dev]); snd_sc6000_match()
530 printk(KERN_ERR PFX "invalid DMA %d\n", dma[dev]); snd_sc6000_match()
535 printk(KERN_ERR PFX "invalid MPU-401 port %lx\n", snd_sc6000_match()
542 printk(KERN_ERR PFX "invalid MPU-401 IRQ %d\n", mpu_irq[dev]); snd_sc6000_match()
571 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); snd_sc6000_probe()
580 snd_printk(KERN_ERR PFX "unable to find a free DMA\n"); snd_sc6000_probe()
587 snd_printk(KERN_ERR PFX snd_sc6000_probe()
594 snd_printk(KERN_ERR PFX snd_sc6000_probe()
602 snd_printk(KERN_ERR PFX snd_sc6000_probe()
609 snd_printk(KERN_ERR PFX snd_sc6000_probe()
630 snd_printk(KERN_ERR PFX snd_sc6000_probe()
636 snd_printk(KERN_ERR PFX "error creating new WSS mixer\n"); snd_sc6000_probe()
641 snd_printk(KERN_ERR PFX "the mixer rewrite failed\n"); snd_sc6000_probe()
647 snd_printk(KERN_ERR PFX "no OPL device at 0x%x-0x%x ?\n", snd_sc6000_probe()
H A Dcmi8330.c515 #define PFX "cmi8330: " macro
527 snd_printk(KERN_ERR PFX "could not get a new card\n"); snd_cmi8330_card_new()
548 snd_printk(KERN_ERR PFX "AD1848 device busy??\n"); snd_cmi8330_probe()
552 snd_printk(KERN_ERR PFX "AD1848 not found during probe\n"); snd_cmi8330_probe()
562 snd_printk(KERN_ERR PFX "SB16 device busy??\n"); snd_cmi8330_probe()
566 snd_printk(KERN_ERR PFX "SB16 not found during probe\n"); snd_cmi8330_probe()
576 snd_printk(KERN_ERR PFX "failed to create mixers\n"); snd_cmi8330_probe()
581 snd_printk(KERN_ERR PFX "failed to create pcms\n"); snd_cmi8330_probe()
588 snd_printk(KERN_ERR PFX snd_cmi8330_probe()
602 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", snd_cmi8330_probe()
623 snd_printk(KERN_ERR PFX "specify wssport\n"); snd_cmi8330_isa_match()
627 snd_printk(KERN_ERR PFX "specify sbport\n"); snd_cmi8330_isa_match()
705 snd_printk(KERN_ERR PFX "PnP detection failed\n"); snd_cmi8330_pnp_detect()
H A Dazt2320.c45 #define PFX "azt2320: " macro
119 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); snd_card_azt2320_pnp()
140 snd_printk(KERN_ERR PFX "MPU401 pnp configure failure, skipping\n"); snd_card_azt2320_pnp()
238 snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); snd_card_azt2320_probe()
245 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", snd_card_azt2320_probe()
H A Dals100.c38 #define PFX "als100: " macro
138 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); snd_card_als100_pnp()
161 snd_printk(KERN_ERR PFX "MPU401 pnp configure failure, skipping\n"); snd_card_als100_pnp()
177 snd_printk(KERN_ERR PFX "OPL3 pnp configure failure, skipping\n"); snd_card_als100_pnp()
260 snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); snd_card_als100_probe()
267 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", snd_card_als100_probe()
H A Dopl3sa2.c140 #define PFX "opl3sa2: " macro
232 snd_printk(KERN_ERR PFX "can't grab port 0x%lx\n", port); snd_opl3sa2_detect()
673 snd_printk(KERN_ERR PFX "can't grab IRQ %d\n", xirq); snd_opl3sa2_probe()
793 snd_printk(KERN_ERR PFX "can't get pnp device from id '%s'\n", snd_opl3sa2_pnp_cdetect()
860 snd_printk(KERN_ERR PFX "specify port\n"); snd_opl3sa2_isa_match()
864 snd_printk(KERN_ERR PFX "specify wss_port\n"); snd_opl3sa2_isa_match()
868 snd_printk(KERN_ERR PFX "specify fm_port\n"); snd_opl3sa2_isa_match()
872 snd_printk(KERN_ERR PFX "specify midi_port\n"); snd_opl3sa2_isa_match()
H A Des18xx.c100 #define PFX "es18xx: " macro
1602 snd_printk(KERN_ERR PFX "unable go grab port 0x%lx\n", chip->ctrl_port); snd_es18xx_identify()
1633 snd_printk(KERN_ERR PFX "[0x%lx] ESS chip not found\n", chip->port); snd_es18xx_probe()
1805 snd_printk(KERN_ERR PFX "unable to grap ports 0x%lx-0x%lx\n", port, port + 16 - 1); snd_es18xx_new_device()
1812 snd_printk(KERN_ERR PFX "unable to grap IRQ %d\n", irq); snd_es18xx_new_device()
1819 snd_printk(KERN_ERR PFX "unable to grap DMA1 %d\n", dma1); snd_es18xx_new_device()
1826 snd_printk(KERN_ERR PFX "unable to grap DMA2 %d\n", dma2); snd_es18xx_new_device()
2032 snd_printk(KERN_ERR PFX "PnP configure failure (out of resources?)\n"); snd_audiodrive_pnp_init_main()
2100 snd_printk(KERN_ERR PFX "PnP control configure failure (out of resources?)\n"); snd_audiodrive_pnpc()
2162 snd_printk(KERN_WARNING PFX snd_audiodrive_probe()
2212 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); snd_es18xx_isa_probe()
2218 snd_printk(KERN_ERR PFX "unable to find a free DMA1\n"); snd_es18xx_isa_probe()
2224 snd_printk(KERN_ERR PFX "unable to find a free DMA2\n"); snd_es18xx_isa_probe()
/linux-4.1.27/drivers/char/hw_random/
H A Dintel-rng.c37 #define PFX KBUILD_MODNAME ": " macro
202 pr_err(PFX "cannot enable RNG, aborting\n"); intel_rng_init()
219 pr_warn(PFX "unusual: RNG already disabled\n"); intel_rng_cleanup()
277 pr_notice(PFX "FWH not detected\n"); intel_rng_hw_init()
309 PFX "Firmware space is locked read-only. If you can't or\n" intel_init_hw_struct()
310 PFX "don't want to disable this in firmware setup, and if\n" intel_init_hw_struct()
311 PFX "you are certain that your system has a functional\n" intel_init_hw_struct()
312 PFX "RNG, try using the 'no_fwh_detect' option.\n"; intel_init_hw_struct()
397 pr_err(PFX "RNG registering failed (%d)\n", mod_init()
H A Damd-rng.c35 #define PFX KBUILD_MODNAME ": " macro
148 pr_err(PFX "RNG registering failed (%d)\n",
H A Dgeode-rng.c35 #define PFX KBUILD_MODNAME ": " macro
115 pr_err(PFX "RNG registering failed (%d)\n",
H A Dvia-rng.c144 pr_err(PFX "can't enable hardware RNG " via_rng_init()
183 pr_err(PFX "cannot enable VIA C3 RNG, aborting\n"); via_rng_init()
208 pr_err(PFX "RNG registering failed (%d)\n", mod_init()
H A Dcore.c50 #define PFX RNG_MODULE_NAME ": " macro
H A Dn2-drv.c23 #define PFX DRV_MODULE_NAME ": " macro
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes.c322 printk(KERN_INFO PFX "%s: Reference count already 0 for QP%d, last aeq = 0x%04X.\n", nes_rem_ref()
470 printk(KERN_INFO PFX "NetEffect RNIC driver v%s loading. (%s)\n", nes_probe()
475 printk(KERN_ERR PFX "Unable to enable PCI device. (%s)\n", pci_name(pcidev)); nes_probe()
489 printk(KERN_ERR PFX "PCI regions not an MMIO resource\n"); nes_probe()
497 printk(KERN_ERR PFX "Unable to request regions. (%s)\n", pci_name(pcidev)); nes_probe()
504 printk(KERN_ERR PFX "64b DMA mask configuration failed\n"); nes_probe()
509 printk(KERN_ERR PFX "64b DMA consistent mask configuration failed\n"); nes_probe()
515 printk(KERN_ERR PFX "32b DMA mask configuration failed\n"); nes_probe()
520 printk(KERN_ERR PFX "32b DMA consistent mask configuration failed\n"); nes_probe()
530 printk(KERN_ERR PFX "%s: Unable to alloc hardware struct\n", pci_name(pcidev)); nes_probe()
548 printk(KERN_ERR PFX "Unable to remap BAR0\n"); nes_probe()
578 printk(KERN_ERR PFX "Unable to initialize adapter.\n"); nes_probe()
615 printk(KERN_ERR PFX "Unable to set max read request" nes_probe()
672 printk(KERN_ERR PFX "%s: requested IRQ %u is busy\n", nes_probe()
686 printk(KERN_ERR PFX "%s[%u]: Failed to add netlink callback\n", nes_probe()
691 printk(KERN_ERR PFX "%s: port mapper initialization failed\n", nes_probe()
708 printk(KERN_ERR PFX "Unable to register netdev, ret = %d\n", ret); nes_probe()
718 printk(KERN_INFO PFX "%s: NetEffect RNIC driver successfully loaded.\n", nes_probe()
723 printk(KERN_ERR PFX "bail7\n"); nes_probe()
746 printk(KERN_ERR PFX "bail65\n"); nes_probe()
752 printk(KERN_ERR PFX "bail6\n"); nes_probe()
758 printk(KERN_ERR PFX "bail5\n"); nes_probe()
762 printk(KERN_ERR PFX "bail3\n"); nes_probe()
1244 printk(KERN_ERR PFX "Unable to start NetEffect iWARP CM.\n"); nes_init_module()
1251 printk(KERN_ERR PFX "Unable to create NetEffect sys files.\n"); nes_init_module()
H A Dnes.h63 #define PFX DRV_NAME ": " macro
146 printk(KERN_ERR PFX "%s[%u]: " fmt, __func__, __LINE__, ##args); \
152 printk(KERN_ERR PFX "Assertion failed! %s, %s, %s, line %d\n", \
428 printk(KERN_ERR PFX "%s: No available resources [type=%u].\n", __func__, resource_type); nes_alloc_resource()
H A Dnes_hw.c117 printk(KERN_ERR PFX "Remote IP addr: %pI4\n", rem_addr); print_ip()
369 printk(KERN_ERR PFX "Unable to read EEPROM data.\n"); nes_init_adapter()
424 printk(PFX "%s: Using Adaptive Interrupt Moderation\n", __func__); nes_init_adapter()
497 printk(KERN_ERR PFX "Unable to read EEPROM data.\n"); nes_init_adapter()
691 printk(KERN_ERR PFX "Internal CPU not ready, status = %02X\n", nes_reset_adapter_ne020()
1169 printk(KERN_ERR PFX "Error creating CQP\n"); nes_init_cqp()
1188 printk(KERN_ERR PFX "Error creating CCQ, CEQ, and AEQ\n"); nes_init_cqp()
1280 printk(KERN_ERR PFX "Function%d: Error destroying CCQ, CEQ, and AEQ\n", nes_destroy_cqp()
1383 printk(PFX "Reinitialize external PHY\n"); nes_init_2025_phy()
1454 printk(PFX "No PHY heartbeat\n"); nes_init_2025_phy()
2126 printk(KERN_ERR PFX "Critical Error reported by device!!! 0x%02X\n", process_critical_error()
2135 printk(KERN_ERR PFX "Masking off critical error for module " process_critical_error()
2237 printk(KERN_ERR PFX "PCI Error reported by device!!!\n"); nes_dpc()
2241 printk(KERN_ERR PFX "AEQ Overflow reported by device!!!\n"); nes_dpc()
2628 printk(PFX "The Link is now up for port %s, netdev %p.\n", nes_process_mac_intr()
2662 printk(PFX "The Link is now down for port %s, netdev %p.\n", nes_process_mac_intr()
2723 printk(PFX "The Link is now up for port %s, netdev %p.\n", nes_recheck_link_status()
2745 printk(PFX "The Link is now down for port %s, netdev %p.\n", nes_recheck_link_status()
3665 printk(KERN_ERR PFX "QP[%u] async_event_id=0x%04X IB_EVENT_QP_ACCESS_ERR\n", nes_process_iwarp_aeqe()
3715 printk(KERN_ERR PFX "QP[%u] async_event_id=0x%04X IB_EVENT_QP_FATAL\n", nes_process_iwarp_aeqe()
3729 printk(KERN_ERR PFX "%s: Processing an NES_AEQE_AEID_CQ_OPERATION_ERROR event on CQ%u\n", nes_process_iwarp_aeqe()
H A Dnes_utils.c70 printk(KERN_INFO PFX "PAU is supported.\n"); nes_set_pau()
76 printk(KERN_INFO PFX "PAU is not supported.\n"); nes_set_pau()
199 printk(PFX "Firmware version %u.%u\n", (u8)(eeprom_data>>8), (u8)eeprom_data); nes_read_eeprom_values()
220 printk(PFX "EEPROM version %u.%u\n", (u8)(eeprom_data>>8), (u8)eeprom_data); nes_read_eeprom_values()
592 printk(KERN_ERR PFX "%s: Could not allocated a CQP request.\n", nes_get_cqp_request()
H A Dnes_nic.c155 printk(KERN_INFO PFX "%s: enabling interface\n", netdev->name); nes_netdev_open()
168 printk(KERN_ERR PFX "%s: nesvnic->nesibdev alloc failed", netdev->name); nes_netdev_open()
173 printk(KERN_ERR PFX "%s: Unable to register RDMA device, ret = %d\n", nes_netdev_open()
292 printk(KERN_INFO PFX "%s: disabling interface\n", netdev->name); nes_netdev_stop()
817 printk(PFX "%s: Address length = %d, Address = %pM\n", nes_netdev_set_mac_address()
1666 printk(KERN_ERR PFX "nesvnic etherdev alloc failed"); nes_netdev_init()
H A Dnes_mgt.c653 WARN(1, PFX "Invalid cqp_request major_code=0x%x\n", nes_chg_qh_handler()
830 printk(KERN_ERR PFX "Invalid QP %d for packed/unaligned handling\n", qp_id); nes_mgt_ce_handler()
H A Dnes_verbs.c652 printk(KERN_ERR PFX "Invalid structure size on allocate user context.\n"); nes_alloc_ucontext()
657 printk(KERN_ERR PFX "Invalid userspace driver version detected. Detected version %d, should be %d\n", nes_alloc_ucontext()
1622 printk(KERN_ERR PFX "Unable to allocate pci memory for cq\n"); nes_create_cq()
1821 printk(KERN_ERR PFX "%s: free 256B PBLs(%u) has exceeded the max(%u)\n", nes_destroy_cq()
1827 printk(KERN_ERR PFX "%s: free 4K PBLs(%u) has exceeded the max(%u)\n", nes_destroy_cq()
2726 printk(KERN_ERR PFX "free 4KB PBLs(%u) has " nes_dereg_mr()
2733 printk(KERN_ERR PFX "free 256B PBLs(%u) has " nes_dereg_mr()
/linux-4.1.27/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c22 #define PFX DRV_NAME ": " macro
46 pr_warning(PFX "failed to set lid behavior\n"); set_lid_wake_behavior()
110 pr_debug(PFX "SCI 0x%x received\n", data); process_sci_queue()
126 pr_err(PFX "Failed to clear SCI queue"); process_sci_queue()
H A Dolpc-xo1-sci.c33 #define PFX DRV_NAME ": " macro
84 pr_err(PFX "failed to get ebook state\n"); send_ebook_state()
183 pr_debug(PFX "SCI 0x%x received\n", data); process_sci_queue()
202 pr_err(PFX "Failed to clear SCI queue"); process_sci_queue()
/linux-4.1.27/drivers/block/
H A Dsunvdc.c25 #define PFX DRV_MODULE_NAME ": " macro
138 pr_debug(PFX "Multisession CDs not supported\n"); vdc_ioctl()
152 pr_debug(PFX "ioctl %08x not supported\n", command); vdc_ioctl()
202 printk(KERN_ERR PFX "Received unknown msg [%02x:%02x:%04x:%08x]\n", vdc_handle_unknown()
204 printk(KERN_ERR PFX "Resetting connection.\n"); vdc_handle_unknown()
252 printk(KERN_ERR PFX "%s: Bogus vdisk_type 0x%x\n", vdc_handle_attr()
258 printk(KERN_ERR PFX "%s: BLOCK size increased " vdc_handle_attr()
276 printk(KERN_ERR PFX "%s: Attribute NACK\n", vio->name); vdc_handle_attr()
358 pr_warn(PFX "Unexpected LDC event %d\n", event); vdc_event()
476 printk(KERN_ERR PFX "ldc_map_sg() failure, err=%d.\n", err); __send_request()
504 printk(KERN_ERR PFX "vdc_tx_trigger() failure, err=%d\n", err); __send_request()
769 printk(KERN_ERR PFX "VD_OP_GET_DISKGEOM returns " probe_disk()
780 printk(KERN_ERR PFX "%s: Could not allocate queue.\n", probe_disk()
786 printk(KERN_ERR PFX "%s: Could not allocate gendisk.\n", probe_disk()
814 pr_info(PFX "Virtual CDROM %s\n", port->disk_name); probe_disk()
821 pr_info(PFX "Virtual DVD %s\n", port->disk_name); probe_disk()
828 pr_info(PFX "Virtual Hard disk %s\n", port->disk_name); probe_disk()
833 pr_info(PFX "%s: %u sectors (%u MB) protocol %d.%d\n", probe_disk()
876 printk(KERN_ERR PFX "Port id [%llu] too large.\n", vdc_port_probe()
884 printk(KERN_ERR PFX "Cannot allocate vdc_port.\n"); vdc_port_probe()
1022 pr_warn(PFX "%s ldc down %llu seconds, draining queue\n", vdc_ldc_reset_timer()
1050 pr_warn(PFX "%s ldc link reset\n", port->disk_name); vdc_ldc_reset()
1057 pr_err(PFX "%s vio_ldc_alloc:%d\n", port->disk_name, err); vdc_ldc_reset()
1063 pr_err(PFX "%s vio_alloc_tx_ring:%d\n", port->disk_name, err); vdc_ldc_reset()
H A Dosdblk.c73 #define PFX DRV_NAME ": " macro
667 printk(PFX "failed to create class osdblk\n"); osdblk_sysfs_init()
H A Dsx8.c45 #define PFX DRV_NAME ": " macro
965 printk(KERN_ERR PFX "BUG: cur_scan_dev==%d, array_id==%d\n", carm_handle_array_info()
1359 printk(KERN_ERR PFX "BUG: unknown state %d\n", state); carm_fsm_task()
1392 printk(KERN_ERR PFX "carm_init_wait timeout, bits == 0x%x, test_bit == %s\n", carm_init_wait()
1729 printk(KERN_ERR PFX "BUG: no host data for PCI(%s)\n", carm_remove_one()
H A Dskd_main.c79 #define PFX DRV_NAME ": " macro
4453 pr_err(PFX "(%s): memory alloc failure\n", skd_construct()
5347 pr_info(PFX " v%s-b%s loaded\n", DRV_VERSION, DRV_BUILD_ID); skd_init()
5355 pr_err(PFX "skd_isr_type %d invalid, re-set to %d\n", skd_init()
5362 pr_err(PFX "skd_max_queue_depth %d invalid, re-set to %d\n", skd_init()
5368 pr_err(PFX "skd_max_req_per_msg %d invalid, re-set to %d\n", skd_init()
5374 pr_err(PFX "skd_sg_per_request %d invalid, re-set to %d\n", skd_init()
5380 pr_err(PFX "skd_dbg_level %d invalid, re-set to %d\n", skd_init()
5386 pr_err(PFX "skd_isr_comp_limit %d invalid, set to %d\n", skd_init()
5392 pr_err(PFX "skd_max_pass_thru %d invalid, re-set to %d\n", skd_init()
5402 pr_info(PFX " v%s-b%s unloading\n", DRV_VERSION, DRV_BUILD_ID); skd_exit()
/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfb.h91 #define PFX INTELFB_MODULE_NAME ": " macro
93 #define ERR_MSG(fmt, args...) printk(KERN_ERR PFX fmt, ## args)
94 #define WRN_MSG(fmt, args...) printk(KERN_WARNING PFX fmt, ## args)
95 #define NOT_MSG(fmt, args...) printk(KERN_NOTICE PFX fmt, ## args)
96 #define INF_MSG(fmt, args...) printk(KERN_INFO PFX fmt, ## args)
98 #define DBG_MSG(fmt, args...) printk(KERN_DEBUG PFX fmt, ## args)
/linux-4.1.27/sound/isa/ad1816a/
H A Dad1816a.c32 #define PFX "ad1816a: " macro
109 printk(KERN_ERR PFX "AUDIO PnP configure failure\n"); snd_card_ad1816a_pnp()
122 snd_printk(KERN_WARNING PFX "MPU401 device busy, skipping.\n"); snd_card_ad1816a_pnp()
128 printk(KERN_ERR PFX "MPU401 PnP configure failure\n"); snd_card_ad1816a_pnp()
194 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", mpu_port[dev]); snd_card_ad1816a_probe()
201 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2); snd_card_ad1816a_probe()
/linux-4.1.27/arch/sparc/kernel/
H A Dchmc.c28 #define PFX DRV_MODULE_NAME ": " macro
407 printk(KERN_ERR PFX "Cannot find /memory node.\n"); jbusmc_probe()
412 printk(KERN_ERR PFX "Cannot get reg property of /memory node.\n"); jbusmc_probe()
420 printk(KERN_ERR PFX "Cannot allocate struct jbusmc.\n"); jbusmc_probe()
429 printk(KERN_ERR PFX "Cannot find portid.\n"); jbusmc_probe()
437 printk(KERN_ERR PFX "Cannot get memory control register 1.\n"); jbusmc_probe()
446 printk(KERN_ERR PFX "Cannot map jbusmc regs.\n"); jbusmc_probe()
453 printk(KERN_ERR PFX "Cannot get memory layout property.\n"); jbusmc_probe()
457 printk(KERN_ERR PFX "Unexpected memory-layout size %d\n", jbusmc_probe()
467 printk(KERN_INFO PFX "UltraSPARC-IIIi memory controller at %s\n", jbusmc_probe()
713 printk(KERN_ERR PFX "Unexpected memory-layout property " chmc_probe()
721 printk(KERN_ERR PFX "Could not allocate struct chmc.\n"); chmc_probe()
734 printk(KERN_ERR PFX "Could not map registers.\n"); chmc_probe()
750 printk(KERN_INFO PFX "UltraSPARC-III memory controller at %s [%s]\n", chmc_probe()
H A Dpci_sun4v.c31 #define PFX DRIVER_NAME ": " macro
572 printk(KERN_ERR PFX "Strange virtual-dma[%08x:%08x].\n", pci_sun4v_iommu_init()
593 printk(KERN_ERR PFX "Error, kmalloc(arena.map) failed.\n"); pci_sun4v_iommu_init()
920 printk(KERN_ERR PFX "Could not register hvapi, " pci_sun4v_probe()
924 printk(KERN_INFO PFX "Registered hvapi major[%lu] minor[%lu]\n", pci_sun4v_probe()
933 printk(KERN_ERR PFX "Could not find config registers\n"); pci_sun4v_probe()
953 printk(KERN_ERR PFX "Could not allocate pci_pbm_info\n");
959 printk(KERN_ERR PFX "Could not allocate pbm iommu\n");
H A Dpci_sabre.c28 #define PFX DRIVER_NAME ": " macro
429 printk(KERN_ERR PFX "Multiple controllers unsupported.\n"); sabre_scan_bus()
485 printk(KERN_ERR PFX "Cannot allocate pci_pbm_info.\n"); sabre_probe()
491 printk(KERN_ERR PFX "Cannot allocate PBM iommu.\n"); sabre_probe()
508 printk(KERN_ERR PFX "No reg property\n"); sabre_probe()
537 printk(KERN_ERR PFX "No virtual-dma property\n"); sabre_probe()
557 printk(KERN_ERR PFX "Strange virtual-dma size.\n"); sabre_probe()
H A Dpci_fire.c21 #define PFX DRIVER_NAME ": " macro
470 printk(KERN_ERR PFX "Cannot allocate pci_pbminfo.\n"); fire_probe()
476 printk(KERN_ERR PFX "Cannot allocate PBM iommu.\n"); fire_probe()
H A Dldc.c27 #define PFX DRV_MODULE_NAME ": " macro
178 printk(KERN_INFO PFX "ID[%lu] " f, lp->id, ## a); \
530 printk(KERN_ERR PFX "ldc_abort: " ldc_abort()
539 printk(KERN_ERR PFX "ldc_abort: " ldc_abort()
545 printk(KERN_ERR PFX "ldc_abort: " ldc_abort()
557 printk(KERN_ERR PFX "ldc_abort: " ldc_abort()
980 printk(KERN_ERR PFX "Alloc of %s queue failed with " alloc_queue()
1052 printk(KERN_ERR PFX "Alloc of arena map failed, sz=%lu\n", sz); ldc_iommu_init()
1066 printk(KERN_ERR PFX "Alloc of MTE table failed, " ldc_iommu_init()
2202 printk(KERN_ERR PFX "ldc_copy: ID[%lu] Bad copy_dir[%d]\n", ldc_copy()
2209 printk(KERN_ERR PFX "ldc_copy: ID[%lu] Unaligned buffer " ldc_copy()
2217 printk(KERN_ERR PFX "ldc_copy: ID[%lu] Link down hs_state[%x] " ldc_copy()
2251 printk(KERN_ERR PFX "ldc_copy: ID[%lu] " ldc_copy()
2340 printk(KERN_INFO PFX "Could not register LDOM hvapi.\n"); ldc_init()
2347 printk(KERN_INFO PFX "Domaining disabled.\n"); ldc_init()
H A Dpci_psycho.c28 #define PFX DRIVER_NAME ": " macro
521 printk(KERN_ERR PFX "Cannot allocate pci_pbm_info.\n"); psycho_probe()
531 printk(KERN_ERR PFX "Cannot allocate PBM iommu.\n"); psycho_probe()
542 printk(KERN_ERR PFX "No reg property.\n"); psycho_probe()
H A Dpci_schizo.c25 #define PFX DRIVER_NAME ": " macro
1163 printk(KERN_ERR PFX "Strange virtual-dma size.\n"); schizo_pbm_iommu_init()
1199 printk(KERN_ERR PFX "iommu_table_init() fails with %d\n", err); schizo_pbm_iommu_init()
1426 printk(KERN_ERR PFX "Cannot allocate pci_pbm_info.\n"); __schizo_init()
1434 printk(KERN_ERR PFX "Cannot allocate PBM A iommu.\n"); __schizo_init()
H A Dds.c28 #define PFX DRV_MODULE_NAME ": " macro
785 printk(KERN_ERR PFX ldom_set_var()
835 printk(KERN_ERR PFX "var-config not registered so " ldom_set_var()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2.c932 printk(KERN_INFO PFX "AMSO1100 Gigabit Ethernet driver v%s loaded\n", c2_probe()
938 printk(KERN_ERR PFX "%s: Unable to enable PCI device\n", c2_probe()
962 printk(KERN_ERR PFX "PCI regions not an MMIO resource\n"); c2_probe()
970 printk(KERN_ERR PFX "Invalid PCI region sizes\n"); c2_probe()
978 printk(KERN_ERR PFX "%s: Unable to request regions\n", c2_probe()
986 printk(KERN_ERR PFX "64b DMA configuration failed\n"); c2_probe()
992 printk(KERN_ERR PFX "32b DMA configuration failed\n"); c2_probe()
1004 printk(KERN_ERR PFX c2_probe()
1013 printk(KERN_ERR PFX "Downlevel Firmware boot loader " c2_probe()
1019 printk(KERN_ERR PFX "Adapter not claimed\n"); c2_probe()
1028 printk(KERN_ERR PFX "Version mismatch " c2_probe()
1039 printk(KERN_ERR PFX "Downlevel FIrmware level. You should be using " c2_probe()
1052 printk(KERN_ERR PFX "%s: Unable to alloc hardware struct\n", c2_probe()
1072 printk(KERN_ERR PFX "%s: requested IRQ %u is busy\n", c2_probe()
1097 printk(KERN_ERR PFX "Unable to register netdev, ret = %d\n", c2_probe()
1109 printk(KERN_ERR PFX "Unable to remap MMIO HRXDQ region\n"); c2_probe()
1118 printk(KERN_ERR PFX "Unable to remap MMIO HTXDQ region\n"); c2_probe()
1129 printk(KERN_ERR PFX "Unable to remap BAR0\n"); c2_probe()
1139 printk(KERN_ERR PFX "Unable to remap BAR4\n"); c2_probe()
1149 printk(KERN_ERR PFX "c2_rnic_init failed: %d\n", ret); c2_probe()
H A Dc2_ae.c62 printk(KERN_ERR PFX c2_convert_cm_status()
H A Dc2.h50 #define PFX DRV_NAME ": " macro
H A Dc2_provider.c739 printk(KERN_ERR PFX "%s - etherdev alloc failed", c2_pseudo_netdev_init()
/linux-4.1.27/drivers/char/
H A Dbfin-otp.c30 #define PFX DRIVER_NAME ": " macro
248 pr_init(KERN_ERR PFX "unable to register a misc device\n"); bfin_otp_init()
252 pr_init(KERN_INFO PFX "initialized\n"); bfin_otp_init()
/linux-4.1.27/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c34 #define PFX "board_bcm963xx: " macro
743 printk(KERN_ERR PFX "unable to fill SPROM for given bustype.\n"); bcm63xx_get_fallback_sprom()
787 printk(KERN_INFO PFX "CFE version: %s\n", cfe_version); board_prom_init()
811 printk(KERN_ERR PFX "unknown bcm963xx board: %s\n", board_prom_init()
857 printk(KERN_INFO PFX "board name: %s\n", board.name); board_setup()
913 pr_err(PFX "failed to register fallback SPROM\n"); board_register_devices()
/linux-4.1.27/sound/isa/gus/
H A Dgusmax.c83 #define PFX "gusmax: " macro
229 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); snd_gusmax_probe()
237 snd_printk(KERN_ERR PFX "unable to find a free DMA1\n"); snd_gusmax_probe()
245 snd_printk(KERN_ERR PFX "unable to find a free DMA2\n"); snd_gusmax_probe()
289 snd_printk(KERN_ERR PFX "GUS MAX soundcard was not detected at 0x%lx\n", gus->gf1.port); snd_gusmax_probe()
295 snd_printk(KERN_ERR PFX "unable to grab IRQ %d\n", xirq); snd_gusmax_probe()
H A Dinterwave.c76 #define PFX "interwave-stb: " macro
80 #define PFX "interwave: " macro
681 snd_printk(KERN_ERR PFX "unable to grab IRQ %d\n", xirq); snd_interwave_probe()
810 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); snd_interwave_isa_probe()
816 snd_printk(KERN_ERR PFX "unable to find a free DMA1\n"); snd_interwave_isa_probe()
822 snd_printk(KERN_ERR PFX "unable to find a free DMA2\n"); snd_interwave_isa_probe()
/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc.h53 #define PFX PWC_NAME ": " macro
84 printk(KERN_DEBUG PFX fmt, ##args); \
87 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args)
88 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args)
89 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
94 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args)
95 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args)
96 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
/linux-4.1.27/sound/isa/sb/
H A Dsb16.c40 #define PFX "sbawe: " macro
42 #define PFX "sb16: " macro
272 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); snd_card_sb16_pnp()
300 snd_printk(KERN_ERR PFX "WaveTable pnp configure failure\n"); snd_card_sb16_pnp()
370 snd_printk(KERN_ERR PFX "SB 16 chip was not detected at 0x%lx\n", port[dev]); snd_sb16_probe()
415 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", snd_sb16_probe()
439 snd_printk(KERN_INFO PFX "warning - CSP chip not detected on soundcard #%i\n", dev + 1); snd_sb16_probe()
447 snd_printk(KERN_ERR PFX "fatal error - EMU-8000 synthesizer not detected at 0x%lx\n", awe_port[dev]); snd_sb16_probe()
534 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); snd_sb16_isa_probe()
540 snd_printk(KERN_ERR PFX "unable to find a free 8-bit DMA\n"); snd_sb16_isa_probe()
546 snd_printk(KERN_ERR PFX "unable to find a free 16-bit DMA\n"); snd_sb16_isa_probe()
H A Djazz16.c28 #define PFX "jazz16: " macro
/linux-4.1.27/drivers/video/fbdev/riva/
H A Dfbdev.c83 #define PFX "rivafb: " macro
888 printk(KERN_WARNING PFX rivafb_do_maximize()
896 printk(KERN_ERR PFX rivafb_do_maximize()
904 printk(KERN_INFO PFX rivafb_do_maximize()
910 printk(KERN_WARNING PFX rivafb_do_maximize()
916 printk(KERN_WARNING PFX rivafb_do_maximize()
921 printk(KERN_ERR PFX rivafb_do_maximize()
930 printk(KERN_WARNING PFX rivafb_do_maximize()
937 printk(KERN_ERR PFX rivafb_do_maximize()
943 printk(KERN_ERR PFX rivafb_do_maximize()
1141 printk(KERN_ERR PFX rivafb_check_var()
1712 printk(KERN_DEBUG PFX "disabling acceleration\n"); riva_set_fbinfo()
1779 printk(PFX "Found EDID Block from BUS %i\n", i); riva_get_EDID_i2c()
1830 printk(PFX "could not retrieve EDID from OF\n"); riva_get_EDID()
1833 printk(PFX "could not retrieve EDID from DDC/I2C\n"); riva_get_EDID()
1909 printk (KERN_ERR PFX "could not allocate memory\n"); rivafb_probe()
1924 printk(KERN_ERR PFX "cannot enable PCI device\n"); rivafb_probe()
1930 printk(KERN_ERR PFX "cannot request PCI regions\n"); rivafb_probe()
1938 printk(KERN_INFO PFX "nVidia device/chipset %X\n",default_par->Chipset); rivafb_probe()
1941 printk(KERN_ERR PFX "unknown NV_ARCH\n"); rivafb_probe()
1955 printk(KERN_INFO PFX "flatpanel support enabled\n"); rivafb_probe()
1976 printk(KERN_ERR PFX "cannot ioremap MMIO base\n"); rivafb_probe()
1989 printk(KERN_ERR PFX "cannot ioremap PRAMIN region\n"); rivafb_probe()
2016 printk(KERN_ERR PFX "cannot ioremap FB base\n"); rivafb_probe()
2027 printk(KERN_ERR PFX "unable to setup MTRR\n"); rivafb_probe()
2031 printk(KERN_INFO PFX "RIVA MTRR set to ON\n"); rivafb_probe()
2043 printk(KERN_ERR PFX "error setting initial video mode\n"); rivafb_probe()
2057 printk(KERN_ERR PFX rivafb_probe()
2062 printk(KERN_INFO PFX rivafb_probe()
H A Dnv_driver.c44 #define PFX "rivafb: " macro
88 printk(KERN_INFO PFX riva_override_CRTC()
93 printk(KERN_INFO PFX riva_override_CRTC()
367 printk(KERN_INFO PFX riva_common_setup()
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c57 #define PFX DRV_NAME ": " macro
548 shost_printk(KERN_WARNING, target->scsi_host, PFX srp_create_ch_ib()
559 shost_printk(KERN_WARNING, target->scsi_host, PFX srp_create_ch_ib()
664 PFX "Got failed path rec status %d\n", status); srp_path_rec_completion()
701 PFX "Path record query failed\n"); srp_lookup_path()
781 PFX "Topspin/Cisco initiator port ID workaround " srp_send_req()
825 PFX "Sending CM DREQ failed\n"); srp_disconnect_target()
1027 shost_printk(KERN_ERR, target->scsi_host, PFX srp_connect_ch()
1073 shost_printk(KERN_ERR, target->scsi_host, PFX srp_unmap_data()
1254 PFX "reconnect succeeded\n"); srp_rport_reconnect()
1526 PFX "Unhandled data direction %d\n", srp_map_data()
1796 shost_printk(KERN_ERR, target->scsi_host, PFX srp_response_common()
1807 shost_printk(KERN_ERR, target->scsi_host, PFX srp_response_common()
1825 shost_printk(KERN_ERR, ch->target->scsi_host, PFX srp_process_cred_req()
1839 shost_printk(KERN_ERR, target->scsi_host, PFX srp_process_aer_req()
1843 shost_printk(KERN_ERR, target->scsi_host, PFX srp_process_aer_req()
1862 PFX "recv completion, opcode 0x%02x\n", opcode); srp_handle_recv()
1883 PFX "Got target logout request\n"); srp_handle_recv()
1888 PFX "Unhandled SRP opcode 0x%02x\n", opcode); srp_handle_recv()
1898 PFX "Recv failed with error code %d\n", res); srp_handle_recv()
1929 shost_printk(KERN_ERR, target->scsi_host, PFX srp_handle_qp_err()
1933 shost_printk(KERN_ERR, target->scsi_host, PFX srp_handle_qp_err()
1938 PFX "failed %s status %d for iu %p\n", srp_handle_qp_err()
2042 PFX "Failed to map data (%d)\n", len); srp_queuecommand()
2058 shost_printk(KERN_ERR, target->scsi_host, PFX "Send failed\n"); srp_queuecommand()
2200 PFX "Unhandled RSP opcode %#x\n", lrsp->opcode); srp_cm_rep_handler()
2285 PFX "Topspin/Cisco redirect to target port GID %016llx%016llx\n", srp_cm_rej_handler()
2311 PFX "SRP_LOGIN_REJ: requested max_it_iu_len too large\n"); srp_cm_rej_handler()
2313 shost_printk(KERN_WARNING, shost, PFX srp_cm_rej_handler()
2345 PFX "Sending CM REQ failed\n"); srp_cm_handler()
2356 shost_printk(KERN_DEBUG, target->scsi_host, PFX "REJ received\n"); srp_cm_handler()
2364 PFX "DREQ received - connection closed\n"); srp_cm_handler()
2368 PFX "Sending CM DREP failed\n"); srp_cm_handler()
2374 PFX "connection closed\n"); srp_cm_handler()
2387 PFX "Unhandled CM event %d\n", event->event); srp_cm_handler()
2536 shost_printk(KERN_ERR, target->scsi_host, PFX "SRP reset_host called\n"); srp_reset_host()
2805 PFX "SCSI scan failed - removing SCSI host\n"); srp_add_target()
2810 pr_debug(PFX "%s: SCSI scan succeeded - detected %d LUNs\n", srp_add_target()
3188 PFX "Already connected to target port with id_ext=%016llx;ioc_guid=%016llx;initiator_ext=%016llx\n", srp_create_target()
3267 PFX "Connection %d/%d failed\n", for_each_online_cpu()
3294 shost_printk(KERN_DEBUG, target->scsi_host, PFX
/linux-4.1.27/drivers/sbus/char/
H A Ddisplay7seg.c27 #define PFX DRIVER_NAME ": " macro
188 printk(KERN_ERR PFX "Cannot map chip registers\n"); d7s_probe()
194 printk(KERN_ERR PFX "Unable to acquire miscdevice minor %i\n", d7s_probe()
215 printk(KERN_INFO PFX "7-Segment Display%s at [%s:0x%llx] %s\n", d7s_probe()
H A Denvctrl.c37 #define PFX DRIVER_NAME ": " macro
198 printk(KERN_INFO PFX "Pin status will not clear.\n"); envtrl_i2c_test_pin()
216 printk(KERN_INFO PFX "Busy bit will not clear.\n"); envctrl_i2c_test_bb()
886 printk(KERN_ERR PFX "Failed to allocate table.\n"); envctrl_init_i2c_child()
891 printk(KERN_ERR PFX "Failed to get table.\n"); envctrl_init_i2c_child()
992 printk(KERN_ERR PFX kenvctrld()
999 printk(KERN_INFO PFX "%s starting...\n", current->comm); kenvctrld()
1021 printk(KERN_INFO PFX "%s exiting...\n", current->comm); kenvctrld()
1066 printk(KERN_ERR PFX "Unable to get misc minor %d\n", envctrl_probe()
1075 printk(KERN_INFO PFX "Initialized "); envctrl_probe()
/linux-4.1.27/drivers/video/fbdev/nvidia/
H A Dnvidia.c56 #define PFX "nvidiafb: " macro
631 printk(KERN_INFO PFX "Flat panel dithering %s\n", nvidiafb_set_par()
862 printk(KERN_ERR PFX "mode out of range of flat " nvidiafb_check_var()
1205 printk(KERN_INFO PFX "Device ID: %x \n", id); nvidia_get_chipset()
1217 printk(KERN_INFO PFX "Subsystem ID: %x \n", id); nvidia_get_chipset()
1298 printk(KERN_ERR PFX "cannot enable PCI device\n"); nvidiafb_probe()
1303 printk(KERN_ERR PFX "cannot request PCI regions\n"); nvidiafb_probe()
1309 printk(KERN_INFO PFX "flatpanel support enabled\n"); nvidiafb_probe()
1329 printk(KERN_ERR PFX "cannot ioremap MMIO base\n"); nvidiafb_probe()
1337 printk(KERN_ERR PFX "unknown NV_ARCH\n"); nvidiafb_probe()
1369 printk(KERN_ERR PFX "cannot ioremap FB base\n"); nvidiafb_probe()
1381 printk(KERN_ERR PFX "unable to setup MTRR\n"); nvidiafb_probe()
1385 printk(KERN_INFO PFX "MTRR set to ON\n"); nvidiafb_probe()
1394 printk(KERN_ERR PFX "error setting initial video mode\n"); nvidiafb_probe()
1406 printk(KERN_ERR PFX "error registering nVidia framebuffer\n"); nvidiafb_probe()
1411 printk(KERN_INFO PFX nvidiafb_probe()
/linux-4.1.27/drivers/scsi/
H A Dmac_esp.c35 #define PFX DRV_MODULE_NAME ": " macro
140 printk(KERN_ERR PFX "FIFO is not empty (sreg %02x)\n", mac_esp_wait_for_empty_fifo()
166 printk(KERN_ERR PFX "PDMA timeout (sreg %02x)\n", mac_esp_wait_for_dreq()
290 printk(KERN_ERR PFX "FIFO is empty (sreg %02x)\n", mac_esp_wait_for_fifo()
308 printk(KERN_ERR PFX "IRQ timeout (sreg %02x)\n", esp->sreg); mac_esp_wait_for_intr()
555 printk(KERN_INFO PFX "using PIO for controller %d\n", dev->id); esp_mac_probe()
561 printk(KERN_INFO PFX "using PDMA for controller %d\n", dev->id); esp_mac_probe()
H A Dsun3x_esp.c32 #define PFX DRV_MODULE_NAME ": " macro
121 printk(KERN_ALERT PFX "esp%d: DMA will not drain!\n", sun3x_esp_dma_drain()
137 printk(KERN_ALERT PFX "esp%d: DMA will not " sun3x_esp_dma_invalidate()
H A Dsun3_scsi.c500 #define PFX DRV_MODULE_NAME ": " macro
580 pr_err(PFX "couldn't allocate DVMA memory!\n"); sun3_scsi_probe()
609 pr_err(PFX "scsi%d: IRQ %d not free, bailing out\n", sun3_scsi_probe()
613 pr_warn(PFX "scsi%d: IRQ %d not free, interrupts disabled\n", sun3_scsi_probe()
H A Dsun_esp.c26 #define PFX DRV_MODULE_NAME ": " macro
301 printk(KERN_ALERT PFX "esp%d: DMA_PEND_READ " sbus_esp_reset_dma()
372 printk(KERN_ALERT PFX "esp%d: DMA will not drain!\n", sbus_esp_dma_drain()
404 printk(KERN_ALERT PFX "esp%d: DMA will not " sbus_esp_dma_invalidate()
H A Dmac_scsi.c364 #define PFX DRV_MODULE_NAME ": " macro
402 pr_info(PFX "no device detected at %pap\n", &pio_mem->start); mac_scsi_probe()
H A Djazz_esp.c27 #define PFX DRV_MODULE_NAME ": " macro
H A Datari_scsi.c813 #define PFX DRV_MODULE_NAME ": " macro
904 pr_err(PFX "can't allocate ST-RAM double buffer\n"); atari_scsi_probe()
938 pr_err(PFX "request irq %d failed, aborting\n", atari_scsi_probe()
H A Desp_scsi.c33 #define PFX DRV_MODULE_NAME ": " macro
/linux-4.1.27/drivers/video/fbdev/
H A Ds1d13xxxfb.c40 #define PFX "s1d13xxxfb: " macro
666 printk(KERN_WARNING PFX "Warning: LCD and CRT detected, using LCD\n"); s1d13xxxfb_fetch_hw_state()
727 dbg(PFX "bpp=%d, lcd_bpp=%d, " s1d13xxxfb_fetch_hw_state()
730 dbg(PFX "xres=%d, yres=%d, vxres=%d, vyres=%d " s1d13xxxfb_fetch_hw_state()
826 printk(KERN_ERR PFX "unable to map registers\n"); s1d13xxxfb_probe()
836 printk(KERN_ERR PFX "unable to map framebuffer\n"); s1d13xxxfb_probe()
858 printk(KERN_INFO PFX "chip production id %i = %s\n", s1d13xxxfb_probe()
860 printk(KERN_INFO PFX "chip revision %i\n", revision); s1d13xxxfb_probe()
862 printk(KERN_INFO PFX s1d13xxxfb_probe()
865 printk(KERN_INFO PFX "please contact maintainer\n"); s1d13xxxfb_probe()
875 printk(KERN_INFO PFX "regs mapped at 0x%p, fb %d KiB mapped at 0x%p\n", s1d13xxxfb_probe()
933 printk(KERN_ERR PFX "no memory to save screen"); s1d13xxxfb_suspend()
946 printk(KERN_ERR PFX "no memory to save registers"); s1d13xxxfb_suspend()
/linux-4.1.27/sound/parisc/
H A Dharmony.c84 #define PFX NAME ": " macro
485 printk(KERN_DEBUG PFX "playback_pointer is 0x%lx-0x%lx = %d bytes\n", snd_harmony_playback_pointer()
514 printk(KERN_DEBUG PFX "capture_pointer is 0x%lx-0x%lx = %d bytes\n", snd_harmony_capture_pointer()
657 printk(KERN_ERR PFX "cannot allocate graveyard buffer!\n"); snd_harmony_pcm_init()
667 printk(KERN_ERR PFX "cannot allocate silence buffer!\n"); snd_harmony_pcm_init()
677 printk(KERN_ERR PFX "buffer allocation error: %d\n", err); snd_harmony_pcm_init()
931 printk(KERN_ERR PFX "unable to remap hpa 0x%lx\n", snd_harmony_create()
940 printk(KERN_ERR PFX "could not obtain interrupt %d", snd_harmony_create()
/linux-4.1.27/drivers/input/serio/
H A Dgscps2.c43 #define PFX "gscps2.c: " macro
152 printk(KERN_DEBUG PFX "timeout - could not write byte %#x\n", data); gscps2_writeb_output()
288 printk(KERN_DEBUG PFX "sending byte %#x failed.\n", data); gscps2_write()
374 printk(KERN_WARNING PFX "Unsupported PS/2 port at 0x%08lx (id=%d) ignored\n", gscps2_probe()
/linux-4.1.27/drivers/scsi/fnic/
H A Dfnic_main.c558 printk(KERN_ERR PFX "Unable to alloc libfc local port\n"); fnic_probe()
1037 printk(KERN_INFO PFX "%s, ver %s\n", DRV_DESCRIPTION, DRV_VERSION); fnic_init_module()
1042 printk(KERN_ERR PFX "Failed to create fnic directory " fnic_init_module()
1050 printk(KERN_ERR PFX fnic_init_module()
1059 printk(KERN_ERR PFX "FC trace buffer initialization Failed " fnic_init_module()
1071 printk(KERN_ERR PFX "failed to create fnic dflt sgl slab\n"); fnic_init_module()
1083 printk(KERN_ERR PFX "failed to create fnic max sgl slab\n"); fnic_init_module()
1093 printk(KERN_ERR PFX "failed to create fnic io_req slab\n"); fnic_init_module()
1100 printk(KERN_ERR PFX "fnic work queue create failed\n"); fnic_init_module()
1110 printk(KERN_ERR PFX "fnic FIP work queue create failed\n"); fnic_init_module()
1117 printk(KERN_ERR PFX "fc_attach_transport error\n"); fnic_init_module()
1125 printk(KERN_ERR PFX "pci register error\n"); fnic_init_module()
H A Dfnic_trace.c407 printk(KERN_ERR PFX "Failed to allocate memory " fnic_trace_buf_init()
417 printk(KERN_ERR PFX "Failed to allocate memory for" fnic_trace_buf_init()
468 printk(KERN_INFO PFX "Successfully Freed Trace Buffer\n"); fnic_trace_free()
H A Dfnic.h43 #define PFX DRV_NAME ": " macro
/linux-4.1.27/drivers/watchdog/
H A Dbcm63xx_wdt.c38 #define PFX KBUILD_MODNAME macro
77 die(PFX " fire", regs); bcm63xx_wdt_isr()
162 .identity = PFX,
H A Dcpu5wdt.c45 #define PFX "cpu5wdt: " macro
230 if (!request_region(port, CPU5WDT_EXTENT, PFX)) { cpu5wdt_init()
H A Driowd.c52 #define PFX DRIVER_NAME ": " macro
H A Dwafer5823wdt.c45 #define PFX WATCHDOG_NAME ": " macro
H A Dmachzwd.c102 #define PFX "machzwd" macro
H A Dsbc60xxwdt.c70 #define PFX OUR_NAME ": " macro
/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c519 printk(KERN_NOTICE PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n"); padlock_init()
532 printk(KERN_NOTICE PFX "Using VIA PadLock ACE for AES algorithm.\n"); padlock_init()
537 printk(KERN_NOTICE PFX "VIA Nano stepping 2 detected: enabling workaround.\n"); padlock_init()
548 printk(KERN_ERR PFX "VIA PadLock AES initialization failed.\n"); padlock_init()
H A Dpadlock-sha.c223 printk(KERN_WARNING PFX "Fallback driver '%s' could not be loaded!\n", padlock_cra_init()
564 printk(KERN_NOTICE PFX "Using VIA PadLock ACE for SHA1/SHA256 algorithms.\n"); padlock_init()
572 printk(KERN_ERR PFX "VIA PadLock SHA1/SHA256 initialization failed.\n"); padlock_init()
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dpm.c51 #define PFX "s3c24xx-pm: " macro
/linux-4.1.27/net/netfilter/
H A Dxt_SECMARK.c28 #define PFX "SECMARK: " macro
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40evf.h50 #define PFX "i40evf: " macro
53 printk(KERN_##klevel PFX "%s: %s: " fmt, adapter->netdev->name, \
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_main.c906 printk(KERN_INFO PFX "Initializing %s\n", __mthca_init_one()
1147 printk(KERN_ERR PFX "%s has invalid driver data %lx\n", mthca_init_one()
1212 printk(KERN_WARNING PFX "Invalid value %d for %s in module parameter.\n", __mthca_check_profile_val()
1214 printk(KERN_WARNING PFX "Corrected %s to %d.\n", name, *pval); __mthca_check_profile_val()
1233 printk(KERN_WARNING PFX "Invalid fmr_reserved_mtts module parameter %d.\n", mthca_validate_profile()
1235 printk(KERN_WARNING PFX "(Must be smaller than num_mtt %d)\n", mthca_validate_profile()
1238 printk(KERN_WARNING PFX "Corrected fmr_reserved_mtts to %d.\n", mthca_validate_profile()
1243 printk(KERN_WARNING PFX "bad log_mtts_per_seg (%d). Using default - %d\n", mthca_validate_profile()
H A Dmthca_dev.h53 #define PFX DRV_NAME ": " macro
/linux-4.1.27/drivers/infiniband/ulp/iser/
H A Discsi_iser.h71 #define PFX DRV_NAME ": " macro
77 printk(KERN_DEBUG PFX "%s: " fmt,\
84 pr_warn(PFX "%s: " fmt, \
91 pr_info(PFX "%s: " fmt, \
96 pr_err(PFX "%s: " fmt, __func__ , ## arg)
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/
H A Drtl8225se.c24 #define PFX "rtl8225 (se) " macro
135 wiphy_err(dev->wiphy, PFX rtl8187se_three_wire_io()
153 wiphy_err(dev->wiphy, PFX rtl8187se_three_wire_io()
/linux-4.1.27/drivers/net/ethernet/
H A Ddnet.h15 #define PFX DRV_NAME ": " macro
H A Ddnet.c519 printk(KERN_DEBUG PFX "data:"); dnet_print_skb()
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c51 #define PFX "IOC: " macro
1631 panic(PFX "Unsupported IOTLB page size %ldK", ioc_iova_init()
1641 panic(PFX "Couldn't allocate I/O Page Table\n"); ioc_iova_init()
1663 printk(KERN_INFO PFX "reserving %dMb of IOVA space at 0x%lx for agpgart\n", ioc_iova_init()
1680 panic(PFX "Couldn't allocate PDIR spill page\n"); ioc_iova_init()
1722 panic(PFX "Couldn't allocate resource map\n"); ioc_resource_init()
1757 panic(PFX "Couldn't allocate struct pci_dev"); ioc_sac_init()
1761 panic(PFX "Couldn't allocate struct pci_controller"); ioc_sac_init()
1779 panic(PFX "IOC 2.0 or later required for IOMMU support\n"); ioc_zx1_init()
1855 printk(KERN_INFO PFX ioc_init()
1983 panic(PFX "no sysdata on bus %d!\n", bus->number); sba_connect_bus()
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h199 #define PFX DRV_MODULE_NAME ": " macro
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Db43legacy.h329 #define PFX KBUILD_MODNAME ": " macro
338 printk(KERN_INFO PFX "Test (%s) failed\n", \
/linux-4.1.27/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c23 #define PFX "bcm63xx_pcmcia: " macro
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dne2k-pci.c73 #define PFX DRV_NAME ": " macro
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h56 #define PFX DRV_NAME ": " macro
/linux-4.1.27/sound/pci/
H A Dad1889.c77 #define PFX DEVNAME ": " macro
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dpcnet32.c29 #define PFX DRV_NAME ": " macro
1632 printk(KERN_DEBUG PFX "media set to %sMbit mode\n", pcnet32_probe1()
/linux-4.1.27/drivers/s390/block/
H A Ddasd_eckd.c511 "PFX LRE unknown format 0x%x", format); prefix_LRE()
581 "PFX LRE unknown opcode 0x%x", cmd); prefix_LRE()
2961 pfxdata.format = 1; /* PFX with LRE */ prepare_itcw()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c38 #define PFX MODULENAME ": " macro
67 do { printk(KERN_DEBUG PFX fmt, ## args); } while (0)
6351 printk(KERN_ERR PFX "%s: unknown chipset (mac_version = %d).\n", rtl_hw_start_8168()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_init.c1216 #define PFX QIB_DRV_NAME ": " macro
/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c59x.c127 #define PFX DRV_NAME ": " macro
1490 pr_err(PFX "vortex_probe1 fails. Returns %d\n", retval); vortex_probe1()
/linux-4.1.27/drivers/staging/slicoss/
H A Dslicoss.c117 #define PFX DRV_NAME " " macro
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_driver.c59 #define PFX IPATH_DRV_NAME ": " macro

Completed in 4520 milliseconds