Searched refs:print_err (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.10/arch/powerpc/boot/ | 
| D | decompress.c | 90 static void print_err(char *s)  in print_err()  function134 		output_size, NULL, print_err);  in partial_decompress()
 
 | 
| /Linux-v5.10/arch/x86/kernel/cpu/microcode/ | 
| D | intel.c | 180 static int microcode_sanity_check(void *mc, int print_err)  in microcode_sanity_check()  argument192 		if (print_err)  in microcode_sanity_check()
 198 		if (print_err)  in microcode_sanity_check()
 210 			if (print_err)  in microcode_sanity_check()
 217 			if (print_err)  in microcode_sanity_check()
 235 			if (print_err)  in microcode_sanity_check()
 252 		if (print_err)  in microcode_sanity_check()
 270 			if (print_err)  in microcode_sanity_check()
 
 | 
| /Linux-v5.10/drivers/video/fbdev/ | 
| D | au1100fb.c | 372 		print_err("No LCD panels supported by driver!");  in au1100fb_setup()429 		print_err("fail to retrieve registers resource");  in au1100fb_drv_probe()
 440 		print_err("fail to lock memory region at 0x%08lx",  in au1100fb_drv_probe()
 465 		print_err("fail to allocate framebuffer (size: %dK))",  in au1100fb_drv_probe()
 493 		print_err("Fail to allocate colormap (%d entries)",  in au1100fb_drv_probe()
 505 		print_err("cannot register new framebuffer");  in au1100fb_drv_probe()
 
 | 
| D | au1200fb.c | 57 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg)  macro1543 		print_err("Cannot find valid mode for panel %s", panel->name);  in au1200fb_init_fbinfo()
 1553 		print_err("Fail to allocate colormap (%d entries)",  in au1200fb_init_fbinfo()
 1697 			print_err("fail to allocate framebuffer (size: %dK))",  in au1200fb_drv_probe()
 1714 			print_err("cannot register new framebuffer");  in au1200fb_drv_probe()
 1735 		print_err("fail to request interrupt line %d (err: %d)",  in au1200fb_drv_probe()
 
 | 
| D | au1100fb.h | 35 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg)  macro
 | 
| /Linux-v5.10/drivers/usb/gadget/udc/ | 
| D | net2280.c | 202 		goto print_err;  in net2280_enable()208 		goto print_err;  in net2280_enable()
 214 			goto print_err;  in net2280_enable()
 219 			goto print_err;  in net2280_enable()
 227 		goto print_err;  in net2280_enable()
 251 			goto print_err;  in net2280_enable()
 273 			goto print_err;  in net2280_enable()
 356 print_err:  in net2280_enable()
 1005 		goto print_err;  in net2280_queue()
 1009 		goto print_err;  in net2280_queue()
 [all …]
 
 | 
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ | 
| D | mem.c | 325 		goto print_err;  in mlx5_ib_test_wc()385 print_err:  in mlx5_ib_test_wc()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_sriov.c | 113 				       bool print_err)  in bnx2x_validate_vf_sp_objs()  argument116 		if (print_err)  in bnx2x_validate_vf_sp_objs()
 
 | 
| D | bnx2x.h | 2420 int bnx2x_compare_fw_ver(struct bnx2x *bp, u32 load_code, bool print_err);
 | 
| D | bnx2x_cmn.c | 2361 int bnx2x_compare_fw_ver(struct bnx2x *bp, u32 load_code, bool print_err)  in bnx2x_compare_fw_ver()  argument2380 			if (print_err)  in bnx2x_compare_fw_ver()
 
 |