Searched refs:dm_warn (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | util.h | 11 void dm_warn(const char *fmt, ...); 13 static inline void dm_warn(const char *fmt, ...) in dm_warn() function
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | lists.c | 65 dm_warn("No match for driver '%s'\n", entry->name); in lists_bind_drivers() 152 dm_warn("Device tree error at node '%s'\n", name); in lists_bind_fdt() 183 dm_warn("Error binding driver '%s': %d\n", entry->name, in lists_bind_fdt()
|
| H A D | device-remove.c | 199 dm_warn("%s: Device '%s' failed child_post_remove()", in device_remove() 215 dm_warn("%s: Device '%s' failed to remove, but children are gone\n", in device_remove() 220 dm_warn("%s: Device '%s' failed to post_probe on error path\n", in device_remove()
|
| H A D | device.c | 285 dm_warn("unbind() method failed on dev '%s' on error path\n", in device_bind_common() 293 dm_warn("Failed to unbind dev '%s' on error path\n", in device_bind_common() 521 dm_warn("%s: Device '%s' failed to remove on error path\n", in device_probe() 536 dm_warn("%s: null device\n", __func__); in dev_get_platdata() 546 dm_warn("%s: null device\n", __func__); in dev_get_parent_platdata() 556 dm_warn("%s: null device\n", __func__); in dev_get_uclass_platdata() 566 dm_warn("%s: null device\n", __func__); in dev_get_priv() 576 dm_warn("%s: null device\n", __func__); in dev_get_uclass_priv() 586 dm_warn("%s: null device\n", __func__); in dev_get_parent_priv()
|
| H A D | root.c | 40 dm_warn("Virtual root driver does not exist!\n"); in dm_root() 158 dm_warn("Virtual root driver already exists!\n"); in dm_init() 210 dm_warn("Some drivers were not found\n"); in dm_scan_platdata() 247 dm_warn("Some drivers failed to bind\n"); in dm_scan_fdt_live() 301 dm_warn("Some drivers failed to bind\n"); in dm_scan_fdt_node()
|
| H A D | util.c | 13 void dm_warn(const char *fmt, ...) in dm_warn() function
|
| H A D | Kconfig | 43 The dm_warn() function can use up quite a bit of space for its 45 This will cause dm_warn() to be compiled out - it will do nothing
|
| H A D | uclass.c | 665 dm_warn("Device '%s': seq %d is in use by '%s'\n", in uclass_resolve_seq()
|
| /rk3399_rockchip-uboot/drivers/clk/at91/ |
| H A D | clk-h32mx.c | 30 dm_warn("H32MX clock is too fast\n"); in sama5d4_h32mx_clk_get_rate()
|