Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 12 of 12) sorted by relevance

/SCP-firmware-master/module/clock/doc/
A Dclock_management_framework.md32 ## Setting state operation (enable/disable)
34 A clock operation may be initiated either by:
36 - Event: A clocks event handler for any operation may initiate a clock
37 operation on the current clock.
39 A clock operation will respond to each request with either of:
148 operation and clock 3 is disabled. Clock 2 was externally set and
155 - Clock-2 disable operation completes.
159 - Clock-1 disable operation completes.
162 - Clock-0 disable operation completes.
193 ## Setting rate operation
[all …]
/SCP-firmware-master/doc/
A Ddeferred_response_architecture.md20 - FWK_SUCCESS: the requested operation has completed. The data requested, if
32 value/operation has completed immediately. The HAL returns the data, if any, to
34 - FWK_PENDING: the driver has deferred the requested operation and will provide
37 will be sent to the client when the operation will be completed.
52 the requested operation.
115 The driver cannot do the operation immediately, it returns FWK_PENDING.
124 When the requested *get/set* operation is completed, the driver calls the
125 *driver_response_api* providing the result of operation.
127 to defer post-processing and to provide the result of the operation.
130 retrieving the result of the operation from the event E2's parameters. At the
[all …]
A DCMakeLists.txt17 # operation: it collects all the sources, include directories and definitions
A Dcode_style.md50 To preserve the legacy format and allow silent operation of the tool, only such
A Dframework.md109 A module is a unit of code that performs a well-defined operation, or set of
/SCP-firmware-master/module/dvfs/doc/
A Dmodule_dvfs_architecture.md29 the initial issuing/queueing of the operation, they do not report the status
30 of the operation itself.
36 Note that a `set_level` operation will not be retried upon failure.
104 - DVFS set_level operation complete, check status.
133 (*) Note that this operation may be asynchronous and in that case will follow
144 than starting the operation immediately. This is configurable for
/SCP-firmware-master/product/synquacer/module/nor/src/
A Dmod_nor.c186 if (ctx->config->operation->set_4byte_addr_mode != NULL) { in set_4byte_address_mode()
187 status = ctx->config->operation->set_4byte_addr_mode( in set_4byte_address_mode()
201 if (ctx->config->operation->set_io_protocol != NULL) { in set_io_protocol()
208 status = ctx->config->operation->set_io_protocol( in set_io_protocol()
242 if (ctx->config->operation->get_program_result != NULL) { in check_program_result()
243 status = ctx->config->operation->get_program_result( in check_program_result()
259 if (ctx->config->operation->get_erase_result != NULL) { in check_erase_result()
260 status = ctx->config->operation->get_erase_result( in check_erase_result()
819 ctx->config->command_table == NULL || ctx->config->operation == NULL) { in nor_element_init()
/SCP-firmware-master/product/synquacer/scp_ramfw/
A Dconfig_nor.c86 .operation = &nor_operation,
/SCP-firmware-master/product/synquacer/module/nor/include/
A Dmod_nor.h265 struct mod_nor_operation *operation; member
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md151 operation.
191 that allows to accumulate idle power from each actor during operation and
/SCP-firmware-master/
A Duser_guide.md13 smooth operation.
A Dchange_log.md37 - fwk: Add support of OS interrupt operation

Completed in 29 milliseconds