Home
last modified time | relevance | path

Searched defs:os_desc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c89 struct os_desc { struct
90 struct config_group group;
758 static ssize_t os_desc_use_show(struct os_desc *os_desc, char *page) in os_desc_use_show()
767 static ssize_t os_desc_use_store(struct os_desc *os_desc, const char *page, in os_desc_use_store()
792 static ssize_t os_desc_b_vendor_code_show(struct os_desc *os_desc, char *page) in os_desc_b_vendor_code_show()
801 static ssize_t os_desc_b_vendor_code_store(struct os_desc *os_desc, in os_desc_b_vendor_code_store()
826 static ssize_t os_desc_qw_sign_show(struct os_desc *os_desc, char *page) in os_desc_qw_sign_show()
837 static ssize_t os_desc_qw_sign_store(struct os_desc *os_desc, const char *page, in os_desc_qw_sign_store()
873 struct os_desc *os_desc = to_os_desc(item); in os_desc_attr_release() local
/linux-4.1.27/include/linux/usb/
Dcomposite.h111 struct usb_os_desc *os_desc; member