Searched refs:request (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | stm32_i2c.c | 1000 struct i2c_request *request, in i2c_request_mem_write() argument 1005 i2c_transfer_config(hi2c, request->dev_addr, request->mem_addr_size, in i2c_request_mem_write() 1037 struct i2c_request *request, in i2c_request_mem_read() argument 1042 i2c_transfer_config(hi2c, request->dev_addr, request->mem_addr_size, in i2c_request_mem_read() 1087 if (request->mode != I2C_MODE_MASTER && request->mode != I2C_MODE_MEM) in i2c_write() 1106 if (request->mode == I2C_MODE_MEM) { in i2c_write() 1192 struct i2c_request request = { in stm32_i2c_mem_write() local 1207 struct i2c_request request = { in stm32_i2c_master_transmit() local 1310 if (request->mode != I2C_MODE_MASTER && request->mode != I2C_MODE_MEM) in i2c_read() 1410 struct i2c_request request = { in stm32_i2c_mem_read() local [all …]
|
A D | versal_puf.c | 101 struct versal_mbox_mem request = { in versal_puf_register() local 123 arg.ibuf[0].mem = request; in versal_puf_register() 181 struct versal_mbox_mem request = { in versal_puf_regenerate() local 203 arg.ibuf[0].mem = request; in versal_puf_regenerate()
|
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | i2c.c | 19 struct rpc_i2c_request request = { in i2c_transfer() local 31 if ((*transfer)(&request, &bytes) == TEE_SUCCESS) in i2c_transfer()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 111 brel(). If a buffer allocation request fails, obtain more storage from 131 space required to satisfy the allocation request and a sequence number 135 a nonzero value, whereupon BGET will retry the allocation request and, 149 fails, the allocation request fails and returns NULL to the caller. If 205 request fails, and optionally automatically acquire storage for 208 request fails, the <compact> function will be called with arguments 210 overhead) required to satisfy the allocation request, and a sequence 212 attempting to satisfy this allocation request. The sequence number is 1 213 for the first call on <compact> for a given allocation request, and 219 request fails, which can trigger automatic pool expansion if the [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-totalcompute/fdts/ |
A D | optee_sp_manifest.dts | 26 messaging-method = <0x3>; /* Direct request/response supported */
|
/optee_os-3.20.0/scripts/ |
A D | get_maintainer.py | 8 from urllib.request import urlopen
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 20 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may … 57 …ow the correctness of the feature or bug fix should be added to the pull request, if no such tests…
|
A D | README.md | 263 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…
|
A D | ChangeLog | 1840 Contributed by Aorimn in pull request #414. 1911 Suggested and contributed by jkivilin in pull request #394. 1915 Nicholas Wilson in pull request #348. 3057 * Add support for bit strings in X.509 names (request by Fredrik Axelsson).
|
/optee_os-3.20.0/ |
A D | MAINTAINERS | 21 request.
|
Completed in 16 milliseconds