Searched refs:rpmsg_show_attr (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rpmsg/ |
| H A D | rpmsg_core.c | 354 #define rpmsg_show_attr(field, path, format_string) \ macro 403 rpmsg_show_attr(name, id.name, "%s\n"); 404 rpmsg_show_attr(src, src, "0x%x\n"); 405 rpmsg_show_attr(dst, dst, "0x%x\n"); 406 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n");
|