xfer_error_work   228 drivers/staging/wusbcore/wa-hc.h 	struct work_struct xfer_error_work;
xfer_error_work   292 drivers/staging/wusbcore/wa-hc.h 	INIT_WORK(&wa->xfer_error_work, wa_process_errored_transfers_run);
xfer_error_work  1770 drivers/staging/wusbcore/wa-xfer.c 	struct wahc *wa = container_of(ws, struct wahc, xfer_error_work);
xfer_error_work  2397 drivers/staging/wusbcore/wa-xfer.c 		queue_work(wusbd, &wa->xfer_error_work);