Lines Matching refs:debug
141 debug("'%s': using fdt\n", dev->name); in rproc_pre_probe()
157 debug("'%s': using legacy data\n", dev->name); in rproc_pre_probe()
178 debug("Unnamed device!"); in rproc_pre_probe()
183 debug("%s duplicate name '%s'\n", dev->name, uc_pdata->name); in rproc_pre_probe()
189 debug("%s driver has no ops?\n", dev->name); in rproc_pre_probe()
194 debug("%s driver has missing mandatory ops?\n", dev->name); in rproc_pre_probe()
219 debug("%s driver has no ops?\n", dev->name); in rproc_post_probe()
265 debug("%s driver has no ops?\n", dev->name); in rproc_alloc_mem()
293 debug("%s driver has no ops?\n", dev->name); in rproc_config_pagetable()
330 debug("%s: Failed to initialize - %d\n", dev->name, ret); in _rproc_probe_dev()
363 debug("Already initialized\n"); in rproc_init()
378 debug("Unknown remote processor id '%d' requested(%d)\n", in rproc_dev_init()
385 debug("%s: Failed to initialize - %d\n", dev->name, ret); in rproc_dev_init()
399 debug("Unknown remote processor id '%d' requested(%d)\n", in rproc_load()
408 debug("%s driver has no ops?\n", dev->name); in rproc_load()
412 debug("Loading to '%s' from address 0x%08lX size of %lu bytes\n", in rproc_load()
417 debug("%s: data corruption?? mandatory function is missing!\n", in rproc_load()
459 debug("Unknown remote processor id '%d' requested(%d)\n", in _rproc_ops_wrapper()
468 debug("%s driver has no ops?\n", dev->name); in _rproc_ops_wrapper()
494 debug("what is '%d' operation??\n", op); in _rproc_ops_wrapper()
498 debug("%s %s...\n", op_str, uc_pdata->name); in _rproc_ops_wrapper()
503 debug("%s: data corruption?? mandatory function is missing!\n", in _rproc_ops_wrapper()
538 debug("trace rsc is truncated\n"); in handle_trace()
546 debug("trace rsc has non zero reserved bytes\n"); in handle_trace()
550 debug("trace rsc: da 0x%x, len 0x%x\n", rsc->da, rsc->len); in handle_trace()
561 debug("devmem rsc is truncated\n"); in handle_devmem()
569 debug("devmem rsc has non zero reserved bytes\n"); in handle_devmem()
573 debug("devmem rsc: pa 0x%x, da 0x%x, len 0x%x\n", in handle_devmem()
594 debug("mapped devmem pa 0x%x, da 0x%x, len 0x%x\n", in handle_devmem()
606 debug("carveout rsc is truncated\n"); in handle_carveout()
614 debug("carveout rsc has non zero reserved bytes\n"); in handle_carveout()
618 debug("carveout rsc: da %x, pa %x, len %x, flags %x\n", in handle_carveout()
623 debug in handle_carveout()
663 debug("carveout mapped 0x%x to 0x%x\n", rsc->da, rsc->pa); in handle_carveout()
679 debug("vdev rsc: vring%d: da %x, qsz %d, align %d\n", in alloc_vring()
686 debug("invalid qsz (%d) or alignment (%d)\n", vring->num, in alloc_vring()
699 debug("failed to allocate vring rsc\n"); in alloc_vring()
702 debug("alloc_mem(%#x, %d): %p\n", size, order, pa); in alloc_vring()
719 debug("vdev rsc is truncated\n"); in handle_vdev()
727 debug("vdev rsc has non zero reserved bytes\n"); in handle_vdev()
731 debug("vdev rsc: id %d, dfeatures %x, cfg len %d, %d vrings\n", in handle_vdev()
738 debug("too many vrings: %d\n", rsc->num_of_vrings); in handle_vdev()
753 debug("failed to allocate vdev rsc\n"); in handle_vdev()
756 debug("vring buffer alloc_mem(%#x, 6): %p\n", RPMSG_TOTAL_BUF_SPACE, in handle_vdev()
795 debug("rsc table is truncated\n"); in handle_resources()
799 debug("rsc: type %d\n", hdr->type); in handle_resources()
802 debug("unsupported resource %d\n", hdr->type); in handle_resources()
872 debug("header-less resource table\n"); in rproc_find_table()
880 debug("unsupported fw ver: %d\n", ptable->ver); in rproc_find_table()
888 debug("non zero reserved bytes\n"); in rproc_find_table()
897 debug("resource table incomplete\n"); in rproc_find_table()
918 debug("%s: failed to get resource section header\n", __func__); in rproc_find_resource_table()
941 debug("%s : failed to find resource table\n", __func__); in rproc_parse_resource_table()
945 debug("%s : found resource table\n", __func__); in rproc_parse_resource_table()
948 debug("resource table alloc failed!\n"); in rproc_parse_resource_table()
961 debug("handle_resources failed: %d\n", ret); in rproc_parse_resource_table()
992 debug("invalid firmware name\n"); in rproc_set_firmware()
1027 debug("No firmware name set for rproc core %d\n", core_id); in rproc_boot()
1035 debug("rproc_init() failed: %d\n", ret); in rproc_boot()
1043 debug("could not get fs loader: %d\n", ret); in rproc_boot()
1052 debug("CONFIG_REMOTEPROC_MAX_FW_SIZE not defined\n"); in rproc_boot()
1059 debug("could not request %s: %d\n", firmware, ret); in rproc_boot()
1065 debug("failed to load %s to rproc core %d from addr 0x%08lX err %d\n", in rproc_boot()
1072 debug("failed to start rproc core %d\n", core_id); in rproc_boot()