Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/phy/
H A Dphy-sun4i-usb.h16 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
/openbmc/u-boot/include/
H A Dphy-sun4i-usb.h32 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
/openbmc/u-boot/drivers/usb/musb-new/
H A Dsunxi.c366 sun4i_usb_phy_set_squelch_detect(&glue->phy, false); in sunxi_musb_pre_root_reset_end()
373 sun4i_usb_phy_set_squelch_detect(&glue->phy, true); in sunxi_musb_post_root_reset_end()
/openbmc/linux/drivers/usb/musb/
H A Dsunxi.c164 sun4i_usb_phy_set_squelch_detect(glue->phy, false); in sunxi_musb_pre_root_reset_end()
171 sun4i_usb_phy_set_squelch_detect(glue->phy, true); in sunxi_musb_post_root_reset_end()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c551 void sun4i_usb_phy_set_squelch_detect(struct phy *_phy, bool enabled) in sun4i_usb_phy_set_squelch_detect() function
557 EXPORT_SYMBOL_GPL(sun4i_usb_phy_set_squelch_detect);
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c399 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled) in sun4i_usb_phy_set_squelch_detect() function