/external/u-boot/drivers/firmware/ |
D | psci.c | 65 pr_warn("missing \"method\" property\n"); in psci_probe() 74 pr_warn("invalid \"method\" property: %s\n", method); in psci_probe()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro 323 pr_warn(rc, "pthread_setname_np"); in test_fp_vec() 369 pr_warn(rc, "pthread_create()"); in tm_unavailable_test()
|
/external/u-boot/arch/arm/mach-uniphier/ |
D | dram_init.c | 125 pr_warn("Sparse mem is enabled, but ch0 and ch1 overlap\n"); in uniphier_memconf_decode() 126 pr_warn("Only ch0 is available\n"); in uniphier_memconf_decode()
|
D | board_late_init.c | 96 pr_warn("fdt_file environment was not set correctly\n"); in board_late_init()
|
/external/kmod/testsuite/module-playground/ |
D | mod-foo-a.c | 15 pr_warn("fooA\n"); in print_fooA()
|
D | mod-foo-c.c | 15 pr_warn("fooC\n"); in print_fooC()
|
D | mod-foo-b.c | 15 pr_warn("fooB\n"); in print_fooB()
|
D | mod-loop-g.c | 19 pr_warn("Hello, world G\n"); in printG()
|
D | mod-loop-f.c | 19 pr_warn("Hello, world F\n"); in printF()
|
D | mod-loop-k.c | 20 pr_warn("Hello, world K\n"); in printK()
|
D | mod-loop-h.c | 20 pr_warn("Hello, world H\n"); in printH()
|
D | mod-loop-c.c | 20 pr_warn("Hello, world C\n"); in printC()
|
D | mod-loop-i.c | 20 pr_warn("Hello, world I\n"); in printI()
|
D | mod-loop-d.c | 20 pr_warn("Hello, world D\n"); in printD()
|
D | mod-loop-e.c | 20 pr_warn("Hello, world E\n"); in printE()
|
D | mod-loop-j.c | 21 pr_warn("Hello, world J\n"); in printJ()
|
D | mod-loop-b.c | 22 pr_warn("Hello, world B\n"); in printB()
|
D | mod-loop-a.c | 22 pr_warn("Hello, world A\n"); in printA()
|
/external/u-boot/drivers/mtd/nand/ |
D | nand_bbt.c | 473 pr_warn("create_bbt(): chipnr (%d) > available chips (%d)\n", in create_bbt() 497 pr_warn("Bad eraseblock %d at 0x%012llx\n", in create_bbt() 576 pr_warn("Bad block table not found for chip %d\n", i); in search_bbt() 726 pr_warn("nand_bbt: ECC error while reading block for writing bad block table\n"); in write_bbt() 806 pr_warn("nand_bbt: error while writing bad block table %d\n", res); in write_bbt() 1258 pr_warn("Bad block pattern already allocated; not replacing\n"); in nand_create_badblock_pattern()
|
D | nand_base.c | 561 pr_warn("timeout while waiting for chip to become ready\n"); in nand_wait_ready() 2913 pr_warn("%s: attempt to erase a bad block at page 0x%08x\n", in nand_erase_nand() 3353 pr_warn("Failed to detect ONFI extended param page\n"); in nand_flash_detect_onfi() 3355 pr_warn("Could not retrieve ONFI ECC requirements\n"); in nand_flash_detect_onfi() 3446 pr_warn("Invalid codeword size\n"); in nand_flash_detect_jedec() 3868 pr_warn("bus width %d instead %d bit\n", in nand_get_flash_type() 4028 pr_warn("No NAND device found\n"); in nand_scan_ident() 4409 pr_warn("No oob scheme defined for oobsize %d\n", in nand_scan_tail() 4427 pr_warn("No ECC functions supplied; hardware ECC not possible\n"); in nand_scan_tail() 4458 pr_warn("No ECC functions supplied; hardware ECC not possible\n"); in nand_scan_tail() [all …]
|
/external/u-boot/include/linux/ |
D | printk.h | 50 #define pr_warn pr_warning macro
|
/external/u-boot/arch/arm/mach-uniphier/arm32/ |
D | psci.c | 95 pr_warn("warning: some of secondary CPUs may not boot\n"); in uniphier_smp_kick_all_cpus()
|
/external/u-boot/drivers/fastboot/ |
D | fb_getvar.c | 227 pr_warn("WARNING: unknown variable: %s\n", cmd_parameter); in fastboot_getvar()
|
/external/u-boot/drivers/net/ |
D | sni_ave.c | 425 pr_warn("%s: halt timeout\n", priv->phydev->dev->name); in ave_stop() 564 pr_warn("%s: bad send packet status:%08x\n", in ave_send() 588 pr_warn("%s: bad packet[%d] status:%08x ptr:%p\n", in ave_recv()
|
/external/u-boot/drivers/mmc/ |
D | mmc.c | 1451 pr_warn("invalid bus witdh capability 0x%x\n", cap); in bus_width() 1678 pr_warn("unable to read ssr\n"); in sd_select_mode_and_width() 2279 pr_warn("MMC: SET_DSR failed\n"); in mmc_startup() 2441 pr_warn("mmc: failed to set signal voltage\n"); in mmc_set_initial_state()
|