/Linux-v5.4/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 587 if (pdev->auto_white_balance->is_new) { in pwc_set_awb() 609 if (pdev->red_balance->is_new) { in pwc_set_awb() 617 if (pdev->blue_balance->is_new) { in pwc_set_awb() 632 if (pdev->autogain->is_new) { in pwc_set_autogain() 646 if (pdev->gain->is_new) { in pwc_set_autogain() 662 if (pdev->exposure_auto->is_new) { in pwc_set_exposure_auto() 676 if (pdev->exposure->is_new) { in pwc_set_exposure_auto() 691 if (pdev->autogain->is_new) { in pwc_set_autogain_expo() 707 if (pdev->gain->is_new) { in pwc_set_autogain_expo() 715 if (pdev->exposure->is_new) { in pwc_set_autogain_expo() [all …]
|
/Linux-v5.4/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 112 if (ctrls->exposure_metering->is_new) { in s5c73m3_set_exposure() 130 if (!ret && ctrls->exposure_bias->is_new) { in s5c73m3_set_exposure() 216 if (c->af_distance->is_new) { in s5c73m3_set_auto_focus() 224 if (!ret || (c->focus_auto->is_new && c->focus_auto->val) || in s5c73m3_set_auto_focus() 225 c->af_start->is_new) in s5c73m3_set_auto_focus() 227 else if ((c->focus_auto->is_new && !c->focus_auto->val) || in s5c73m3_set_auto_focus() 228 c->af_stop->is_new) in s5c73m3_set_auto_focus()
|
/Linux-v5.4/drivers/media/usb/gspca/ |
D | pac207.c | 209 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl() 227 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl() 230 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
|
D | pac7311.c | 364 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl() 382 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl() 384 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
|
D | pac7302.c | 579 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl() 609 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl() 611 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
|
D | sonixb.c | 961 if (ctrl->id == V4L2_CID_AUTOGAIN && ctrl->is_new && ctrl->val) { in sd_s_ctrl() 979 if (gspca_dev->exposure->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl() 981 if (gspca_dev->gain->is_new || (ctrl->is_new && ctrl->val)) in sd_s_ctrl()
|
D | mars.c | 153 if (ctrl->is_new && ctrl->val) in mars_s_ctrl() 155 if (sd->illum_bottom->is_new && sd->illum_bottom->val) in mars_s_ctrl()
|
D | nw80x.c | 1976 if (ctrl->is_new) in sd_s_ctrl() 1979 if (gspca_dev->gain->is_new) in sd_s_ctrl() 1981 if (gspca_dev->exposure->is_new) in sd_s_ctrl()
|
D | ov534_9.c | 1727 if (ctrl->is_new) in sd_s_ctrl() 1729 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
|
D | ov519.c | 4843 if (ctrl->is_new) in sd_s_ctrl() 4845 if (!ctrl->val && sd->brightness->is_new) in sd_s_ctrl() 4855 if (ctrl->is_new) in sd_s_ctrl() 4857 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
|
/Linux-v5.4/drivers/media/i2c/ |
D | sr030pc30.c | 429 if (ctrl->is_new) { in sr030pc30_s_ctrl() 436 if (!ret && info->blue->is_new) in sr030pc30_s_ctrl() 438 if (!ret && info->red->is_new) in sr030pc30_s_ctrl() 444 if (ctrl->is_new) in sr030pc30_s_ctrl() 447 if (info->exp->is_new) { in sr030pc30_s_ctrl()
|
D | ov9650.c | 682 if (ctrls->auto_gain->is_new) { in ov965x_set_gain() 695 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()
|
D | ov2680.c | 419 if (auto_gain || !ctrls->gain->is_new) in ov2680_gain_set() 452 if (auto_exp || !ctrls->exposure->is_new) in ov2680_exposure_set()
|
D | mt9v111.c | 1022 if (mt9v111->auto_exp->is_new || mt9v111->auto_awb->is_new) { in mt9v111_s_ctrl()
|
D | ov5640.c | 2430 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure() 2436 if (!auto_exp && ctrls->exposure->is_new) { in ov5640_set_ctrl_exposure() 2461 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain() 2467 if (!auto_gain && ctrls->gain->is_new) in ov5640_set_ctrl_gain()
|
/Linux-v5.4/scripts/kconfig/ |
D | conf.c | 233 bool is_new; in conf_choice() local 236 is_new = !sym_has_value(sym); in conf_choice() 296 if (!is_new) { in conf_choice()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 443 bool is_new; in mlx5e_dcbnl_ieee_setapp() local 474 is_new = false; in mlx5e_dcbnl_ieee_setapp() 477 is_new = true; in mlx5e_dcbnl_ieee_setapp() 484 if (is_new) in mlx5e_dcbnl_ieee_setapp()
|
/Linux-v5.4/drivers/md/ |
D | md.h | 224 int is_new); 226 int is_new);
|
/Linux-v5.4/drivers/media/radio/si4713/ |
D | si4713.c | 1119 if (ctrl->is_new) { in si4713_s_ctrl() 1142 if (!force && !ctrl->is_new) in si4713_s_ctrl() 1166 sdev->tune_ant_cap->is_new = false; in si4713_s_ctrl() 1167 sdev->tune_pwr_level->is_new = false; in si4713_s_ctrl()
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1905 ctrl->is_new = 1; in user_to_ptr() 1988 if (!ctrl->is_new) in new_to_cur() 2905 master->cluster[i]->is_new = 1; in __v4l2_ctrl_handler_setup() 3674 if (!ctrl->is_new) { in try_or_set_cluster() 3776 master->cluster[i]->is_new = 1; in update_from_auto_cluster() 3835 master->cluster[j]->is_new = 0; in try_set_ext_ctrls_common() 3998 master->cluster[i]->is_new = 0; in set_ctrl() 4011 ctrl->is_new = 1; in set_ctrl() 4207 master->cluster[i]->is_new = 1; in v4l2_ctrl_request_setup()
|
/Linux-v5.4/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 957 if (ctrl->is_new) { in hdpvr_s_ctrl() 968 if (dev->video_bitrate_peak->is_new || in hdpvr_s_ctrl() 969 dev->video_bitrate->is_new) { in hdpvr_s_ctrl()
|
/Linux-v5.4/include/media/ |
D | v4l2-ctrls.h | 220 unsigned int is_new:1; member
|
/Linux-v5.4/fs/afs/ |
D | inode.c | 304 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() argument 331 } else if (is_new) { in afs_fetch_status()
|
/Linux-v5.4/Documentation/media/kapi/ |
D | v4l2-controls.rst | 587 were set explicitly by the user. For this you can check the 'is_new' flag of 588 each control. For example, in the case of a volume/mute cluster the 'is_new' 591 controls, then the 'is_new' flag would be 1 for both controls. 593 The 'is_new' flag is always 1 when called from v4l2_ctrl_handler_setup().
|
/Linux-v5.4/net/netlink/ |
D | af_netlink.c | 1607 int is_new) in netlink_update_socket_mc() argument 1609 int old, new = !!is_new, subscriptions; in netlink_update_socket_mc()
|