Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/hw/
Dintr_hw.c94 void (*syncpt_thresh_work)(struct work_struct *)) in _host1x_intr_init_host_sync()
102 INIT_WORK(&host->syncpt[i].intr.work, syncpt_thresh_work); in _host1x_intr_init_host_sync()
/linux-6.1.9/drivers/gpu/host1x/
Ddev.h78 void (*syncpt_thresh_work)(struct work_struct *work));
220 void (*syncpt_thresh_work)(struct work_struct *)) in host1x_hw_intr_init_host_sync()
222 return host->intr_op->init_host_sync(host, cpm, syncpt_thresh_work); in host1x_hw_intr_init_host_sync()
Dintr.c198 static void syncpt_thresh_work(struct work_struct *work) in syncpt_thresh_work() function
314 syncpt_thresh_work); in host1x_intr_start()