Home
last modified time | relevance | path

Searched defs:host1x_intr_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/host1x/
Ddev.h77 struct host1x_intr_ops { struct
78 int (*init_host_sync)(struct host1x *host, u32 cpm);
79 void (*set_syncpt_threshold)(
81 void (*enable_syncpt_intr)(struct host1x *host, unsigned int id);
82 void (*disable_syncpt_intr)(struct host1x *host, unsigned int id);
83 void (*disable_all_syncpt_intrs)(struct host1x *host);
84 int (*free_syncpt_irq)(struct host1x *host);
85 irqreturn_t (*isr)(int irq, void *dev_id);
/linux-6.12.1/drivers/gpu/host1x/hw/
Dintr_hw.c109 static const struct host1x_intr_ops host1x_intr_ops = { variable