/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-ss.c | 39 struct reset_control *reset_phy; member 66 ret = reset_control_assert(priv->reset_phy); in qcom_ssphy_do_reset() 80 ret = reset_control_deassert(priv->reset_phy); in qcom_ssphy_do_reset() 169 /* if reset_com is present, reset_phy is no longer optional */ in qcom_ssphy_init_reset() 170 priv->reset_phy = devm_reset_control_get_exclusive(priv->dev, "phy"); in qcom_ssphy_init_reset() 171 if (IS_ERR(priv->reset_phy)) { in qcom_ssphy_init_reset() 173 return PTR_ERR(priv->reset_phy); in qcom_ssphy_init_reset()
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/u-boot-aspeed/ |
H A D | 0001-board-aspeed-Add-reset_phy-for-Zaius.patch | 4 Subject: [PATCH 1/2] board/aspeed: Add reset_phy() for Zaius 7 clocks are enabled. Add reset_phy() implementation and configure it to 26 +void reset_phy(void) 56 +/* Call reset_phy() */
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed_%.bbappend | 2 SRC_URI:append:zaius = " file://0001-board-aspeed-Add-reset_phy-for-Zaius.patch"
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-dwc-qos-eth.c | 343 goto reset_phy; in tegra_eqos_probe() 348 goto reset_phy; in tegra_eqos_probe() 354 goto reset_phy; in tegra_eqos_probe() 371 reset_phy: in tegra_eqos_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | amlogic,axg-mipi-dphy.yaml | 65 resets = <&reset_phy>;
|
/openbmc/u-boot/board/LaCie/edminiv2/ |
H A D | edminiv2.c | 33 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/keymile/km_arm/ |
H A D | km_arm.c | 336 void reset_phy(void) in reset_phy() function 410 void reset_phy(void) in reset_phy() function 426 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/ |
H A D | sbx81lifxcat.c | 104 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/cloudengines/pogo_e02/ |
H A D | pogo_e02.c | 73 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Seagate/nas220/ |
H A D | nas220.c | 88 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | eth_ls1088ardb.c | 99 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Marvell/sheevaplug/ |
H A D | sheevaplug.c | 102 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/atmel/at91sam9260ek/ |
H A D | at91sam9260ek.c | 101 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Marvell/guruplug/ |
H A D | guruplug.c | 132 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Marvell/gplugd/ |
H A D | gplugd.c | 107 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Marvell/dreamplug/ |
H A D | dreamplug.c | 129 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/LaCie/netspace_v2/ |
H A D | netspace_v2.c | 98 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/freescale/ls2080ardb/ |
H A D | eth_ls2080rdb.c | 118 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/zyxel/nsa310s/ |
H A D | nsa310s.c | 82 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/d-link/dns325/ |
H A D | dns325.c | 101 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/ |
H A D | config.h | 70 #define CONFIG_RESET_PHY_R /* use reset_phy() to init mv8831116 PHY */
|
/openbmc/u-boot/board/Seagate/dockstar/ |
H A D | dockstar.c | 106 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Marvell/openrd/ |
H A D | openrd.c | 143 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/Seagate/goflexhome/ |
H A D | goflexhome.c | 108 void reset_phy(void) in reset_phy() function
|
/openbmc/u-boot/board/freescale/ls2080a/ |
H A D | ls2080a.c | 142 void reset_phy(void) in reset_phy() function
|