Searched refs:irqstr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dsh-sci.c99 char *irqstr[SCIx_NR_IRQS]; member in struct:sci_port
1151 port->irqstr[j] = kasprintf(GFP_KERNEL, "%s:%s", sci_request_irq()
1153 if (!port->irqstr[j]) { sci_request_irq()
1160 port->irqstr[j], port); sci_request_irq()
1175 kfree(port->irqstr[j]); sci_request_irq()
1199 kfree(port->irqstr[i]); sci_free_irq()
/linux-4.1.27/drivers/parport/
H A Dparport_pc.c3116 static int __init parport_parse_irq(const char *irqstr, int *val) parport_parse_irq() argument
3118 return parport_parse_param(irqstr, val, PARPORT_IRQ_AUTO, parport_parse_irq()

Completed in 117 milliseconds