Searched refs:operation (Results 1 – 12 of 12) sorted by relevance
/SCP-firmware-master/module/clock/doc/ |
A D | clock_management_framework.md | 32 ## 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 D | deferred_response_architecture.md | 20 - 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 D | CMakeLists.txt | 17 # operation: it collects all the sources, include directories and definitions
|
A D | code_style.md | 50 To preserve the legacy format and allow silent operation of the tool, only such
|
A D | framework.md | 109 A module is a unit of code that performs a well-defined operation, or set of
|
/SCP-firmware-master/module/dvfs/doc/ |
A D | module_dvfs_architecture.md | 29 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 D | mod_nor.c | 186 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 D | config_nor.c | 86 .operation = &nor_operation,
|
/SCP-firmware-master/product/synquacer/module/nor/include/ |
A D | mod_nor.h | 265 struct mod_nor_operation *operation; member
|
/SCP-firmware-master/module/thermal_mgmt/doc/ |
A D | thermal_mgmt.md | 151 operation. 191 that allows to accumulate idle power from each actor during operation and
|
/SCP-firmware-master/ |
A D | user_guide.md | 13 smooth operation.
|
A D | change_log.md | 37 - fwk: Add support of OS interrupt operation
|
Completed in 29 milliseconds