Searched defs:controls (Results 1 - 13 of 13) sorted by relevance

/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c123 static struct mfc_control controls[] = { variable in typeref:struct:mfc_control
172 #define NUM_CTRLS ARRAY_SIZE(controls)
623 /* Set controls - v4l2 control framework */
998 if (IS_MFC51_PRIV(controls[i].id)) {
1000 cfg.id = controls[i].id;
1001 cfg.min = controls[i].minimum;
1002 cfg.max = controls[i].maximum;
1003 cfg.def = controls[i].default_value;
1004 cfg.name = controls[i].name;
1005 cfg.type = controls[
[all...]
H A Ds5p_mfc_enc.c85 static struct mfc_control controls[] = { variable in typeref:struct:mfc_control
550 #define NUM_CTRLS ARRAY_SIZE(controls)
1777 if (IS_MFC51_PRIV(controls[i].id)) {
1779 cfg.id = controls[i].id;
1780 cfg.min = controls[i].minimum;
1781 cfg.max = controls[i].maximum;
1782 cfg.def = controls[i].default_value;
1783 cfg.name = controls[i].name;
1784 cfg.type = controls[i].type;
1792 cfg.step = controls[
[all...]
/drivers/macintosh/
H A Dwindfarm_pm121.c25 * controls with a tiny difference. The control-ids of hard-drive-fan
31 * controls have a target correction calculated as :
69 * Some controls have a target correction which depends on another
246 static struct wf_control *controls[N_CONTROLS] = {}; variable in typeref:struct:wf_control
492 controls[control_id]->ops->get_value(controls[control_id],
501 controls[control_id]->name,
502 controls[pm121_connection->ref_id]->name,
539 control = controls[param->control_id];
591 control = controls[para
[all...]
/drivers/media/video/cpia2/
H A Dcpia2_v4l.c120 static struct v4l2_queryctrl controls[] = { variable in typeref:struct:v4l2_queryctrl
230 #define NUM_CONTROLS (ARRAY_SIZE(controls))
730 if(c->id == controls[i].id) {
731 memcpy(c, controls+i, sizeof(*c));
971 if(c->id == controls[i].id) {
972 if(c->value < controls[i].minimum ||
973 c->value > controls[i].maximum) {
/drivers/media/video/uvc/
H A Duvc_ctrl.c800 ctrl = &entity->controls[i];
886 /* GET_RES is mandatory for XU controls, but some
993 * Mapping V4L2 controls to UVC controls can be straighforward if done well.
994 * Most of the UVC controls exist in V4L2, and can be mapped directly. Some
996 * Balance V4L2 controls use the White Balance Component UVC control) or
998 * table for the controls that can be mapped directly, and handle the others
1061 * To make extended set operations as atomic as the hardware allows, controls
1073 * After processing all controls in the transaction, uvc_ctrl_commit or
1075 * hardware or revert them. When applying changes, all controls marke
1769 u8 *controls; local
[all...]
H A Duvcvideo.h271 struct uvc_control *controls; member in struct:uvc_entity
/drivers/media/common/
H A Dsaa7146_video.c205 /* device controls */
207 static struct v4l2_queryctrl controls[] = { variable in typeref:struct:v4l2_queryctrl
249 static int NUM_CONTROLS = sizeof(controls)/sizeof(struct v4l2_queryctrl);
258 if (controls[i].id == id)
259 return controls+i;
/drivers/media/video/
H A Dv4l2-compat-ioctl32.c593 compat_caddr_t controls; /* actually struct v4l2_ext_control32 * */ member in struct:v4l2_ext_controls32
639 kp->controls = NULL;
642 if (get_user(p, &up->controls))
649 kp->controls = kcontrols;
671 struct v4l2_ext_control __user *kcontrols = kp->controls;
684 if (get_user(p, &up->controls))
H A Dv4l2-ctrls.c2 V4L2 controls framework implementation.
452 /* USER controls */
497 /* MPEG controls */
579 /* CAMERA controls */
624 /* Flash controls */
639 /* JPEG encoder controls */
1001 /* If a control was changed that was not one of the controls
1030 /* Return non-zero if one or more of the controls in the cluster has a new
1044 /* Button controls are always 'different' */
1166 /* Free all controls an
1548 v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls) argument
1568 v4l2_ctrl_auto_cluster(unsigned ncontrols, struct v4l2_ctrl **controls, u8 manual_val, bool set_volatile) argument
[all...]
/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c893 struct cpdma_control_info controls[] = { variable in typeref:struct:cpdma_control_info
910 struct cpdma_control_info *info = &controls[control];
924 if (control < 0 || control >= ARRAY_SIZE(controls))
941 struct cpdma_control_info *info = &controls[control];
956 if (control < 0 || control >= ARRAY_SIZE(controls))
/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h281 int force_dirty; /* consider all controls dirty if true */
389 struct pvr2_ctrl *controls; member in struct:pvr2_hdw
/drivers/media/video/saa7164/
H A Dsaa7164-types.h192 u32 controls; member in struct:tmComResTunerDescrHeader
/drivers/media/video/tlg2300/
H A Dpd-video.c90 static struct poseidon_control controls[] = { variable in typeref:struct:poseidon_control
940 struct poseidon_control *control = &controls[0];
941 int array_size = ARRAY_SIZE(controls);
943 for (; control < &controls[array_size]; control++)

Completed in 724 milliseconds