Searched refs:shpc_isr (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | shpchp_hpc.c | 234 static void shpc_isr(int IRQ, void *dev_id, struct pt_regs *regs); 251 shpc_isr( 0, (void *)php_ctlr, NULL ); in int_poll_timeout() 1057 static void shpc_isr(int IRQ, void *dev_id, struct pt_regs *regs) in shpc_isr() function 1550 rc = request_irq(php_ctlr->irq, shpc_isr, SA_SHIRQ, MY_NAME, (void *) ctrl); in shpc_init()
|