Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Dfile_storage.c734 bh->inreq_busy = 0; in bulk_in_complete()
1266 &bh->inreq_busy, &bh->state); in do_read()
2046 &bh->inreq_busy, &bh->state); in finish_reply()
2065 &bh->inreq_busy, &bh->state); in finish_reply()
2080 &bh->inreq_busy, &bh->state); in finish_reply()
2171 &bh->inreq_busy, &bh->state); in send_status()
2939 if (bh->inreq_busy) in handle_exception()
2950 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
Df_mass_storage.c577 bh->inreq_busy = 0; in bulk_in_complete()
703 bh->inreq, &bh->inreq_busy, &bh->state); in start_in_transfer()
2486 if (bh->inreq_busy) in handle_exception()
2498 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
Dstorage_common.c279 int inreq_busy; member