Searched full:vchiq (Results 1 – 18 of 18) sorted by relevance
/linux/Documentation/devicetree/bindings/soc/bcm/ |
H A D | brcm,bcm2835-vchiq.yaml | 4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-vchiq.yaml# 7 title: Broadcom VCHIQ firmware services 13 The VCHIQ communication channel can be provided by BCM283x and Capri SoCs, 22 - brcm,bcm2835-vchiq 27 - brcm,bcm2836-vchiq 28 - const: brcm,bcm2835-vchiq 48 compatible = "brcm,bcm2835-vchiq";
|
/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | Makefile | 2 bcm2835-mmal-vchiq-objs := mmal-vchiq.o 4 obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
|
H A D | Kconfig | 2 tristate "BCM2835 MMAL VCHIQ service" 5 Enables the MMAL API over VCHIQ interface as used for the
|
H A D | mmal-msg.h | 40 #include "mmal-vchiq.h" 91 u32 status; /* The status of the vchiq operation */
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2836-rpi.dtsi | 5 &vchiq { 6 compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
|
H A D | bcm2835-rpi.dtsi | 21 vchiq: mailbox@7e00b840 { label 22 compatible = "brcm,bcm2835-vchiq";
|
H A D | bcm2711-rpi.dtsi | 101 &vchiq {
|
/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_bus.c | 3 * vchiq_device.c - VCHIQ generic device and bus-type 30 return add_uevent_var(env, "MODALIAS=vchiq:%s", dev_name(&device->dev)); in vchiq_bus_uevent() 51 .name = "vchiq-bus",
|
H A D | vchiq_debugfs.c | 16 /* Global 'vchiq' debugfs and clients entry used by all instances */ 126 vchiq_dbg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()
|
H A D | vchiq_cfg.h | 8 /* The version of VCHIQ - change with any non-trivial change */
|
/linux/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | Makefile | 3 snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
|
H A D | bcm2835-pcm.c | 136 /* minimum 16 bytes alignment (for vchiq bulk transfers) */ in snd_bcm2835_playback_open_generic() 203 /* notify the vchiq that it should enter spdif passthrough mode by in snd_bcm2835_pcm_prepare()
|
H A D | bcm2835.h | 13 #include "../include/linux/raspberrypi/vchiq.h"
|
H A D | bcm2835.c | 318 MODULE_DEVICE_TABLE(vchiq, device_id_table);
|
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | Kconfig | 12 Broadcom BCM2835 SoC. This operates over the VCHIQ interface
|
H A D | bcm2835-camera.c | 30 #include "../vchiq-mmal/mmal-common.h" 31 #include "../vchiq-mmal/mmal-encodings.h" 32 #include "../vchiq-mmal/mmal-vchiq.h" 33 #include "../vchiq-mmal/mmal-msg.h" 34 #include "../vchiq-mmal/mmal-parameters.h" 1277 /* todo: Need to convert the vchiq/mmal error into a v4l2 error. */ in mmal_setup_components() 1560 v4l2_err(&dev->v4l2_dev, "%s: vchiq mmal init failed %d\n", in mmal_init() 1997 MODULE_DEVICE_TABLE(vchiq, device_id_table);
|
H A D | controls.c | 26 #include "../vchiq-mmal/mmal-common.h" 27 #include "../vchiq-mmal/mmal-vchiq.h" 28 #include "../vchiq-mmal/mmal-parameters.h"
|
/linux/scripts/mod/ |
H A D | file2alias.c | 1369 module_alias_printf(mod, false, "vchiq:%s", *name); in do_vchiq_entry() 1470 {"vchiq", SIZE_vchiq_device_id, do_vchiq_entry},
|