Lines Matching refs:usb
102 { "usb", TRACE_USB },
221 //Close the associated usb
1310 ** AID_ADB to access the USB driver
1355 int usb = 0;
1357 // listen on USB
1359 usb = 1;
1363 // If one of the properties isn't set and we couldn't listen on usb,
1373 } else if (!usb) {
1517 // "transport-usb:" is used for switching transport to the only USB transport
1524 if (!strncmp(service, "transport-usb", strlen("transport-usb"))) {