/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_rpmsg.c | 50 while (p && rpmsg->pll8k && rpmsg->pll11k) { in fsl_rpmsg_hw_params() 63 npll = (do_div(rate, 8000) ? rpmsg->pll11k : rpmsg->pll8k); in fsl_rpmsg_hw_params() 194 struct fsl_rpmsg *rpmsg; in fsl_rpmsg_probe() local 198 if (!rpmsg) in fsl_rpmsg_probe() 209 rpmsg->enable_lpa = 1; in fsl_rpmsg_probe() 217 if (IS_ERR(rpmsg->ipg)) in fsl_rpmsg_probe() 221 if (IS_ERR(rpmsg->mclk)) in fsl_rpmsg_probe() 225 if (IS_ERR(rpmsg->dma)) in fsl_rpmsg_probe() 229 if (IS_ERR(rpmsg->pll8k)) in fsl_rpmsg_probe() 233 if (IS_ERR(rpmsg->pll11k)) in fsl_rpmsg_probe() [all …]
|
H A D | Makefile | 30 snd-soc-fsl-rpmsg-objs := fsl_rpmsg.o 47 obj-$(CONFIG_SND_SOC_FSL_RPMSG) += snd-soc-fsl-rpmsg.o 65 obj-$(CONFIG_SND_SOC_IMX_AUDIO_RPMSG) += imx-audio-rpmsg.o 66 obj-$(CONFIG_SND_SOC_IMX_PCM_RPMSG) += imx-pcm-rpmsg.o 75 snd-soc-imx-rpmsg-objs := imx-rpmsg.o 84 obj-$(CONFIG_SND_SOC_IMX_RPMSG) += snd-soc-imx-rpmsg.o
|
H A D | imx-pcm-rpmsg.c | 234 struct fsl_rpmsg *rpmsg = dev_get_drvdata(cpu_dai->dev); in imx_rpmsg_pcm_open() local 264 pcm_hardware.buffer_bytes_max = rpmsg->buffer_size; in imx_rpmsg_pcm_open() 321 struct fsl_rpmsg *rpmsg = dev_get_drvdata(cpu_dai->dev); in imx_rpmsg_pcm_prepare() local 329 rpmsg->enable_lpa) { in imx_rpmsg_pcm_prepare() 335 rpmsg->force_lpa = 1; in imx_rpmsg_pcm_prepare() 337 rpmsg->force_lpa = 0; in imx_rpmsg_pcm_prepare() 466 struct fsl_rpmsg *rpmsg = dev_get_drvdata(cpu_dai->dev); in imx_rpmsg_pcm_trigger() local 477 if (rpmsg->force_lpa) in imx_rpmsg_pcm_trigger() 484 if (!rpmsg->force_lpa) { in imx_rpmsg_pcm_trigger() 530 if (!rpmsg->force_lpa) in imx_rpmsg_pcm_ack() [all …]
|
H A D | imx-audio-rpmsg.c | 20 struct imx_audio_rpmsg *rpmsg = dev_get_drvdata(&rpdev->dev); in imx_audio_rpmsg_cb() local 26 if (!rpmsg->rpmsg_pdev) in imx_audio_rpmsg_cb() 29 info = platform_get_drvdata(rpmsg->rpmsg_pdev); in imx_audio_rpmsg_cb()
|
H A D | Kconfig | 128 Say Y if you want to add rpmsg audio support for the Freescale CPUs. 361 tristate "SoC Audio support for i.MX boards with rpmsg" 366 SoC Audio support for i.MX boards with rpmsg. 367 There should be rpmsg devices defined in other core (M core) 369 a rpmsg devices.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-rpmsg | 1 What: /sys/bus/rpmsg/devices/.../name 9 rpmsg.h). 13 What: /sys/bus/rpmsg/devices/.../src 31 What: /sys/bus/rpmsg/devices/.../dst 61 ("source") rpmsg address, and remote ("destination") rpmsg 66 called an rpmsg server). 85 ("source") rpmsg address, and remote ("destination") rpmsg 89 remote processor is referred as rpmsg driver. The rpmsg device 90 and rpmsg driver are matched based on rpmsg device name and 91 rpmsg driver ID table. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,rpmsg.yaml | 27 - fsl,imx8mn-rpmsg-audio 28 - fsl,imx8mm-rpmsg-audio 29 - fsl,imx8mp-rpmsg-audio 31 - fsl,imx93-rpmsg-audio 72 fsl,rpmsg-out: 78 fsl,rpmsg-in: 84 fsl,rpmsg-channel-name: 91 - rpmsg-audio-channel 107 fsl,rpmsg-out; 122 fsl,rpmsg-channel-name = "rpmsg-micfil-channel"; [all …]
|
/openbmc/linux/Documentation/staging/ |
H A D | rpmsg.rst | 2 Remote Processor Messaging (rpmsg) Framework 7 This document describes the rpmsg bus and how to write rpmsg drivers. 56 and have a local ("source") rpmsg address, and remote ("destination") rpmsg 209 is already created for them when they are probed by the rpmsg bus 244 registers an rpmsg driver with the rpmsg bus. user should provide 255 unregisters an rpmsg driver from the rpmsg bus. user should provide 271 #include <linux/rpmsg.h> 302 { .name = "rpmsg-client-sample" }, 305 MODULE_DEVICE_TABLE(rpmsg, rpmsg_driver_sample_id_table); 319 in samples/rpmsg/. [all …]
|
H A D | index.rst | 12 rpmsg
|
H A D | remoteproc.rst | 20 duplicated. In addition, this framework also adds rpmsg virtio devices 23 handlers, and then all rpmsg drivers will then just work 24 (for more information about the virtio-based rpmsg bus and its drivers, 25 please read Documentation/staging/rpmsg.rst). 212 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler 355 rpmsg virtio devices this way, if desired). 359 using the rpmsg bus (similar to how we already do dynamic allocations of 360 rpmsg channels; read more about it in rpmsg.txt).
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | mtk,scp.yaml | 95 Subnodes of the SCP represent rpmsg devices. The names of the devices 97 individual bindings for the rpmsg devices. 99 mediatek,rpmsg-name: 102 Contains the name for the rpmsg device. Used to match 103 the subnode to rpmsg device announced by SCP. 106 - mediatek,rpmsg-name 122 mediatek,rpmsg-name = "cros-ec-rpmsg";
|
H A D | renesas,rcar-rproc.yaml | 32 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
H A D | st,stm32-rproc.yaml | 65 This property is required only if the rpmsg/virtio functionality is used. 101 the remote processor (e.g. remoteproc firmware and carveouts, rpmsg
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | google,cros-ec.yaml | 35 const: google,cros-ec-rpmsg 62 mediatek,rpmsg-name: 64 Must be defined if the cros-ec is a rpmsg device for a Mediatek 65 ARM Cortex M4 Co-processor. Contains the name of the rpmsg 66 device. Used to match the subnode to the rpmsg device announced by 188 const: google,cros-ec-rpmsg 191 mediatek,rpmsg-name: false 199 - google,cros-ec-rpmsg 293 compatible = "google,cros-ec-rpmsg";
|
/openbmc/linux/Documentation/translations/zh_CN/staging/ |
H A D | index.rst | 23 * rpmsg
|
/openbmc/linux/drivers/rpmsg/ |
H A D | Kconfig | 14 Say Y here to export rpmsg endpoints as device files, usually found 16 receive rpmsg packets.
|
/openbmc/linux/samples/ |
H A D | Makefile | 19 obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
|
H A D | Kconfig | 124 tristate "Build rpmsg client sample -- loadable modules only" 127 Build an rpmsg client sample driver, which demonstrates how 129 the rpmsg bus.
|
/openbmc/linux/samples/rpmsg/ |
H A D | rpmsg_client_sample.c | 84 MODULE_DEVICE_TABLE(rpmsg, rpmsg_driver_sample_id_table);
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx7ulp-evk.dts | 105 pf1550-rpmsg { 106 compatible = "fsl,pf1550-rpmsg"; 403 &rpmsg{
|
H A D | imx7ulp.dtsi | 61 rpmsg_reserved: rpmsg@9FFF0000 { 177 rpmsg: rpmsg{ label 178 compatible = "fsl,imx7ulp-rpmsg";
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.json | 31 # @rpmsg: virtio remote processor messaging 52 'rpmsg',
|
/openbmc/linux/drivers/net/wwan/ |
H A D | rpmsg_wwan_ctrl.c | 155 MODULE_DEVICE_TABLE(rpmsg, rpmsg_wwan_ctrl_id_table);
|
/openbmc/linux/drivers/cdx/controller/ |
H A D | cdx_rpmsg.c | 24 MODULE_DEVICE_TABLE(rpmsg, cdx_rpmsg_id_table);
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8195-cherry.dtsi | 1109 cros-ec-rpmsg { 1110 compatible = "google,cros-ec-rpmsg"; 1111 mediatek,rpmsg-name = "cros-ec-rpmsg";
|