Searched refs:sync_work (Results 1 – 2 of 2) sorted by relevance
22 static struct k_work_delayable sync_work; variable252 k_work_init_delayable(&sync_work, sync_work_handler); in main()253 rc = k_work_schedule(&sync_work, K_NO_WAIT); in main()
92 struct k_work sync_work; member843 k_work_submit(&data->sync_work); in sync_timer_handler()930 struct ds3231_data *data = CONTAINER_OF(work, struct ds3231_data, sync_work); in sync_worker()973 k_work_submit(&data->sync_work); in isw_gpio_callback()1031 k_work_submit(&data->sync_work); in maxim_ds3231_synchronize()1065 k_work_submit(&data->sync_work); in z_impl_maxim_ds3231_req_syncpoint()1106 k_work_submit(&data->sync_work); in maxim_ds3231_set()1160 k_work_init(&data->sync_work, sync_worker); in ds3231_init()