Searched full:remoteproc (Results 1 – 25 of 55) sorted by relevance
123
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-remoteproc | 1 What: /sys/class/remoteproc/.../firmware 10 stopped (using /sys/class/remoteproc/.../state) and write a new filename. 12 What: /sys/class/remoteproc/.../state 46 /sys/class/remoteproc/.../firmware. The remote processor should 52 What: /sys/class/remoteproc/.../name 62 What: /sys/class/remoteproc/.../coredump 86 What: /sys/class/remoteproc/.../recovery
|
| /linux/include/linux/remoteproc/ |
| H A D | qcom_rproc.h | 7 * enum qcom_ssr_notify_type - Startup/Shutdown events related to a remoteproc 10 * @QCOM_SSR_BEFORE_POWERUP: Remoteproc about to start (prepare stage) 11 * @QCOM_SSR_AFTER_POWERUP: Remoteproc is running (start stage) 12 * @QCOM_SSR_BEFORE_SHUTDOWN: Remoteproc crashed or shutting down (stop stage) 13 * @QCOM_SSR_AFTER_SHUTDOWN: Remoteproc is down (unprepare stage)
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | renesas,rcar-rproc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/renesas,rcar-rproc.yaml# 13 This document defines the bindings for the remoteproc component that loads and 31 remoteproc device. This is variable and describes the memories shared with 32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
| H A D | ti,omap-remoteproc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/ti,omap-remoteproc.yaml# 7 title: OMAP4+ Remoteproc Devices 99 with the remoteproc device. The reserved memory node 106 Address space for any remoteproc memories present on 137 Custom autosuspend delay for the remoteproc in milliseconds.
|
| H A D | ti,k3-m4f-rproc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-m4f-rproc.yaml# 63 remoteproc device. Optional memory regions available for firmware 111 remoteproc@5000000 {
|
| H A D | qcom,pil-info.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,pil-info.yaml# 14 used for communicating remoteproc relocation information to post mortem
|
| H A D | qcom,glink-edge.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,glink-edge.yaml# 83 remoteproc@8a00000 {
|
| H A D | ingenic,vpu.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/ingenic,vpu.yaml#
|
| H A D | qcom,glink-rpm-edge.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,glink-rpm-edge.yaml#
|
| H A D | ti,davinci-rproc.txt | 40 with the remoteproc device. The reserved memory node
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_cdev.c | 3 * Character device interface driver for Remoteproc framework. 12 #include <linux/remoteproc.h> 123 ret = alloc_chrdev_region(&rproc_major, 0, NUM_RPROC_DEVICES, "remoteproc"); in rproc_init_cdev()
|
| H A D | st_slim_rproc.c | 16 #include <linux/remoteproc.h> 17 #include <linux/remoteproc/st_slim_rproc.h> 109 * Remoteproc slim specific device handlers 286 /* Register as a remoteproc device */ in st_slim_rproc_alloc() 289 dev_err(dev, "registration of slim remoteproc failed\n"); in st_slim_rproc_alloc()
|
| H A D | ti_sci_proc.h | 19 * @proc_id: processor id for the consumer remoteproc device 20 * @host_id: host id to pass the control over for this consumer remoteproc
|
| H A D | remoteproc_virtio.c | 18 #include <linux/remoteproc.h> 78 * rproc_vq_interrupt() - tell remoteproc that a virtqueue is interrupted 259 * Packed ring isn't enabled on remoteproc for now, in rproc_transport_features() 260 * because remoteproc uses vring_new_virtqueue() which in rproc_transport_features()
|
| H A D | remoteproc_coredump.c | 3 * Coredump functionality for Remoteproc framework. 12 #include <linux/remoteproc.h> 44 * the remoteproc.
|
| H A D | remoteproc_debugfs.c | 21 #include <linux/remoteproc.h> 27 /* remoteproc debugfs parent dir */ 64 * enabled: When the remoteproc crashes the entire coredump will be copied
|
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_fw.h | 6 #include <linux/remoteproc.h> 7 #include <linux/remoteproc/mtk_scp.h>
|
| /linux/drivers/net/ipa/ |
| H A D | ipa.h | 30 * @nb: Notifier block used for remoteproc SSR 31 * @notifier: Remoteproc SSR notifier
|
| /linux/Documentation/staging/ |
| H A D | index.rst | 12 remoteproc
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | Kconfig | 7 depends on REMOTEPROC
|
| /linux/include/uapi/linux/ |
| H A D | remoteproc_cdev.h | 3 * IOCTLs for Remoteproc's character device interface.
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | Kconfig | 19 depends on ATH12K && REMOTEPROC
|
| H A D | ahb.h | 10 #include <linux/remoteproc/qcom_rproc.h>
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | qcom,mpm.yaml | 90 remoteproc-rpm {
|
| /linux/drivers/ |
| H A D | Kconfig | 178 source "drivers/remoteproc/Kconfig"
|
123