Searched refs:read_packet (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 863 static int read_packet(struct pxa_ep *ep, struct pxa27x_request *req) in read_packet() function 947 count = read_packet(ep, req); in read_fifo() 1050 count = read_packet(ep, req); in read_ep0_fifo()
|
D | omap_udc.c | 397 read_packet(u8 *buf, struct omap_req *req, unsigned avail) in read_packet() function 447 count = read_packet(buf, req, avail); in read_fifo()
|