Home
last modified time | relevance | path

Searched refs:init_phy (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c710 .init_phy = ef4_port_dummy_op_void,
718 .init_phy = sfe4002_init_phy,
726 .init_phy = sfe4003_init_phy,
734 .init_phy = sfn4112f_init_phy,
H A Dtenxpress.c189 falcon_board(efx)->type->init_phy(efx); in tenxpress_phy_init()
H A Dnic.h156 void (*init_phy) (struct ef4_nic *efx); member
H A Dqt202x_phy.c330 falcon_board(efx)->type->init_phy(efx); in qt202x_reset_phy()
H A Dtxc43128_phy.c318 falcon_board(efx)->type->init_phy(efx); in txc_apply_defaults()
/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c138 int (*init_phy)(struct imx_pcie *pcie); member
1259 if (imx_pcie->drvdata->init_phy) in imx_pcie_host_init()
1260 imx_pcie->drvdata->init_phy(imx_pcie); in imx_pcie_host_init()
1871 .init_phy = imx_pcie_init_phy,
1885 .init_phy = imx6sx_pcie_init_phy,
1902 .init_phy = imx_pcie_init_phy,
1929 .init_phy = imx8mq_pcie_init_phy,
1972 .init_phy = imx95_pcie_init_phy,
1988 .init_phy = imx8mq_pcie_init_phy,
2028 .init_phy = imx95_pcie_init_phy,
/linux/drivers/pci/controller/
H A Dpcie-rzg3s-host.c210 int (*init_phy)(struct rzg3s_pcie_host *host); member
1187 if (host->data->init_phy) { in rzg3s_pcie_host_init_port()
1188 ret = host->data->init_phy(host); in rzg3s_pcie_host_init_port()
1721 .init_phy = rzg3s_soc_pcie_init_phy,
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c2727 goto init_phy; in emac_init_phy()
2764 init_phy: in emac_init_phy()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1634 static int init_phy(struct net_device *dev) in init_phy() function
2866 err = init_phy(dev); in gfar_enet_open()