Searched refs:outreq (Results 1 – 3 of 3) sorted by relevance
426 bh->outreq->length = length; in set_bulk_out_req_length()911 bh->outreq->length = amount; in do_write()913 bh->outreq->short_not_ok = 1; in do_write()914 START_TRANSFER_OR(common, bulk_out, bh->outreq, in do_write()932 if (bh->outreq->status != 0) { in do_write()938 amount = bh->outreq->actual; in do_write()977 if (bh->outreq->actual != bh->outreq->length) { in do_write()1477 if (bh->outreq->actual != bh->outreq->length || in throw_away_data()1478 bh->outreq->status != 0) { in throw_away_data()1495 bh->outreq->length = amount; in throw_away_data()[all …]
490 bh->outreq->length = common->data_size; in rkusb_do_vs_write()492 bh->outreq->short_not_ok = 1; in rkusb_do_vs_write()494 START_TRANSFER_OR(common, bulk_out, bh->outreq, in rkusb_do_vs_write()512 if (bh->outreq->status != 0) { in rkusb_do_vs_write()659 if (bh->outreq->actual != bh->outreq->length) in rkusb_do_vs_write()1052 struct usb_request *req = bh->outreq; in rkusb_fixup_cbwcb()1077 struct usb_request *req = bh->outreq; in rkusb_cmd_process()
345 struct usb_request *outreq; member