Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/drivers/net/mdio/
H A Dof_mdio.c284 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect()
295 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect()
317 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
340 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A 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()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c2293 void (*hndlr)(struct net_device *) = gbe_adjust_link; in gbe_slave_open() local
2342 hndlr = xgbe_adjust_link; in gbe_slave_open()
2346 hndlr, 0, in gbe_slave_open()