Lines Matching refs:debug
22 debug("%s(chan=%p)\n", __func__, chan); in mbox_of_xlate_default()
25 debug("Invaild args_count: %d\n", args->args_count); in mbox_of_xlate_default()
41 debug("%s(dev=%p, index=%d, chan=%p)\n", __func__, dev, index, chan); in mbox_get_by_index()
46 debug("%s: dev_read_phandle_with_args failed: %d\n", __func__, in mbox_get_by_index()
53 debug("%s: uclass_get_device_by_of_offset failed: %d\n", in mbox_get_by_index()
61 debug("%s: mbox node from parent failed: %d\n", in mbox_get_by_index()
74 debug("of_xlate() failed: %d\n", ret); in mbox_get_by_index()
81 debug("ops->request() failed: %d\n", ret); in mbox_get_by_index()
93 debug("%s(dev=%p, name=%s, chan=%p)\n", __func__, dev, name, chan); in mbox_get_by_name()
97 debug("fdt_stringlist_search() failed: %d\n", index); in mbox_get_by_name()
108 debug("%s(chan=%p)\n", __func__, chan); in mbox_free()
120 debug("%s(chan=%p, data=%p)\n", __func__, chan, data); in mbox_send()
131 debug("%s(chan=%p, data=%p, timeout_us=%ld)\n", __func__, chan, data, in mbox_recv()