Searched refs:write_packet (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/realtek/ |
D | atp.c | 198 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) in write_packet() function 574 write_packet(ioaddr, length, skb->data, length-skb->len, dev->if_port); in atp_send_packet()
|
/linux-3.4.99/drivers/media/video/cpia2/ |
D | cpia2_usb.c | 541 static int write_packet(struct usb_device *udev, in write_packet() function 607 err =write_packet(udev, request, (u8 *)registers, start, count); in cpia2_usb_transfer_cmd()
|
/linux-3.4.99/drivers/usb/gadget/ |
D | pxa25x_udc.c | 364 write_packet(volatile u32 *uddr, struct pxa25x_request *req, unsigned max) in write_packet() function 398 count = write_packet(ep->reg_uddr, req, max); in write_fifo() 461 count = write_packet(&UDDR0, req, EP0_FIFO_SIZE); in write_ep0_fifo()
|
D | pxa27x_udc.c | 910 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, in write_packet() function 1009 count = write_packet(ep, req, max); in write_fifo() 1098 count = write_packet(ep, req, EP0_FIFO_SIZE); in write_ep0_fifo()
|
D | imx_udc.c | 415 static int write_packet(struct imx_ep_struct *imx_ep, struct imx_request *req) in write_packet() function 503 count = write_packet(imx_ep, req); in write_fifo()
|
D | goku_udc.c | 335 write_packet(u32 __iomem *fifo, u8 *buf, struct goku_request *req, unsigned max) in write_packet() function 373 count = write_packet(ep->reg_fifo, buf, req, ep->ep.maxpacket); in write_fifo()
|
D | omap_udc.c | 346 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet() function 388 count = write_packet(buf, req, count); in write_fifo()
|