Searched refs:read_packet (Results 1 – 4 of 4) sorted by relevance
/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 567 static int read_packet(struct usb_device *udev, in read_packet() function 607 err = read_packet(udev, request, (u8 *)registers, start, count); in cpia2_usb_transfer_cmd()
|
/drivers/usb/gadget/ |
D | pxa27x_udc.c | 872 static int read_packet(struct pxa_ep *ep, struct pxa27x_request *req) in read_packet() function 956 count = read_packet(ep, req); in read_fifo() 1059 count = read_packet(ep, req); in read_ep0_fifo()
|
D | imx_udc.c | 391 static int read_packet(struct imx_ep_struct *imx_ep, struct imx_request *req) in read_packet() function 472 count = read_packet(imx_ep, req); in read_fifo()
|
D | omap_udc.c | 398 read_packet(u8 *buf, struct omap_req *req, unsigned avail) in read_packet() function 448 count = read_packet(buf, req, avail); in read_fifo()
|