Searched refs:hndlr (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_mdio.h | 40 void (*hndlr)(struct net_device *), u32 flags, 44 void (*hndlr)(struct net_device *)); 113 void (*hndlr)(struct net_device *), in of_phy_connect() 121 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_mdio.h | 40 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | 345 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()
|
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | of_mdio.c | 274 * @hndlr: Link state callback for the network device 284 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect() 295 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect() 309 * @hndlr: Link state callback for the network device 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()
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | of_mdio.c | 394 * @hndlr: Link state callback for the network device 404 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect() 415 ret = phy_connect_direct(dev, phy, hndlr, iface); in of_phy_connect() 429 * @hndlr: Link state callback for the network device 437 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect() 460 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 2293 void (*hndlr)(struct net_device *) = gbe_adjust_link; in gbe_slave_open() 2342 hndlr = xgbe_adjust_link; in gbe_slave_open() 2346 hndlr, 0, in gbe_slave_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 2293 void (*hndlr)(struct net_device *) = gbe_adjust_link; in gbe_slave_open() 2342 hndlr = xgbe_adjust_link; in gbe_slave_open() 2346 hndlr, 0, in gbe_slave_open()
|
Completed in 14 milliseconds