Lines Matching refs:dev_count
242 uint32_t dev_count = 0U; in fconf_populate_ethosn_config() local
248 struct ethosn_device_t *dev = ðosn_config.devices[dev_count]; in fconf_populate_ethosn_config()
258 if (dev_count >= ETHOSN_DEV_NUM_MAX) { in fconf_populate_ethosn_config()
278 dev_count); in fconf_populate_ethosn_config()
299 dev_count); in fconf_populate_ethosn_config()
313 dev_count); in fconf_populate_ethosn_config()
322 dev_count); in fconf_populate_ethosn_config()
328 dev_count); in fconf_populate_ethosn_config()
334 dev_count); in fconf_populate_ethosn_config()
341 ++dev_count; in fconf_populate_ethosn_config()
344 if (dev_count == 0U) { in fconf_populate_ethosn_config()
349 ethosn_config.num_devices = dev_count; in fconf_populate_ethosn_config()