Lines Matching full:notify
329 * Notify only upon transition from full to non-full. The available in tegra_ivc_read_advance()
336 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance()
385 * Notify only upon transition from empty to non-empty. The available in tegra_ivc_write_advance()
392 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance()
404 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset()
416 * SYNC ACK reset counters; move to EST; notify
417 * SYNC SYNC reset counters; move to ACK; notify
418 * ACK EST move to EST; notify
419 * ACK ACK move to EST; notify
420 * ACK SYNC reset counters; move to ACK; notify
423 * EST SYNC reset counters; move to ACK; notify
472 * Notify remote end to observe state transition. in tegra_ivc_notified()
474 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
512 * Notify remote end to observe state transition. in tegra_ivc_notified()
514 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
536 * Notify remote end to observe state transition. in tegra_ivc_notified()
538 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
649 void (*notify)(struct tegra_ivc *ivc, void *data), in tegra_ivc_init()
655 if (WARN_ON(!ivc || !notify)) in tegra_ivc_init()
693 ivc->notify = notify; in tegra_ivc_init()