Searched defs:write_packet (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/cpia2/
H A Dcpia2_usb.c538 * write_packet
541 static int write_packet(struct usb_device *udev, function
607 err =write_packet(udev, request, (u8 *)registers, start, count);
/drivers/net/ethernet/realtek/
H A Datp.c198 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad, int mode);
499 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad_len, int data_mode) function
574 write_packet(ioaddr, length, skb->data, length-skb->len, dev->if_port);
/drivers/usb/gadget/
H A Dgoku_udc.c335 write_packet(u32 __iomem *fifo, u8 *buf, struct goku_request *req, unsigned max) function
373 count = write_packet(ep->reg_fifo, buf, req, ep->ep.maxpacket);
H A Dimx_udc.c415 static int write_packet(struct imx_ep_struct *imx_ep, struct imx_request *req) function
503 count = write_packet(imx_ep, req);
H A Dpxa25x_udc.c364 write_packet(volatile u32 *uddr, struct pxa25x_request *req, unsigned max) function
398 count = write_packet(ep->reg_uddr, req, max);
461 count = write_packet(&UDDR0, req, EP0_FIFO_SIZE);
H A Domap_udc.c346 write_packet(u8 *buf, struct omap_req *req, unsigned max) function
388 count = write_packet(buf, req, count);
H A Dpxa27x_udc.c899 * write_packet - transfer 1 packet from request into an IN endpoint
910 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, function
1009 count = write_packet(ep, req, max);
1098 count = write_packet(ep, req, EP0_FIFO_SIZE);

Completed in 140 milliseconds