Home
last modified time | relevance | path

Searched refs:ERR_MSG (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfbdrv.c488 ERR_MSG("Attempted to register %d devices " in intelfb_pci_register()
495 ERR_MSG("Could not allocate memory for intelfb_info.\n"); in intelfb_pci_register()
499 ERR_MSG("Could not allocate cmap for intelfb_info.\n"); in intelfb_pci_register()
511 ERR_MSG("Cannot reserve pixmap memory.\n"); in intelfb_pci_register()
521 ERR_MSG("Cannot enable device.\n"); in intelfb_pci_register()
550 ERR_MSG("Cannot reserve FB region.\n"); in intelfb_pci_register()
560 ERR_MSG("Cannot reserve MMIO region.\n"); in intelfb_pci_register()
615 ERR_MSG("cannot acquire agp\n"); in intelfb_pci_register()
622 ERR_MSG("cannot get agp info\n"); in intelfb_pci_register()
651 ERR_MSG("Cannot remap FB region.\n"); in intelfb_pci_register()
[all …]
Dintelfbhw.c187 ERR_MSG("cannot find bridge device\n"); in intelfbhw_get_memory()
237 ERR_MSG("only local memory found\n"); in intelfbhw_get_memory()
240 ERR_MSG("video memory is disabled\n"); in intelfbhw_get_memory()
243 ERR_MSG("unexpected GMCH_GMS value: 0x%02x\n", in intelfbhw_get_memory()
272 ERR_MSG("video memory is disabled\n"); in intelfbhw_get_memory()
275 ERR_MSG("unexpected GMCH_GMS value: 0x%02x\n", in intelfbhw_get_memory()
Dintelfb.h94 #define ERR_MSG(fmt, args...) printk(KERN_ERR PFX fmt, ## args) macro
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dsd.c524 ERR_MSG("Need to Abort."); in msdc_abort_data()
533 ERR_MSG("stop when abort CMD<%d>", stop->opcode); in msdc_abort_data()
697 ERR_MSG("PM Resume when in USR Suspend"); /* won't happen. */ in msdc_pm()
815 ERR_MSG("XXX cmd_busy timeout: before CMD<%d>", opcode); in msdc_command_start()
826 ERR_MSG("XXX sdc_busy timeout: before CMD<%d>", opcode); in msdc_command_start()
865 ERR_MSG("XXX CMD<%d> wait_for_completion timeout ARG<0x%.8x>", opcode, cmd->arg); in msdc_command_resp()
1128 ERR_MSG("XXX CMD<%d> wait xfer_done<%d> timeout!!", cmd->opcode, data->blocks * data->blksz); in msdc_do_request()
1129 ERR_MSG(" DMA_SA = 0x%x", in msdc_do_request()
1131 ERR_MSG(" DMA_CA = 0x%x", in msdc_do_request()
1133 ERR_MSG(" DMA_CTRL = 0x%x", in msdc_do_request()
[all …]
Ddbg.h115 #define ERR_MSG(fmt, args...) \ macro