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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c60 struct s3c_hsotg;
103 struct s3c_hsotg *parent;
128 * struct s3c_hsotg - driver state.
145 struct s3c_hsotg { struct
195 static inline struct s3c_hsotg *to_hsotg(struct usb_gadget *gadget)
197 return container_of(gadget, struct s3c_hsotg, gadget);
211 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);
232 static inline bool using_dma(struct s3c_hsotg *hsotg)
242 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints)
260 static void s3c_hsotg_disable_gsint(struct s3c_hsotg *hsot
[all...]

Completed in 19 milliseconds