Lines Matching full:fastrpc
20 #include <uapi/misc/fastrpc.h>
36 #define FASTRPC_DEVICE_NAME "fastrpc"
687 * Fastrpc payload buffer with metadata looks like:
1565 dev_info(dev, "FastRPC Session ID not specified in DT\n"); in fastrpc_cb_probe()
1607 { .compatible = "qcom,fastrpc-compute-cb", },
1615 .name = "qcom,fastrpc-cb",
1630 dev_info(rdev, "FastRPC Domain not specified in DT\n"); in fastrpc_rpmsg_probe()
1642 dev_info(rdev, "FastRPC Invalid Domain ID %d\n", domain_id); in fastrpc_rpmsg_probe()
1651 data->miscdev.name = devm_kasprintf(rdev, GFP_KERNEL, "fastrpc-%s", in fastrpc_rpmsg_probe()
1741 { .compatible = "qcom,fastrpc" },
1751 .name = "qcom,fastrpc",
1762 pr_err("fastrpc: failed to register cb driver\n"); in fastrpc_init()
1768 pr_err("fastrpc: failed to register rpmsg driver\n"); in fastrpc_init()