Searched full:fastrpc (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | qcom,glink-edge.yaml | 24 fastrpc: 25 $ref: /schemas/misc/qcom,fastrpc.yaml# 29 Qualcomm FastRPC
|
| H A D | qcom,sc7280-adsp-pil.yaml | 117 fastrpc: false
|
| H A D | qcom,sc7180-mss-pil.yaml | 162 fastrpc: false
|
| H A D | qcom,sc7280-mss-pil.yaml | 176 fastrpc: false
|
| /linux/include/uapi/misc/ |
| H A D | fastrpc.h | 25 * the buffer to FastRPC calls. Same virtual address will be 26 * assigned for subsequent FastRPC calls. 67 /* Fastrpc attribute for memory protection of buffers */
|
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 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() [all …]
|
| H A D | Kconfig | 302 tristate "Qualcomm FastRPC"
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm6115.dtsi | 2802 fastrpc { 2803 compatible = "qcom,fastrpc"; 2811 compatible = "qcom,fastrpc-compute-cb"; 2817 compatible = "qcom,fastrpc-compute-cb"; 2823 compatible = "qcom,fastrpc-compute-cb"; 2829 compatible = "qcom,fastrpc-compute-cb"; 2835 compatible = "qcom,fastrpc-compute-cb"; 2873 fastrpc { 2874 compatible = "qcom,fastrpc"; 2882 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu-qcom.c | 42 { .compatible = "qcom,fastrpc",
|