Searched refs:hs_ep (Results 1 – 1 of 1) sorted by relevance
274 static inline int is_ep_periodic(struct s3c_hsotg_ep *hs_ep) in is_ep_periodic() argument276 return hs_ep->periodic; in is_ep_periodic()289 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_unmap_dma() argument298 usb_gadget_unmap_request(&hsotg->gadget, req, hs_ep->dir_in); in s3c_hsotg_unmap_dma()318 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_write_fifo() argument321 bool periodic = is_ep_periodic(hs_ep); in s3c_hsotg_write_fifo()324 int to_write = hs_ep->size_loaded; in s3c_hsotg_write_fifo()330 to_write -= (buf_pos - hs_ep->last_load); in s3c_hsotg_write_fifo()337 u32 epsize = readl(hsotg->regs + DIEPTSIZ(hs_ep->index)); in s3c_hsotg_write_fifo()352 if (hs_ep->fifo_load != 0) { in s3c_hsotg_write_fifo()[all …]