Home
last modified time | relevance | path

Searched refs:rpmsg_show_attr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rpmsg/
H A Drpmsg_core.c318 #define rpmsg_show_attr(field, path, format_string) \ macro
368 rpmsg_show_attr(name, id.name, "%s\n");
369 rpmsg_show_attr(src, src, "0x%x\n");
370 rpmsg_show_attr(dst, dst, "0x%x\n");
371 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n");
/kernel/linux/linux-6.6/drivers/rpmsg/
H A Drpmsg_core.c405 #define rpmsg_show_attr(field, path, format_string) \ macro
455 rpmsg_show_attr(name, id.name, "%s\n");
456 rpmsg_show_attr(src, src, "0x%x\n");
457 rpmsg_show_attr(dst, dst, "0x%x\n");
458 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n");

Completed in 3 milliseconds