Searched refs:rpc_read_init (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/include/tee/ |
A D | fs_htree.h | 89 TEE_Result (*rpc_read_init)(void *aux, struct tee_fs_rpc_operation *op, member
|
/optee_os-3.20.0/core/tee/ |
A D | fs_htree.c | 116 res = ht->stor->rpc_read_init(ht->stor_aux, &op, type, idx, vers, &p); in rpc_read() 880 res = ht->stor->rpc_read_init(ht->stor_aux, &op, in tee_fs_htree_read_block()
|
A D | tee_ree_fs.c | 253 .rpc_read_init = ree_fs_rpc_read_init,
|
/optee_os-3.20.0/core/pta/tests/ |
A D | fs_htree.c | 164 .rpc_read_init = test_read_init,
|
Completed in 8 milliseconds