Searched defs:ppi_ops (Results 1 – 2 of 2) sorted by relevance
62 struct ppi_ops { struct63 int (*attach_irq)(struct ppi_if *ppi, irq_handler_t handler);64 void (*detach_irq)(struct ppi_if *ppi);88 const struct ppi_ops *ops; argument
39 static const struct ppi_ops ppi_ops = { variable