Searched refs:ep_id (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/usb/gadget/ |
A D | max3420_udc.c | 613 static int do_data(struct max3420_udc *udc, int ep_id, int in) in do_data() argument 615 struct max3420_ep *ep = &udc->ep[ep_id]; in do_data() 637 spi_wr_buf(udc, MAX3420_REG_EP0FIFO + ep_id, buf, length); in do_data() 638 spi_wr8(udc, MAX3420_REG_EP0BC + ep_id, length); in do_data() 642 psz = spi_rd8(udc, MAX3420_REG_EP0BC + ep_id); in do_data() 644 spi_rd_buf(udc, MAX3420_REG_EP0FIFO + ep_id, buf, length); in do_data() 658 if (ep_id == 0) in do_data()
|
A D | fotg210.c | 469 static void fotg210_recv(struct fotg210_chip *chip, int ep_id) in fotg210_recv() argument 472 struct fotg210_ep *ep = chip->ep + ep_id; in fotg210_recv()
|
Completed in 6 milliseconds