Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-hc.h228 struct work_struct xfer_error_work; member
292 INIT_WORK(&wa->xfer_error_work, wa_process_errored_transfers_run); in wa_init()
Dwa-xfer.c1770 struct wahc *wa = container_of(ws, struct wahc, xfer_error_work); in wa_process_errored_transfers_run()
2397 queue_work(wusbd, &wa->xfer_error_work); in wa_xfer_result_chew()