irq_rx_name       442 drivers/tty/serial/pic32_uart.c 	sport->irq_rx_name = kasprintf(GFP_KERNEL, "%s%d-rx",
irq_rx_name       445 drivers/tty/serial/pic32_uart.c 	if (!sport->irq_rx_name) {
irq_rx_name       452 drivers/tty/serial/pic32_uart.c 			  sport->irqflags_rx, sport->irq_rx_name, port);
irq_rx_name       499 drivers/tty/serial/pic32_uart.c 	kfree(sport->irq_rx_name);
irq_rx_name        55 drivers/tty/serial/pic32_uart.h 	const char *irq_rx_name;