Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 16 of 16) sorted by relevance

/drivers/media/usb/pwc/
Dpwc-v4l.c603 if (pdev->auto_white_balance->is_new) { in pwc_set_awb()
625 if (pdev->red_balance->is_new) { in pwc_set_awb()
633 if (pdev->blue_balance->is_new) { in pwc_set_awb()
648 if (pdev->autogain->is_new) { in pwc_set_autogain()
662 if (pdev->gain->is_new) { in pwc_set_autogain()
678 if (pdev->exposure_auto->is_new) { in pwc_set_exposure_auto()
692 if (pdev->exposure->is_new) { in pwc_set_exposure_auto()
707 if (pdev->autogain->is_new) { in pwc_set_autogain_expo()
723 if (pdev->gain->is_new) { in pwc_set_autogain_expo()
731 if (pdev->exposure->is_new) { in pwc_set_autogain_expo()
[all …]
/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c120 if (ctrls->exposure_metering->is_new) { in s5c73m3_set_exposure()
138 if (!ret && ctrls->exposure_bias->is_new) { in s5c73m3_set_exposure()
224 if (c->af_distance->is_new) { in s5c73m3_set_auto_focus()
232 if (!ret || (c->focus_auto->is_new && c->focus_auto->val) || in s5c73m3_set_auto_focus()
233 c->af_start->is_new) in s5c73m3_set_auto_focus()
235 else if ((c->focus_auto->is_new && !c->focus_auto->val) || in s5c73m3_set_auto_focus()
236 c->af_stop->is_new) in s5c73m3_set_auto_focus()
/drivers/media/usb/gspca/
Dpac207.c223 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl()
241 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
244 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
Dpac7311.c377 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl()
395 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
397 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
Dpac7302.c594 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl()
624 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
626 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
Dsonixb.c972 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl()
990 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
992 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
Dmars.c166 if (ctrl->is_new && ctrl->val) in mars_s_ctrl()
168 if (sd->illum_bottom->is_new && sd->illum_bottom->val) in mars_s_ctrl()
Dnw80x.c1981 if (ctrl->is_new) in sd_s_ctrl()
1984 if (gspca_dev->gain->is_new) in sd_s_ctrl()
1986 if (gspca_dev->exposure->is_new) in sd_s_ctrl()
Dov534_9.c1408 if (ctrl->is_new) in sd_s_ctrl()
1410 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
Dov519.c4839 if (ctrl->is_new) in sd_s_ctrl()
4841 if (!ctrl->val && sd->brightness->is_new) in sd_s_ctrl()
4851 if (ctrl->is_new) in sd_s_ctrl()
4853 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
/drivers/md/
Dmd.h197 int is_new);
199 int is_new);
Dmd.c8225 int is_new) in rdev_set_badblocks() argument
8228 if (is_new) in rdev_set_badblocks()
8340 int is_new) in rdev_clear_badblocks() argument
8342 if (is_new) in rdev_clear_badblocks()
/drivers/media/radio/
Dsi4713-i2c.c1051 if (ctrl->is_new) { in si4713_s_ctrl()
1074 if (!force && !ctrl->is_new) in si4713_s_ctrl()
1098 sdev->tune_ant_cap->is_new = false; in si4713_s_ctrl()
1099 sdev->tune_pwr_level->is_new = false; in si4713_s_ctrl()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c1117 ctrl->is_new = 1; in user_to_new()
1210 if (!ctrl->is_new) in new_to_cur()
2054 master->cluster[i]->is_new = 1; in v4l2_ctrl_handler_setup()
2492 if (!ctrl->is_new) { in try_or_set_cluster()
2560 master->cluster[i]->is_new = 1; in update_from_auto_cluster()
2607 master->cluster[j]->is_new = 0; in try_set_ext_ctrls()
2703 master->cluster[i]->is_new = 0; in set_ctrl()
/drivers/media/i2c/
Dov9650.c686 if (ctrls->auto_gain->is_new) { in ov965x_set_gain()
699 if (ctrls->gain->is_new && !auto_gain) { in ov965x_set_gain()
768 if (ctrls->auto_exp->is_new) { in ov965x_set_exposure()
781 if (!auto_exposure && ctrls->exposure->is_new) { in ov965x_set_exposure()
/drivers/media/usb/hdpvr/
Dhdpvr-video.c946 if (ctrl->is_new) { in hdpvr_s_ctrl()
957 if (dev->video_bitrate_peak->is_new || in hdpvr_s_ctrl()
958 dev->video_bitrate->is_new) { in hdpvr_s_ctrl()