Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c520 bh->outreq_busy = 0; in bulk_out_complete()
905 &bh->outreq_busy, &bh->state) in do_write()
1483 &bh->outreq_busy, &bh->state) in throw_away_data()
2123 &bh->outreq_busy, &bh->state) in get_next_command()
2292 if (bh->outreq_busy) in handle_exception()
2302 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
2502 bh->outreq_busy = 0; in fsg_common_init()
Dstorage_common.c341 int outreq_busy; member