Searched refs:has_bulk_in (Results 1 - 4 of 4) sorted by relevance

/system/core/fastboot/
H A Dusb.h50 unsigned char has_bulk_in; member in struct:usb_ifc_info
H A Dusb_osx.c179 handle->info.has_bulk_in = 0;
201 handle->info.has_bulk_in = 1;
215 if (handle->info.has_bulk_in && handle->info.has_bulk_out) {
230 if (handle->info.has_bulk_in) {
H A Dusbtest.c57 info->has_bulk_in ? " in" : "",
H A Dusb_linux.c230 info.has_bulk_in = (in != -1);

Completed in 231 milliseconds