Searched refs:vchiq_mmal_port (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
D | mmal-vchiq.h | 43 struct vchiq_mmal_port; 47 struct vchiq_mmal_port *port, 50 struct vchiq_mmal_port { struct 59 struct vchiq_mmal_port *connected; /* port connected to */ argument 91 struct vchiq_mmal_port control; /* control port */ argument 92 struct vchiq_mmal_port input[MAX_PORT_COUNT]; /* input ports */ 93 struct vchiq_mmal_port output[MAX_PORT_COUNT]; /* output ports */ 94 struct vchiq_mmal_port clock[MAX_PORT_COUNT]; /* clock ports */ 128 struct vchiq_mmal_port *port, 136 struct vchiq_mmal_port *port); [all …]
|
D | mmal-vchiq.c | 136 struct vchiq_mmal_port *port; 378 struct vchiq_mmal_port *port, struct mmal_buffer *buf) in buffer_from_host() 715 static void dump_port_info(struct vchiq_mmal_port *port) in dump_port_info() 756 static void port_to_mmal_msg(struct vchiq_mmal_port *port, struct mmal_port *p) in port_to_mmal_msg() 776 struct vchiq_mmal_port *port) in port_info_set() 837 struct vchiq_mmal_port *port) in port_info_get() 1110 struct vchiq_mmal_port *port, in port_action_port() 1152 struct vchiq_mmal_port *port, in port_action_handle() 1199 struct vchiq_mmal_port *port, in port_parameter_set() 1240 struct vchiq_mmal_port *port, in port_parameter_get() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
D | controls.c | 164 struct vchiq_mmal_port *control; in ctrl_set_rational() 182 struct vchiq_mmal_port *control; in ctrl_set_value() 198 struct vchiq_mmal_port *control; in ctrl_set_iso() 226 struct vchiq_mmal_port *control; in ctrl_set_value_ev() 313 struct vchiq_mmal_port *control; in ctrl_set_exposure() 386 struct vchiq_mmal_port *control; in ctrl_set_metering_mode() 404 struct vchiq_mmal_port *control; in ctrl_set_flicker_avoidance() 433 struct vchiq_mmal_port *control; in ctrl_set_awb_mode() 488 struct vchiq_mmal_port *control; in ctrl_set_awb_gains() 513 struct vchiq_mmal_port *control; in ctrl_set_image_effect() [all …]
|
D | bcm2835-camera.h | 95 struct vchiq_mmal_port *port; /* port being used for capture */ 97 struct vchiq_mmal_port *camera_port;
|
D | bcm2835-camera.c | 323 struct vchiq_mmal_port *port, in buffer_cb() 600 struct vchiq_mmal_port *port = dev->capture.port; in stop_streaming() 675 struct vchiq_mmal_port *port) in set_overlay_params() 774 struct vchiq_mmal_port *src; in vidioc_overlay() 775 struct vchiq_mmal_port *dst; in vidioc_overlay() 833 struct vchiq_mmal_port *preview_port = in vidioc_g_fbuf() 1017 struct vchiq_mmal_port *preview_port; in mmal_setup_video_component() 1061 struct vchiq_mmal_port *port, in mmal_setup_encode_component() 1062 struct vchiq_mmal_port *camera_port, in mmal_setup_encode_component() 1151 struct vchiq_mmal_port *port = NULL, *camera_port = NULL; in mmal_setup_components() [all …]
|