Lines Matching refs:debug
23 debug("%s(chan=%p)\n", __func__, chan); in mbox_of_xlate_default()
26 debug("Invalid args_count: %d\n", args->args_count); in mbox_of_xlate_default()
42 debug("%s(dev=%p, index=%d, chan=%p)\n", __func__, dev, index, chan); in mbox_get_by_index()
47 debug("%s: dev_read_phandle_with_args failed: %d\n", __func__, in mbox_get_by_index()
54 debug("%s: uclass_get_device_by_of_offset failed: %d\n", in mbox_get_by_index()
62 debug("%s: mbox node from parent failed: %d\n", in mbox_get_by_index()
75 debug("of_xlate() failed: %d\n", ret); in mbox_get_by_index()
82 debug("ops->request() failed: %d\n", ret); in mbox_get_by_index()
94 debug("%s(dev=%p, name=%s, chan=%p)\n", __func__, dev, name, chan); in mbox_get_by_name()
98 debug("fdt_stringlist_search() failed: %d\n", index); in mbox_get_by_name()
109 debug("%s(chan=%p)\n", __func__, chan); in mbox_free()
121 debug("%s(chan=%p, data=%p)\n", __func__, chan, data); in mbox_send()
132 debug("%s(chan=%p, data=%p, timeout_us=%ld)\n", __func__, chan, data, in mbox_recv()