Searched refs:command (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | imx_sc_api.c | 103 .header.command = SC_RM_FUNC_GET_PARTITION, in sc_rm_get_partition() 112 err = msg.header.command; in sc_rm_get_partition() 138 .header.command = SC_PM_FUNC_SET_RESOURCE_POWER_MODE, in sc_pm_set_resource_power_mode() 150 scu_error = msg.header.command; in sc_pm_set_resource_power_mode() 174 .header.command = SC_RM_FUNC_ASSIGN_RESOURCE, in sc_rm_assign_resource() 192 err = msg.header.command; in sc_rm_assign_resource() 272 .header.command = SC_SECO_FUNC_START_RNG, in imx_sc_seco_start_rng() 282 err = msg.header.command; in imx_sc_seco_start_rng()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | imx_mu.h | 23 uint8_t command; member 31 uint8_t command; member
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_socket_private.h | 29 TEE_Result __tee_socket_pta_ioctl(uint32_t handle, uint32_t command, void *buf,
|
A D | tee_socket_pta.c | 141 TEE_Result __tee_socket_pta_ioctl(uint32_t handle, uint32_t command, void *buf, in __tee_socket_pta_ioctl() argument 154 params[0].value.b = command; in __tee_socket_pta_ioctl()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 58 In order to build from the source code using GNU Make, just enter at the command line: 76 …CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command line; compiler wa… 78 …ccept `-Wall` as an option). Directory-specific options cannot be overridden from the command line. 86 …build the source using CMake in a separate directory (recommended), just enter at the command line: 119 Switching build modes in CMake is simple. For debug mode, enter at the command line: 147 CMake cache. This can be done with the following command using GNU find:
|
A D | ChangeLog | 800 * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2 804 ssl_server2 only, add the command line parameter key_pwd2 which allows to 908 using a return command. This has been done to enable customization of the 2141 * The selftest program can execute a subset of the tests based on command 2850 compiler's command line. 3298 * Fix symlink command for cross compiling with CMake (found by Andre
|
/optee_os-3.20.0/scripts/ |
A D | sign_encrypt.py | 307 if parsed.command is None:
|
Completed in 17 milliseconds