Home
last modified time | relevance | path

Searched refs:irq_free (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dirq_64.h62 void irq_free(unsigned int irq);
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c866 .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()
H A Dchip.h666 void (*irq_free)(struct mv88e6xxx_chip *chip); member
/openbmc/linux/arch/sparc/kernel/
H A Dpci_msi.c176 irq_free(*irq_p); in sparc64_setup_msi_irq()
215 irq_free(irq); in sparc64_teardown_msi_irq()
H A Dirq_64.c233 void irq_free(unsigned int irq) in irq_free() function
665 irq_free(irq); in sun4v_build_common()
715 irq_free(irq); in cookie_build_irq()
/openbmc/linux/drivers/misc/ocxl/
H A Dfile.c192 static void irq_free(void *private) in irq_free() function
259 rc = ocxl_irq_set_handler(ctx, irq_id, irq_handler, irq_free, ev_ctx); in afu_ioctl()