Searched refs:log_warning (Results 1 – 25 of 25) sorted by relevance
/u-boot/drivers/tpm/ |
A D | cr50_i2c.c | 80 log_warning("Timeout\n"); in cr50_i2c_wait_tpm_ready() 318 log_warning("First chunk not available\n"); in cr50_i2c_recv() 324 log_warning("Read failed\n"); in cr50_i2c_recv() 341 log_warning("- burst failure1\n"); in cr50_i2c_recv() 347 log_warning("Read failed\n"); in cr50_i2c_recv() 356 log_warning("- burst failure2\n"); in cr50_i2c_recv() 360 log_warning("Data still available\n"); in cr50_i2c_recv() 423 log_warning("Write failed\n"); in cr50_i2c_send() 435 log_warning("Data still expected\n"); in cr50_i2c_send() 443 log_warning("Start command failed\n"); in cr50_i2c_send() [all …]
|
/u-boot/lib/efi_loader/ |
A D | efi_bootmgr.c | 98 log_warning("Invalid load option for %ls\n", varname); in try_load_entry() 111 log_warning("Loading %ls '%ls' failed\n", in try_load_entry() 195 log_warning( in efi_bootmgr_load()
|
A D | efi_rng.c | 170 log_warning("Missing RNG device for EFI_RNG_PROTOCOL\n"); in efi_rng_register()
|
A D | efi_firmware.c | 141 log_warning("Probably dfu_alt_info not defined\n"); in efi_get_dfu_info()
|
A D | efi_tcg2.c | 1063 log_warning("Unable to find TPMv2 device\n"); in efi_tcg2_register()
|
/u-boot/include/linux/ |
A D | printk.h | 54 CONFIG_LOGLEVEL > 4 ? log_warning(fmt, ##__VA_ARGS__) : 0; \
|
/u-boot/test/log/ |
A D | nolog_test.c | 43 log_warning("testing %s\n", "log_warning"); in log_test_nolog_warning()
|
A D | syslog_test.c | 129 log_warning("testing %s\n", "log_warning"); in log_test_syslog_warning()
|
A D | log_test.c | 272 log_warning("level %d\n", LOGL_WARNING); in do_log_test_helpers()
|
/u-boot/include/ |
A D | log.h | 163 #define log_warning(_fmt...) log(LOG_CATEGORY, LOGL_WARNING, ##_fmt) macro 176 #define log_warning(_fmt, ...) printf(_fmt, ##__VA_ARGS__) macro
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | fdt.c | 200 log_warning("%s: couldn't find /cpus node\n", __func__); in stm32_fdt_fixup_cpu()
|
/u-boot/drivers/core/ |
A D | device-remove.c | 38 log_warning("device '%s' failed to unbind\n", in device_chld_unbind()
|
A D | acpi.c | 232 log_warning("*** Missing bytes: ptr=%p, end=%p\n", ptr, end); in sort_acpi_item_type()
|
/u-boot/drivers/sound/ |
A D | sandbox.c | 144 log_warning("Sound is silenced\n"); in sandbox_i2s_probe()
|
A D | hda_codec.c | 495 log_warning("Could not find beep NID (err=%d)\n", ret); in hda_codec_finish_init()
|
/u-boot/drivers/clk/kendryte/ |
A D | bypass.c | 105 log_warning("Cannot unbypass children; dobypass not called first\n"); in k210_bypass_unbypass()
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | acpi.c | 71 log_warning("Invalid SCI route! Defaulting to IRQ9\n"); in acpi_sci_irq()
|
/u-boot/arch/x86/lib/ |
A D | acpi_table.c | 640 log_warning("TPM2 table creation failed\n"); in write_acpi_tables() 655 log_warning("Failed to create TCPA table (err=%d)\n", in write_acpi_tables()
|
A D | acpi_nhlt.c | 178 log_warning("Failed to find settings file %s\n", in nhlt_endpoint_add_formats()
|
A D | zimage.c | 219 log_warning("Setup Sectors = 0 (defaulting to 4)\n"); in load_zimage()
|
/u-boot/drivers/video/stm32/ |
A D | stm32_ltdc.c | 181 log_warning("warning %dbpp not supported yet, %dbpp instead\n", in stm32_ltdc_get_pixel_format()
|
/u-boot/arch/x86/cpu/ |
A D | mp_init.c | 862 …log_warning("Warning: Device tree does not describe all CPUs. Extra ones will not be started corre… in mp_init()
|
/u-boot/lib/acpi/ |
A D | acpi_device.c | 838 log_warning("No name for device '%s'\n", dev->name); in acpi_device_infer_name()
|
/u-boot/doc/develop/ |
A D | logging.rst | 116 * log_warning(_fmt...)
|
/u-boot/drivers/misc/ |
A D | cros_ec.c | 1498 log_warning("PARAM_LIMIT_POWER not supported by EC\n"); in cros_ec_read_limit_power()
|
Completed in 36 milliseconds