Home
last modified time | relevance | path

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

/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()
/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()