/device/linaro/bootloader/arm-trusted-firmware/drivers/io/ |
io_block.c | 18 io_block_dev_spec_t *dev_spec; member in struct:__anon5018 36 static int block_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info); 67 static int find_first_block_state(const io_block_dev_spec_t *dev_spec, 72 /* dev_spec is used as identifier since it's unique */ 73 if (state_pool[index].dev_spec == dev_spec) { 112 result = find_first_block_state(state->dev_spec, &index); 135 assert(((region->offset % cur->dev_spec->block_size) == 0) && 136 ((region->length % cur->dev_spec->block_size) == 0)); 182 ops = &(cur->dev_spec->ops) [all...] |
io_dummy.c | 28 static int dummy_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info); 63 static int dummy_dev_open(const uintptr_t dev_spec __attribute__((unused)),
|
io_storage.c | 73 static int dev_open(const io_dev_connector_t *dev_con, const uintptr_t dev_spec, 80 result = dev_con->dev_open(dev_spec, dev_info); 162 int io_dev_open(const io_dev_connector_t *dev_con, const uintptr_t dev_spec, 168 result = dev_open(dev_con, dev_spec, (io_dev_info_t **)handle);
|
io_semihosting.c | 23 static int sh_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info); 60 static int sh_dev_open(const uintptr_t dev_spec __unused,
|
io_fip.c | 46 static int fip_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info); 108 static int fip_dev_open(const uintptr_t dev_spec __unused,
|
io_memmap.c | 37 static int memmap_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info); 77 static int memmap_dev_open(const uintptr_t dev_spec __unused,
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/ |
io_driver.h | 33 int (*dev_open)(const uintptr_t dev_spec, io_dev_info_t **dev_info);
|
io_storage.h | 72 const uintptr_t dev_spec,
|
/external/minijail/ |
libminijail.c | 1323 struct dev_spec { struct 1329 static const struct dev_spec device_nodes[] = { [all...] |
/external/tensorflow/tensorflow/python/framework/ |
ops.py | [all...] |