Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c60 struct s3c_hsotg;
103 struct s3c_hsotg *parent;
145 struct s3c_hsotg { struct
195 static inline struct s3c_hsotg *to_hsotg(struct usb_gadget *gadget) in to_hsotg()
197 return container_of(gadget, struct s3c_hsotg, gadget); in to_hsotg()
211 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);
232 static inline bool using_dma(struct s3c_hsotg *hsotg) in using_dma()
242 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints) in s3c_hsotg_en_gsint()
260 static void s3c_hsotg_disable_gsint(struct s3c_hsotg *hsotg, u32 ints) in s3c_hsotg_disable_gsint()
281 static void s3c_hsotg_ctrl_epint(struct s3c_hsotg *hsotg, in s3c_hsotg_ctrl_epint()
[all …]