Home
last modified time | relevance | path

Searched full:vchiq (Results 1 – 18 of 18) sorted by relevance

/linux/Documentation/devicetree/bindings/soc/bcm/
H A Dbrcm,bcm2835-vchiq.yaml4 $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 DMakefile2 bcm2835-mmal-vchiq-objs := mmal-vchiq.o
4 obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
H A DKconfig2 tristate "BCM2835 MMAL VCHIQ service"
5 Enables the MMAL API over VCHIQ interface as used for the
H A Dmmal-msg.h40 #include "mmal-vchiq.h"
91 u32 status; /* The status of the vchiq operation */
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2836-rpi.dtsi5 &vchiq {
6 compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
H A Dbcm2835-rpi.dtsi21 vchiq: mailbox@7e00b840 { label
22 compatible = "brcm,bcm2835-vchiq";
H A Dbcm2711-rpi.dtsi101 &vchiq {
/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.c3 * 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 Dvchiq_debugfs.c16 /* 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 Dvchiq_cfg.h8 /* The version of VCHIQ - change with any non-trivial change */
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A DMakefile3 snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
H A Dbcm2835-pcm.c136 /* 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 Dbcm2835.h13 #include "../include/linux/raspberrypi/vchiq.h"
H A Dbcm2835.c318 MODULE_DEVICE_TABLE(vchiq, device_id_table);
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A DKconfig12 Broadcom BCM2835 SoC. This operates over the VCHIQ interface
H A Dbcm2835-camera.c30 #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 Dcontrols.c26 #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 Dfile2alias.c1369 module_alias_printf(mod, false, "vchiq:%s", *name); in do_vchiq_entry()
1470 {"vchiq", SIZE_vchiq_device_id, do_vchiq_entry},