Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsh-sci.c132 char *irqstr[SCIx_NR_IRQS]; member
1937 port->irqstr[j] = kasprintf(GFP_KERNEL, "%s:%s", in sci_request_irq()
1939 if (!port->irqstr[j]) { in sci_request_irq()
1945 port->irqstr[j], port); in sci_request_irq()
1960 kfree(port->irqstr[j]); in sci_request_irq()
1991 kfree(port->irqstr[i]); in sci_free_irq()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsh-sci.c132 char *irqstr[SCIx_NR_IRQS]; member
1977 port->irqstr[j] = kasprintf(GFP_KERNEL, "%s:%s", in sci_request_irq()
1979 if (!port->irqstr[j]) { in sci_request_irq()
1985 port->irqstr[j], port); in sci_request_irq()
2000 kfree(port->irqstr[j]); in sci_request_irq()
2031 kfree(port->irqstr[i]); in sci_free_irq()
/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_pc.c3105 static int __init parport_parse_irq(const char *irqstr, int *val) in parport_parse_irq() argument
3107 return parport_parse_param(irqstr, val, PARPORT_IRQ_AUTO, in parport_parse_irq()
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_pc.c3173 static int __init parport_parse_irq(const char *irqstr, int *val) in parport_parse_irq() argument
3175 return parport_parse_param(irqstr, val, PARPORT_IRQ_AUTO, in parport_parse_irq()

Completed in 18 milliseconds