Searched refs:stats_init (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/stats/ |
D | stats.c | 133 stats_init(struct stats_hdr *hdr, uint8_t size, uint16_t cnt, in stats_init() function 265 stats_init(shdr, size, cnt, map, map_cnt); in stats_init_and_reg()
|
/Zephyr-latest/subsys/pm/ |
D | pm_stats.c | 43 stats_init(&(stats[i][j].s_hdr), STATS_SIZE_32, 3U, in pm_stats_init()
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 230 void stats_init(struct stats_hdr *shdr, uint8_t size, uint16_t cnt,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | spi.h | 549 stats_init(&state->stats.s_hdr, STATS_SIZE_32, 3, \
|
D | smbus.h | 449 stats_init(&state->stats.s_hdr, STATS_SIZE_32, 4, \
|
D | can.h | 725 stats_init(&state->stats.s_hdr, STATS_SIZE_32, 8, \
|
D | i2c.h | 625 stats_init(&state->stats.s_hdr, STATS_SIZE_32, 4, \
|