Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c131 static irqreturn_t apbuart_int(int irq, void *dev_id) in apbuart_int() function
177 retval = request_irq(port->irq, apbuart_int, 0, "apbuart", port); in apbuart_startup()