Home
last modified time | relevance | path

Searched refs:update (Results 1 – 15 of 15) sorted by relevance

/SCP-firmware-master/docker/
A DDockerfile22 RUN apt-get update && \
24 apt-get update && \
28 apt-get update && \
46 apt-get update && \
64 RUN apt-get update && \
69 apt-get update && \
132 RUN apt-get update && \
158 RUN apt-get update && \
/SCP-firmware-master/module/scmi_perf/include/
A Dmod_scmi_perf.h501 int (*update)(struct perf_plugins_perf_update *data); member
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md89 A plugin should use the regular update call to affect the performance state
128 policy. Those plugins will receive an update with an aggregated value and the
154 optional for the plugin to update the values.
172 | | A plugin which implements the `update` function|
184 | | A plugin which implements the `update` function|
193 | | A plugin which implements the `update` function|
201 Each plugin is expected to implement the update() function as specified in the
/SCP-firmware-master/
A Dcontributing.md27 - Where appropriate, please update the documentation.
36 sub-maintainer for (for example, a new platform port), then also update the
A Duser_guide.md141 git submodule update --init --recursive
A Dchange_log.md34 - cmake: update LLVM to ver 13
/SCP-firmware-master/module/scmi_perf/src/
A Dmod_scmi_perf.c1385 struct fc_perf_update update; local
1405 update = (struct fc_perf_update){
1412 perf_plugins_handler_update(i, &update);
1434 update = (struct fc_perf_update){
1441 perf_plugins_handler_get(i, &update);
1443 tlevel = update.level;
1444 tmax = update.adj_max_limit;
1445 tmin = update.adj_min_limit;
A Dperf_plugins_handler.c453 status = api->update(&perf_snapshot); in perf_plugins_handler_update()
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md65 requests, while the slow loop is meant to update the PI control (which in turns
104 - run the PI control and update the total available power
125 Multiplier applied to the the base tick via the ->update callback.
/SCP-firmware-master/module/traffic_cop/src/
A Dmod_traffic_cop.c201 .update = tcop_update,
/SCP-firmware-master/module/scmi_perf/test/
A Dmod_scmi_perf_unit_test.c1120 .update = NULL, in utest_perf_eval_performance_new_limits()
1159 .update = NULL, in utest_perf_eval_performance_new_limits_level_down()
1198 .update = NULL, in utest_perf_eval_performance_new_limits_level_up()
/SCP-firmware-master/module/thermal_mgmt/src/
A Dmod_thermal_mgmt.c221 .update = thermal_update,
/SCP-firmware-master/module/mpmm/src/
A Dmod_mpmm.c457 .update = mpmm_update,
/SCP-firmware-master/doc/
A Dcmake_readme.md14 $ git submodule update --init
193 > configuration will not update the earlier configured value, See CACHE
/SCP-firmware-master/unit_test/
A Duser_guide.md34 $ git submodule update --init --recursive

Completed in 21 milliseconds