Searched refs:utf16s_to_utf8s (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/hv/ |
D | hv_kvp.c | 330 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.ip_addr, in process_ib_ipinfo() 336 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.sub_net, in process_ib_ipinfo() 342 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.gate_way, in process_ib_ipinfo() 348 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.dns_addr, in process_ib_ipinfo() 357 utf16s_to_utf8s((wchar_t *)in->kvp_ip_val.adapter_id, in process_ib_ipinfo() 418 utf16s_to_utf8s( in kvp_send_key() 451 utf16s_to_utf8s( in kvp_send_key() 461 utf16s_to_utf8s( in kvp_send_key()
|
D | hv_fcopy.c | 160 utf16s_to_utf8s((wchar_t *)smsg_in->file_name, W_MAX_PATH, in fcopy_send_data() 164 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
|
/Linux-v4.19/fs/isofs/ |
D | joliet.c | 52 len = utf16s_to_utf8s((const wchar_t *) de->name, in get_joliet_filename()
|
/Linux-v4.19/fs/nls/ |
D | nls_base.c | 186 int utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, in utf16s_to_utf8s() function 233 EXPORT_SYMBOL(utf16s_to_utf8s);
|
/Linux-v4.19/include/linux/ |
D | nls.h | 59 extern int utf16s_to_utf8s(const wchar_t *pwcs, int len,
|
/Linux-v4.19/drivers/pci/ |
D | pci-label.c | 162 len = utf16s_to_utf8s((const wchar_t *)obj->buffer.pointer, in dsm_label_utf16s_to_utf8s()
|
/Linux-v4.19/fs/cifs/ |
D | cifs_unicode.c | 158 len = utf16s_to_utf8s(from, 3, UTF16_LITTLE_ENDIAN, target, 6); in cifs_mapchar()
|
/Linux-v4.19/drivers/acpi/ |
D | device_sysfs.c | 455 result = utf16s_to_utf8s( in description_show()
|
/Linux-v4.19/drivers/hid/ |
D | hid-cp2112.c | 1013 ret = utf16s_to_utf8s(report.string, length, UTF16_LITTLE_ENDIAN, buf, in pstr_show()
|
/Linux-v4.19/fs/fat/ |
D | dir.c | 187 return utf16s_to_utf8s(uni, FAT_MAX_UNI_CHARS, in fat_uni_to_x8()
|
/Linux-v4.19/drivers/usb/gadget/ |
D | configfs.c | 793 res = utf16s_to_utf8s((wchar_t *) gi->qw_sign, OS_STRING_QW_SIGN_LEN, in os_desc_qw_sign_show()
|
/Linux-v4.19/drivers/usb/core/ |
D | message.c | 839 err = utf16s_to_utf8s((wchar_t *) &tbuf[2], (err - 2) / 2, in usb_string()
|
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_main.c | 133 result = utf16s_to_utf8s((wchar_t *)str->string.pointer, in is_extended_socket_device()
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufshcd.c | 3259 utf16s_to_utf8s((wchar_t *)&buf[QUERY_DESC_HDR_SIZE], in ufshcd_read_string_desc()
|