Home
last modified time | relevance | path

Searched refs:handle_edge_eoi_irq (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgenericirq.rst161 - handle_edge_eoi_irq()
290 handle_edge_eoi_irq提供了一个异常的边沿触发型处理程序,它只用于拯救powerpc/cell
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.c220 handle_edge_eoi_irq); in iic_host_map()
223 irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq); in iic_host_map()
/openbmc/linux/Documentation/core-api/
H A Dgenericirq.rst169 - handle_edge_eoi_irq()
307 handle_edge_eoi_irq provides an abnomination of the edge handler
/openbmc/linux/include/linux/
H A Dirq.h655 extern void handle_edge_eoi_irq(struct irq_desc *desc);
/openbmc/linux/kernel/irq/
H A Dchip.c849 void handle_edge_eoi_irq(struct irq_desc *desc) in handle_edge_eoi_irq() function