Searched refs:write_packet (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/realtek/ |
D | atp.c | 198 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad, int mode); 496 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad_len, int data_mode) in write_packet() function 571 write_packet(ioaddr, length, skb->data, length-skb->len, dev->if_port); in atp_send_packet()
|
/Linux-v5.10/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 532 static int write_packet(struct usb_device *udev, in write_packet() function 622 err =write_packet(udev, request, (u8 *)registers, start, count); in cpia2_usb_transfer_cmd()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 829 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, in write_packet() function 926 count = write_packet(ep, req, max); in write_fifo() 1015 count = write_packet(ep, req, EP0_FIFO_SIZE); in write_ep0_fifo()
|
D | pxa25x_udc.c | 571 write_packet(struct pxa25x_ep *ep, struct pxa25x_request *req, unsigned max) in write_packet() function 605 count = write_packet(ep, req, max); in write_fifo() 669 count = write_packet(&dev->ep[0], req, EP0_FIFO_SIZE); in write_ep0_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 | 328 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet() function 370 count = write_packet(buf, req, count); in write_fifo()
|