Lines Matching refs:host1x_waitlist
30 kfree(container_of(kref, struct host1x_waitlist, refcount)); in waiter_release()
37 static bool add_waiter_to_queue(struct host1x_waitlist *waiter, in add_waiter_to_queue()
40 struct host1x_waitlist *pos; in add_waiter_to_queue()
61 struct host1x_waitlist *waiter, *next, *prev; in remove_completed_waiters()
73 struct host1x_waitlist, list); in remove_completed_waiters()
94 list_first_entry(head, struct host1x_waitlist, list)->thresh; in reset_threshold_interrupt()
100 static void action_submit_complete(struct host1x_waitlist *waiter) in action_submit_complete()
111 static void action_wakeup(struct host1x_waitlist *waiter) in action_wakeup()
118 static void action_wakeup_interruptible(struct host1x_waitlist *waiter) in action_wakeup_interruptible()
125 static void action_signal_fence(struct host1x_waitlist *waiter) in action_signal_fence()
132 typedef void (*action_handler)(struct host1x_waitlist *waiter);
148 struct host1x_waitlist *waiter, *next; in run_handlers()
213 void *data, struct host1x_waitlist *waiter, in host1x_intr_add_action()
258 struct host1x_waitlist *waiter = ref; in host1x_intr_put_ref()
333 struct host1x_waitlist *waiter, *next; in host1x_intr_stop()