Searched refs:irq_rx_name (Results 1 – 1 of 1) sorted by relevance
63 const char *irq_rx_name; member507 sport->irq_rx_name = kasprintf(GFP_KERNEL, "%s%d-rx", in pic32_uart_startup()510 if (!sport->irq_rx_name) { in pic32_uart_startup()517 IRQF_NO_THREAD, sport->irq_rx_name, port); in pic32_uart_startup()567 kfree(sport->irq_rx_name); in pic32_uart_startup()595 kfree(sport->irq_rx_name); in pic32_uart_shutdown()
Completed in 4 milliseconds