Lines Matching full:notify
317 * Notify only upon transition from full to non-full. The available in tegra_ivc_read_advance()
324 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_read_advance()
373 * Notify only upon transition from empty to non-empty. The available in tegra_ivc_write_advance()
380 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_write_advance()
392 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_reset()
404 * SYNC ACK reset counters; move to EST; notify
405 * SYNC SYNC reset counters; move to ACK; notify
406 * ACK EST move to EST; notify
407 * ACK ACK move to EST; notify
408 * ACK SYNC reset counters; move to ACK; notify
411 * EST SYNC reset counters; move to ACK; notify
459 * Notify remote end to observe state transition. in tegra_ivc_notified()
461 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
499 * Notify remote end to observe state transition. in tegra_ivc_notified()
501 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
523 * Notify remote end to observe state transition. in tegra_ivc_notified()
525 ivc->notify(ivc, ivc->notify_data); in tegra_ivc_notified()
615 void (*notify)(struct tegra_ivc *ivc, void *data), in tegra_ivc_init()
621 if (WARN_ON(!ivc || !notify)) in tegra_ivc_init()
659 ivc->notify = notify; in tegra_ivc_init()