Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c501 bh->inreq_busy = 0; in bulk_in_complete()
798 &bh->inreq_busy, &bh->state) in do_read()
1438 &bh->inreq_busy, &bh->state); in pad_with_zeros()
1535 &bh->inreq_busy, &bh->state) in finish_reply()
1545 &bh->inreq_busy, &bh->state) in finish_reply()
1644 &bh->inreq_busy, &bh->state) in send_status()
2290 if (bh->inreq_busy) in handle_exception()
2302 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
2501 bh->inreq_busy = 0; in fsg_common_init()
Dstorage_common.c339 int inreq_busy; member