Searched refs:sync_work (Results 1 – 1 of 1) sorted by relevance
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()
Completed in 4 milliseconds