Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 40) sorted by relevance

12

/drivers/timer/
A Dgecko_burtc_timer.c96 uint32_t next = prev + g_cyc_per_tick; in burtc_isr() local
147 uint32_t next = prev + to_announce * g_cyc_per_tick; in sys_clock_set_timeout() local
A Dmcux_gpt_timer.c53 static void gpt_set_safe(uint32_t next) in gpt_set_safe()
140 uint32_t next, adj, now; in sys_clock_set_timeout() local
A Dcc13xx_cc26xx_rtc_timer.c68 static void setThreshold(uint32_t next) in setThreshold()
99 uint32_t next; in rtc_isr() local
A Dambiq_stimer.c115 uint64_t next = (uint64_t)g_last_time_stamp + CYC_PER_TICK; in stimer_isr() local
168 uint64_t next = now_64 + ticks * CYC_PER_TICK; in sys_clock_set_timeout() local
A Dintel_adsp_timer.c121 uint64_t next = last_count + CYC_PER_TICK; in compare_isr() local
144 uint64_t next; in sys_clock_set_timeout() local
A Dhpet.c257 static inline void hpet_timer_comparator_set_safe(uint64_t next) in hpet_timer_comparator_set_safe()
313 uint64_t next = last_count + cyc_per_tick; in hpet_isr() local
A Dmips_cp0_timer.c52 uint32_t next = last_count + CYC_PER_TICK; in timer_isr() local
A Dxtensa_sys_timer.c54 uint32_t next = last_count + CYC_PER_TICK; in ccompare_isr() local
A Desp32_sys_timer.c73 uint64_t next = last_count + CYC_PER_TICK; in sys_timer_isr() local
A Dsilabs_sleeptimer_timer.c76 uint32_t next = ticks * timer->cyc_per_tick; in sleeptimer_clock_set_timeout() local
A Driscv_machine_timer.c120 uint64_t next = last_count + CYC_PER_TICK; in timer_isr() local
A Dmcux_os_timer.c75 uint64_t next = last_count + CYC_PER_TICK; in mcux_lpc_ostick_isr() local
A Dstm32_lptim_timer.c204 const struct pm_state_info *next; in sys_clock_set_timeout() local
/drivers/virtio/
A Dvirtio_common.c41 uint16_t next = chain_head; in virtio_isr() local
/drivers/input/
A Dinput_analog_axis_settings.c41 const char *next; in analog_axis_calibration_load() local
/drivers/i2s/
A Di2s_nrfx.c234 nrfx_i2s_buffers_t *next) in supply_next_buffers()
355 nrfx_i2s_buffers_t next = { 0 }; in data_handler() local
645 nrfx_i2s_buffers_t next = { 0 }; in i2s_nrfx_write() local
A Di2s_nrf_tdm.c385 static bool supply_next_buffers(struct tdm_drv_data *drv_data, tdm_buffers_t *next) in supply_next_buffers()
682 tdm_buffers_t next = {0}; in tdm_nrf_write() local
1066 tdm_buffers_t next = {0}; in data_handler() local
/drivers/flash/
A Dflash_gd32_v3.c96 uint32_t cur = 0U, next = 0U; in flash_gd32_valid_range() local
/drivers/i3c/
A Di3c_rtio.c86 struct mpsc_node *next = mpsc_pop(&ctx->io_q); in i3c_rtio_next() local
/drivers/i2c/
A Di2c_rtio.c124 struct mpsc_node *next = mpsc_pop(&ctx->io_q); in i2c_rtio_next() local
A Di2c_renesas_ra_sci_b.c125 struct i2c_msg *current, *next; in renesas_ra_sci_b_i2c_transfer() local
306 struct i2c_msg *current, *next; in renesas_ra_sci_b_i2c_async_iter() local
A Di2c_ll_stm32.c149 struct i2c_msg *next = NULL; in i2c_stm32_transfer() local
/drivers/spi/
A Dspi_rtio.c366 struct mpsc_node *next = mpsc_pop(&ctx->io_q); in spi_rtio_next() local
/drivers/dma/
A Ddma_nxp_sof_host_dma.c57 enum channel_state next) in channel_change_state()
/drivers/disk/nvme/
A Dnvme_cmd.c282 struct nvme_request *request, *next; in request_timeout() local

Completed in 51 milliseconds

12