• Home
  • Raw
  • Download

Lines Matching refs:musb

80 extern struct musb *hcd_to_musb(struct usb_hcd *);
81 extern irqreturn_t musb_h_ep0_irq(struct musb *);
82 extern int musb_host_alloc(struct musb *);
83 extern int musb_host_setup(struct musb *, int);
84 extern void musb_host_cleanup(struct musb *);
85 extern void musb_host_tx(struct musb *, u8);
86 extern void musb_host_rx(struct musb *, u8);
87 extern void musb_root_disconnect(struct musb *musb);
88 extern void musb_host_free(struct musb *);
89 extern void musb_host_cleanup(struct musb *);
90 extern void musb_host_tx(struct musb *, u8);
91 extern void musb_host_rx(struct musb *, u8);
92 extern void musb_root_disconnect(struct musb *musb);
93 extern void musb_host_resume_root_hub(struct musb *musb);
94 extern void musb_host_poke_root_hub(struct musb *musb);
95 extern void musb_port_suspend(struct musb *musb, bool do_suspend);
96 extern void musb_port_reset(struct musb *musb, bool do_reset);
99 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb()
104 static inline irqreturn_t musb_h_ep0_irq(struct musb *musb) in musb_h_ep0_irq() argument
109 static inline int musb_host_alloc(struct musb *musb) in musb_host_alloc() argument
114 static inline int musb_host_setup(struct musb *musb, int power_budget) in musb_host_setup() argument
119 static inline void musb_host_cleanup(struct musb *musb) {} in musb_host_cleanup() argument
120 static inline void musb_host_free(struct musb *musb) {} in musb_host_free() argument
121 static inline void musb_host_tx(struct musb *musb, u8 epnum) {} in musb_host_tx() argument
122 static inline void musb_host_rx(struct musb *musb, u8 epnum) {} in musb_host_rx() argument
123 static inline void musb_root_disconnect(struct musb *musb) {} in musb_root_disconnect() argument
124 static inline void musb_host_resume_root_hub(struct musb *musb) {} in musb_host_resume_root_hub() argument
125 static inline void musb_host_poll_rh_status(struct musb *musb) {} in musb_host_poll_rh_status() argument
126 static inline void musb_host_poke_root_hub(struct musb *musb) {} in musb_host_poke_root_hub() argument
127 static inline void musb_port_suspend(struct musb *musb, bool do_suspend) {} in musb_port_suspend() argument
128 static inline void musb_port_reset(struct musb *musb, bool do_reset) {} in musb_port_reset() argument