Searched full:fastrpc (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/misc/ |
| H A D | qcom,fastrpc.yaml | 4 $id: http://devicetree.org/schemas/misc/qcom,fastrpc.yaml# 7 title: Qualcomm FastRPC Driver 13 The FastRPC implements an IPC (Inter-Processor Communication) 23 - qcom,kaanapali-fastrpc 24 - qcom,fastrpc 27 - qcom,glymur-fastrpc 28 - const: qcom,kaanapali-fastrpc 81 Each subnode of the Fastrpc represents compute context banks available on the dsp. 85 const: qcom,fastrpc-compute-cb 130 fastrpc { [all …]
|
| /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
|
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 23 #include <uapi/misc/fastrpc.h> 43 #define FASTRPC_DEVICE_NAME "fastrpc" 890 * Fastrpc payload buffer with metadata looks like: 2226 dev_info(dev, "FastRPC Session ID not specified in DT\n"); in fastrpc_cb_probe() 2266 { .compatible = "qcom,fastrpc-compute-cb", }, 2274 .name = "qcom,fastrpc-cb", 2294 fdev->miscdev.name = devm_kasprintf(dev, GFP_KERNEL, "fastrpc-%s%s", in fastrpc_device_register() 2352 dev_info(rdev, "FastRPC Domain not specified in DT\n"); in fastrpc_rpmsg_probe() 2359 dev_info(rdev, "FastRPC Domain %s not supported\n", domain); in fastrpc_rpmsg_probe() 2364 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 | monaco.dtsi | 2808 fastrpc { 2809 compatible = "qcom,fastrpc"; 2819 compatible = "qcom,fastrpc-compute-cb"; 2826 compatible = "qcom,fastrpc-compute-cb"; 2833 compatible = "qcom,fastrpc-compute-cb"; 7710 fastrpc { 7711 compatible = "qcom,fastrpc"; 7718 compatible = "qcom,fastrpc-compute-cb"; 7726 compatible = "qcom,fastrpc-compute-cb"; 7734 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| H A D | agatti.dtsi | 2293 fastrpc { 2294 compatible = "qcom,fastrpc"; 2304 compatible = "qcom,fastrpc-compute-cb"; 2310 compatible = "qcom,fastrpc-compute-cb"; 2316 compatible = "qcom,fastrpc-compute-cb"; 2322 compatible = "qcom,fastrpc-compute-cb"; 2328 compatible = "qcom,fastrpc-compute-cb";
|
| H A D | hamoa.dtsi | 4370 fastrpc { 4371 compatible = "qcom,fastrpc"; 4379 compatible = "qcom,fastrpc-compute-cb"; 4387 compatible = "qcom,fastrpc-compute-cb"; 4395 compatible = "qcom,fastrpc-compute-cb"; 4403 compatible = "qcom,fastrpc-compute-cb"; 4411 compatible = "qcom,fastrpc-compute-cb"; 8881 fastrpc { 8882 compatible = "qcom,fastrpc"; 8890 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 21926 QUALCOMM FASTRPC DRIVER 21932 F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml 21933 F: drivers/misc/fastrpc.c 21934 F: include/uapi/misc/fastrpc.h
|