Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/host1x/hw/
Dintr_hw.c83 void (*syncpt_thresh_work)(struct work_struct *)) in _host1x_intr_init_host_sync()
91 INIT_WORK(&host->syncpt[i].intr.work, syncpt_thresh_work); in _host1x_intr_init_host_sync()
/Linux-v5.10/drivers/gpu/host1x/
Ddev.h77 void (*syncpt_thresh_work)(struct work_struct *work));
198 void (*syncpt_thresh_work)(struct work_struct *)) in host1x_hw_intr_init_host_sync()
200 return host->intr_op->init_host_sync(host, cpm, syncpt_thresh_work); in host1x_hw_intr_init_host_sync()
Dintr.c189 static void syncpt_thresh_work(struct work_struct *work) in syncpt_thresh_work() function
296 syncpt_thresh_work); in host1x_intr_start()