Lines Matching full:fastrpc
23 #include <uapi/misc/fastrpc.h>
43 #define FASTRPC_DEVICE_NAME "fastrpc"
861 * Fastrpc payload buffer with metadata looks like:
2188 dev_info(dev, "FastRPC Session ID not specified in DT\n"); in fastrpc_cb_probe()
2228 { .compatible = "qcom,fastrpc-compute-cb", },
2236 .name = "qcom,fastrpc-cb",
2256 fdev->miscdev.name = devm_kasprintf(dev, GFP_KERNEL, "fastrpc-%s%s", in fastrpc_device_register()
2299 dev_info(rdev, "FastRPC Domain not specified in DT\n"); in fastrpc_rpmsg_probe()
2306 dev_info(rdev, "FastRPC Domain %s not supported\n", domain); in fastrpc_rpmsg_probe()
2311 dev_info(rdev, "no reserved DMA memory for FASTRPC\n"); in fastrpc_rpmsg_probe()
2485 { .compatible = "qcom,fastrpc" },
2495 .name = "qcom,fastrpc",
2506 pr_err("fastrpc: failed to register cb driver\n"); in fastrpc_init()
2512 pr_err("fastrpc: failed to register rpmsg driver\n"); in fastrpc_init()
2528 MODULE_DESCRIPTION("Qualcomm FastRPC");