Home
last modified time | relevance | path

Searched refs:hndlr (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dof_mdio.h40 void (*hndlr)(struct net_device *), u32 flags,
44 void (*hndlr)(struct net_device *));
110 void (*hndlr)(struct net_device *), in of_phy_connect()
118 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
/linux-6.12.1/drivers/net/mdio/
Dof_mdio.c318 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect()
329 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect()
351 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
374 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
/linux-6.12.1/arch/powerpc/platforms/52xx/
Dmpc52xx_pic.c345 void *hndlr; in mpc52xx_irqhost_map() local
361 hndlr = handle_edge_irq; in mpc52xx_irqhost_map()
363 hndlr = handle_level_irq; in mpc52xx_irqhost_map()
365 irq_set_chip_and_handler(virq, &mpc52xx_extirq_irqchip, hndlr); in mpc52xx_irqhost_map()
/linux-6.12.1/drivers/net/ethernet/ti/
Dnetcp_ethss.c2288 void (*hndlr)(struct net_device *) = gbe_adjust_link; in gbe_slave_open() local
2337 hndlr = xgbe_adjust_link; in gbe_slave_open()
2341 hndlr, 0, in gbe_slave_open()