Searched refs:hsudc (Results 1 – 2 of 2) sorted by relevance
176 static inline void set_index(struct s3c_hsudc *hsudc, int ep_addr) in set_index() argument179 writel(ep_addr, hsudc->regs + S3C_IR); in set_index()197 struct s3c_hsudc *hsudc = hsep->dev; in s3c_hsudc_complete_request() local203 hsudc->ep0state = WAIT_FOR_SETUP; in s3c_hsudc_complete_request()208 spin_unlock(&hsudc->lock); in s3c_hsudc_complete_request()210 spin_lock(&hsudc->lock); in s3c_hsudc_complete_request()237 static void s3c_hsudc_stop_activity(struct s3c_hsudc *hsudc) in s3c_hsudc_stop_activity() argument242 hsudc->gadget.speed = USB_SPEED_UNKNOWN; in s3c_hsudc_stop_activity()244 for (epnum = 0; epnum < hsudc->pd->epnum; epnum++) { in s3c_hsudc_stop_activity()245 hsep = &hsudc->ep[epnum]; in s3c_hsudc_stop_activity()[all …]
31 obj-$(CONFIG_USB_S3C_HSUDC) += s3c-hsudc.o