Lines Matching +full:host +full:- +full:wake
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (c) 2010-2013, NVIDIA Corporation.
25 * Wake up a task.
31 * Wake up a interruptible task.
63 * @waiter waiter structure - assumes ownership
66 * This is a non-blocking api.
68 int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
75 * You must call this if you passed non-NULL as ref.
78 void host1x_intr_put_ref(struct host1x *host, unsigned int id, void *ref);
81 int host1x_intr_init(struct host1x *host, unsigned int irq_sync);
84 void host1x_intr_deinit(struct host1x *host);
87 void host1x_intr_start(struct host1x *host);
90 void host1x_intr_stop(struct host1x *host);