Lines Matching refs:ssusb

15 int ssusb_host_init(struct ssusb_mtk *ssusb, struct device_node *parent_dn);
16 void ssusb_host_exit(struct ssusb_mtk *ssusb);
17 int ssusb_wakeup_of_property_parse(struct ssusb_mtk *ssusb,
19 int ssusb_host_enable(struct ssusb_mtk *ssusb);
20 int ssusb_host_disable(struct ssusb_mtk *ssusb, bool suspend);
21 void ssusb_wakeup_set(struct ssusb_mtk *ssusb, bool enable);
25 static inline int ssusb_host_init(struct ssusb_mtk *ssusb,
32 static inline void ssusb_host_exit(struct ssusb_mtk *ssusb)
36 struct ssusb_mtk *ssusb, struct device_node *dn)
41 static inline int ssusb_host_enable(struct ssusb_mtk *ssusb)
46 static inline int ssusb_host_disable(struct ssusb_mtk *ssusb, bool suspend)
51 static inline void ssusb_wakeup_set(struct ssusb_mtk *ssusb, bool enable)
58 int ssusb_gadget_init(struct ssusb_mtk *ssusb);
59 void ssusb_gadget_exit(struct ssusb_mtk *ssusb);
61 static inline int ssusb_gadget_init(struct ssusb_mtk *ssusb)
66 static inline void ssusb_gadget_exit(struct ssusb_mtk *ssusb)
72 int ssusb_otg_switch_init(struct ssusb_mtk *ssusb);
73 void ssusb_otg_switch_exit(struct ssusb_mtk *ssusb);
74 void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host);
76 void ssusb_set_force_mode(struct ssusb_mtk *ssusb,
81 static inline int ssusb_otg_switch_init(struct ssusb_mtk *ssusb)
86 static inline void ssusb_otg_switch_exit(struct ssusb_mtk *ssusb)
89 static inline void ssusb_mode_switch(struct ssusb_mtk *ssusb, int to_host)
98 ssusb_set_force_mode(struct ssusb_mtk *ssusb, enum mtu3_dr_force_mode mode)