Searched refs:utf16s_to_utf8s (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hv_kvp.c | 331 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.ip_addr, in process_ib_ipinfo() 337 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.sub_net, in process_ib_ipinfo() 343 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.gate_way, in process_ib_ipinfo() 349 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.dns_addr, in process_ib_ipinfo() 360 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.adapter_id, in process_ib_ipinfo() 425 utf16s_to_utf8s( in kvp_send_key() 461 utf16s_to_utf8s( in kvp_send_key() 472 utf16s_to_utf8s( in kvp_send_key() 482 utf16s_to_utf8s( in kvp_send_key()
|
| /linux/fs/isofs/ |
| H A D | joliet.c | 50 len = utf16s_to_utf8s((const wchar_t *) de->name, in get_joliet_filename()
|
| /linux/fs/nls/ |
| H A D | nls_base.c | 189 int utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, in utf16s_to_utf8s() function 244 EXPORT_SYMBOL(utf16s_to_utf8s);
|
| /linux/include/linux/ |
| H A D | nls.h | 59 extern int utf16s_to_utf8s(const wchar_t *pwcs, int len,
|
| /linux/drivers/pci/ |
| H A D | pci-label.c | 146 len = utf16s_to_utf8s((const wchar_t *)obj->buffer.pointer, in dsm_label_utf16s_to_utf8s()
|
| /linux/fs/smb/server/ |
| H A D | unicode.c | 83 len = utf16s_to_utf8s(from, 3, UTF16_LITTLE_ENDIAN, target, 6); in cifs_mapchar()
|
| /linux/fs/exfat/ |
| H A D | nls.c | 487 len = utf16s_to_utf8s(uniname, MAX_NAME_LENGTH, UTF16_HOST_ENDIAN, in exfat_utf16_to_utf8()
|
| /linux/fs/smb/client/ |
| H A D | cifs_unicode.c | 129 len = utf16s_to_utf8s(from, 3, UTF16_LITTLE_ENDIAN, target, 6); in cifs_mapchar()
|
| H A D | reparse.c | 554 symname_utf8_len = utf16s_to_utf8s((wchar_t *)symname_utf16, symname_utf16_len/2, in wsl_set_reparse_buf()
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | bioscfg.c | 94 utf16s_to_utf8s(src, src_size, UTF16_HOST_ENDIAN, dst, conv_dst_size); in hp_get_string_from_buffer()
|
| /linux/drivers/hid/ |
| H A D | hid-cp2112.c | 1018 ret = utf16s_to_utf8s(report.string, length, UTF16_LITTLE_ENDIAN, buf, in pstr_show()
|
| /linux/drivers/usb/core/ |
| H A D | message.c | 1051 err = utf16s_to_utf8s((wchar_t *) &tbuf[2], (err - 2) / 2, in usb_string()
|
| /linux/drivers/usb/gadget/ |
| H A D | configfs.c | 1180 res = utf16s_to_utf8s((wchar_t *) gi->qw_sign, OS_STRING_QW_SIGN_LEN, in os_desc_qw_sign_show()
|