Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dpic32_uart.c443 sport->irq_rx_name = kasprintf(GFP_KERNEL, "%s%d-rx", in pic32_uart_startup()
446 if (!sport->irq_rx_name) { in pic32_uart_startup()
453 sport->irqflags_rx, sport->irq_rx_name, port); in pic32_uart_startup()
500 kfree(sport->irq_rx_name); in pic32_uart_startup()
Dpic32_uart.h56 const char *irq_rx_name; member