Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/generic_serial/
Dvme_scc.c85 static irqreturn_t scc_spcond_int(int irq, void *data);
222 error = request_irq(MVME147_IRQ_SCCA_SPCOND, scc_spcond_int, in mvme147_scc_init()
258 error = request_irq(MVME147_IRQ_SCCB_SPCOND, scc_spcond_int, in mvme147_scc_init()
328 error = request_irq(MVME162_IRQ_SCCA_SPCOND, scc_spcond_int, in mvme162_scc_init()
364 error = request_irq(MVME162_IRQ_SCCB_SPCOND, scc_spcond_int, in mvme162_scc_init()
431 error = request_irq(BVME_IRQ_SCCA_SPCOND, scc_spcond_int, in bvme6000_scc_init()
467 error = request_irq(BVME_IRQ_SCCB_SPCOND, scc_spcond_int, in bvme6000_scc_init()
552 scc_spcond_int (irq, data); in scc_rx_int()
563 static irqreturn_t scc_spcond_int(int irq, void *data) in scc_spcond_int() function