Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/wusbcore/
Dwa-xfer.c1466 int result, dto_acquired = 0, dto_done = 0; in __wa_xfer_delayed_run() local
1477 && (dto_acquired = __wa_dto_try_get(rpipe->wa))) { in __wa_xfer_delayed_run()
1518 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_delayed_run()
1556 int result, dto_acquired = 0, dto_done = 0, dto_waiting = 0; in __wa_xfer_submit() local
1585 dto_acquired = __wa_dto_try_get(rpipe->wa); in __wa_xfer_submit()
1586 if (dto_acquired) { in __wa_xfer_submit()
1616 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_submit()