Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c54 char qw_sign[OS_STRING_QW_SIGN_LEN]; member
1168 res = utf16s_to_utf8s((wchar_t *) gi->qw_sign, OS_STRING_QW_SIGN_LEN, in os_desc_qw_sign_show()
1187 UTF16_LITTLE_ENDIAN, (wchar_t *) gi->qw_sign, in os_desc_qw_sign_store()
1198 CONFIGFS_ATTR(os_desc_, qw_sign);
1738 memcpy(cdev->qw_sign, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in configfs_composite_bind()
H A Dcomposite.c1326 sizeof(b->qwSignature) == sizeof(cdev->qw_sign), in get_string()
1328 memcpy(&b->qwSignature, cdev->qw_sign, sizeof(b->qwSignature)); in get_string()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget143 qw_sign an identifier to be reported as "OS String"
/openbmc/linux/include/linux/usb/
H A Dcomposite.h462 u8 qw_sign[OS_STRING_QW_SIGN_LEN]; member