/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 551 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init() 600 .phy_init = &sun8i_hdmi_phy_init_a83t, 606 .phy_init = &sun8i_hdmi_phy_init_h3, 613 .phy_init = &sun8i_hdmi_phy_init_h3, 619 .phy_init = &sun8i_hdmi_phy_init_h3, 626 .phy_init = &sun50i_hdmi_phy_init_h6,
|
H A D | sun8i_dw_hdmi.h | 157 void (*phy_init)(struct sun8i_hdmi_phy *phy); member
|
/linux/Documentation/translations/zh_CN/driver-api/phy/ |
H A D | phy.rst | 129 调用、phy_init()/phy_exit() 调用、phy_power_on()/phy_power_off() 138 phy_init() 146 一些PHY驱动可能没有实现 :c:func:`phy_init` 或 :c:func:`phy_power_on`,
|
/linux/include/linux/platform_data/ |
H A D | s3c-hsotg.h | 33 int (*phy_init)(struct platform_device *pdev, int type); member
|
H A D | mv_usb.h | 36 int (*phy_init)(void __iomem *regbase); member
|
/linux/drivers/phy/samsung/ |
H A D | phy-exynos5-usbdrd.c | 358 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd); member 778 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init() 1187 inst->phy_cfg->phy_init(phy_drd); in exynos850_usbdrd_phy_init() 1378 .phy_init = exynos5_usbdrd_utmi_init, 1384 .phy_init = exynos5_usbdrd_pipe3_init, 1393 .phy_init = exynos850_usbdrd_utmi_init, 1479 .phy_init = exynos850_usbdrd_utmi_init, 1484 .phy_init = exynos5_usbdrd_gs101_pipe3_init,
|
/linux/arch/arm/mach-s3c/ |
H A D | devs.c | 360 if (!npd->phy_init) in dwc2_hsotg_set_platdata() 361 npd->phy_init = s3c_usb_phy_init; in dwc2_hsotg_set_platdata()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | rcar2.c | 50 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-xilinx.c | 172 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 405 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_resume()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.h | 77 void (*phy_init)(struct vc4_hdmi *vc4_hdmi, member
|
/linux/include/linux/phy/ |
H A D | phy.h | 232 int phy_init(struct phy *phy); 334 static inline int phy_init(struct phy *phy) in phy_init() function
|
/linux/drivers/mmc/host/ |
H A D | sdhci-xenon-phy.c | 608 goto phy_init; in xenon_emmc_phy_set() 623 goto phy_init; in xenon_emmc_phy_set() 674 phy_init: in xenon_emmc_phy_set()
|
/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 134 the phy_init() and phy_exit() calls, and phy_power_on() and 144 phy_init() 152 Some PHY drivers may not implement :c:func:`phy_init` or :c:func:`phy_power_on`,
|
/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 258 static int __init phy_init(struct sh7786_pcie_port *port) in phy_init() function 520 ret = phy_init(port); in sh7786_pcie_init_hw()
|
/linux/drivers/phy/amlogic/ |
H A D | phy-meson-axg-pcie.c | 75 ret = phy_init(priv->analog); in phy_axg_pcie_init()
|
H A D | phy-meson-axg-mipi-dphy.c | 188 ret = phy_init(priv->analog); in phy_meson_axg_mipi_dphy_init()
|
/linux/include/linux/ |
H A D | wm97xx.h | 240 void (*phy_init) (struct wm97xx *); member
|
/linux/drivers/ata/ |
H A D | ahci_imx.c | 431 ret = phy_init(imxpriv->cali_phy0); in imx8_sata_enable() 441 ret = phy_init(imxpriv->cali_phy1); in imx8_sata_enable() 451 ret = phy_init(imxpriv->sata_phy); in imx8_sata_enable()
|
/linux/drivers/input/touchscreen/ |
H A D | wm9705.c | 335 .phy_init = wm9705_phy_init,
|
H A D | wm9712.c | 456 .phy_init = wm9712_phy_init,
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-spear13xx.c | 222 phy_init(spear13xx_pcie->phy); in spear13xx_pcie_probe()
|
H A D | pcie-armada8k.c | 89 ret = phy_init(pcie->phy[i]); in armada8k_pcie_enable_phys()
|
/linux/drivers/usb/core/ |
H A D | phy.c | 152 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
|
/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_mipi_dsi.c | 241 ret = phy_init(mipi_dsi->phy); in meson_dw_mipi_dsi_host_attach()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 333 ret = pdata->phy_if.phy_init(pdata); in xgbe_config_netdev()
|