Lines Matching full:notify
108 /* Pointer to the structure used to notify when a synchronize
110 * such an operation, or when doing a no-notify synchronize
115 struct sys_notify *notify; member
791 struct sys_notify *notify = NULL; in sync_finish() local
797 notify = data->sync.notify; in sync_finish()
804 LOG_DBG("sync complete, notify %d to %p or %p\n", rc, notify, signal); in sync_finish()
807 if (notify != NULL) { in sync_finish()
809 (maxim_ds3231_notify_callback)sys_notify_finalize(notify, rc); in sync_finish()
812 cb(dev, notify, rc); in sync_finish()
1008 struct sys_notify *notify) in maxim_ds3231_synchronize() argument
1013 if (notify == NULL) { in maxim_ds3231_synchronize()
1031 data->sync.notify = notify; in maxim_ds3231_synchronize()
1080 struct sys_notify *notify) in maxim_ds3231_set() argument
1086 || (notify == NULL)) { in maxim_ds3231_set()
1104 data->sync.notify = notify; in maxim_ds3231_set()