Symbol: utf16s_to_utf8s
drivers/acpi/device_sysfs.c
486
result = utf16s_to_utf8s(
drivers/hid/hid-cp2112.c
1018
ret = utf16s_to_utf8s(report.string, length, UTF16_LITTLE_ENDIAN, buf,
drivers/hv/hv_kvp.c
331
utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.ip_addr,
drivers/hv/hv_kvp.c
337
utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.sub_net,
drivers/hv/hv_kvp.c
343
utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.gate_way,
drivers/hv/hv_kvp.c
349
utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.dns_addr,
drivers/hv/hv_kvp.c
360
utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.adapter_id,
drivers/hv/hv_kvp.c
425
utf16s_to_utf8s(
drivers/hv/hv_kvp.c
461
utf16s_to_utf8s(
drivers/hv/hv_kvp.c
472
utf16s_to_utf8s(
drivers/hv/hv_kvp.c
482
utf16s_to_utf8s(
drivers/hwmon/hp-wmi-sensors.c
439
i = utf16s_to_utf8s(++src, cps, UTF16_LITTLE_ENDIAN, dst, len);
drivers/net/fjes/fjes_main.c
52
result = utf16s_to_utf8s((wchar_t *)str->string.pointer,
drivers/pci/pci-label.c
146
len = utf16s_to_utf8s((const wchar_t *)obj->buffer.pointer,
drivers/platform/wmi/string.c
44
ret = utf16s_to_utf8s((__force const wchar_t *)str->chars, inlen, UTF16_LITTLE_ENDIAN, dst,
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
94
utf16s_to_utf8s(src, src_size, UTF16_HOST_ENDIAN, dst, conv_dst_size);
drivers/ufs/core/ufshcd.c
3828
ret = utf16s_to_utf8s(uc_str->uc,
drivers/usb/core/message.c
1051
err = utf16s_to_utf8s((wchar_t *) &tbuf[2], (err - 2) / 2,
drivers/usb/gadget/configfs.c
1180
res = utf16s_to_utf8s((wchar_t *) gi->qw_sign, OS_STRING_QW_SIGN_LEN,
fs/exfat/nls.c
487
len = utf16s_to_utf8s(uniname, MAX_NAME_LENGTH, UTF16_HOST_ENDIAN,
fs/f2fs/file.c
3719
count = utf16s_to_utf8s(sbi->raw_super->volume_name,
fs/fat/dir.c
188
return utf16s_to_utf8s(uni, FAT_MAX_UNI_CHARS,
fs/isofs/joliet.c
50
len = utf16s_to_utf8s((const wchar_t *) de->name,
fs/nls/nls_base.c
244
EXPORT_SYMBOL(utf16s_to_utf8s);
fs/ntfs3/dir.c
30
ret = utf16s_to_utf8s((wchar_t *)name, len, UTF16_LITTLE_ENDIAN,
fs/ntfs3/super.c
1338
err = utf16s_to_utf8s(resident_data(attr),
fs/smb/client/cifs_unicode.c
128
len = utf16s_to_utf8s(from, 3, UTF16_LITTLE_ENDIAN, target, 6);
fs/smb/client/reparse.c
554
symname_utf8_len = utf16s_to_utf8s((wchar_t *)symname_utf16, symname_utf16_len/2,
fs/smb/server/unicode.c
83
len = utf16s_to_utf8s(from, 3, UTF16_LITTLE_ENDIAN, target, 6);
include/linux/nls.h
59
extern int utf16s_to_utf8s(const wchar_t *pwcs, int len,