HomeSort by relevance Sort by last modified time
    Searched refs:string_langid (Results 1 - 3 of 3) sorted by null

  /external/u-boot/common/
usb.c 820 dev->string_langid = tbuf[2] | (tbuf[3] << 8);
824 dev->devnum, dev->string_langid);
828 err = usb_string_sub(dev, dev->string_langid, index, tbuf);
    [all...]
  /external/u-boot/include/
usb.h 128 int have_langid; /* whether string_langid is valid yet */
129 int string_langid; /* language ID for strings */ member in struct:usb_device
    [all...]
  /external/libusb/libusb/os/
windows_winusb.c 3111 char string_langid[] = {0x09, 0x04}; local
    [all...]

Completed in 170 milliseconds