Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Dfile_storage.c756 bh->outreq_busy = 0; in bulk_out_complete()
1363 &bh->outreq_busy, &bh->state); in do_write()
2002 &bh->outreq_busy, &bh->state); in throw_away_data()
2690 &bh->outreq_busy, &bh->state); in get_next_command()
2941 if (bh->outreq_busy) in handle_exception()
2950 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
Df_mass_storage.c598 bh->outreq_busy = 0; in bulk_out_complete()
712 bh->outreq, &bh->outreq_busy, &bh->state); in start_out_transfer()
2488 if (bh->outreq_busy) in handle_exception()
2498 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
Dstorage_common.c281 int outreq_busy; member