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

  /system/core/fastboot/
usb_linux.c 64 /* The max bulk size for linux is 16384 which is defined
273 struct usbdevfs_bulktransfer bulk; local
281 bulk.ep = h->ep_out;
282 bulk.len = 0;
283 bulk.data = data;
284 bulk.timeout = 0;
286 n = ioctl(h->desc, USBDEVFS_BULK, &bulk);
299 bulk.ep = h->ep_out;
300 bulk.len = xfer;
301 bulk.data = data
323 struct usbdevfs_bulktransfer bulk; local
    [all...]
  /external/icu4c/samples/
defs.mk 26 ### We depend on gmake for the bulk of the work
  /external/libffi/src/alpha/
osf.S 160 # Call ffi_closure_osf_inner to do the bulk of the work.
  /external/libffi/src/sparc/
v8.S 138 ! Call ffi_closure_sparc_inner to do the bulk of the work.
v9.S 176 ! Call ffi_closure_sparc_inner to do the bulk of the work.

Completed in 122 milliseconds