Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c503 bh->inreq_busy = 0; in bulk_in_complete()
800 &bh->inreq_busy, &bh->state) in do_read()
1445 &bh->inreq_busy, &bh->state); in pad_with_zeros()
1542 &bh->inreq_busy, &bh->state) in finish_reply()
1552 &bh->inreq_busy, &bh->state) in finish_reply()
1651 &bh->inreq_busy, &bh->state) in send_status()
2325 if (bh->inreq_busy) in handle_exception()
2337 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
2536 bh->inreq_busy = 0; in fsg_common_init()
H A Dstorage_common.c340 int inreq_busy; member