Searched refs:set_fifo_bytecount (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | net2280.h | 332 static inline void set_fifo_bytecount(struct net2280_ep *ep, unsigned count) in set_fifo_bytecount() function
|
D | net2272.h | 568 static void set_fifo_bytecount(struct net2272_ep *ep, unsigned count) in set_fifo_bytecount() function
|
D | net2272.c | 461 set_fifo_bytecount(ep, 0); in net2272_write_fifo() 1542 set_fifo_bytecount(ep, 0); in net2272_handle_dma() 1824 set_fifo_bytecount(&dev->ep[0], 0); in net2272_handle_stat0_irqs() 1838 set_fifo_bytecount(&dev->ep[0], 0); in net2272_handle_stat0_irqs() 1849 set_fifo_bytecount(&dev->ep[0], 0); in net2272_handle_stat0_irqs()
|
D | net2280.c | 654 set_fifo_bytecount(ep, count & 0x03); in write_fifo() 2885 set_fifo_bytecount(ep, sizeof(status)); in handle_stat0_irqs_superspeed() 2897 set_fifo_bytecount(ep, sizeof(status)); in handle_stat0_irqs_superspeed() 3226 set_fifo_bytecount(ep, w_length); in handle_stat0_irqs()
|