Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice.c178 dm_warn("unbind() method failed on dev '%s' on error path\n", in device_bind_common()
186 dm_warn("Failed to unbind dev '%s' on error path\n", in device_bind_common()
417 dm_warn("%s: Device '%s' failed to remove on error path\n", in device_probe()
432 dm_warn("%s: null device\n", __func__); in dev_get_platdata()
442 dm_warn("%s: null device\n", __func__); in dev_get_parent_platdata()
452 dm_warn("%s: null device\n", __func__); in dev_get_uclass_platdata()
462 dm_warn("%s: null device\n", __func__); in dev_get_priv()
472 dm_warn("%s: null device\n", __func__); in dev_get_uclass_priv()
482 dm_warn("%s: null device\n", __func__); in dev_get_parent_priv()
Droot.c39 dm_warn("Virtual root driver does not exist!\n"); in dm_root()
157 dm_warn("Virtual root driver already exists!\n"); in dm_init()
209 dm_warn("Some drivers were not found\n"); in dm_scan_platdata()
240 dm_warn("Some drivers failed to bind\n"); in dm_scan_fdt_live()
295 dm_warn("Some drivers failed to bind\n"); in dm_scan_fdt_node()
Dlists.c64 dm_warn("No match for driver '%s'\n", entry->name); in lists_bind_drivers()
151 dm_warn("Device tree error at node '%s'\n", name); in lists_bind_fdt()
182 dm_warn("Error binding driver '%s': %d\n", entry->name, in lists_bind_fdt()
Ddevice-remove.c198 dm_warn("%s: Device '%s' failed child_post_remove()", in device_remove()
214 dm_warn("%s: Device '%s' failed to remove, but children are gone\n", in device_remove()
219 dm_warn("%s: Device '%s' failed to post_probe on error path\n", in device_remove()
Dutil.c12 void dm_warn(const char *fmt, ...) in dm_warn() function
DKconfig43 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
Duclass.c615 dm_warn("Device '%s': seq %d is in use by '%s'\n", in uclass_resolve_seq()
/external/u-boot/include/dm/
Dutil.h10 void dm_warn(const char *fmt, ...);
12 static inline void dm_warn(const char *fmt, ...) in dm_warn() function