Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/io/
Dio_storage.c57 const io_entity_t *entity = (io_entity_t *)handle; in is_valid_entity() local
78 static void set_handle(uintptr_t *handle, io_entity_t *entity) { in set_handle()
84 static int find_first_entity(const io_entity_t *entity, in find_first_entity()
98 static int allocate_entity(io_entity_t **entity) { in allocate_entity()
115 static int free_entity(const io_entity_t *entity) { in free_entity()
194 io_entity_t *entity; in io_open() local
216 io_entity_t *entity = (io_entity_t *)handle; in io_seek() local
231 io_entity_t *entity = (io_entity_t *)handle; in io_size() local
246 io_entity_t *entity = (io_entity_t *)handle; in io_read() local
262 io_entity_t *entity = (io_entity_t *)handle; in io_write() local
[all …]
Dio_block.c129 io_entity_t *entity) { in block_open()
150 static int block_seek(io_entity_t *entity, int mode, size_t offset) { in block_seek()
242 static int block_read(io_entity_t *entity, uintptr_t buffer, size_t length, in block_read()
348 static int block_write(io_entity_t *entity, const uintptr_t buffer, in block_write()
478 static int block_close(io_entity_t *entity) { in block_close()