Home
last modified time | relevance | path

Searched refs:shpc_isr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c168 static irqreturn_t shpc_isr(int irq, void *dev_id);
218 shpc_isr(0, ctrl); in int_poll_timeout()
750 static irqreturn_t shpc_isr(int irq, void *dev_id) in shpc_isr() function
1029 rc = request_irq(ctrl->pci_dev->irq, shpc_isr, IRQF_SHARED, in shpc_init()
H A DTODO61 * The hardirq handler shpc_isr() queues events on a workqueue. It can be