Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/media/usb/pwc/
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-v6.1/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c112 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-v6.1/fs/cachefiles/
Dvolume.c25 bool is_new = false; in cachefiles_acquire_volume() local
48 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume()
53 if (is_new) { in cachefiles_acquire_volume()
/Linux-v6.1/drivers/media/usb/gspca/
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()
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()
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()
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()
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()
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()
Dov534_9.c1727 if (ctrl->is_new) in sd_s_ctrl()
1729 if (!ctrl->val && gspca_dev->exposure->is_new) in sd_s_ctrl()
/Linux-v6.1/drivers/media/i2c/
Dsr030pc30.c429 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()
Dov9650.c682 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()
Dov2680.c419 if (auto_gain || !ctrls->gain->is_new) in ov2680_gain_set()
452 if (auto_exp || !ctrls->exposure->is_new) in ov2680_exposure_set()
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c520 bool is_host, is_new; in sparx5_handle_port_mdb_add() local
537 is_new = false; in sparx5_handle_port_mdb_add()
541 is_new = true; in sparx5_handle_port_mdb_add()
549 if (is_new && ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_add()
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c103 ctrl->is_new = 0; in user_to_new()
125 ctrl->is_new = 1; in user_to_new()
160 ctrl->is_new = 1; in user_to_new()
609 master->cluster[j]->is_new = 0; in try_set_ext_ctrls_common()
787 master->cluster[i]->is_new = 0; in set_ctrl()
802 ctrl->is_new = 1; in set_ctrl()
Dv4l2-ctrls-request.c466 master->cluster[i]->is_new = 1; in v4l2_ctrl_request_setup()
/Linux-v6.1/tools/lib/bpf/
Dusdt.c893 int *spec_id, bool *is_new) in allocate_spec_id() argument
901 *is_new = false; in allocate_spec_id()
941 *is_new = true; in allocate_spec_id()
1021 bool is_new; in usdt_manager_attach_usdt() local
1032 err = allocate_spec_id(man, specs_hash, link, target, &spec_id, &is_new); in usdt_manager_attach_usdt()
1036 if (is_new && bpf_map_update_elem(spec_map_fd, &spec_id, &target->spec, BPF_ANY)) { in usdt_manager_attach_usdt()
/Linux-v6.1/drivers/media/platform/atmel/
Datmel-isc-base.c1535 if (ctrl->cluster[ISC_CTRL_R_GAIN]->is_new) in isc_s_awb_ctrl()
1537 if (ctrl->cluster[ISC_CTRL_B_GAIN]->is_new) in isc_s_awb_ctrl()
1539 if (ctrl->cluster[ISC_CTRL_GR_GAIN]->is_new) in isc_s_awb_ctrl()
1541 if (ctrl->cluster[ISC_CTRL_GB_GAIN]->is_new) in isc_s_awb_ctrl()
1544 if (ctrl->cluster[ISC_CTRL_R_OFF]->is_new) in isc_s_awb_ctrl()
1546 if (ctrl->cluster[ISC_CTRL_B_OFF]->is_new) in isc_s_awb_ctrl()
1548 if (ctrl->cluster[ISC_CTRL_GR_OFF]->is_new) in isc_s_awb_ctrl()
1550 if (ctrl->cluster[ISC_CTRL_GB_OFF]->is_new) in isc_s_awb_ctrl()
1583 ctrl->cluster[ISC_CTRL_DO_WB]->is_new && in isc_s_awb_ctrl()
/Linux-v6.1/scripts/kconfig/
Dconf.c453 bool is_new; in conf_choice() local
456 is_new = !sym_has_value(sym); in conf_choice()
516 if (!is_new) { in conf_choice()
/Linux-v6.1/fs/gfs2/
Dglops.c400 bool is_new = ip->i_inode.i_state & I_NEW; in gfs2_dinode_in() local
404 if (unlikely(!is_new && inode_wrong_type(&ip->i_inode, mode))) in gfs2_dinode_in()
408 if (is_new) { in gfs2_dinode_in()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c451 bool is_new; in mlx5e_dcbnl_ieee_setapp() local
482 is_new = false; in mlx5e_dcbnl_ieee_setapp()
485 is_new = true; in mlx5e_dcbnl_ieee_setapp()
492 if (is_new) in mlx5e_dcbnl_ieee_setapp()
/Linux-v6.1/drivers/md/
Dmd.h232 int is_new);
234 int is_new);
/Linux-v6.1/drivers/media/radio/si4713/
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-v6.1/drivers/media/usb/hdpvr/
Dhdpvr-video.c956 if (ctrl->is_new) { in hdpvr_s_ctrl()
967 if (dev->video_bitrate_peak->is_new || in hdpvr_s_ctrl()
968 dev->video_bitrate->is_new) { in hdpvr_s_ctrl()
/Linux-v6.1/include/media/
Dv4l2-ctrls.h257 unsigned int is_new:1; member

12