Home | History | Annotate | Download | only in adb

Lines Matching refs:device

92             // set mark flag to indicate this device is still alive
107 // kick any devices in the device list that were not found in the device scan
155 struct usb_device_descriptor* device;
179 // should have device and configuration descriptors, and atleast two endpoints
186 device = (struct usb_device_descriptor*)bufptr;
189 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) {
194 vid = __le16_to_cpu(device->idVendor);
195 pid = __le16_to_cpu(device->idProduct);
268 interface->bInterfaceNumber, device->iSerialNumber, zero_mask);
543 /* Since Linux will not reassign the device ID (and dev_name)
544 ** as long as the device is open, we can add to the list here
560 D("[ usb located new device %s (%d/%d/%d) ]\n",
571 /* initialize mark to 1 so we don't get garbage collected after the device scan */
588 /* read the device's serial number */
659 D("Created device thread\n");