Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dcomposite.h420 #define OS_STRING_QW_SIGN_LEN 14 macro
469 u8 qw_sign[OS_STRING_QW_SIGN_LEN];
/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c65 char qw_sign[OS_STRING_QW_SIGN_LEN];
832 memcpy(page, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in os_desc_qw_sign_show()
834 return OS_STRING_QW_SIGN_LEN; in os_desc_qw_sign_show()
844 l = min((int)len, OS_STRING_QW_SIGN_LEN >> 1); in os_desc_qw_sign_store()
851 OS_STRING_QW_SIGN_LEN); in os_desc_qw_sign_store()
1376 memcpy(cdev->qw_sign, gi->qw_sign, OS_STRING_QW_SIGN_LEN); in configfs_composite_bind()
Dcomposite.c37 __u8 qwSignature[OS_STRING_QW_SIGN_LEN];