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

/system/core/fastboot/
H A Dusb.h51 unsigned char has_bulk_out; member in struct:usb_ifc_info
H A Dusb_osx.c180 handle->info.has_bulk_out = 0;
204 handle->info.has_bulk_out = 1;
215 if (handle->info.has_bulk_in && handle->info.has_bulk_out) {
238 if (handle->info.has_bulk_out) {
H A Dusbtest.c58 info->has_bulk_out ? " out" : "");
H A Dusb_linux.c231 info.has_bulk_out = (out != -1);

Completed in 41 milliseconds