Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-uclass.c103 if (!generic_phy_valid(phy)) in generic_phy_init()
114 if (!generic_phy_valid(phy)) in generic_phy_reset()
125 if (!generic_phy_valid(phy)) in generic_phy_exit()
136 if (!generic_phy_valid(phy)) in generic_phy_power_on()
147 if (!generic_phy_valid(phy)) in generic_phy_power_off()
158 if (!generic_phy_valid(phy)) in generic_phy_configure()
170 if (!generic_phy_valid(phy)) in generic_phy_validate()
182 if (!generic_phy_valid(phy)) in generic_phy_set_mode_ext()
/OK3568_Linux_fs/u-boot/include/
H A Dgeneric-phy.h387 static inline bool generic_phy_valid(struct phy *phy) in generic_phy_valid() function
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-generic.c62 if (generic_phy_valid(&priv->phy)) { in ohci_shutdown_phy()
H A Dehci-hcd.c1714 if (generic_phy_valid(phy)) { in ehci_shutdown_phy()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c952 if (!generic_phy_valid(&usb_phys[i])) in dwc3_shutdown_phy()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c1026 if (!generic_phy_valid(&usb_phys[i])) in dwc2_phy_shutdown()