/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 603 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 …]
|
/linux-4.1.27/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 120 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()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | pac207.c | 223 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()
|
D | pac7311.c | 377 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()
|
D | pac7302.c | 593 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl() 623 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl() 625 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
|
D | sonixb.c | 969 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl() 987 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl() 989 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
|
D | mars.c | 166 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()
|
D | nw80x.c | 1982 if (ctrl->is_new) in sd_s_ctrl() 1985 if (gspca_dev->gain->is_new) in sd_s_ctrl() 1987 if (gspca_dev->exposure->is_new) in sd_s_ctrl()
|
D | ov534_9.c | 1738 if (ctrl->is_new) in sd_s_ctrl() 1740 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
|
D | ov519.c | 4863 if (ctrl->is_new) in sd_s_ctrl() 4865 if (!ctrl->val && sd->brightness->is_new) in sd_s_ctrl() 4875 if (ctrl->is_new) in sd_s_ctrl() 4877 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
|
/linux-4.1.27/drivers/media/i2c/ |
D | sr030pc30.c | 433 if (ctrl->is_new) { in sr030pc30_s_ctrl() 440 if (!ret && info->blue->is_new) in sr030pc30_s_ctrl() 442 if (!ret && info->red->is_new) in sr030pc30_s_ctrl() 448 if (ctrl->is_new) in sr030pc30_s_ctrl() 451 if (info->exp->is_new) { in sr030pc30_s_ctrl()
|
D | ov9650.c | 686 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()
|
/linux-4.1.27/scripts/kconfig/ |
D | conf.c | 239 bool is_new; in conf_choice() local 242 is_new = !sym_has_value(sym); in conf_choice() 305 if (!is_new) { in conf_choice()
|
/linux-4.1.27/drivers/md/ |
D | md.h | 205 int is_new); 207 int is_new);
|
D | md.c | 8563 int is_new) in rdev_set_badblocks() argument 8566 if (is_new) in rdev_set_badblocks() 8678 int is_new) in rdev_clear_badblocks() argument 8680 if (is_new) in rdev_clear_badblocks()
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | si4713.c | 1133 if (ctrl->is_new) { in si4713_s_ctrl() 1156 if (!force && !ctrl->is_new) in si4713_s_ctrl() 1180 sdev->tune_ant_cap->is_new = false; in si4713_s_ctrl() 1181 sdev->tune_pwr_level->is_new = false; in si4713_s_ctrl()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1500 ctrl->is_new = 1; in user_to_ptr() 1583 if (!ctrl->is_new) in new_to_cur() 2464 master->cluster[i]->is_new = 1; in v4l2_ctrl_handler_setup() 2987 if (!ctrl->is_new) { in try_or_set_cluster() 3066 master->cluster[i]->is_new = 1; in update_from_auto_cluster() 3113 master->cluster[j]->is_new = 0; in try_set_ext_ctrls() 3206 master->cluster[i]->is_new = 0; in set_ctrl() 3219 ctrl->is_new = 1; in set_ctrl()
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 951 if (ctrl->is_new) { in hdpvr_s_ctrl() 962 if (dev->video_bitrate_peak->is_new || in hdpvr_s_ctrl() 963 dev->video_bitrate->is_new) { in hdpvr_s_ctrl()
|
/linux-4.1.27/include/media/ |
D | v4l2-ctrls.h | 172 unsigned int is_new:1; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 547 were set explicitly by the user. For this you can check the 'is_new' flag of 548 each control. For example, in the case of a volume/mute cluster the 'is_new' 551 controls, then the 'is_new' flag would be 1 for both controls. 553 The 'is_new' flag is always 1 when called from v4l2_ctrl_handler_setup().
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 2159 int is_new) in netlink_update_socket_mc() argument 2161 int old, new = !!is_new, subscriptions; in netlink_update_socket_mc()
|