Searched defs:os_desc (Results 1 – 2 of 2) sorted by relevance
89 struct os_desc { struct90 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
111 struct usb_os_desc *os_desc; member