Lines Matching +full:point +full:- +full:to +full:- +full:point
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (c) 2010-2013, NVIDIA Corporation.
20 * 'data' points to a channel
26 * 'data' points to a wait_queue_head_t
32 * 'data' points to a wait_queue_head_t
57 * Schedule an action to be taken when a sync point reaches the given threshold.
59 * @id the sync point
61 * @action the action to take
62 * @data a pointer to extra data depending on action, see above
63 * @waiter waiter structure - assumes ownership
66 * This is a non-blocking api.
74 * Unreference an action submitted to host1x_intr_add_action().
75 * You must call this if you passed non-NULL as ref.
80 /* Initialize host1x sync point interrupt */
83 /* Deinitialize host1x sync point interrupt */
86 /* Enable host1x sync point interrupt */
89 /* Disable host1x sync point interrupt */