Home
last modified time | relevance | path

Searched refs:bd_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c252 * @bd_bytes: Number of data bytes in outstanding BD entries.
259 unsigned int bd_bytes; member
604 breq->bd_bytes = 0; in iudma_write()
654 breq->bd_bytes += n_bytes; in iudma_write()
2069 if (req->actual >= req->length || breq->bd_bytes > rc) { in bcm63xx_udc_data_isr()
2088 if (req->actual >= req->length || breq->bd_bytes > rc) { in bcm63xx_udc_data_isr()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c252 * @bd_bytes: Number of data bytes in outstanding BD entries.
259 unsigned int bd_bytes; member
601 breq->bd_bytes = 0; in iudma_write()
651 breq->bd_bytes += n_bytes; in iudma_write()
2065 if (req->actual >= req->length || breq->bd_bytes > rc) { in bcm63xx_udc_data_isr()
2084 if (req->actual >= req->length || breq->bd_bytes > rc) { in bcm63xx_udc_data_isr()

Completed in 11 milliseconds