Home
last modified time | relevance | path

Searched refs:generic_phy_valid (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c49 if (!generic_phy_valid(phy)) in phy_get_counts()
65 if (!generic_phy_valid(phy)) in phy_alloc_counts()
195 if (!generic_phy_valid(phy)) in generic_phy_init()
221 if (!generic_phy_valid(phy)) in generic_phy_reset()
234 if (!generic_phy_valid(phy)) in generic_phy_exit()
264 if (!generic_phy_valid(phy)) in generic_phy_power_on()
292 if (!generic_phy_valid(phy)) in generic_phy_power_off()
320 if (!generic_phy_valid(phy)) in generic_phy_configure()
332 if (!generic_phy_valid(phy)) in generic_phy_validate()
344 if (!generic_phy_valid(phy)) in generic_phy_set_mode_ext()
/rk3399_rockchip-uboot/include/
H A Dgeneric-phy.h387 static inline bool generic_phy_valid(struct phy *phy) in generic_phy_valid() function
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-generic.c62 if (generic_phy_valid(&priv->phy)) { in ohci_shutdown_phy()
H A Ddwc2.c1377 if (!generic_phy_valid(&priv->phy)) in dwc2_shutdown_phy()
H A Dehci-hcd.c1714 if (generic_phy_valid(phy)) { in ehci_shutdown_phy()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c958 if (!generic_phy_valid(&usb_phys[i])) in dwc3_shutdown_phy()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c1029 if (!generic_phy_valid(&usb_phys[i])) in dwc2_phy_shutdown()