Searched refs:tt_buffer_dirty (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c177 int tt_buffer_dirty; /* See USB2.0 spec section 11.17.5 */ member in struct:isp1760_qh
1134 if (qh->tt_buffer_dirty)
1452 qh->tt_buffer_dirty = 1;
1456 qh->tt_buffer_dirty = 0;
2024 qh->tt_buffer_dirty = 1;
2027 qh->tt_buffer_dirty = 0;
2496 qh->tt_buffer_dirty = 0;
/linux-master/drivers/usb/dwc2/
H A Dhcd.h298 * @tt_buffer_dirty True if clear_tt_buffer_complete is pending
306 * @tt_buffer_dirty: True if EP's TT buffer is not clean.
346 unsigned tt_buffer_dirty:1; member in struct:dwc2_qh
H A Dhcd_intr.c97 chan->qh->tt_buffer_dirty = 1;
100 chan->qh->tt_buffer_dirty = 0;
H A Dhcd.c2899 if (qh->tt_buffer_dirty) {
3036 if (qh->tt_buffer_dirty)
4931 qh->tt_buffer_dirty = 0;

Completed in 209 milliseconds