Searched refs:language (Results 1 - 17 of 17) sorted by relevance

/u-boot/drivers/usb/gadget/
H A Dusbstring.c41 /* descriptor 0 has the language id */
45 buf[2] = (u8) table->language;
46 buf[3] = (u8) (table->language >> 8);
H A Dcomposite.c563 * only one language (probably English) is used, with I18N handled on
570 u16 language; local
576 language = cpu_to_le16(s->language);
578 if (tmp->val == language)
581 tmp->val = language;
590 u16 language,
599 if (s->language != language)
609 void *buf, u16 language, in
587 lookup_string( struct usb_gadget_strings **sp, void *buf, u16 language, int id ) argument
608 get_string(struct usb_composite_dev *cdev, void *buf, u16 language, int id) argument
[all...]
H A Dg_dnl.c84 .language = 0x0409, /* en-us */
H A Df_dfu.c100 .language = 0x0409, /* en-us */
113 .language = 0x0409, /* en-us */
H A Dstorage_common.c560 .language = 0x0409, /* en-us */
H A Df_fastboot.c188 .language = 0x0409, /* en-us */
H A Df_acm.c478 .language = 0x0409, /* en-us */
H A Df_rockusb.c92 .language = 0x0409, /* en-us */
H A Df_sdp.c277 .language = 0x0409, /* en-us */
H A Dether.c854 .language = 0x0409, /* en-us */
/u-boot/lib/efi_loader/
H A Defi_hii.c75 char *language; member in struct:efi_string_table
108 free(stbl->language);
140 EFI_PRINT("language: %s\n", strings_package->language);
180 stbl->language = strdup((char *)strings_package->language);
181 if (!stbl->language) {
228 free(stbl->language);
806 static bool language_match(char *language, char *languages) argument
810 n = strlen(language);
820 new_string(const struct efi_hii_string_protocol *this, efi_hii_handle_t package_list, efi_string_id_t *string_id, const u8 *language, const u16 *language_name, const efi_string_t string, const struct efi_font_info *string_font_info) argument
877 get_string(const struct efi_hii_string_protocol *this, const u8 *language, efi_hii_handle_t package_list, efi_string_id_t string_id, efi_string_t string, efi_uintn_t *string_size, struct efi_font_info **string_font_info) argument
925 set_string(const struct efi_hii_string_protocol *this, efi_hii_handle_t package_list, efi_string_id_t string_id, const u8 *language, const efi_string_t string, const struct efi_font_info *string_font_info) argument
[all...]
/u-boot/doc/
H A Dconf.py172 # The language for content autogenerated by Sphinx. Refer to documentation
176 # Usually you set "language" from the command line for these cases.
177 language = 'en' variable
323 # A dictionary with options for the search language support, empty by default.
497 # The language of the text. It defaults to the language option
498 # or 'en' if the language is not set.
/u-boot/include/linux/usb/
H A Dgadget.h906 * struct usb_gadget_strings - a set of USB strings in a given language
907 * @language:identifies the strings' language (0x0409 for en-us)
911 * strings for a given language.
914 u16 language; /* 0x0409 for en-us */ member in struct:usb_gadget_strings
/u-boot/board/xilinx/common/
H A Dfru_ops.c61 static int fru_check_type_len(u8 type_len, u8 language, u8 *type) argument
/u-boot/include/
H A Defi_api.h1015 u8 language[]; member in struct:efi_hii_strings_package
1243 const u8 *language,
1249 const u8 *language,
1259 const u8 *language,
/u-boot/scripts/
H A Dkernel-doc48 Read C language source or header FILEs, extract embedded documentation comments,
/u-boot/drivers/video/
H A Dstb_truetype.h1008 // the details of that depend on the encoding & language in a complex way
4854 stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+loc+4); local
4864 // check for target_id+1 immediately following, with same encoding & language
4865 if (i+1 < count && ttUSHORT(fc+loc+12+6) == next_id && ttUSHORT(fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+loc+12+4) == language) {

Completed in 192 milliseconds