Home
last modified time | relevance | path

Searched refs:OS_STRING_QW_SIGN_LEN (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/usb/
H A Dcomposite.h439 #define OS_STRING_QW_SIGN_LEN 14 macro
470 u8 qw_sign[OS_STRING_QW_SIGN_LEN];
/linux/drivers/usb/gadget/
H A Dconfigfs.c54 char qw_sign[OS_STRING_QW_SIGN_LEN];
1178 res = utf16s_to_utf8s((wchar_t *) gi->qw_sign, OS_STRING_QW_SIGN_LEN, in os_desc_qw_sign_show()
1191 l = min_t(int, len, OS_STRING_QW_SIGN_LEN >> 1); in os_desc_qw_sign_store()
1198 OS_STRING_QW_SIGN_LEN); in os_desc_qw_sign_store()
1748 memcpy(cdev->qw_sign, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in configfs_composite_bind()
H A Dcomposite.c37 __u8 qwSignature[OS_STRING_QW_SIGN_LEN];