Home
last modified time | relevance | path

Searched refs:syncpt_thresh_work (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/host1x/hw/
Dintr_hw.c76 void (*syncpt_thresh_work)(struct work_struct *)) in _host1x_intr_init_host_sync()
83 INIT_WORK(&host->syncpt[i].intr.work, syncpt_thresh_work); in _host1x_intr_init_host_sync()
/drivers/gpu/host1x/
Ddev.h83 void (*syncpt_thresh_work)(struct work_struct *work));
179 void (*syncpt_thresh_work)(struct work_struct *)) in host1x_hw_intr_init_host_sync()
181 return host->intr_op->init_host_sync(host, cpm, syncpt_thresh_work); in host1x_hw_intr_init_host_sync()
Dintr.c199 static void syncpt_thresh_work(struct work_struct *work) in syncpt_thresh_work() function
312 syncpt_thresh_work); in host1x_intr_start()