Home
last modified time | relevance | path

Searched refs:phy_reset (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.4/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c44 struct reset_control *phy_reset; member
124 reset_control_deassert(priv->phy_reset); in ltq_rcu_usb2_phy_power_on()
137 reset_control_assert(priv->phy_reset); in ltq_rcu_usb2_phy_power_off()
194 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse()
196 return PTR_ERR_OR_ZERO(priv->phy_reset); in ltq_rcu_usb2_of_parse()
219 reset_control_assert(priv->phy_reset); in ltq_rcu_usb2_phy_probe()
Dphy-lantiq-vrx200-pcie.c92 struct reset_control *phy_reset; member
262 ret = reset_control_assert(priv->phy_reset); in ltq_vrx200_pcie_phy_init()
268 ret = reset_control_deassert(priv->phy_reset); in ltq_vrx200_pcie_phy_init()
284 reset_control_assert(priv->phy_reset); in ltq_vrx200_pcie_phy_init()
298 ret = reset_control_assert(priv->phy_reset); in ltq_vrx200_pcie_phy_exit()
450 priv->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in ltq_vrx200_pcie_phy_probe()
451 if (IS_ERR(priv->phy_reset)) in ltq_vrx200_pcie_phy_probe()
452 return PTR_ERR(priv->phy_reset); in ltq_vrx200_pcie_phy_probe()
/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-pcie2.c45 struct reset_control *phy_reset; member
55 ret = reset_control_deassert(qphy->phy_reset); in qcom_pcie2_phy_init()
63 reset_control_assert(qphy->phy_reset); in qcom_pcie2_phy_init()
192 reset_control_assert(qphy->phy_reset); in qcom_pcie2_phy_exit()
287 qphy->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_pcie2_phy_probe()
288 if (IS_ERR(qphy->phy_reset)) { in qcom_pcie2_phy_probe()
290 return PTR_ERR(qphy->phy_reset); in qcom_pcie2_phy_probe()
Dphy-qcom-qusb2.c316 struct reset_control *phy_reset; member
622 ret = reset_control_assert(qphy->phy_reset); in qusb2_phy_init()
631 ret = reset_control_deassert(qphy->phy_reset); in qusb2_phy_init()
728 reset_control_assert(qphy->phy_reset); in qusb2_phy_init()
750 reset_control_assert(qphy->phy_reset); in qusb2_phy_exit()
829 qphy->phy_reset = devm_reset_control_get_by_index(&pdev->dev, 0); in qusb2_phy_probe()
830 if (IS_ERR(qphy->phy_reset)) { in qusb2_phy_probe()
832 return PTR_ERR(qphy->phy_reset); in qusb2_phy_probe()
/Linux-v5.4/include/linux/platform_data/
Dusb-omap.h49 unsigned phy_reset:1; member
69 unsigned phy_reset:1; member
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-qcom.c92 struct reset_control *phy_reset; member
125 struct reset_control *phy_reset; member
254 res->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_pcie_get_resources_2_1_0()
255 return PTR_ERR_OR_ZERO(res->phy_reset); in qcom_pcie_get_resources_2_1_0()
327 ret = reset_control_deassert(res->phy_reset); in qcom_pcie_init_2_1_0()
689 res->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_pcie_get_resources_2_4_0()
690 if (IS_ERR(res->phy_reset)) in qcom_pcie_get_resources_2_4_0()
691 return PTR_ERR(res->phy_reset); in qcom_pcie_get_resources_2_4_0()
729 reset_control_assert(res->phy_reset); in qcom_pcie_deinit_2_4_0()
771 ret = reset_control_assert(res->phy_reset); in qcom_pcie_init_2_4_0()
[all …]
Dpci-exynos.c247 phy_reset(ep->phy); in exynos_pcie_establish_link()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c60 struct reset_control *phy_reset; member
1026 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1029 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1030 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1032 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1033 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1043 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown()
1044 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1282 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1283 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
[all …]
/Linux-v5.4/include/linux/usb/
Drenesas_usbhs.h72 int (*phy_reset)(struct platform_device *pdev); member
/Linux-v5.4/include/linux/phy/
Dphy.h218 int phy_reset(struct phy *phy);
343 static inline int phy_reset(struct phy *phy) in phy_reset() function
/Linux-v5.4/drivers/usb/renesas_usbhs/
Dcommon.c503 usbhs_platform_call(priv, phy_reset, pdev); in usbhsc_hotplug()
738 usbhs_platform_call(priv, phy_reset, pdev); in usbhs_probe()
822 usbhs_platform_call(priv, phy_reset, pdev); in usbhsc_resume()
/Linux-v5.4/drivers/scsi/mvsas/
Dmv_94xx.h175 u32 phy_reset:1; member
Dmv_sas.c159 MVS_CHIP_DISP->phy_reset(mvi, no, hard); in mvs_phys_reset()
188 MVS_CHIP_DISP->phy_reset(mvi, phy_id, MVS_HARD_RESET); in mvs_phy_control()
193 MVS_CHIP_DISP->phy_reset(mvi, phy_id, MVS_SOFT_RESET); in mvs_phy_control()
1949 MVS_CHIP_DISP->phy_reset(mvi, phy_no, MVS_HARD_RESET); in mvs_sig_time_out()
1993 MVS_CHIP_DISP->phy_reset(mvi, in mvs_int_port()
2025 MVS_CHIP_DISP->phy_reset(mvi, phy_no, MVS_PHY_TUNE); in mvs_int_port()
Dmv_sas.h139 void (*phy_reset)(struct mvs_info *mvi, u32 phy_id, int hard); member
/Linux-v5.4/Documentation/networking/device_drivers/stmicro/
Dstmmac.txt193 int (*phy_reset)(void *priv);
200 o phy_reset: hook to reset the phy device attached to the bus.
256 .phy_reset = phy_reset;
258 |-> function to provide the phy_reset on this board
/Linux-v5.4/include/scsi/
Dscsi_transport_sas.h177 int (*phy_reset)(struct sas_phy *, int); member
/Linux-v5.4/drivers/phy/
Dphy-core.c376 int phy_reset(struct phy *phy) in phy_reset() function
395 EXPORT_SYMBOL_GPL(phy_reset);
/Linux-v5.4/drivers/net/phy/
Dat803x.c75 bool phy_reset:1; member
/Linux-v5.4/drivers/net/ethernet/freescale/
Dfec_main.c3285 int err, phy_reset; in fec_reset_phy() local
3298 phy_reset = of_get_named_gpio(np, "phy-reset-gpios", 0); in fec_reset_phy()
3299 if (phy_reset == -EPROBE_DEFER) in fec_reset_phy()
3300 return phy_reset; in fec_reset_phy()
3301 else if (!gpio_is_valid(phy_reset)) in fec_reset_phy()
3311 err = devm_gpio_request_one(&pdev->dev, phy_reset, in fec_reset_phy()
3324 gpio_set_value_cansleep(phy_reset, !active_high); in fec_reset_phy()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c572 .phy_reset = pqi_sas_phy_reset,
/Linux-v5.4/drivers/usb/cdns3/
Dcore.c262 phy_reset(cdns->usb3_phy); in cdns3_idle_role_stop()
/Linux-v5.4/drivers/scsi/
Dscsi_transport_sas.c580 error = i->f->phy_reset(phy, hard_reset); in do_sas_phy_reset()
1809 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(link_reset, phy_reset); in sas_attach_transport()
1810 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(hard_reset, phy_reset); in sas_attach_transport()
/Linux-v5.4/drivers/scsi/libsas/
Dsas_init.c536 .phy_reset = queue_phy_reset,
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe.h906 int (*phy_reset)(struct xgbe_prv_data *); member
/Linux-v5.4/arch/sh/boards/mach-ecovec24/
Dsetup.c272 .phy_reset = usbhs_phy_reset,

12