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

/drivers/media/video/cpia2/
H A Dcpia2_usb.c560 * read_packet
563 static int read_packet(struct usb_device *udev, function
603 err = read_packet(udev, request, (u8 *)registers, start, count);
/drivers/usb/gadget/
H A Dpxa27x_udc.c863 * read_packet - transfer 1 packet from an OUT endpoint into request
873 static int read_packet(struct pxa_ep *ep, struct pxa27x_request *req) function
957 count = read_packet(ep, req);
1060 count = read_packet(ep, req);
H A Dimx_udc.c391 static int read_packet(struct imx_ep_struct *imx_ep, struct imx_request *req) function
472 count = read_packet(imx_ep, req);
H A Domap_udc.c411 read_packet(u8 *buf, struct omap_req *req, unsigned avail) function
461 count = read_packet(buf, req, avail);

Completed in 123 milliseconds