• Home
  • Raw
  • Download

Lines Matching refs:info

57     usb_ifc_info info;  member
171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 || in try_interfaces()
172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 || in try_interfaces()
173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0) in try_interfaces()
179 handle->info.has_bulk_in = 0; in try_interfaces()
180 handle->info.has_bulk_out = 0; in try_interfaces()
201 handle->info.has_bulk_in = 1; in try_interfaces()
204 handle->info.has_bulk_out = 1; in try_interfaces()
208 if (handle->info.ifc_protocol == 0x01) { in try_interfaces()
215 if (handle->info.has_bulk_in && handle->info.has_bulk_out) { in try_interfaces()
220 if (handle->callback(&handle->info) == 0) { in try_interfaces()
230 if (handle->info.has_bulk_in) { in try_interfaces()
239 if (handle->info.has_bulk_out) { in try_interfaces()
297 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor); in try_device()
303 kr = (*dev)->GetDeviceProduct(dev, &handle->info.dev_product); in try_device()
309 kr = (*dev)->GetDeviceClass(dev, &handle->info.dev_class); in try_device()
315 kr = (*dev)->GetDeviceSubClass(dev, &handle->info.dev_subclass); in try_device()
321 kr = (*dev)->GetDeviceProtocol(dev, &handle->info.dev_protocol); in try_device()
347 handle->info.serial_number[i] = buffer[i + 1]; in try_device()
348 handle->info.serial_number[i] = 0; in try_device()
352 handle->info.serial_number[0] = 0; in try_device()
354 handle->info.writable = 1; in try_device()