Searched refs:irq_free (Results 1 – 4 of 4) sorted by relevance
62 void irq_free(unsigned int irq);
866 .irq_free = mv88e6097_watchdog_free,892 .irq_free = mv88e6250_watchdog_free,943 .irq_free = mv88e6390_watchdog_free,963 .irq_free = mv88e6390_watchdog_free,982 if (chip->info->ops->watchdog_ops->irq_free) in mv88e6xxx_g2_watchdog_free()983 chip->info->ops->watchdog_ops->irq_free(chip); in mv88e6xxx_g2_watchdog_free()
689 void (*irq_free)(struct mv88e6xxx_chip *chip); member
191 static void irq_free(void *private) in irq_free() function258 rc = ocxl_irq_set_handler(ctx, irq_id, irq_handler, irq_free, ev_ctx); in afu_ioctl()