Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c504 bh->inreq_busy = 0; in bulk_in_complete()
807 &bh->inreq_busy, &bh->state) in do_read()
1453 &bh->inreq_busy, &bh->state); in pad_with_zeros()
1551 &bh->inreq_busy, &bh->state) in finish_reply()
1561 &bh->inreq_busy, &bh->state) in finish_reply()
1660 &bh->inreq_busy, &bh->state) in send_status()
2334 if (bh->inreq_busy) in handle_exception()
2346 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
2546 bh->inreq_busy = 0; in fsg_common_init()
H A Dstorage_common.c344 int inreq_busy; member