Home
last modified time | relevance | path

Searched full:fastrpc (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-edge.yaml24 fastrpc:
25 $ref: /schemas/misc/qcom,fastrpc.yaml#
29 Qualcomm FastRPC
H A Dqcom,sc7280-adsp-pil.yaml117 fastrpc: false
H A Dqcom,sc7180-mss-pil.yaml162 fastrpc: false
H A Dqcom,sc7280-mss-pil.yaml176 fastrpc: false
/linux/include/uapi/misc/
H A Dfastrpc.h25 * 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 Dfastrpc.c23 #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 DKconfig302 tristate "Qualcomm FastRPC"
/linux/arch/arm64/boot/dts/qcom/
H A Dsm6115.dtsi2802 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 Darm-smmu-qcom.c42 { .compatible = "qcom,fastrpc",
/linux/
H A DMAINTAINERS21107 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