Searched refs:dm_warn (Results 1 – 7 of 7) sorted by relevance
/u-boot/include/dm/ |
A D | util.h | 10 void dm_warn(const char *fmt, ...); 12 static inline void dm_warn(const char *fmt, ...) in dm_warn() function
|
/u-boot/drivers/core/ |
A D | root.c | 38 dm_warn("Virtual root driver does not exist!\n"); in dm_root() 140 dm_warn("Virtual root driver already exists!\n"); in dm_init() 201 dm_warn("Some drivers were not found\n"); in dm_scan_plat() 247 dm_warn("Some drivers failed to bind\n"); in dm_scan_fdt_node()
|
A D | util.c | 15 void dm_warn(const char *fmt, ...) in dm_warn() function
|
A D | lists.c | 100 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() 252 dm_warn("Error binding driver '%s': %d\n", entry->name, in lists_bind_fdt()
|
A D | device.c | 190 dm_warn("unbind() method failed on dev '%s' on error path\n", in device_bind_common() 198 dm_warn("Failed to unbind dev '%s' on error path\n", in device_bind_common() 465 dm_warn("%s: failed to get DMA range, %d\n", dev->name, ret); in device_get_dma_constraints() 577 dm_warn("%s: Device '%s' failed to remove on error path\n", in device_probe() 591 dm_warn("%s: null device\n", __func__); in dev_get_plat() 601 dm_warn("%s: null device\n", __func__); in dev_get_parent_plat() 611 dm_warn("%s: null device\n", __func__); in dev_get_uclass_plat() 621 dm_warn("%s: null device\n", __func__); in dev_get_priv() 631 dm_warn("%s: null device\n", __func__); in dev_get_uclass_priv() 641 dm_warn("%s: null device\n", __func__); in dev_get_parent_priv()
|
A D | device-remove.c | 243 dm_warn("%s: Device '%s' failed child_post_remove()", in device_remove() 262 dm_warn("%s: Device '%s' failed to remove, but children are gone\n", in device_remove()
|
A D | Kconfig | 46 not bind correctly. If the option is disabled, dm_warn() is compiled 55 The dm_warn() function can use up quite a bit of space for its 59 not bind correctly. If the option is disabled, dm_warn() is compiled
|
Completed in 9 milliseconds