Home
last modified time | relevance | path

Searched refs:dm_warn (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/dm/
A Dutil.h12 #define dm_warn(fmt...) log(LOGC_DM, LOGL_WARNING, ##fmt) macro
14 static inline void dm_warn(const char *fmt, ...) in dm_warn() function
/u-boot/drivers/core/
A Dlists.c100 dm_warn("No match for driver '%s'\n", entry->name); in bind_drivers_pass()
211 dm_warn("Device tree error at node '%s'\n", name); in lists_bind_fdt()
261 dm_warn("Error binding driver '%s': %d\n", entry->name, in lists_bind_fdt()
A Ddevice.c197 dm_warn("unbind() method failed on dev '%s' on error path\n", in device_bind_common()
205 dm_warn("Failed to unbind dev '%s' on error path\n", in device_bind_common()
471 dm_warn("%s: failed to get DMA range, %d\n", dev->name, ret); in device_get_dma_constraints()
606 dm_warn("%s: Device '%s' failed to remove on error path\n", in device_probe()
620 dm_warn("%s: null device\n", __func__); in dev_get_plat()
630 dm_warn("%s: null device\n", __func__); in dev_get_parent_plat()
640 dm_warn("%s: null device\n", __func__); in dev_get_uclass_plat()
650 dm_warn("%s: null device\n", __func__); in dev_get_priv()
661 dm_warn("%s: null device\n", __func__); in dev_get_uclass_priv()
671 dm_warn("%s: null device\n", __func__); in dev_get_parent_priv()
A Droot.c42 dm_warn("Virtual root driver does not exist!\n"); in dm_root()
174 dm_warn("Virtual root driver already exists!\n"); in dm_init()
250 dm_warn("Some drivers were not found\n"); in dm_scan_plat()
296 dm_warn("Some drivers failed to bind\n"); in dm_scan_fdt_node()
A Ddevice-remove.c248 dm_warn("%s: Device '%s' failed child_post_remove()", in device_remove()
271 dm_warn("%s: Device '%s' failed to remove, but children are gone\n", in device_remove()
A DKconfig56 not bind correctly. If the option is disabled, dm_warn() is compiled
65 The dm_warn() function can use up quite a bit of space for its
69 not bind correctly. If the option is disabled, dm_warn() is compiled

Completed in 20 milliseconds