Searched refs:qw_sign (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/ |
D | configfs.c | 65 char qw_sign[OS_STRING_QW_SIGN_LEN]; member 832 memcpy(page, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in os_desc_qw_sign_show() 850 UTF16_LITTLE_ENDIAN, (wchar_t *) gi->qw_sign, in os_desc_qw_sign_store() 860 __CONFIGFS_ATTR(qw_sign, S_IRUGO | S_IWUSR, 1376 memcpy(cdev->qw_sign, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in configfs_composite_bind()
|
D | composite.c | 1001 sizeof(b->qwSignature) == sizeof(cdev->qw_sign), in get_string() 1003 memcpy(&b->qwSignature, cdev->qw_sign, sizeof(b->qwSignature)); in get_string()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 125 qw_sign - an identifier to be reported as "OS String"
|
/linux-4.1.27/include/linux/usb/ |
D | composite.h | 469 u8 qw_sign[OS_STRING_QW_SIGN_LEN]; member
|