Searched refs:qw_sign (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/ |
H A D | configfs.c | 65 char qw_sign[OS_STRING_QW_SIGN_LEN]; member in struct:gadget_info 832 memcpy(page, gi->qw_sign, OS_STRING_QW_SIGN_LEN); os_desc_qw_sign_show() 850 UTF16_LITTLE_ENDIAN, (wchar_t *) gi->qw_sign, 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); configfs_composite_bind()
|
H A D | composite.c | 1001 sizeof(b->qwSignature) == sizeof(cdev->qw_sign), get_string() 1002 "qwSignature size must be equal to qw_sign"); get_string() 1003 memcpy(&b->qwSignature, cdev->qw_sign, sizeof(b->qwSignature)); get_string()
|
/linux-4.1.27/include/linux/usb/ |
H A D | composite.h | 429 * @qw_sign: qwSignature part of the OS string 469 u8 qw_sign[OS_STRING_QW_SIGN_LEN]; member in struct:usb_composite_dev
|
Completed in 78 milliseconds