Lines Matching full:notify
325 * Notify only upon transition from full to non-full. The available in tegra_ivc_read_advance()
332 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance()
381 * Notify only upon transition from empty to non-empty. The available in tegra_ivc_write_advance()
388 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance()
400 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset()
412 * SYNC ACK reset counters; move to EST; notify
413 * SYNC SYNC reset counters; move to ACK; notify
414 * ACK EST move to EST; notify
415 * ACK ACK move to EST; notify
416 * ACK SYNC reset counters; move to ACK; notify
419 * EST SYNC reset counters; move to ACK; notify
467 * Notify remote end to observe state transition. in tegra_ivc_notified()
469 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
507 * Notify remote end to observe state transition. in tegra_ivc_notified()
509 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
531 * Notify remote end to observe state transition. in tegra_ivc_notified()
533 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
623 void (*notify)(struct tegra_ivc *ivc, void *data), in tegra_ivc_init()
629 if (WARN_ON(!ivc || !notify)) in tegra_ivc_init()
667 ivc->notify = notify; in tegra_ivc_init()