Searched refs:langid (Results 1 - 23 of 23) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb-0.1.12/
H A Dusb.c219 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf, argument
227 (USB_DT_STRING << 8) + index, langid, buf, buflen, 1000);
233 int ret, langid, si, di; local
249 langid = tbuf[2] | (tbuf[3] << 8);
251 ret = usb_get_string(dev, index, langid, tbuf, sizeof(tbuf));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb-0.1.12/
H A Dusb.c219 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf, argument
227 (USB_DT_STRING << 8) + index, langid, buf, buflen, 1000);
233 int ret, langid, si, di; local
249 langid = tbuf[2] | (tbuf[3] << 8);
251 ret = usb_get_string(dev, index, langid, tbuf, sizeof(tbuf));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb-0.1.12/
H A Dusb.c219 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf, argument
227 (USB_DT_STRING << 8) + index, langid, buf, buflen, 1000);
233 int ret, langid, si, di; local
249 langid = tbuf[2] | (tbuf[3] << 8);
251 ret = usb_get_string(dev, index, langid, tbuf, sizeof(tbuf));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/intl/
H A Dlocalename.c425 LANGID langid;
444 langid = LANGIDFROMLCID (lcid);
447 primary = PRIMARYLANGID (langid);
448 sub = SUBLANGID (langid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/intl/
H A Dlocalename.c425 LANGID langid;
444 langid = LANGIDFROMLCID (lcid);
447 primary = PRIMARYLANGID (langid);
448 sub = SUBLANGID (langid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/intl/
H A Dlocalename.c425 LANGID langid;
444 langid = LANGIDFROMLCID (lcid);
447 primary = PRIMARYLANGID (langid);
448 sub = SUBLANGID (langid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb10/libusb/
H A Ddescriptor.c679 int r, langid, si, di; local
693 langid = tbuf[2] | (tbuf[3] << 8);
695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
H A Dlibusb.h1161 * \param langid the language ID for the string descriptor
1168 uint8_t desc_index, uint16_t langid, unsigned char *data, int length)
1172 langid, data, length, 1000);
1167 libusb_get_string_descriptor(libusb_device_handle *dev, uint8_t desc_index, uint16_t langid, unsigned char *data, int length) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb10/libusb/
H A Ddescriptor.c679 int r, langid, si, di; local
693 langid = tbuf[2] | (tbuf[3] << 8);
695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
H A Dlibusb.h1161 * \param langid the language ID for the string descriptor
1168 uint8_t desc_index, uint16_t langid, unsigned char *data, int length)
1172 langid, data, length, 1000);
1167 libusb_get_string_descriptor(libusb_device_handle *dev, uint8_t desc_index, uint16_t langid, unsigned char *data, int length) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb10/libusb/
H A Ddescriptor.c679 int r, langid, si, di; local
693 langid = tbuf[2] | (tbuf[3] << 8);
695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
H A Dlibusb.h1161 * \param langid the language ID for the string descriptor
1168 uint8_t desc_index, uint16_t langid, unsigned char *data, int length)
1172 langid, data, length, 1000);
1167 libusb_get_string_descriptor(libusb_device_handle *dev, uint8_t desc_index, uint16_t langid, unsigned char *data, int length) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/core/
H A Dmessage.c659 * @langid: code for language chosen (from string descriptor zero)
678 static int usb_get_string(struct usb_device *dev, unsigned short langid, argument
688 (USB_DT_STRING << 8) + index, langid, buf, size,
715 static int usb_string_sub(struct usb_device *dev, unsigned int langid, argument
725 rc = usb_get_string(dev, langid, index, buf, 255);
730 rc = usb_get_string(dev, langid, index, buf, 2);
732 rc = usb_get_string(dev, langid, index, buf, buf[0]);
786 /* always use the first langid listed */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/core/
H A Dmessage.c659 * @langid: code for language chosen (from string descriptor zero)
678 static int usb_get_string(struct usb_device *dev, unsigned short langid, argument
688 (USB_DT_STRING << 8) + index, langid, buf, size,
715 static int usb_string_sub(struct usb_device *dev, unsigned int langid, argument
725 rc = usb_get_string(dev, langid, index, buf, 255);
730 rc = usb_get_string(dev, langid, index, buf, 2);
732 rc = usb_get_string(dev, langid, index, buf, buf[0]);
786 /* always use the first langid listed */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/src/
H A Dw32-gettext.c617 LANGID langid;
642 langid = LANGIDFROMLCID (lcid);
645 primary = PRIMARYLANGID (langid);
646 sub = SUBLANGID (langid);
616 LANGID langid; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/src/
H A Dw32-gettext.c617 LANGID langid;
642 langid = LANGIDFROMLCID (lcid);
645 primary = PRIMARYLANGID (langid);
646 sub = SUBLANGID (langid);
616 LANGID langid; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb/libusb/
H A Dusb.h289 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
H A Dcore.c875 API_EXPORTED int usb_get_string(usb_dev_handle *dev, int desc_index, int langid, argument
880 langid & 0xffff, buf, (int) buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb/libusb/
H A Dusb.h289 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
H A Dcore.c875 API_EXPORTED int usb_get_string(usb_dev_handle *dev, int desc_index, int langid, argument
880 langid & 0xffff, buf, (int) buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/src/
H A Dw32-gettext.c617 LANGID langid;
642 langid = LANGIDFROMLCID (lcid);
645 primary = PRIMARYLANGID (langid);
646 sub = SUBLANGID (langid);
616 LANGID langid; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb/libusb/
H A Dusb.h289 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
H A Dcore.c875 API_EXPORTED int usb_get_string(usb_dev_handle *dev, int desc_index, int langid, argument
880 langid & 0xffff, buf, (int) buflen);

Completed in 239 milliseconds