Lines Matching full:debug
19 debug("%s(chan=%p)\n", __func__, chan); in mbox_of_xlate_default()
22 debug("Invaild args_count: %d\n", args->args_count); in mbox_of_xlate_default()
38 debug("%s(dev=%p, index=%d, chan=%p)\n", __func__, dev, index, chan); in mbox_get_by_index()
43 debug("%s: dev_read_phandle_with_args failed: %d\n", __func__, in mbox_get_by_index()
50 debug("%s: uclass_get_device_by_of_offset failed: %d\n", in mbox_get_by_index()
62 debug("of_xlate() failed: %d\n", ret); in mbox_get_by_index()
68 debug("ops->request() failed: %d\n", ret); in mbox_get_by_index()
80 debug("%s(dev=%p, name=%s, chan=%p)\n", __func__, dev, name, chan); in mbox_get_by_name()
84 debug("fdt_stringlist_search() failed: %d\n", index); in mbox_get_by_name()
95 debug("%s(chan=%p)\n", __func__, chan); in mbox_free()
104 debug("%s(chan=%p, data=%p)\n", __func__, chan, data); in mbox_send()
115 debug("%s(chan=%p, data=%p, timeout_us=%ld)\n", __func__, chan, data, in mbox_recv()