Lines Matching refs:s3c2410_request
253 struct s3c2410_request *req, int status) in s3c2410_udc_done()
277 struct s3c2410_request *req; in s3c2410_udc_nuke()
278 req = list_entry(ep->queue.next, struct s3c2410_request, in s3c2410_udc_nuke()
297 struct s3c2410_request *req, in s3c2410_udc_write_packet()
321 struct s3c2410_request *req) in s3c2410_udc_write_fifo()
406 struct s3c2410_request *req, unsigned avail) in s3c2410_udc_read_packet()
421 struct s3c2410_request *req) in s3c2410_udc_read_fifo()
743 struct s3c2410_request *req; in s3c2410_udc_handle_ep0()
749 req = list_entry(ep->queue.next, struct s3c2410_request, queue); in s3c2410_udc_handle_ep0()
812 struct s3c2410_request *req; in s3c2410_udc_handle_ep()
819 struct s3c2410_request, queue); in s3c2410_udc_handle_ep()
1021 static inline struct s3c2410_request *to_s3c2410_req(struct usb_request *req) in to_s3c2410_req()
1023 return container_of(req, struct s3c2410_request, req); in to_s3c2410_req()
1147 struct s3c2410_request *req; in s3c2410_udc_alloc_request()
1154 req = kzalloc(sizeof(struct s3c2410_request), mem_flags); in s3c2410_udc_alloc_request()
1169 struct s3c2410_request *req = to_s3c2410_req(_req); in s3c2410_udc_free_request()
1186 struct s3c2410_request *req = to_s3c2410_req(_req); in s3c2410_udc_queue()
1296 struct s3c2410_request *req = NULL; in s3c2410_udc_dequeue()