Searched refs:hndlr (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/mips/netlogic/xlr/ |
D | fmn.c | 71 struct fmn_message_handler *hndlr; in fmn_message_handler() local 95 hndlr = &msg_handlers[src_stnid]; in fmn_message_handler() 96 if (hndlr->action == NULL) in fmn_message_handler() 101 hndlr->action(bucket, src_stnid, size, code, in fmn_message_handler() 102 &msg, hndlr->arg); in fmn_message_handler()
|
/Linux-v4.19/include/linux/ |
D | of_mdio.h | 20 void (*hndlr)(struct net_device *), 24 void (*hndlr)(struct net_device *)); 75 void (*hndlr)(struct net_device *), in of_phy_connect() 83 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
|
/Linux-v4.19/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pic.c | 344 void *hndlr; in mpc52xx_irqhost_map() local 360 hndlr = handle_edge_irq; in mpc52xx_irqhost_map() 362 hndlr = handle_level_irq; in mpc52xx_irqhost_map() 364 irq_set_chip_and_handler(virq, &mpc52xx_extirq_irqchip, hndlr); in mpc52xx_irqhost_map()
|
/Linux-v4.19/drivers/of/ |
D | of_mdio.c | 332 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect() 343 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect() 365 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect() 388 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 2301 void (*hndlr)(struct net_device *) = gbe_adjust_link; in gbe_slave_open() local 2350 hndlr = xgbe_adjust_link; in gbe_slave_open() 2354 hndlr, 0, in gbe_slave_open()
|