Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dpic32_uart.c63 const char *irq_rx_name; member
508 sport->irq_rx_name = kasprintf(GFP_KERNEL, "%s%d-rx", in pic32_uart_startup()
511 if (!sport->irq_rx_name) { in pic32_uart_startup()
518 IRQF_NO_THREAD, sport->irq_rx_name, port); in pic32_uart_startup()
568 kfree(sport->irq_rx_name); in pic32_uart_startup()
596 kfree(sport->irq_rx_name); in pic32_uart_shutdown()