Searched refs:dev_count (Results 1 – 3 of 3) sorted by relevance
259 uint32_t dev_count = 0U; in fconf_populate_ethosn_config() local265 struct ethosn_device_t *dev = ðosn_config.devices[dev_count]; in fconf_populate_ethosn_config()277 if (dev_count >= ETHOSN_DEV_NUM_MAX) { in fconf_populate_ethosn_config()305 dev_count); in fconf_populate_ethosn_config()326 dev_count); in fconf_populate_ethosn_config()340 dev_count); in fconf_populate_ethosn_config()349 dev_count); in fconf_populate_ethosn_config()355 dev_count); in fconf_populate_ethosn_config()361 dev_count); in fconf_populate_ethosn_config()369 ++dev_count; in fconf_populate_ethosn_config()[all …]
15 devices[dev_count] = (fip_)dev_info_pool16 dev_count++22 devices[dev_count] = memmap_dev_info23 dev_count++
29 static unsigned int dev_count; variable150 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()