Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/s5c73m3/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_csi.c60 bool is_new = TRUE; in dhd_csi_event_handler() local
80 is_new = FALSE; in dhd_csi_event_handler()
108 if (is_new) { in dhd_csi_event_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_csi.c60 bool is_new = TRUE; in dhd_csi_event_handler() local
80 is_new = FALSE; in dhd_csi_event_handler()
108 if (is_new) { in dhd_csi_event_handler()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_csi.c61 bool is_new = TRUE; in dhd_csi_event_handler() local
81 is_new = FALSE; in dhd_csi_event_handler()
109 if (is_new) { in dhd_csi_event_handler()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconf.c236 bool is_new; in conf_choice() local
239 is_new = !sym_has_value(sym); in conf_choice()
299 if (!is_new) { in conf_choice()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconf.c234 bool is_new; in conf_choice() local
237 is_new = !sym_has_value(sym); in conf_choice()
297 if (!is_new) { in conf_choice()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconf.c240 bool is_new; in conf_choice() local
243 is_new = !sym_has_value(sym); in conf_choice()
306 if (!is_new) { in conf_choice()
/OK3568_Linux_fs/kernel/drivers/media/platform/atmel/
H A Datmel-isc-base.c1923 if (ctrl->cluster[ISC_CTRL_R_GAIN]->is_new) in isc_s_awb_ctrl()
1925 if (ctrl->cluster[ISC_CTRL_B_GAIN]->is_new) in isc_s_awb_ctrl()
1927 if (ctrl->cluster[ISC_CTRL_GR_GAIN]->is_new) in isc_s_awb_ctrl()
1929 if (ctrl->cluster[ISC_CTRL_GB_GAIN]->is_new) in isc_s_awb_ctrl()
1932 if (ctrl->cluster[ISC_CTRL_R_OFF]->is_new) in isc_s_awb_ctrl()
1934 if (ctrl->cluster[ISC_CTRL_B_OFF]->is_new) in isc_s_awb_ctrl()
1936 if (ctrl->cluster[ISC_CTRL_GR_OFF]->is_new) in isc_s_awb_ctrl()
1938 if (ctrl->cluster[ISC_CTRL_GB_OFF]->is_new) in isc_s_awb_ctrl()
1969 ctrl->cluster[ISC_CTRL_DO_WB]->is_new && in isc_s_awb_ctrl()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.h232 int is_new);
234 int is_new);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_rtt.c3204 bool is_new = TRUE; in dhd_rtt_handle_nan_rtt_session_end() local
3207 is_new = !dhd_rtt_get_report_header(rtt_status, NULL, peer); in dhd_rtt_handle_nan_rtt_session_end()
3209 if (is_new) { /* no FTM result..create failure result */ in dhd_rtt_handle_nan_rtt_session_end()
3261 bool is_new = TRUE; in dhd_rtt_handle_directed_rtt_burst_end() local
3266 is_new = !dhd_rtt_get_report_header(rtt_status, in dhd_rtt_handle_directed_rtt_burst_end()
3270 if (is_new) { in dhd_rtt_handle_directed_rtt_burst_end()
3467 bool is_new = TRUE; in dhd_rtt_event_handler() local
3548 is_new = !dhd_rtt_get_report_header(rtt_status, in dhd_rtt_event_handler()
3606 if (is_new) { in dhd_rtt_event_handler()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_rtt.c3204 bool is_new = TRUE; in dhd_rtt_handle_nan_rtt_session_end() local
3207 is_new = !dhd_rtt_get_report_header(rtt_status, NULL, peer); in dhd_rtt_handle_nan_rtt_session_end()
3209 if (is_new) { /* no FTM result..create failure result */ in dhd_rtt_handle_nan_rtt_session_end()
3261 bool is_new = TRUE; in dhd_rtt_handle_directed_rtt_burst_end() local
3266 is_new = !dhd_rtt_get_report_header(rtt_status, in dhd_rtt_handle_directed_rtt_burst_end()
3270 if (is_new) { in dhd_rtt_handle_directed_rtt_burst_end()
3467 bool is_new = TRUE; in dhd_rtt_event_handler() local
3548 is_new = !dhd_rtt_get_report_header(rtt_status, in dhd_rtt_event_handler()
3606 if (is_new) { in dhd_rtt_event_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_rtt.c3204 bool is_new = TRUE; in dhd_rtt_handle_nan_rtt_session_end() local
3207 is_new = !dhd_rtt_get_report_header(rtt_status, NULL, peer); in dhd_rtt_handle_nan_rtt_session_end()
3209 if (is_new) { /* no FTM result..create failure result */ in dhd_rtt_handle_nan_rtt_session_end()
3261 bool is_new = TRUE; in dhd_rtt_handle_directed_rtt_burst_end() local
3266 is_new = !dhd_rtt_get_report_header(rtt_status, in dhd_rtt_handle_directed_rtt_burst_end()
3270 if (is_new) { in dhd_rtt_handle_directed_rtt_burst_end()
3467 bool is_new = TRUE; in dhd_rtt_event_handler() local
3548 is_new = !dhd_rtt_get_report_header(rtt_status, in dhd_rtt_event_handler()
3606 if (is_new) { in dhd_rtt_event_handler()
/OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2218 ctrl->is_new = 1; in user_to_ptr()
2301 if (!ctrl->is_new) in new_to_cur()
3287 master->cluster[i]->is_new = 1; in __v4l2_ctrl_handler_setup()
4057 if (!ctrl->is_new) { in try_or_set_cluster()
4159 master->cluster[i]->is_new = 1; in update_from_auto_cluster()
4218 master->cluster[j]->is_new = 0; in try_set_ext_ctrls_common()
4381 master->cluster[i]->is_new = 0; in set_ctrl()
4394 ctrl->is_new = 1; in set_ctrl()
4604 master->cluster[i]->is_new = 1; in v4l2_ctrl_request_setup()

12