Searched refs:host1x_intr_add_action (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/host1x/ |
D | intr.h | 70 int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt,
|
D | fence.c | 71 err = host1x_intr_add_action(sf->sp->host, sf->sp, sf->threshold, in host1x_syncpt_fence_enable_signaling()
|
D | intr.c | 211 int host1x_intr_add_action(struct host1x *host, struct host1x_syncpt *syncpt, in host1x_intr_add_action() function
|
D | syncpt.c | 257 err = host1x_intr_add_action(sp->host, sp, thresh, in host1x_syncpt_wait()
|
/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 330 err = host1x_intr_add_action(host, sp, syncval, in channel_submit()
|