Searched refs:utf8s_to_utf16s (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/usb/gadget/
H A Du_os_desc.h86 result = utf8s_to_utf16s(name, strlen(name), UTF16_LITTLE_ENDIAN,
108 result = utf8s_to_utf16s(string, data_len >> 1, UTF16_LITTLE_ENDIAN,
H A Dusbstring.c59 len = utf8s_to_utf16s(s->s, len, UTF16_LITTLE_ENDIAN,
H A Dconfigfs.c1189 res = utf8s_to_utf16s(page, l,
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c86 rc = utf8s_to_utf16s(key, key_len - 1, UTF16_LITTLE_ENDIAN, (wchar_t *)var.name,
132 rc = utf8s_to_utf16s(key, key_len - 1, UTF16_LITTLE_ENDIAN, (wchar_t *)var.name,
/linux-master/include/linux/
H A Dnls.h57 extern int utf8s_to_utf16s(const u8 *s, int len,
/linux-master/drivers/hv/
H A Dhv_kvp.c272 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.ip_addr,
280 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.sub_net,
288 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.gate_way,
296 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.dns_addr,
304 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.adapter_id,
597 keylen = utf8s_to_utf16s(key_name, strlen(key_name), UTF16_HOST_ENDIAN,
604 valuelen = utf8s_to_utf16s(value, strlen(value), UTF16_HOST_ENDIAN,
/linux-master/fs/smb/server/
H A Dunicode.c247 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN,
406 ret = utf8s_to_utf16s(source + i, charlen,
/linux-master/fs/smb/client/
H A Dcifs_unicode.c262 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN,
523 ret = utf8s_to_utf16s(source + i, charlen,
/linux-master/drivers/usb/misc/
H A Dusb251xb.c546 len = utf8s_to_utf16s(str, len, UTF16_LITTLE_ENDIAN,
555 len = utf8s_to_utf16s(str, len, UTF16_LITTLE_ENDIAN,
565 len = utf8s_to_utf16s(str, len, UTF16_LITTLE_ENDIAN,
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c221 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN, p, len);
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.c62 utf8s_to_utf16s(DBC_STRING_SERIAL, strlen(DBC_STRING_SERIAL),
73 utf8s_to_utf16s(DBC_STRING_PRODUCT, strlen(DBC_STRING_PRODUCT),
84 utf8s_to_utf16s(DBC_STRING_MANUFACTURER,
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c43 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN,
/linux-master/fs/nls/
H A Dnls_base.c132 int utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, function
172 EXPORT_SYMBOL(utf8s_to_utf16s); variable
/linux-master/drivers/net/hyperv/
H A Drndis_filter.c838 ret = utf8s_to_utf16s(NWADR_STR, NWADR_STRLEN, UTF16_HOST_ENDIAN,
843 ret = utf8s_to_utf16s(macstr, 2*ETH_ALEN, UTF16_HOST_ENDIAN,
/linux-master/fs/fat/
H A Dnamei_vfat.c521 *outlen = utf8s_to_utf16s(name, len, UTF16_HOST_ENDIAN,
/linux-master/drivers/hid/
H A Dhid-cp2112.c956 ret = utf8s_to_utf16s(buf, count, UTF16_LITTLE_ENDIAN,
/linux-master/fs/exfat/
H A Dnls.c503 unilen = utf8s_to_utf16s(p_cstring, len, UTF16_HOST_ENDIAN,
/linux-master/fs/f2fs/
H A Dfile.c3420 utf8s_to_utf16s(vbuf, strlen(vbuf), UTF16_LITTLE_ENDIAN,

Completed in 375 milliseconds