Home
last modified time | relevance | path

Searched defs:dev_spec (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/drivers/io/
Dio_mtd.c19 io_mtd_dev_spec_t *dev_spec; member
58 static int find_first_mtd_state(const io_mtd_dev_spec_t *dev_spec, in find_first_mtd_state()
200 static int mtd_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info) in mtd_dev_open()
Dio_fip.c48 uintptr_t dev_spec; member
123 static int find_first_fip_state(const uintptr_t dev_spec, in find_first_fip_state()
189 static int fip_dev_open(const uintptr_t dev_spec, in fip_dev_open()
Dio_block.c20 io_block_dev_spec_t *dev_spec; member
69 static int find_first_block_state(const io_block_dev_spec_t *dev_spec, in find_first_block_state()
500 static int block_dev_open(const uintptr_t dev_spec, io_dev_info_t **dev_info) in block_dev_open()
Dio_dummy.c64 static int dummy_dev_open(const uintptr_t dev_spec __attribute__((unused)), in dummy_dev_open()
Dio_storage.c74 static int dev_open(const io_dev_connector_t *dev_con, const uintptr_t dev_spec, in dev_open()
163 int io_dev_open(const io_dev_connector_t *dev_con, const uintptr_t dev_spec, in io_dev_open()
/external/minijail/
Dlibminijail.c1417 struct dev_spec { struct
1423 static const struct dev_spec device_nodes[] = { argument
/external/arm-trusted-firmware/drivers/renesas/rcar/io/
Dio_rcar.c616 static int32_t rcar_dev_open(const uintptr_t dev_spec __attribute__ ((unused)), in rcar_dev_open()
/external/tensorflow/tensorflow/python/framework/
Dops.py1582 def _device_string(dev_spec): argument