Searched refs:vchiq_mmal_port (Results 1 – 5 of 5) sorted by relevance
/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; 375 struct vchiq_mmal_port *port, struct mmal_buffer *buf) in buffer_from_host() 713 static void dump_port_info(struct vchiq_mmal_port *port) in dump_port_info() 754 static void port_to_mmal_msg(struct vchiq_mmal_port *port, struct mmal_port *p) in port_to_mmal_msg() 774 struct vchiq_mmal_port *port) in port_info_set() 835 struct vchiq_mmal_port *port) in port_info_get() 1108 struct vchiq_mmal_port *port, in port_action_port() 1150 struct vchiq_mmal_port *port, in port_action_handle() 1197 struct vchiq_mmal_port *port, in port_parameter_set() 1238 struct vchiq_mmal_port *port, in port_parameter_get() [all …]
|
/drivers/staging/vc04_services/bcm2835-camera/ |
D | controls.c | 158 struct vchiq_mmal_port *control; in ctrl_set_rational() 176 struct vchiq_mmal_port *control; in ctrl_set_value() 192 struct vchiq_mmal_port *control; in ctrl_set_iso() 220 struct vchiq_mmal_port *control; in ctrl_set_value_ev() 307 struct vchiq_mmal_port *control; in ctrl_set_exposure() 380 struct vchiq_mmal_port *control; in ctrl_set_metering_mode() 398 struct vchiq_mmal_port *control; in ctrl_set_flicker_avoidance() 427 struct vchiq_mmal_port *control; in ctrl_set_awb_mode() 482 struct vchiq_mmal_port *control; in ctrl_set_awb_gains() 508 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 | 321 struct vchiq_mmal_port *port, in buffer_cb() 598 struct vchiq_mmal_port *port = dev->capture.port; in stop_streaming() 673 struct vchiq_mmal_port *port) in set_overlay_params() 772 struct vchiq_mmal_port *src; in vidioc_overlay() 773 struct vchiq_mmal_port *dst; in vidioc_overlay() 831 struct vchiq_mmal_port *preview_port = in vidioc_g_fbuf() 1013 struct vchiq_mmal_port *preview_port; in mmal_setup_video_component() 1057 struct vchiq_mmal_port *port, in mmal_setup_encode_component() 1058 struct vchiq_mmal_port *camera_port, in mmal_setup_encode_component() 1147 struct vchiq_mmal_port *port = NULL, *camera_port = NULL; in mmal_setup_components() [all …]
|