| /linux/drivers/media/usb/pwc/ |
| H A 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/drivers/media/i2c/s5c73m3/ |
| H A D | s5c73m3-ctrls.c | 110 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/fs/cachefiles/ |
| H A D | volume.c | 26 bool is_new = false; in cachefiles_acquire_volume() local 49 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume() 54 if (is_new) { in cachefiles_acquire_volume()
|
| /linux/drivers/media/usb/gspca/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | ov519.c | 4853 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/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 119 ctrl->is_new = 0; in user_to_new() 141 ctrl->is_new = 1; in user_to_new() 170 ctrl->is_new = 1; in user_to_new() 177 ctrl->is_new = 1; in user_to_new() 642 master->cluster[j]->is_new = 0; in try_set_ext_ctrls_common() 824 master->cluster[i]->is_new = 0; in set_ctrl() 839 ctrl->is_new = 1; in set_ctrl()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_switchdev.c | 545 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 D | dcb.c | 436 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 D | conf.c | 442 bool is_new = false; in conf_choice() 467 is_new = true; in conf_choice() 481 if (!is_new) { in conf_choice() 427 bool is_new = false; conf_choice() local
|
| /linux/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 269 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/platform/microchip/ |
| H A D | microchip-isc-base.c | 1480 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/media/i2c/ |
| H A D | thp7312.c | 931 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()
|
| H A D | ov5640.c | 3176 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure() 3182 if (!auto_exp && ctrls->exposure->is_new) { in ov5640_set_ctrl_exposure() 3207 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain() 3213 if (!auto_gain && ctrls->gain->is_new) in ov5640_set_ctrl_gain()
|
| /linux/tools/lib/bpf/ |
| H A D | usdt.c | 963 int *spec_id, bool *is_new) in allocate_spec_id() argument 972 *is_new = false; in allocate_spec_id() 1012 *is_new = true; in allocate_spec_id() 1094 bool is_new; in usdt_manager_attach_usdt() local 1105 err = allocate_spec_id(man, specs_hash, link, target, &spec_id, &is_new); in usdt_manager_attach_usdt() 1109 if (is_new && bpf_map_update_elem(spec_map_fd, &spec_id, &target->spec, BPF_ANY)) { in usdt_manager_attach_usdt()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_dcbnl.c | 491 bool is_new; in mlx5e_dcbnl_ieee_setapp() local 522 is_new = false; in mlx5e_dcbnl_ieee_setapp() 525 is_new = true; in mlx5e_dcbnl_ieee_setapp() 532 if (is_new) in mlx5e_dcbnl_ieee_setapp()
|
| /linux/drivers/md/ |
| H A D | md.h | 323 int is_new); 325 int is_new);
|
| H A D | md.c | 10659 int is_new) in rdev_set_badblocks() argument 10673 if (is_new) in rdev_set_badblocks() 10699 int is_new) in rdev_clear_badblocks() argument 10701 if (is_new) in rdev_clear_badblocks()
|
| /linux/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-video.c | 961 if (ctrl->is_new) { in hdpvr_s_ctrl() 972 if (dev->video_bitrate_peak->is_new || in hdpvr_s_ctrl() 973 dev->video_bitrate->is_new) { in hdpvr_s_ctrl()
|
| /linux/fs/afs/ |
| H A D | inode.c | 372 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() argument
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 1637 int is_new) in netlink_update_socket_mc() argument 1639 int old, new = !!is_new, subscriptions; in netlink_update_socket_mc()
|