Searched refs:enetc_hw_alloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/fsl/ |
H A D | enetc_mdio.h | 42 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs); 51 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function
|
/kernel/linux/linux-6.6/include/linux/fsl/ |
H A D | enetc_mdio.h | 46 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs); 62 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_mdio.c | 164 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function 176 EXPORT_SYMBOL_GPL(enetc_hw_alloc); variable
|
H A D | enetc_pci_mdio.c | 29 hw = enetc_hw_alloc(dev, port_regs); in enetc_pci_mdio_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_mdio.c | 220 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function 232 EXPORT_SYMBOL_GPL(enetc_hw_alloc); variable
|
H A D | enetc_pci_mdio.c | 29 hw = enetc_hw_alloc(dev, port_regs); in enetc_pci_mdio_probe()
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 1048 hw = enetc_hw_alloc(dev, imdio_regs); in vsc9959_mdio_bus_alloc()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 988 hw = enetc_hw_alloc(dev, imdio_regs); in vsc9959_mdio_bus_alloc()
|
Completed in 7 milliseconds