Searched defs:tt_buffer_dirty (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/dwc2/
H A Dhcd.h257 * @tt_buffer_dirty True if clear_tt_buffer_complete is pending
288 unsigned tt_buffer_dirty:1; member in struct:dwc2_qh
/drivers/usb/host/
H A Disp1760-hcd.c127 int tt_buffer_dirty; /* See USB2.0 spec section 11.17.5 */ member in struct:isp1760_qh
872 if (qh->tt_buffer_dirty)
1193 qh->tt_buffer_dirty = 1;
1197 qh->tt_buffer_dirty = 0;
1660 qh->tt_buffer_dirty = 1;
1663 qh->tt_buffer_dirty = 0;
2157 qh->tt_buffer_dirty = 0;

Completed in 55 milliseconds