Lines Matching refs:dev_count
259 uint32_t dev_count = 0U; in fconf_populate_ethosn_config() local
265 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()
372 if (dev_count == 0U) { in fconf_populate_ethosn_config()
377 ethosn_config.num_devices = dev_count; in fconf_populate_ethosn_config()