Lines Matching +full:host +full:- +full:wake
4 * Copyright (c) 2010-2013, NVIDIA Corporation.
36 * Wake up a task.
42 * Wake up a interruptible task.
74 * @waiter waiter structure - assumes ownership
77 * This is a non-blocking api.
79 int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
86 * You must call this if you passed non-NULL as ref.
89 void host1x_intr_put_ref(struct host1x *host, unsigned int id, void *ref);
92 int host1x_intr_init(struct host1x *host, unsigned int irq_sync);
95 void host1x_intr_deinit(struct host1x *host);
98 void host1x_intr_start(struct host1x *host);
101 void host1x_intr_stop(struct host1x *host);