Home
last modified time | relevance | path

Searched refs:string_index (Results 1 – 2 of 2) sorted by relevance

/system/dev/usb/xhci/
A Dxhci-root-hub.cpp347 auto string_index = static_cast<uint8_t>(value & 0xFF); in xhci_rh_get_descriptor() local
348 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()
/system/dev/usb/usb-peripheral/
A Dusb-peripheral.c441 uint8_t string_index = value & 0xFF; in usb_dev_get_descriptor() local
442 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