Searched refs:utf8s_to_utf16s (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hv_kvp.c | 272 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.ip_addr, in process_ob_ipinfo() 280 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.sub_net, in process_ob_ipinfo() 288 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.gate_way, in process_ob_ipinfo() 296 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.dns_addr, in process_ob_ipinfo() 304 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.adapter_id, in process_ob_ipinfo() 597 keylen = utf8s_to_utf16s(key_name, strlen(key_name), UTF16_HOST_ENDIAN, in kvp_respond_to_host() 604 valuelen = utf8s_to_utf16s(value, strlen(value), UTF16_HOST_ENDIAN, in kvp_respond_to_host()
|
| /linux/drivers/usb/gadget/ |
| H A D | u_os_desc.h | 86 result = utf8s_to_utf16s(name, strlen(name), UTF16_LITTLE_ENDIAN, in usb_ext_prop_put_name() 108 result = utf8s_to_utf16s(string, data_len >> 1, UTF16_LITTLE_ENDIAN, in usb_ext_prop_put_unicode()
|
| H A D | configfs.c | 1200 res = utf8s_to_utf16s(page, l, in os_desc_qw_sign_store()
|
| /linux/fs/smb/server/ |
| H A D | unicode.c | 247 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN, in smb_strtoUTF16() 406 ret = utf8s_to_utf16s(source + i, charlen, in smbConvertToUTF16()
|
| /linux/fs/nls/ |
| H A D | nls_base.c | 135 int utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, in utf8s_to_utf16s() function 175 EXPORT_SYMBOL(utf8s_to_utf16s);
|
| /linux/include/linux/ |
| H A D | nls.h | 57 extern int utf8s_to_utf16s(const u8 *s, int len,
|
| /linux/fs/smb/client/ |
| H A D | cifs_unicode.c | 248 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN, in cifs_strtoUTF16() 520 ret = utf8s_to_utf16s(source + i, charlen, in cifsConvertToUTF16()
|
| H A D | reparse.c | 1054 symname_utf16_len = utf8s_to_utf16s(buf->Target, symname_utf8_len, in parse_reparse_wsl_symlink()
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | biosattr-interface.c | 221 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN, p, len); in hp_ascii_to_utf16_unicode()
|
| /linux/fs/exfat/ |
| H A D | nls.c | 503 unilen = utf8s_to_utf16s(p_cstring, len, UTF16_HOST_ENDIAN, in exfat_utf8_to_utf16()
|
| /linux/drivers/net/hyperv/ |
| H A D | rndis_filter.c | 824 ret = utf8s_to_utf16s(NWADR_STR, NWADR_STRLEN, UTF16_HOST_ENDIAN, in rndis_filter_set_device_mac() 829 ret = utf8s_to_utf16s(macstr, 2*ETH_ALEN, UTF16_HOST_ENDIAN, in rndis_filter_set_device_mac()
|
| /linux/drivers/hid/ |
| H A D | hid-cp2112.c | 972 ret = utf8s_to_utf16s(buf, count, UTF16_LITTLE_ENDIAN, in pstr_store()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 112 len = utf8s_to_utf16s(src, strlen(src), UTF16_LITTLE_ENDIAN, in xhci_dbc_populate_str_desc()
|