Lines Matching full:notify
283 ivc->notify(ivc); in tegra_ivc_read_advance()
328 ivc->notify(ivc); in tegra_ivc_write_advance()
341 * SYNC ACK reset counters; move to EST; notify
342 * SYNC SYNC reset counters; move to ACK; notify
343 * ACK EST move to EST; notify
344 * ACK ACK move to EST; notify
345 * ACK SYNC reset counters; move to ACK; notify
348 * EST SYNC reset counters; move to ACK; notify
395 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
397 ivc->notify(ivc); in tegra_ivc_channel_notified()
433 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
435 ivc->notify(ivc); in tegra_ivc_channel_notified()
455 * Notify remote end to observe state transition. in tegra_ivc_channel_notified()
457 ivc->notify(ivc); in tegra_ivc_channel_notified()
480 ivc->notify(ivc); in tegra_ivc_channel_reset()
533 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init()
550 ivc->notify = notify; in tegra_ivc_init()