Home
last modified time | relevance | path

Searched refs:dev_count (Results 1 – 2 of 2) sorted by relevance

/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/
A Dio_dev_registration.puml15 devices[dev_count] = (fip_)dev_info_pool
16 dev_count++
22 devices[dev_count] = memmap_dev_info
23 dev_count++
/tf-a-ffa_el3_spmc/drivers/io/
A Dio_storage.c29 static unsigned int dev_count; variable
150 if (dev_count < MAX_IO_DEVICES) { in io_register_device()
151 devices[dev_count] = dev_info; in io_register_device()
152 dev_count++; in io_register_device()

Completed in 3 milliseconds