Home
last modified time | relevance | path

Searched refs:disable_syncpt_intr (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/host1x/
Ddev.h81 void (*disable_syncpt_intr)(struct host1x *host, unsigned int id); member
219 host->intr_op->disable_syncpt_intr(host, id); in host1x_hw_intr_disable_syncpt_intr()
/drivers/gpu/host1x/hw/
Dintr_hw.c145 .disable_syncpt_intr = _host1x_intr_disable_syncpt_intr,