Searched full:fastrpc (Results 1 – 10 of 10) 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" 859 * Fastrpc payload buffer with metadata looks like: 2186 dev_info(dev, "FastRPC Session ID not specified in DT\n"); in fastrpc_cb_probe() 2226 { .compatible = "qcom,fastrpc-compute-cb", }, 2234 .name = "qcom,fastrpc-cb", 2254 fdev->miscdev.name = devm_kasprintf(dev, GFP_KERNEL, "fastrpc-%s%s", in fastrpc_device_register() 2297 dev_info(rdev, "FastRPC Domain not specified in DT\n"); in fastrpc_rpmsg_probe() 2304 dev_info(rdev, "FastRPC Domain %s not supported\n", domain); in fastrpc_rpmsg_probe() 2309 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",
|
/linux/ |
H A D | MAINTAINERS | 21107 QUALCOMM FASTRPC DRIVER 21113 F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml 21114 F: drivers/misc/fastrpc.c 21115 F: include/uapi/misc/fastrpc.h
|