Searched refs:s3c_hsotg (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ds3c-hsotg.c63 struct s3c_hsotg;
106 struct s3c_hsotg *parent;
131 * struct s3c_hsotg - driver state.
148 struct s3c_hsotg { struct
198 static inline struct s3c_hsotg *to_hsotg(struct usb_gadget *gadget)
200 return container_of(gadget, struct s3c_hsotg, gadget);
214 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);
235 static inline bool using_dma(struct s3c_hsotg *hsotg)
245 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints)
263 static void s3c_hsotg_disable_gsint(struct s3c_hsotg *hsot
[all...]

Completed in 32 milliseconds