Searched refs:dwc2_read_packet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core.h | 1325 void dwc2_read_packet(struct dwc2_hsotg *hsotg, u8 *dest, u16 bytes);
|
H A D | hcd_intr.c | 219 dwc2_read_packet(hsotg, chan->xfer_buf, bcnt); in dwc2_rx_fifo_level_intr()
|
H A D | hcd.c | 401 * dwc2_read_packet() - Reads a packet from the Rx FIFO into the destination 408 void dwc2_read_packet(struct dwc2_hsotg *hsotg, u8 *dest, u16 bytes) in dwc2_read_packet() function
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core.h | 1313 void dwc2_read_packet(struct dwc2_hsotg *hsotg, u8 *dest, u16 bytes);
|
H A D | hcd_intr.c | 189 dwc2_read_packet(hsotg, chan->xfer_buf, bcnt); in dwc2_rx_fifo_level_intr()
|
H A D | hcd.c | 366 * dwc2_read_packet() - Reads a packet from the Rx FIFO into the destination 373 void dwc2_read_packet(struct dwc2_hsotg *hsotg, u8 *dest, u16 bytes) in dwc2_read_packet() function
|
Completed in 23 milliseconds