Searched refs:print_err (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dau1100fb.c472 print_err("fail to allocate device private record");
483 print_err("fail to retrieve registers resource");
492 print_err("fail to lock memory region at 0x%08lx",
511 print_err("fail to allocate frambuffer (size: %dK))",
556 print_err("Fail to allocate colormap (%d entries)",
569 print_err("cannot register new framebuffer");
688 print_err("No LCD panels supported by driver!");
752 print_err("Fail to setup driver");
H A Dau1200fb.c61 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) macro
1513 print_err("Cannot find valid mode for panel %s", panel->name);
1524 print_err("Fail to allocate colormap (%d entries)",
1578 print_err("fail to allocate frambuffer (size: %dK))",
1602 print_err("cannot register new framebuffer");
1623 print_err("fail to request interrupt line %d (err: %d)",
H A Dau1100fb.h35 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) macro

Completed in 46 milliseconds