Home
last modified time | relevance | path

Searched full:fastrpc (Results 1 – 10 of 10) 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 - qcom,hawi-fastrpc
29 - const: qcom,kaanapali-fastrpc
82 Each subnode of the Fastrpc represents compute context banks available on the dsp.
86 const: qcom,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.yaml123 fastrpc: false
/linux/arch/arm64/boot/dts/qcom/
H A Dmilos.dtsi1393 fastrpc {
1394 compatible = "qcom,fastrpc";
1402 compatible = "qcom,fastrpc-compute-cb";
1410 compatible = "qcom,fastrpc-compute-cb";
1418 compatible = "qcom,fastrpc-compute-cb";
1426 compatible = "qcom,fastrpc-compute-cb";
1434 compatible = "qcom,fastrpc-compute-cb";
2728 fastrpc {
2729 compatible = "qcom,fastrpc";
2737 compatible = "qcom,fastrpc
[all...]
H A Dmonaco.dtsi2812 fastrpc {
2813 compatible = "qcom,fastrpc";
2823 compatible = "qcom,fastrpc-compute-cb";
2830 compatible = "qcom,fastrpc-compute-cb";
2837 compatible = "qcom,fastrpc-compute-cb";
7623 fastrpc {
7624 compatible = "qcom,fastrpc";
7631 compatible = "qcom,fastrpc-compute-cb";
7638 compatible = "qcom,fastrpc-compute-cb";
7645 compatible = "qcom,fastrpc
[all...]
H A Dagatti.dtsi2346 fastrpc {
2347 compatible = "qcom,fastrpc";
2357 compatible = "qcom,fastrpc-compute-cb";
2363 compatible = "qcom,fastrpc-compute-cb";
2369 compatible = "qcom,fastrpc-compute-cb";
2375 compatible = "qcom,fastrpc-compute-cb";
2381 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";
8828 fastrpc {
8829 compatible = "qcom,fastrpc";
8837 compatible = "qcom,fastrpc
[all...]
/linux/drivers/misc/
H A Dfastrpc.c23 #include <uapi/misc/fastrpc.h>
43 #define FASTRPC_DEVICE_NAME "fastrpc"
936 * Fastrpc payload buffer with metadata looks like: in fastrpc_get_payload_size()
2252 dev_info(dev, "FastRPC Session ID not specified in DT\n"); in fastrpc_cb_remove()
2292 { .compatible = "qcom,fastrpc-compute-cb", }, in fastrpc_device_register()
2300 .name = "qcom,fastrpc-cb", in fastrpc_device_register()
2320 fdev->miscdev.name = devm_kasprintf(dev, GFP_KERNEL, "fastrpc-%s%s", in fastrpc_get_domain_id()
2378 dev_info(rdev, "FastRPC Domain not specified in DT\n"); in fastrpc_rpmsg_probe()
2385 dev_info(rdev, "FastRPC Domain %s not supported\n", domain); in fastrpc_rpmsg_probe()
2390 dev_info(rdev, "no reserved DMA memory for FASTRPC\ in fastrpc_rpmsg_probe()
[all...]
H A DKconfig302 tristate "Qualcomm FastRPC"
/linux/
H A DMAINTAINERS22189 QUALCOMM FASTRPC DRIVER
22195 F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
22196 F: drivers/misc/fastrpc.c
22197 F: include/uapi/misc/fastrpc.h