Searched full:port_irq (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | renesas,rzv2h-icu.yaml | 27 PORT_IRQ[0-15] interrupt, as per user manual. The second cell is used to
|
/linux-6.14.4/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 4832 if (priv->hw_version >= MVPP22 && port->port_irq) { in mvpp2_open() 4833 err = request_irq(port->port_irq, mvpp2_port_isr, 0, in mvpp2_open() 4838 port->port_irq); in mvpp2_open() 4849 port->port_irq = 0; in mvpp2_open() 4894 if (port->port_irq) in mvpp2_stop() 4895 free_irq(port->port_irq, port); in mvpp2_stop() 6887 port->port_irq = of_irq_get_byname(port_node, "link"); in mvpp2_port_probe() 6889 port->port_irq = fwnode_irq_get(port_fwnode, port->nqvecs + 1); in mvpp2_port_probe() 6890 if (port->port_irq == -EPROBE_DEFER) { in mvpp2_port_probe() 6894 if (port->port_irq <= 0) in mvpp2_port_probe() [all …]
|
D | mvpp2.h | 1201 int port_irq; member
|
/linux-6.14.4/drivers/net/dsa/microchip/ |
D | ksz_common.c | 2742 snprintf(pirq->name, sizeof(pirq->name), "port_irq-%d", p); in ksz_pirq_setup()
|