Searched refs:map_cnt (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/stats/ |
D | stats.c | 134 const struct stats_name_map *map, uint16_t map_cnt) in stats_init() argument 140 hdr->s_map_cnt = map_cnt; in stats_init() 260 const struct stats_name_map *map, uint16_t map_cnt, in stats_init_and_reg() argument 265 stats_init(shdr, size, cnt, map, map_cnt); in stats_init_and_reg()
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 231 const struct stats_name_map *map, uint16_t map_cnt); 272 const struct stats_name_map *map, uint16_t map_cnt,
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_nxp_s32.c | 48 uint8_t map_cnt; member 202 for (i = 0; i < irq_cfg->map_cnt; i++) { in nxp_s32_gpio_pin_to_line() 529 .map_cnt = DT_NUM_IRQS(DT_DRV_INST(n)), \ 555 .map_cnt = sizeof(gpio_nxp_s32_wkpu_data_##n) / \
|