Searched refs:work_ctx (Results 1 – 3 of 3) sorted by relevance
50 data->work_ctx.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in akm09918c_submit_sync()51 data->work_ctx.iodev_sqe = iodev_sqe; in akm09918c_submit_sync()53 rc = k_work_schedule(&data->work_ctx.async_fetch_work, K_USEC(AKM09918C_MEASURE_TIME_US)); in akm09918c_submit_sync()
43 } work_ctx; member
235 k_work_init_delayable(&data->work_ctx.async_fetch_work, akm09918_async_fetch); in akm09918c_init()