Symbol: init_phy
drivers/net/ethernet/freescale/gianfar.c
2872
err = init_phy(dev);
drivers/net/ethernet/ibm/emac/core.c
2736
goto init_phy;
drivers/net/ethernet/ibm/emac/core.c
2773
init_phy:
drivers/net/ethernet/sfc/falcon/falcon_boards.c
710
.init_phy = ef4_port_dummy_op_void,
drivers/net/ethernet/sfc/falcon/falcon_boards.c
718
.init_phy = sfe4002_init_phy,
drivers/net/ethernet/sfc/falcon/falcon_boards.c
726
.init_phy = sfe4003_init_phy,
drivers/net/ethernet/sfc/falcon/falcon_boards.c
734
.init_phy = sfn4112f_init_phy,
drivers/net/ethernet/sfc/falcon/nic.h
156
void (*init_phy) (struct ef4_nic *efx);
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
330
falcon_board(efx)->type->init_phy(efx);
drivers/net/ethernet/sfc/falcon/tenxpress.c
189
falcon_board(efx)->type->init_phy(efx);
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
318
falcon_board(efx)->type->init_phy(efx);
drivers/pci/controller/dwc/pci-imx6.c
1407
if (imx_pcie->drvdata->init_phy)
drivers/pci/controller/dwc/pci-imx6.c
1408
imx_pcie->drvdata->init_phy(imx_pcie);
drivers/pci/controller/dwc/pci-imx6.c
143
int (*init_phy)(struct imx_pcie *pcie);
drivers/pci/controller/dwc/pci-imx6.c
2011
.init_phy = imx_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2027
.init_phy = imx6sx_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2044
.init_phy = imx_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2073
.init_phy = imx8mq_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2117
.init_phy = imx95_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2134
.init_phy = imx8mq_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2175
.init_phy = imx95_pcie_init_phy,
drivers/pci/controller/pcie-rzg3s-host.c
1335
if (host->data->init_phy) {
drivers/pci/controller/pcie-rzg3s-host.c
1336
ret = host->data->init_phy(host);
drivers/pci/controller/pcie-rzg3s-host.c
1893
.init_phy = rzg3s_soc_pcie_init_phy,
drivers/pci/controller/pcie-rzg3s-host.c
262
int (*init_phy)(struct rzg3s_pcie_host *host);