Searched refs:attach_irq (Results 1 – 3 of 3) sorted by relevance
63 int (*attach_irq)(struct ppi_if *ppi, irq_handler_t handler); member
40 .attach_irq = ppi_attach_irq,
323 ret = ppi->ops->attach_irq(ppi, bcap_isr); in bcap_start_streaming()