Home
last modified time | relevance | path

Searched defs:mxs_phy (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
Dphy-mxs-usb.c161 struct mxs_phy { struct
164 const struct mxs_phy_data *data; argument
169 static inline bool is_imx6q_phy(struct mxs_phy *mxs_phy) in is_imx6q_phy()
174 static inline bool is_imx6sl_phy(struct mxs_phy *mxs_phy) in is_imx6sl_phy()
188 static int mxs_phy_hw_init(struct mxs_phy *mxs_phy) in mxs_phy_hw_init()
221 static bool mxs_phy_get_vbus_status(struct mxs_phy *mxs_phy) in mxs_phy_get_vbus_status()
243 static void __mxs_phy_disconnect_line(struct mxs_phy *mxs_phy, bool disconnect) in __mxs_phy_disconnect_line()
275 static bool mxs_phy_is_otg_host(struct mxs_phy *mxs_phy) in mxs_phy_is_otg_host()
287 static void mxs_phy_disconnect_line(struct mxs_phy *mxs_phy, bool on) in mxs_phy_disconnect_line()
311 struct mxs_phy *mxs_phy = to_mxs_phy(phy); in mxs_phy_init() local
[all …]