Lines Matching full:fastrpc
23 #include <uapi/misc/fastrpc.h>
44 #define FASTRPC_DEVICE_NAME "fastrpc"
843 * Fastrpc payload buffer with metadata looks like:
1778 /* Fastrpc Capablities does not support modem domain */ in fastrpc_get_dsp_info()
2174 dev_info(dev, "FastRPC Session ID not specified in DT\n"); in fastrpc_cb_probe()
2214 { .compatible = "qcom,fastrpc-compute-cb", },
2222 .name = "qcom,fastrpc-cb",
2242 fdev->miscdev.name = devm_kasprintf(dev, GFP_KERNEL, "fastrpc-%s%s", in fastrpc_device_register()
2271 dev_info(rdev, "FastRPC Domain not specified in DT\n"); in fastrpc_rpmsg_probe()
2283 dev_info(rdev, "FastRPC Invalid Domain ID %d\n", domain_id); in fastrpc_rpmsg_probe()
2288 dev_info(rdev, "no reserved DMA memory for FASTRPC\n"); in fastrpc_rpmsg_probe()
2465 { .compatible = "qcom,fastrpc" },
2475 .name = "qcom,fastrpc",
2486 pr_err("fastrpc: failed to register cb driver\n"); in fastrpc_init()
2492 pr_err("fastrpc: failed to register rpmsg driver\n"); in fastrpc_init()
2508 MODULE_DESCRIPTION("Qualcomm FastRPC");