Home
last modified time | relevance | path

Searched full:fastrpc (Results 1 – 9 of 9) 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"
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 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",