| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_path.c | 45 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local 58 updated = false; in set_mux_gdm1_to_gmac1_esw() 62 if (updated) { in set_mux_gdm1_to_gmac1_esw() 69 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw() 77 bool updated = true; in set_mux_gmac2_gmac0_to_gephy() local 84 updated = false; in set_mux_gmac2_gmac0_to_gephy() 88 if (updated) in set_mux_gmac2_gmac0_to_gephy() 92 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy() 100 bool updated = true; in set_mux_u3_gmac2_to_qphy() local 107 updated = false; in set_mux_u3_gmac2_to_qphy() [all …]
|
| /OK3568_Linux_fs/buildroot/package/directfb/ |
| H A D | 0003-setregion-lock.patch | 14 CoreLayerRegionConfigFlags updated, 26 config, updated, surface, 37 CoreLayerRegionConfigFlags updated, 45 if (updated & ~CLRCF_OPTIONS) { 49 - config, updated, surface, palette, lock ); 50 + config, updated, surface, palette, left_lock, rig… 59 CoreLayerRegionConfigFlags updated, 71 config, updated, surface, 82 CoreLayerRegionConfigFlags updated, 94 config, updated, surface,
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-proc.c | 52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats() 55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats() 59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats() 67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
|
| H A D | wext-compat.c | 135 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 144 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 145 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 146 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 152 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 153 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 159 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1326 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats() 1327 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1328 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qnmeapositioninfosource.cpp | 84 bool updated = false; in propagateCoordinate() local 89 updated |= (c.latitude() != srcCoordinate.latitude()); in propagateCoordinate() 94 updated |= (c.longitude() != srcCoordinate.longitude()); in propagateCoordinate() 99 updated |= (c.altitude() != srcCoordinate.altitude()); in propagateCoordinate() 103 return updated; in propagateCoordinate() 117 bool updated = false; in propagateAttributes() local 127 updated |= (dst.attribute(a) != src.attribute(a)); in propagateAttributes() 132 return updated; in propagateAttributes() 139 bool updated = false; in mergePositions() local 141 updated |= propagateCoordinate(dst, src); in mergePositions() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | neigh.h | 92 __field(unsigned long, updated) 132 __entry->updated = n->updated; 150 __entry->confirmed, __entry->updated, __entry->used, 172 __field(unsigned long, updated) 210 __entry->updated = n->updated; 223 __entry->confirmed, __entry->updated, __entry->used,
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | build.py | 29 (updated, newlines) = bb.utils.edit_metadata(f, values, varfunc) 32 updated = True 35 if updated: 38 return updated
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_marker.c | 77 bool updated = false; in vmw_marker_pull() local 86 updated = true; in vmw_marker_pull() 96 updated = true; in vmw_marker_pull() 104 return (updated) ? 0 : -EBUSY; in vmw_marker_pull()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 107 self.assertIsNotNone(layerItem.updated) 118 self.assertIsNotNone(layerItem.updated) 127 self.assertIsNotNone(layerBranch.updated) 139 self.assertIsNotNone(layerBranch.updated) 187 self.assertIsNotNone(recipe.updated) 199 self.assertIsNotNone(machine.updated) 210 self.assertIsNotNone(distro.updated)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 975 updates_enabled=True, updated=None, argument 983 self.updated = updated or datetime.datetime.today().isoformat() 1031 updated=None): argument 1044 self.updated = updated or datetime.datetime.today().isoformat() 1052 updated=None): argument 1071 self.updated = updated or datetime.datetime.today().isoformat() 1281 inherits="", disallowed="", updated=None): argument 1296 self.updated = updated or datetime.datetime.today().isoformat() 1330 updated=None): argument 1338 self.updated = updated or datetime.datetime.today().isoformat() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/ |
| H A D | hal_info.c | 30 RK_U32 updated; member 115 info->updated |= (1 << type); in hal_info_set() 134 if (!info->updated) { in hal_info_get() 159 if (!(info->updated & (1 << i))) in hal_info_get() 171 info->updated &= ~(1 << i); in hal_info_get()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_mlvec.cpp | 193 if (cfg->updated) { in vpu_api_mlvec_set_dy_cfg() 194 if (cfg->updated & VPU_API_ENC_MARK_LTR_UPDATED) in vpu_api_mlvec_set_dy_cfg() 197 if (cfg->updated & VPU_API_ENC_USE_LTR_UPDATED) in vpu_api_mlvec_set_dy_cfg() 200 if (cfg->updated & VPU_API_ENC_FRAME_QP_UPDATED) in vpu_api_mlvec_set_dy_cfg() 203 if (cfg->updated & VPU_API_ENC_BASE_PID_UPDATED) in vpu_api_mlvec_set_dy_cfg() 207 cfg->updated = 0; in vpu_api_mlvec_set_dy_cfg()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | tlb.c | 372 int updated = 0, err = 0, force = 0, userspace = 0; in flush_tlb_kernel_range_common() local 384 updated = 1; in flush_tlb_kernel_range_common() 400 updated = 1; in flush_tlb_kernel_range_common() 416 updated = 1; in flush_tlb_kernel_range_common() 432 updated = 1; in flush_tlb_kernel_range_common() 444 updated = 1; in flush_tlb_kernel_range_common() 454 updated = 1; in flush_tlb_kernel_range_common() 464 return updated; in flush_tlb_kernel_range_common()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | utils.py | 1251 updated = False 1338 updated = True 1365 updated = True 1377 return (updated, newlines) 1389 (updated, newlines) = edit_metadata(f, variables, varfunc) 1390 if updated: 1393 return updated 1452 updated = False 1458 updated = True 1465 updated = True [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 137 l.up_date = index.layerItems[id].updated 184 lv.up_date = index.layerBranches[id].updated 234 distro.up_date = index.distros[id].updated 249 mo.up_date = index.machines[id].updated 270 ro.up_date = index.recipes[id].updated
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/pldmfw/ |
| H A D | driver-ops.rst | 14 record matches the device being updated. This requires comparing the record 42 updated, or return zero if the component can be updated.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | locking.rst | 113 In the origin code, the spte can be fast updated (non-atomically) if the 160 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means, 161 the spte is always atomically updated in this case. 163 3) flush tlbs due to spte updated 165 If the spte is updated from writable to readonly, we should flush all TLBs, 169 As mentioned before, the spte can be updated to writable out of mmu-lock on 174 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/ |
| H A D | ucsi_ccg.c | 219 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; member 347 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 353 struct ucsi_altmode *updated) in ucsi_ccg_update_altmodes() argument 361 new_alt = uc->updated; in ucsi_ccg_update_altmodes() 362 memset(uc->updated, 0, sizeof(uc->updated)); in ucsi_ccg_update_altmodes() 390 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 391 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 420 updated[k].svid = new_alt[k].svid; in ucsi_ccg_update_altmodes() 421 updated[k].mid = new_alt[k].mid; in ucsi_ccg_update_altmodes() 439 new_port = &uc->updated[new_cam]; in ucsi_ccg_update_set_new_cam_cmd()
|
| /OK3568_Linux_fs/buildroot/package/cups/ |
| H A D | 0001-Remove-man-from-BUILDDIRS-in-configure.patch | 7 [Fabrice: updated for 2.3.0] 9 [Michael: updated for 2.3.3]
|
| H A D | 0004-Remove-PIE-flags-from-the-build.patch | 14 [Fabrice: updated for 2.3.0] 16 [Michael: updated for 2.3.3]
|
| H A D | 0002-Do-not-use-genstrings.patch | 17 [Fabrice: updated for 2.3.0] 19 [Michael: updated for 2.3.3]
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | con3270.c | 214 unsigned long updated; in con3270_update() local 230 updated = 0; in con3270_update() 240 updated |= CON_UPDATE_ERASE; in con3270_update() 253 updated |= CON_UPDATE_STATUS; in con3270_update() 275 updated |= CON_UPDATE_LIST; in con3270_update() 280 cp->update_flags &= ~updated; in con3270_update()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | models.py | 45 updated = models.DateTimeField(auto_now = True) variable in BuildEnvironment 93 updated = models.DateTimeField(auto_now = True) variable in BuildRequest 117 return (self.updated - self.created).total_seconds()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 61 RK_U32 updated; member 150 RK_U32 updated = 0; in update_vepu1_syntax() local 187 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu1_syntax() 190 return updated; in update_vepu1_syntax() 196 RK_U32 updated = update_vepu1_syntax(ctx, &task->syntax); in hal_h264e_vepu1_get_task_v2() local 206 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) { in hal_h264e_vepu1_get_task_v2() 215 if (updated & SYN_TYPE_FLAG(H264E_SYN_SLICE)) { in hal_h264e_vepu1_get_task_v2()
|