Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/misc/
H A Dqcom,fastrpc.yaml4 $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 Dqcom,glink-edge.yaml24 fastrpc:
25 $ref: /schemas/misc/qcom,fastrpc.yaml#
29 Qualcomm FastRPC
H A Dqcom,sc7280-adsp-pil.yaml117 fastrpc: false
/linux/drivers/misc/
H A Dfastrpc.c23 #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 DKconfig302 tristate "Qualcomm FastRPC"
/linux/arch/arm64/boot/dts/qcom/
H A Dmonaco.dtsi2808 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 Dagatti.dtsi2293 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 Dhamoa.dtsi4370 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 DMAINTAINERS21926 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