Home
last modified time | relevance | path

Searched refs:need_update (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dupdate.c117 if ( update_cmd[i].need_update || is_sdboot || is_usbboot) { in RK_ota_set_partition()
118 update_cmd[i].need_update = false; in RK_ota_set_partition()
143 update_cmd[i].need_update = true; in RK_ota_set_partition()
152 if (*update_cmd[i].dest_path && (update_cmd[i].need_update == false)) { in RK_ota_set_partition()
181 update_cmd[i].need_update = true; in RK_ota_set_partition()
201 update_cmd[i].need_update = true; in RK_ota_set_partition()
217 if ( update_cmd[i].need_update && (mtd_scan_partitions() > 0) ) { in RK_ota_set_partition()
343 if (update_cmd[i].need_update) { in RK_ota_start()
408 if ( (!update_cmd[i].need_update) || (update_cmd[i].cmd == NULL)) { in RK_ota_start()
421 if ( (!update_cmd[k].need_update) || (update_cmd[k].cmd == NULL)) { in RK_ota_start()
H A Dupdate.h24 bool need_update; member
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dcttimer.c41 unsigned int need_update:1; member
206 ti->need_update = 1; in ct_xfitimer_reprogram()
215 if (ti->need_update && !can_update) in ct_xfitimer_reprogram()
236 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
237 ti->need_update = 0; in ct_xfitimer_check_period()
267 ti->need_update = 0; in ct_xfitimer_prepare()
298 ti->need_update = 0; in ct_xfitimer_start()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py142 def need_update(self, ud, d): member in GitSM
143 if Git.need_update(self, ud, d):
153 if new_ud.method.need_update(new_ud, d):
193 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d):
254 if ud.shallow and os.path.exists(ud.fullshallow) and ud.method.need_update(ud, d):
H A Dnpmsw.py223 def need_update(self, ud, d): member in NpmShrinkWrap
226 return m.need_update(ud, d)
H A Dnpm.py273 def need_update(self, ud, d): member in Npm
280 return proxy_m.need_update(proxy_ud, proxy_d)
H A Dlocal.py68 def need_update(self, ud, d): member in Local
H A Dcvs.py58 def need_update(self, ud, d): member in Cvs
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c64 bool need_update = true; in rcar_gen2_timer_init() local
76 need_update = false; in rcar_gen2_timer_init()
79 if (need_update == false) in rcar_gen2_timer_init()
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dcore.c25 bool need_update; in s3fwrn5_firmware_update() local
39 need_update = s3fwrn5_fw_check_version(&info->fw_info, in s3fwrn5_firmware_update()
41 if (!need_update) in s3fwrn5_firmware_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c670 uint8_t need_update = FALSE; in update_profile_state() local
680 need_update = TRUE; in update_profile_state()
685 need_update = TRUE; in update_profile_state()
690 if (need_update) { in update_profile_state()
702 uint8_t need_update = FALSE; in update_profile_connection() local
712 need_update = TRUE; in update_profile_connection()
725 need_update = TRUE; in update_profile_connection()
740 need_update = TRUE; in update_profile_connection()
750 need_update = TRUE; in update_profile_connection()
772 if (need_update) in update_profile_connection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c670 uint8_t need_update = FALSE; in update_profile_state() local
680 need_update = TRUE; in update_profile_state()
685 need_update = TRUE; in update_profile_state()
690 if (need_update) { in update_profile_state()
702 uint8_t need_update = FALSE; in update_profile_connection() local
712 need_update = TRUE; in update_profile_connection()
725 need_update = TRUE; in update_profile_connection()
740 need_update = TRUE; in update_profile_connection()
750 need_update = TRUE; in update_profile_connection()
772 if (need_update) in update_profile_connection()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_video_auto_detect.c1248 unsigned int need_update = 0; in __nvp6158_s_distinguish_5M_ahd_tvi_func() local
1267 need_update = 0; in __nvp6158_s_distinguish_5M_ahd_tvi_func()
1270 need_update = 1; in __nvp6158_s_distinguish_5M_ahd_tvi_func()
1273 if(need_update) { in __nvp6158_s_distinguish_5M_ahd_tvi_func()
1438 unsigned int need_update = 0; in __nvp6158_s_distinguish_8M_cvi_tvi_func() local
1457 need_update = 0; in __nvp6158_s_distinguish_8M_cvi_tvi_func()
1460 need_update = 1; in __nvp6158_s_distinguish_8M_cvi_tvi_func()
1463 if(need_update) { in __nvp6158_s_distinguish_8M_cvi_tvi_func()
1545 unsigned int need_update = 0; in __nvp6158_s_distinguish_ahd_nrt_func() local
1564 need_update = 0; in __nvp6158_s_distinguish_ahd_nrt_func()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h171 bool need_update; in ena_com_update_dev_comp_head() local
176 need_update = unreported_comp > (io_cq->q_depth / ENA_COMP_HEAD_THRESH); in ena_com_update_dev_comp_head()
178 if (unlikely(need_update)) { in ena_com_update_dev_comp_head()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c548 bool need_update = false; in iwlagn_set_kill_msk() local
568 need_update = true; in iwlagn_set_kill_msk()
570 return need_update; in iwlagn_set_kill_msk()
585 bool need_update = false; in iwlagn_fill_txpower_mode() local
598 return need_update; in iwlagn_fill_txpower_mode()
610 need_update = true; in iwlagn_fill_txpower_mode()
621 need_update = true; in iwlagn_fill_txpower_mode()
624 return need_update; in iwlagn_fill_txpower_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c214 bool need_update = true; in mlxsw_sp1_kvdl_part_init() local
223 need_update = false; in mlxsw_sp1_kvdl_part_init()
235 if (need_update) in mlxsw_sp1_kvdl_part_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c499 bool need_update; in mlx5e_xfrm_advance_esn_state() local
504 need_update = mlx5e_ipsec_update_esn_state(sa_entry); in mlx5e_xfrm_advance_esn_state()
505 if (!need_update) in mlx5e_xfrm_advance_esn_state()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_mcc.c933 u8 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters() local
981 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
993 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
995 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1007 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
1009 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1012 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1016 if (need_update == _FALSE) in rtw_hal_mcc_update_timing_parameters()
1131 return need_update; in rtw_hal_mcc_update_timing_parameters()
2873 u8 need_update = _FALSE; in rtw_hal_mcc_update_parameter() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_mcc.c932 u8 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters() local
980 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
992 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
994 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1006 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
1008 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1011 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1015 if (need_update == _FALSE) in rtw_hal_mcc_update_timing_parameters()
1130 return need_update; in rtw_hal_mcc_update_timing_parameters()
2875 u8 need_update = _FALSE; in rtw_hal_mcc_update_parameter() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_mcc.c933 u8 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters() local
981 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
993 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
995 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1007 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
1009 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1012 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1016 if (need_update == _FALSE) in rtw_hal_mcc_update_timing_parameters()
1131 return need_update; in rtw_hal_mcc_update_timing_parameters()
2873 u8 need_update = _FALSE; in rtw_hal_mcc_update_parameter() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_mcc.c933 u8 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters() local
981 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
993 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
995 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1007 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
1009 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1012 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1016 if (need_update == _FALSE) in rtw_hal_mcc_update_timing_parameters()
1131 return need_update; in rtw_hal_mcc_update_timing_parameters()
2873 u8 need_update = _FALSE; in rtw_hal_mcc_update_parameter() local
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c914 atomic_set(&tz->need_update, 1); in thermal_zone_bind_cooling_device()
1145 if (atomic_cmpxchg(&pos->need_update, 1, 0)) in __thermal_cooling_device_register()
1445 atomic_set(&tz->need_update, 1); in thermal_zone_device_register()
1495 if (atomic_cmpxchg(&tz->need_update, 1, 0)) in thermal_zone_device_register()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dsched.h212 TP_PROTO(struct task_struct *p, struct rq *rq, bool *need_update),
213 TP_ARGS(p, rq, need_update), 1);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_mcc.c933 u8 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters() local
981 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
993 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
995 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1007 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
1009 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1012 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1016 if (need_update == _FALSE) in rtw_hal_mcc_update_timing_parameters()
1131 return need_update; in rtw_hal_mcc_update_timing_parameters()
2992 u8 need_update = _FALSE; in rtw_hal_mcc_update_parameter() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_mcc.c933 u8 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters() local
981 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
993 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
995 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1007 need_update = _TRUE; in rtw_hal_mcc_update_timing_parameters()
1009 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1012 need_update = _FALSE; in rtw_hal_mcc_update_timing_parameters()
1016 if (need_update == _FALSE) in rtw_hal_mcc_update_timing_parameters()
1131 return need_update; in rtw_hal_mcc_update_timing_parameters()
2992 u8 need_update = _FALSE; in rtw_hal_mcc_update_parameter() local
[all …]

123