Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dsh-sci.c146 char *irqstr[SCIx_NR_IRQS]; member
2052 port->irqstr[j] = kasprintf(GFP_KERNEL, "%s:%s", in sci_request_irq()
2054 if (!port->irqstr[j]) { in sci_request_irq()
2060 port->irqstr[j], port); in sci_request_irq()
2075 kfree(port->irqstr[j]); in sci_request_irq()
2106 kfree(port->irqstr[i]); in sci_free_irq()
/linux-6.15/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()