Lines Matching refs:id
101 unsigned int id) in reset_threshold_interrupt() argument
106 host1x_hw_intr_set_syncpt_threshold(host, id, thresh); in reset_threshold_interrupt()
107 host1x_hw_intr_enable_syncpt_intr(host, id); in reset_threshold_interrupt()
182 host1x_hw_intr_disable_syncpt_intr(host, syncpt->id); in process_wait_list()
185 syncpt->id); in process_wait_list()
205 unsigned int id = syncpt->id; in syncpt_thresh_work() local
209 host1x_syncpt_load(host->syncpt + id)); in syncpt_thresh_work()
212 int host1x_intr_add_action(struct host1x *host, u32 id, u32 thresh, in host1x_intr_add_action() argument
235 syncpt = host->syncpt + id; in host1x_intr_add_action()
243 host1x_hw_intr_set_syncpt_threshold(host, id, thresh); in host1x_intr_add_action()
247 host1x_hw_intr_enable_syncpt_intr(host, id); in host1x_intr_add_action()
257 void host1x_intr_put_ref(struct host1x *host, u32 id, void *ref) in host1x_intr_put_ref() argument
266 syncpt = host->syncpt + id; in host1x_intr_put_ref()
268 host1x_syncpt_load(host->syncpt + id)); in host1x_intr_put_ref()
275 unsigned int id; in host1x_intr_init() local
284 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init()
285 struct host1x_syncpt *syncpt = host->syncpt + id; in host1x_intr_init()
291 "host1x_sp_%02d", id); in host1x_intr_init()
322 unsigned int id; in host1x_intr_stop() local
330 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
334 &syncpt[id].intr.wait_head, list) { in host1x_intr_stop()
342 if (!list_empty(&syncpt[id].intr.wait_head)) { in host1x_intr_stop()
346 __func__, id); in host1x_intr_stop()