OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_bulk_out
(Results
1 - 4
of
4
) sorted by null
/system/core/fastboot/
usb.h
51
unsigned char
has_bulk_out
;
member in struct:usb_ifc_info
usb_osx.c
180
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
) {
usbtest.c
58
info->
has_bulk_out
? " out" : "");
usb_linux.c
192
info.
has_bulk_out
= (out != -1);
Completed in 81 milliseconds