Home
last modified time | relevance | path

Searched refs:constraint_id (Results 1 – 4 of 4) sorted by relevance

/external/trusty/arm-trusted-firmware/plat/mediatek/common/lpm/
Dmt_lp_rm.c79 int mt_lp_rm_do_constraint(unsigned int constraint_id, unsigned int cpuid, int stateid) in mt_lp_rm_do_constraint() argument
85 if ((rm == NULL) || (constraint_id >= plat_mt_rm.count)) { in mt_lp_rm_do_constraint()
89 rc = rm->consts[constraint_id]; in mt_lp_rm_do_constraint()
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
Ddescendant.cc54 ConstraintType constraint_id, in ExtendWithStartId() argument
59 start_ids.Append(constraint_id); in ExtendWithStartId()
/external/arm-trusted-firmware/plat/mediatek/common/lpm/
Dmt_lp_rm.h39 extern int mt_lp_rm_reset_constraint(int constraint_id, unsigned int cpuid,
/external/trusty/arm-trusted-firmware/plat/mediatek/include/lpm/
Dmt_lp_rm.h58 extern int mt_lp_rm_do_constraint(unsigned int constraint_id, unsigned int cpuid, int stateid);