Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pwc/
H A Dpwc-v4l.c587 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/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c110 if (ctrls->exposure_metering->is_new) { in s5c73m3_set_exposure()
128 if (!ret && ctrls->exposure_bias->is_new) { in s5c73m3_set_exposure()
214 if (c->af_distance->is_new) { in s5c73m3_set_auto_focus()
222 if (!ret || (c->focus_auto->is_new && c->focus_auto->val) || in s5c73m3_set_auto_focus()
223 c->af_start->is_new) in s5c73m3_set_auto_focus()
225 else if ((c->focus_auto->is_new && !c->focus_auto->val) || in s5c73m3_set_auto_focus()
226 c->af_stop->is_new) in s5c73m3_set_auto_focus()
/linux/drivers/media/usb/gspca/
H A Dpac207.c209 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()
H A Dpac7311.c364 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()
H A Dpac7302.c579 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()
H A Dsonixb.c961 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()
H A Dmars.c153 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()
H A Dnw80x.c1976 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()
H A Dov534_9.c1727 if (ctrl->is_new) in sd_s_ctrl()
1729 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
H A Dov519.c4853 if (ctrl->is_new) in sd_s_ctrl()
4855 if (!ctrl->val && sd->brightness->is_new) in sd_s_ctrl()
4865 if (ctrl->is_new) in sd_s_ctrl()
4867 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c545 bool is_host, is_new; in sparx5_handle_port_mdb_add() local
562 is_new = false; in sparx5_handle_port_mdb_add()
566 is_new = true; in sparx5_handle_port_mdb_add()
574 if (is_new && ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_add()
/linux/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c436 bool is_new; in nfp_nic_dcbnl_ieee_setapp() local
464 is_new = !!dcb_ieee_delapp(dev, &old_app); in nfp_nic_dcbnl_ieee_setapp()
471 if (is_new) in nfp_nic_dcbnl_ieee_setapp()
/linux/scripts/kconfig/
H A Dconf.c427 bool is_new = false; in conf_choice() local
452 is_new = true; in conf_choice()
466 if (!is_new) { in conf_choice()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1480 if (ctrl->cluster[ISC_CTRL_R_GAIN]->is_new) in isc_s_awb_ctrl()
1482 if (ctrl->cluster[ISC_CTRL_B_GAIN]->is_new) in isc_s_awb_ctrl()
1484 if (ctrl->cluster[ISC_CTRL_GR_GAIN]->is_new) in isc_s_awb_ctrl()
1486 if (ctrl->cluster[ISC_CTRL_GB_GAIN]->is_new) in isc_s_awb_ctrl()
1489 if (ctrl->cluster[ISC_CTRL_R_OFF]->is_new) in isc_s_awb_ctrl()
1491 if (ctrl->cluster[ISC_CTRL_B_OFF]->is_new) in isc_s_awb_ctrl()
1493 if (ctrl->cluster[ISC_CTRL_GR_OFF]->is_new) in isc_s_awb_ctrl()
1495 if (ctrl->cluster[ISC_CTRL_GB_OFF]->is_new) in isc_s_awb_ctrl()
1528 ctrl->cluster[ISC_CTRL_DO_WB]->is_new && in isc_s_awb_ctrl()
/linux/drivers/input/misc/
H A Dcs40l50-vibra.c269 bool is_new = false; in cs40l50_add_worker() local
286 is_new = true; in cs40l50_add_worker()
304 if (is_new) { in cs40l50_add_worker()
/linux/drivers/media/i2c/
H A Dthp7312.c931 if (thp7312->focus_absolute->is_new) { in thp7312_set_focus()
948 else if (thp7312->focus_start->is_new) in thp7312_set_focus()
960 else if (thp7312->focus_start->is_new) in thp7312_set_focus()
962 else if (thp7312->focus_absolute->is_new) in thp7312_set_focus()
969 else if (thp7312->focus_start->is_new) in thp7312_set_focus()
971 else if (thp7312->focus_absolute->is_new) in thp7312_set_focus()
982 !thp7312->focus_method->is_new && !thp7312->focus_start->is_new) in thp7312_set_focus()
/linux/drivers/media/radio/si4713/
H A Dsi4713.c1119 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/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c462 bool is_new; in mlx5e_dcbnl_ieee_setapp() local
493 is_new = false; in mlx5e_dcbnl_ieee_setapp()
496 is_new = true; in mlx5e_dcbnl_ieee_setapp()
503 if (is_new) in mlx5e_dcbnl_ieee_setapp()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c1064 bool is_new; in suspend_single_queue() local
1073 is_new = q->properties.exception_status & KFD_EC_MASK(EC_QUEUE_NEW); in suspend_single_queue()
1075 if (is_new || q->properties.is_being_destroyed) { in suspend_single_queue()
1077 is_new ? "new" : "destroyed", in suspend_single_queue()
/linux/fs/afs/
H A Dinode.c450 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() argument
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c3796 slab_count_t slab_number, bool is_new, in make_slab() argument
3828 if (is_new) { in make_slab()
/linux/drivers/md/
H A Dmd.c10397 int is_new) in rdev_set_badblocks() argument
10411 if (is_new) in rdev_set_badblocks()
10431 int is_new) in rdev_clear_badblocks() argument
10433 if (is_new) in rdev_clear_badblocks()