Home
last modified time | relevance | path

Searched refs:XDBC_FLAGS_IN_STALL (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/early/
Dxhci-dbc.c479 (read && (xdbc.flags & XDBC_FLAGS_IN_STALL))) { in xdbc_bulk_transfer()
734 xdbc.flags |= XDBC_FLAGS_IN_STALL; in xdbc_handle_tx_event()
788 xdbc.flags |= XDBC_FLAGS_IN_STALL; in xdbc_handle_events()
790 xdbc.flags &= ~XDBC_FLAGS_IN_STALL; in xdbc_handle_events()
Dxhci-dbc.h192 #define XDBC_FLAGS_IN_STALL BIT(1) macro