Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c584 bool is_new; in check_numeric_sensor_wobj() local
608 is_new = true; in check_numeric_sensor_wobj()
613 is_new = false; in check_numeric_sensor_wobj()
626 if (elem_count < last_prop - !is_new + 1) in check_numeric_sensor_wobj()
629 count = elem_count - (last_prop - !is_new); in check_numeric_sensor_wobj()
640 if (!is_new) in check_numeric_sensor_wobj()
659 if (!is_new) in check_numeric_sensor_wobj()
665 if (!is_new) in check_numeric_sensor_wobj()
675 *out_is_new = is_new; in check_numeric_sensor_wobj()
822 bool is_new; in populate_numeric_sensor_from_wobj() local
[all …]
/openbmc/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 …]
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c129 bool is_new; in query_all_machine_properties() local
146 is_new = true; in query_all_machine_properties()
149 is_new = false; in query_all_machine_properties()
154 if (is_new) { in query_all_machine_properties()
/openbmc/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()
/openbmc/linux/fs/cachefiles/
H A 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()
/openbmc/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()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c103 ctrl->is_new = 0; in user_to_new()
125 ctrl->is_new = 1; in user_to_new()
154 ctrl->is_new = 1; in user_to_new()
161 ctrl->is_new = 1; in user_to_new()
610 master->cluster[j]->is_new = 0; in try_set_ext_ctrls_common()
792 master->cluster[i]->is_new = 0; in set_ctrl()
807 ctrl->is_new = 1; in set_ctrl()
/openbmc/u-boot/scripts/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()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A 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()
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c902 int *spec_id, bool *is_new) in allocate_spec_id() argument
911 *is_new = false; in allocate_spec_id()
951 *is_new = true; in allocate_spec_id()
1033 bool is_new; in usdt_manager_attach_usdt() local
1044 err = allocate_spec_id(man, specs_hash, link, target, &spec_id, &is_new); in usdt_manager_attach_usdt()
1048 if (is_new && bpf_map_update_elem(spec_map_fd, &spec_id, &target->spec, BPF_ANY)) { in usdt_manager_attach_usdt()
/openbmc/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()
/openbmc/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c1536 if (ctrl->cluster[ISC_CTRL_R_GAIN]->is_new) in isc_s_awb_ctrl()
1538 if (ctrl->cluster[ISC_CTRL_B_GAIN]->is_new) in isc_s_awb_ctrl()
1540 if (ctrl->cluster[ISC_CTRL_GR_GAIN]->is_new) in isc_s_awb_ctrl()
1542 if (ctrl->cluster[ISC_CTRL_GB_GAIN]->is_new) in isc_s_awb_ctrl()
1545 if (ctrl->cluster[ISC_CTRL_R_OFF]->is_new) in isc_s_awb_ctrl()
1547 if (ctrl->cluster[ISC_CTRL_B_OFF]->is_new) in isc_s_awb_ctrl()
1549 if (ctrl->cluster[ISC_CTRL_GR_OFF]->is_new) in isc_s_awb_ctrl()
1551 if (ctrl->cluster[ISC_CTRL_GB_OFF]->is_new) in isc_s_awb_ctrl()
1584 ctrl->cluster[ISC_CTRL_DO_WB]->is_new && in isc_s_awb_ctrl()
/openbmc/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1522 if (ctrl->cluster[ISC_CTRL_R_GAIN]->is_new) in isc_s_awb_ctrl()
1524 if (ctrl->cluster[ISC_CTRL_B_GAIN]->is_new) in isc_s_awb_ctrl()
1526 if (ctrl->cluster[ISC_CTRL_GR_GAIN]->is_new) in isc_s_awb_ctrl()
1528 if (ctrl->cluster[ISC_CTRL_GB_GAIN]->is_new) in isc_s_awb_ctrl()
1531 if (ctrl->cluster[ISC_CTRL_R_OFF]->is_new) in isc_s_awb_ctrl()
1533 if (ctrl->cluster[ISC_CTRL_B_OFF]->is_new) in isc_s_awb_ctrl()
1535 if (ctrl->cluster[ISC_CTRL_GR_OFF]->is_new) in isc_s_awb_ctrl()
1537 if (ctrl->cluster[ISC_CTRL_GB_OFF]->is_new) in isc_s_awb_ctrl()
1570 ctrl->cluster[ISC_CTRL_DO_WB]->is_new && in isc_s_awb_ctrl()
/openbmc/qemu/util/
H A Daio-posix.c111 bool is_new = false; in aio_set_fd_handler() local
136 is_new = true; in aio_set_fd_handler()
148 if (is_new) { in aio_set_fd_handler()
/openbmc/qemu/target/hexagon/
H A Dgen_trans_funcs.py99 if reg.is_read() and reg.is_new():
/openbmc/linux/scripts/kconfig/
H A 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()
/openbmc/linux/fs/gfs2/
H A Dglops.c413 bool is_new = inode->i_state & I_NEW; in gfs2_dinode_in() local
417 if (unlikely(!is_new && inode_wrong_type(inode, mode))) in gfs2_dinode_in()
421 if (is_new) { in gfs2_dinode_in()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c453 bool is_new; in mlx5e_dcbnl_ieee_setapp() local
484 is_new = false; in mlx5e_dcbnl_ieee_setapp()
487 is_new = true; in mlx5e_dcbnl_ieee_setapp()
494 if (is_new) in mlx5e_dcbnl_ieee_setapp()
/openbmc/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()
/openbmc/linux/drivers/media/i2c/
H A Dov9650.c680 if (ctrls->auto_gain->is_new) { in ov965x_set_gain()
693 if (ctrls->gain->is_new && !auto_gain) { in ov965x_set_gain()
766 if (ctrls->auto_exp->is_new) { in ov965x_set_exposure()
779 if (!auto_exposure && ctrls->exposure->is_new) { in ov965x_set_exposure()

12