Home
last modified time | relevance | path

Searched refs:language (Results 1 – 21 of 21) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dusbstring.c118 buf[2] = (u8) table->language; in usb_gadget_get_string()
119 buf[3] = (u8) (table->language >> 8); in usb_gadget_get_string()
H A Dcomposite.c521 u16 language; in collect_langs() local
527 language = cpu_to_le16(s->language); in collect_langs()
529 if (tmp->val == language) in collect_langs()
532 tmp->val = language; in collect_langs()
541 u16 language, in lookup_string() argument
550 if (s->language != language) in lookup_string()
560 void *buf, u16 language, int id) in get_string() argument
610 len = lookup_string(composite->strings, buf, language, id); in get_string()
616 len = lookup_string(c->strings, buf, language, id); in get_string()
623 len = lookup_string(f->strings, buf, language, id); in get_string()
H A Dg_dnl.c85 .language = 0x0409, /* en-us */
H A Df_dfu.c99 .language = 0x0409, /* en-us */
112 .language = 0x0409, /* en-us */
H A Dstorage_common.c622 .language = 0x0409, /* en-us */
H A Df_sdp.c225 .language = 0x0409, /* en-us */
H A Df_fastboot.c227 .language = 0x0409, /* en-us */
H A Dether.c865 .language = 0x0409, /* en-us */
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.gperf1 %language=ANSI-C
/rk3399_rockchip-uboot/doc/
H A DREADME.mips49 initialized in board specific assembler language before the cache init
H A DREADME.qemu-mips161 Current language: auto; currently asm
169 Current language: auto; currently c
H A DREADME.standalone110 language are stub functions that perform the jump through the jump
H A DREADME.xtensa44 language.
/rk3399_rockchip-uboot/include/linux/usb/
H A Dgadget.h907 u16 language; /* 0x0409 for en-us */ member
/rk3399_rockchip-uboot/include/
H A Dppc_asm.tmpl10 * a PowerPC assembly language environment.
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING201 See the License for the specific language governing permissions and
/rk3399_rockchip-uboot/
H A DKconfig3 # see the file Documentation/kbuild/kconfig-language.txt in the
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt69 language. (Hereinafter, translation is included without limitation in
H A Dlgpl-2.1.txt133 straightforwardly into another language. (Hereinafter, translation is
H A Dlgpl-2.0.txt120 straightforwardly into another language. (Hereinafter, translation is
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h3122 …stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+l… in stbtt__matchpair() local
3133 …fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+loc+12+4) == language) { in stbtt__matchpair()