Searched refs:hsudc (Results 1 – 2 of 2) sorted by relevance
181 static inline void set_index(struct s3c_hsudc *hsudc, int ep_addr) in set_index() argument184 writel(ep_addr, hsudc->regs + S3C_IR); in set_index()249 struct s3c_hsudc *hsudc = hsep->dev; in s3c_hsudc_complete_request() local255 hsudc->ep0state = WAIT_FOR_SETUP; in s3c_hsudc_complete_request()260 spin_unlock(&hsudc->lock); in s3c_hsudc_complete_request()262 spin_lock(&hsudc->lock); in s3c_hsudc_complete_request()289 static void s3c_hsudc_stop_activity(struct s3c_hsudc *hsudc) in s3c_hsudc_stop_activity() argument294 hsudc->gadget.speed = USB_SPEED_UNKNOWN; in s3c_hsudc_stop_activity()296 for (epnum = 0; epnum < hsudc->pd->epnum; epnum++) { in s3c_hsudc_stop_activity()297 hsep = &hsudc->ep[epnum]; in s3c_hsudc_stop_activity()[all …]
23 obj-$(CONFIG_USB_S3C_HSUDC) += s3c-hsudc.o