Searched refs:utf16 (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/
H A Dusbstring.c29 * string descriptor in utf16-le.
/linux-4.1.27/drivers/hv/
H A Dhv_kvp.c242 * Transform all parameters into utf16 encoding. process_ob_ipinfo()
369 * in utf16; convert it to utf8 strings. kvp_send_key()
370 * The host assures us that the utf16 strings will not exceed kvp_send_key()
389 * The value is a string - utf16 encoding. kvp_send_key()
559 * in utf16. Ensure that the key/value size reported to the host kvp_respond_to_host()
566 kvp_data->key_size = 2*(keylen + 1); /* utf16 encoding */ kvp_respond_to_host()
573 kvp_data->value_size = 2*(valuelen + 1); /* utf16 encoding */ kvp_respond_to_host()
H A Dhv_fcopy.c134 * in utf16; convert it to utf8 strings. fcopy_send_data()
135 * The host assures us that the utf16 strings will not exceed fcopy_send_data()
/linux-4.1.27/arch/ia64/kernel/
H A Defi.c928 efi_char16_t *utf16, name_utf16[32]; efi_uart_console_only() local
935 utf16 = name_utf16; efi_uart_console_only()
938 *utf16++ = *s++ & 0x7f; efi_uart_console_only()
939 *utf16 = 0; efi_uart_console_only()
/linux-4.1.27/fs/cifs/
H A Dcifs_unicode.c263 * convert utf8 -> utf16, we assume we have enough space cifs_strtoUTF16()
300 * @utf16 - pointer to input string
/linux-4.1.27/include/uapi/linux/
H A Dhyperv.h207 * The Windows host expects the Key Name and Key Value to be encoded in utf16.
/linux-4.1.27/drivers/net/hyperv/
H A Drndis_filter.c583 /* Multiply by 2 because host needs 2 bytes (utf16) for each char */ rndis_filter_set_device_mac()
588 /* Multiply by 4 because each MAC byte displayed as 2 utf16 chars */ rndis_filter_set_device_mac()

Completed in 189 milliseconds