Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_kvp.c272 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()
/openbmc/linux/drivers/usb/gadget/
H A Du_os_desc.h86 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 Dusbstring.c59 len = utf8s_to_utf16s(s->s, len, UTF16_LITTLE_ENDIAN, in usb_gadget_get_string()
H A Dconfigfs.c1186 res = utf8s_to_utf16s(page, l, in os_desc_qw_sign_store()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c86 rc = utf8s_to_utf16s(key, key_len - 1, UTF16_LITTLE_ENDIAN, (wchar_t *)var.name, in plpks_get_variable()
132 rc = utf8s_to_utf16s(key, key_len - 1, UTF16_LITTLE_ENDIAN, (wchar_t *)var.name, in plpks_set_variable()
/openbmc/linux/fs/nls/
H A Dnls_base.c132 int utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, in utf8s_to_utf16s() function
172 EXPORT_SYMBOL(utf8s_to_utf16s);
/openbmc/linux/fs/smb/server/
H A Dunicode.c247 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN, in smb_strtoUTF16()
406 ret = utf8s_to_utf16s(source + i, charlen, in smbConvertToUTF16()
/openbmc/linux/include/linux/
H A Dnls.h57 extern int utf8s_to_utf16s(const u8 *s, int len,
/openbmc/linux/fs/smb/client/
H A Dcifs_unicode.c262 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN, in cifs_strtoUTF16()
523 ret = utf8s_to_utf16s(source + i, charlen, in cifsConvertToUTF16()
/openbmc/linux/drivers/usb/misc/
H A Dusb251xb.c546 len = utf8s_to_utf16s(str, len, UTF16_LITTLE_ENDIAN, in usb251xb_get_ofdata()
555 len = utf8s_to_utf16s(str, len, UTF16_LITTLE_ENDIAN, in usb251xb_get_ofdata()
565 len = utf8s_to_utf16s(str, len, UTF16_LITTLE_ENDIAN, in usb251xb_get_ofdata()
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c221 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN, p, len); in hp_ascii_to_utf16_unicode()
/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgcap.c47 utf8s_to_utf16s(DBC_STRING_SERIAL, strlen(DBC_STRING_SERIAL), in xhci_dbc_populate_strings()
58 utf8s_to_utf16s(DBC_STRING_PRODUCT, strlen(DBC_STRING_PRODUCT), in xhci_dbc_populate_strings()
69 utf8s_to_utf16s(DBC_STRING_MANUFACTURER, in xhci_dbc_populate_strings()
/openbmc/linux/fs/exfat/
H A Dnls.c503 unilen = utf8s_to_utf16s(p_cstring, len, UTF16_HOST_ENDIAN, in exfat_utf8_to_utf16()
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c43 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN, in populate_string_buffer()
/openbmc/linux/drivers/net/hyperv/
H A Drndis_filter.c839 ret = utf8s_to_utf16s(NWADR_STR, NWADR_STRLEN, UTF16_HOST_ENDIAN, in rndis_filter_set_device_mac()
844 ret = utf8s_to_utf16s(macstr, 2*ETH_ALEN, UTF16_HOST_ENDIAN, in rndis_filter_set_device_mac()
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c521 *outlen = utf8s_to_utf16s(name, len, UTF16_HOST_ENDIAN, in xlate_to_uni()
/openbmc/linux/drivers/hid/
H A Dhid-cp2112.c956 ret = utf8s_to_utf16s(buf, count, UTF16_LITTLE_ENDIAN, in pstr_store()
/openbmc/linux/fs/f2fs/
H A Dfile.c3402 utf8s_to_utf16s(vbuf, strlen(vbuf), UTF16_LITTLE_ENDIAN, in f2fs_ioc_setfslabel()