Home
last modified time | relevance | path

Searched refs:qw_sign (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/usb/gadget/
Dconfigfs.c51 char qw_sign[OS_STRING_QW_SIGN_LEN]; member
843 res = utf16s_to_utf8s((wchar_t *) gi->qw_sign, OS_STRING_QW_SIGN_LEN, in os_desc_qw_sign_show()
862 UTF16_LITTLE_ENDIAN, (wchar_t *) gi->qw_sign, in os_desc_qw_sign_store()
873 CONFIGFS_ATTR(os_desc_, qw_sign);
1347 memcpy(cdev->qw_sign, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in configfs_composite_bind()
Dcomposite.c1232 sizeof(b->qwSignature) == sizeof(cdev->qw_sign), in get_string()
1234 memcpy(&b->qwSignature, cdev->qw_sign, sizeof(b->qwSignature)); in get_string()
/linux-6.1.9/Documentation/ABI/testing/
Dconfigfs-usb-gadget143 qw_sign an identifier to be reported as "OS String"
/linux-6.1.9/include/linux/usb/
Dcomposite.h472 u8 qw_sign[OS_STRING_QW_SIGN_LEN]; member