Home
last modified time | relevance | path

Searched refs:phy_get_drvdata (Results 51 – 75 of 162) sorted by relevance

1234567

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hsic.c28 struct qcom_usb_hsic_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hsic_phy_power_on()
89 struct qcom_usb_hsic_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hsic_phy_power_off()
H A Dphy-qcom-usb-hs.c45 struct qcom_usb_hs_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hs_phy_set_mode()
110 struct qcom_usb_hs_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hs_phy_power_on()
182 struct qcom_usb_hs_phy *uphy = phy_get_drvdata(phy); in qcom_usb_hs_phy_power_off()
H A Dphy-qcom-ipq806x-usb.c254 struct usb_phy *phy_dwc3 = phy_get_drvdata(phy); in qcom_ipq806x_usb_hs_phy_init()
293 struct usb_phy *phy_dwc3 = phy_get_drvdata(phy); in qcom_ipq806x_usb_hs_phy_exit()
303 struct usb_phy *phy_dwc3 = phy_get_drvdata(phy); in qcom_ipq806x_usb_ss_phy_init()
434 struct usb_phy *phy_dwc3 = phy_get_drvdata(phy); in qcom_ipq806x_usb_ss_phy_exit()
/openbmc/linux/drivers/phy/
H A Dphy-can-transceiver.c32 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_on()
53 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_off()
H A Dphy-pistachio-usb.c54 struct pistachio_usb_phy *p_phy = phy_get_drvdata(phy); in pistachio_usb_phy_power_on()
119 struct pistachio_usb_phy *p_phy = phy_get_drvdata(phy); in pistachio_usb_phy_power_off()
/openbmc/linux/drivers/phy/hisilicon/
H A Dphy-hi6220-usb.c100 struct hi6220_priv *priv = phy_get_drvdata(phy); in hi6220_phy_start()
107 struct hi6220_priv *priv = phy_get_drvdata(phy); in hi6220_phy_exit()
/openbmc/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c205 struct uniphier_u3hsphy_priv *priv = phy_get_drvdata(phy); in uniphier_u3hsphy_power_on()
240 struct uniphier_u3hsphy_priv *priv = phy_get_drvdata(phy); in uniphier_u3hsphy_power_off()
254 struct uniphier_u3hsphy_priv *priv = phy_get_drvdata(phy); in uniphier_u3hsphy_init()
305 struct uniphier_u3hsphy_priv *priv = phy_get_drvdata(phy); in uniphier_u3hsphy_exit()
H A Dphy-uniphier-ahci.c285 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_init()
326 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_exit()
338 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_power_on()
367 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_power_off()
/openbmc/linux/drivers/phy/cadence/
H A Dcdns-dphy.c287 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_config_from_opts()
336 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_configure()
381 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_power_on()
395 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_power_off()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c150 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy0_update_iscr()
259 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_init()
371 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_exit()
464 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_power_on()
493 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_power_off()
515 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_set_mode()
553 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_set_squelch_detect()
595 phy = phy_get_drvdata(phy0); in sun4i_usb_phy0_id_vbus_det_scan()
H A Dphy-sun6i-mipi-dphy.c202 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_init()
213 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_configure()
493 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_power_on()
507 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_power_off()
522 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_exit()
H A Dphy-sun9i-usb.c68 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_init()
98 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_exit()
H A Dphy-sun50i-usb3.c100 struct sun50i_usb3_phy *phy = phy_get_drvdata(_phy); in sun50i_usb3_phy_init()
119 struct sun50i_usb3_phy *phy = phy_get_drvdata(_phy); in sun50i_usb3_phy_exit()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c71 struct rockchip_p3phy_priv *priv = phy_get_drvdata(phy); in rockchip_p3phy_set_mode()
187 struct rockchip_p3phy_priv *priv = phy_get_drvdata(phy); in rochchip_p3phy_init()
210 struct rockchip_p3phy_priv *priv = phy_get_drvdata(phy); in rochchip_p3phy_exit()
/openbmc/linux/drivers/phy/ti/
H A Dphy-am654-serdes.c303 struct serdes_am654 *phy = phy_get_drvdata(x); in serdes_am654_power_on()
326 struct serdes_am654 *phy = phy_get_drvdata(x); in serdes_am654_power_off()
456 struct serdes_am654 *phy = phy_get_drvdata(x); in serdes_am654_init()
470 struct serdes_am654 *phy = phy_get_drvdata(x); in serdes_am654_reset()
490 struct serdes_am654 *phy = phy_get_drvdata(x); in serdes_am654_release()
508 am654_phy = phy_get_drvdata(phy); in serdes_am654_xlate()
H A Dphy-omap-usb2.c176 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_off()
183 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_on()
226 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_init()
257 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_exit()
/openbmc/linux/drivers/phy/broadcom/
H A Dphy-bcm-cygnus-pcie.c95 struct cygnus_pcie_phy *phy = phy_get_drvdata(p); in cygnus_pcie_phy_power_on()
102 struct cygnus_pcie_phy *phy = phy_get_drvdata(p); in cygnus_pcie_phy_power_off()
/openbmc/linux/drivers/phy/tegra/
H A Dxusb.c141 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_lane_destroy()
351 lane = phy_get_drvdata(pad->lanes[i]); in tegra_xusb_pad_program()
1395 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_padctl_enable_phy_sleepwalk()
1406 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_padctl_disable_phy_sleepwalk()
1417 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_padctl_enable_phy_wake()
1428 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_padctl_disable_phy_wake()
1439 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_padctl_remote_wake_detected()
1471 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_port_reset()
1489 lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_pad_power_on()
1505 lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_pad_power_down()
[all …]
/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c81 struct mixel_lvds_phy *lvds_phy = phy_get_drvdata(phy); in mixel_lvds_phy_power_on()
144 struct mixel_lvds_phy *lvds_phy = phy_get_drvdata(phy); in mixel_lvds_phy_power_off()
186 struct mixel_lvds_phy *slv = phy_get_drvdata(slave_phy); in mixel_lvds_phy_check_slave()
225 struct mixel_lvds_phy *lvds_phy = phy_get_drvdata(phy); in mixel_lvds_phy_validate()
H A Dphy-fsl-lynx-28g.c336 struct lynx_28g_lane *lane = phy_get_drvdata(phy); in lynx_28g_power_off()
360 struct lynx_28g_lane *lane = phy_get_drvdata(phy); in lynx_28g_power_on()
384 struct lynx_28g_lane *lane = phy_get_drvdata(phy); in lynx_28g_set_mode()
434 struct lynx_28g_lane *lane = phy_get_drvdata(phy); in lynx_28g_validate()
448 struct lynx_28g_lane *lane = phy_get_drvdata(phy); in lynx_28g_init()
/openbmc/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c417 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_init()
479 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_exit()
512 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_power_on()
564 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_power_off()
730 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_calibrate()
810 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos850_usbdrd_phy_init()
828 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos850_usbdrd_phy_exit()
/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-mipi-dsi.c35 struct mtk_mipi_tx *mipi_tx = phy_get_drvdata(phy); in mtk_mipi_tx_power_on()
50 struct mtk_mipi_tx *mipi_tx = phy_get_drvdata(phy); in mtk_mipi_tx_power_off()
H A Dphy-mtk-mipi-dsi-mt8183.c134 struct mtk_mipi_tx *mipi_tx = phy_get_drvdata(phy); in mtk_mipi_tx_power_on_signal()
159 struct mtk_mipi_tx *mipi_tx = phy_get_drvdata(phy); in mtk_mipi_tx_power_off_signal()
/openbmc/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra-xusb.c545 struct tegra_xusb_padctl *padctl = phy_get_drvdata(phy); in tegra_xusb_phy_init()
552 struct tegra_xusb_padctl *padctl = phy_get_drvdata(phy); in tegra_xusb_phy_exit()
559 struct tegra_xusb_padctl *padctl = phy_get_drvdata(phy); in pcie_phy_power_on()
595 struct tegra_xusb_padctl *padctl = phy_get_drvdata(phy); in pcie_phy_power_off()
615 struct tegra_xusb_padctl *padctl = phy_get_drvdata(phy); in sata_phy_power_on()
655 struct tegra_xusb_padctl *padctl = phy_get_drvdata(phy); in sata_phy_power_off()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c496 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode_sgmii()
529 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode_rxaui()
582 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode_10gbaser()
724 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_power_on_legacy()
768 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_power_on()
856 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode()
876 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_power_off_legacy()
899 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_power_off()
932 lane = phy_get_drvdata(phy); in mvebu_comphy_xlate()

1234567