Symbol: init_phy
drivers/net/ethernet/freescale/gianfar.c
2866
err = init_phy(dev);
drivers/net/ethernet/ibm/emac/core.c
2727
goto init_phy;
drivers/net/ethernet/ibm/emac/core.c
2764
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
1259
if (imx_pcie->drvdata->init_phy)
drivers/pci/controller/dwc/pci-imx6.c
1260
imx_pcie->drvdata->init_phy(imx_pcie);
drivers/pci/controller/dwc/pci-imx6.c
138
int (*init_phy)(struct imx_pcie *pcie);
drivers/pci/controller/dwc/pci-imx6.c
1871
.init_phy = imx_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
1885
.init_phy = imx6sx_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
1902
.init_phy = imx_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
1929
.init_phy = imx8mq_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
1972
.init_phy = imx95_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
1988
.init_phy = imx8mq_pcie_init_phy,
drivers/pci/controller/dwc/pci-imx6.c
2028
.init_phy = imx95_pcie_init_phy,
drivers/pci/controller/pcie-rzg3s-host.c
1187
if (host->data->init_phy) {
drivers/pci/controller/pcie-rzg3s-host.c
1188
ret = host->data->init_phy(host);
drivers/pci/controller/pcie-rzg3s-host.c
1721
.init_phy = rzg3s_soc_pcie_init_phy,
drivers/pci/controller/pcie-rzg3s-host.c
210
int (*init_phy)(struct rzg3s_pcie_host *host);