Searched refs:string_index (Results 1 – 2 of 2) sorted by relevance
347 auto string_index = static_cast<uint8_t>(value & 0xFF); in xhci_rh_get_descriptor() local348 if (string_index < countof(xhci_rh_string_table)) { in xhci_rh_get_descriptor()349 const uint8_t* string = xhci_rh_string_table[string_index]; in xhci_rh_get_descriptor()
441 uint8_t string_index = value & 0xFF; in usb_dev_get_descriptor() local442 if (string_index == 0) { in usb_dev_get_descriptor()448 char* string = dev->strings[string_index]; in usb_dev_get_descriptor()
Completed in 8 milliseconds