Lines Matching full:notify
282 ivc->notify(ivc); in tegra_ivc_read_advance()
327 ivc->notify(ivc); in tegra_ivc_write_advance()
340 * SYNC ACK reset counters; move to EST; notify
341 * SYNC SYNC reset counters; move to ACK; notify
342 * ACK EST move to EST; notify
343 * ACK ACK move to EST; notify
344 * ACK SYNC reset counters; move to ACK; notify
347 * EST SYNC reset counters; move to ACK; notify
394 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
396 ivc->notify(ivc); in tegra_ivc_channel_notified()
432 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
434 ivc->notify(ivc); in tegra_ivc_channel_notified()
454 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
456 ivc->notify(ivc); in tegra_ivc_channel_notified()
479 ivc->notify(ivc); in tegra_ivc_channel_reset()
532 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init()
549 ivc->notify = notify; in tegra_ivc_init()