HomeSort by relevance Sort by last modified time
    Searched refs:short_not_ok (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/linux/usb/
gadget.h 41 * @short_not_ok: When reading data, makes short packets be
60 * short_not_ok flag is set, short reads are treated as errors
73 * treated as an error (blocking request queue advance, the "short_not_ok"
92 unsigned short_not_ok:1; member in struct:usb_request
    [all...]
  /external/u-boot/drivers/usb/musb-new/
musb_gadget.c 55 * + dma is slow in typical case (short_not_ok is clear)
683 !request->short_not_ok,
703 * Enable Mode 1 on RX transfers only when short_not_ok flag
704 * is set. Currently short_not_ok flag is set only from
708 if (request->short_not_ok && len == musb_ep->packet_sz)
740 * REVISIT an updated g_file_storage can set req->short_not_ok, which
806 else if (request->short_not_ok)
    [all...]
  /external/u-boot/drivers/usb/gadget/
f_mass_storage.c 903 bh->outreq->short_not_ok = 1;
    [all...]

Completed in 3445 milliseconds