Searched refs:updated (Results 1 - 11 of 11) sorted by relevance
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_mlvec.cpp | 192 if (cfg->updated) { in vpu_api_mlvec_set_dy_cfg() 193 if (cfg->updated & VPU_API_ENC_MARK_LTR_UPDATED) in vpu_api_mlvec_set_dy_cfg() 196 if (cfg->updated & VPU_API_ENC_USE_LTR_UPDATED) in vpu_api_mlvec_set_dy_cfg() 199 if (cfg->updated & VPU_API_ENC_FRAME_QP_UPDATED) in vpu_api_mlvec_set_dy_cfg() 202 if (cfg->updated & VPU_API_ENC_BASE_PID_UPDATED) in vpu_api_mlvec_set_dy_cfg() 205 /* dynamic max temporal layer count updated go through mpp ref cfg */ in vpu_api_mlvec_set_dy_cfg() 206 cfg->updated = 0; in vpu_api_mlvec_set_dy_cfg()
|
H A D | vpu_api_mlvec.h | 61 RK_U32 updated; member
|
H A D | vpu_api_legacy.cpp | 1544 mlvec_dy_cfg.updated |= VPU_API_ENC_MAX_TID_UPDATED; in control() 1558 mlvec_dy_cfg.updated |= VPU_API_ENC_MARK_LTR_UPDATED; in control() 1568 mlvec_dy_cfg.updated |= VPU_API_ENC_USE_LTR_UPDATED; in control() 1578 mlvec_dy_cfg.updated |= VPU_API_ENC_FRAME_QP_UPDATED; in control() 1588 mlvec_dy_cfg.updated |= VPU_API_ENC_BASE_PID_UPDATED; in control()
|
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 426 TP_PROTO(unsigned int cpu, unsigned int old_need, unsigned int new_need, unsigned int updated),
427 TP_ARGS(cpu, old_need, new_need, updated),
428 TP_STRUCT__entry(__field(u32, cpu) __field(u32, old_need) __field(u32, new_need) __field(u32, updated)),
430 __entry->updated = updated;),
431 TP_printk("cpu=%u, old_need=%u, new_need=%u, updated=%u", __entry->cpu, __entry->old_need,
432 __entry->new_need, __entry->updated));
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/net/ |
H A D | if_arp.h | 133 unsigned long updated; member
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 95 bool updated; /* true if the cooling device does not need update */ member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_iw.c | 1070 iw->spy_qual[i].updated = 0; in wl_iw_get_spy() 1255 qual[dwrq->length].updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in wl_iw_get_aplist() 1257 qual[dwrq->length].updated = 7; in wl_iw_get_aplist() 1333 qual[dwrq->length].updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in wl_iw_iscan_get_aplist() 1335 qual[dwrq->length].updated = 7; in wl_iw_iscan_get_aplist() 3906 wstats->qual.updated |= (IW_QUAL_ALL_UPDATED | IW_QUAL_DBM); in wl_iw_get_wireless_stats() 3908 wstats->qual.updated |= 7; in wl_iw_get_wireless_stats()
|
H A D | wl_android_ext.c | 3019 bool updated = FALSE; in wl_mesh_update_master_info() local 3029 updated = TRUE; in wl_mesh_update_master_info() 3032 return updated; in wl_mesh_update_master_info() 3045 bool updated = FALSE, bss_found = FALSE; in wl_mesh_update_mesh_info() local 3077 updated = TRUE; in wl_mesh_update_mesh_info() 3082 if (updated) { in wl_mesh_update_mesh_info() 3086 updated = FALSE; in wl_mesh_update_mesh_info() 3118 return updated; in wl_mesh_update_mesh_info() 4353 AEXT_INFO(tmp_if->ifname, "updated maxcount %d\n", in wl_ext_update_wlfc_maxcount() 4375 AEXT_INFO(tmp_if->ifname, "updated maxcoun in wl_ext_update_wlfc_maxcount() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 687 cdev->updated = false; in power_actor_set_power() 1135 cdev->updated = false; in __thermal_cooling_device_register() 1463 /* A new thermal zone needs to be updated anyway. */ in thermal_zone_device_register() 1519 /* Update the new thermal zone and mark it as already updated. */ in thermal_zone_device_register()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_scheduler.c | 1656 bool updated = false; in evaluate_sync_update() local 1702 updated = true; in evaluate_sync_update() 1705 "sync memory not updated yet(%u)", sync_current_val); in evaluate_sync_update() 1711 queue->group, queue, updated); in evaluate_sync_update() 1712 return updated; in evaluate_sync_update() 1760 /* Sync object already got updated & met the condition in save_slot_cs() 2311 dev_dbg(kbdev->dev, "Priority for group %d of context %d_%d on slot %d to be updated from %u to %u\n", in update_csg_slot_priority() 2998 * in the groups_to_schedule list would also be updated. 3890 * updated accordingly. 5183 bool updated in group_sync_updated() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 986 hi_u8 updated; /* Flags to know if updated */ member
|
Completed in 30 milliseconds