Searched refs:usb_handle_os_desc_feature (Results 1 – 4 of 4) sorted by relevance
28 int usb_handle_os_desc_feature(struct usb_setup_packet *setup,35 #define usb_handle_os_desc_feature(x, y, z) -ENOTSUP macro
37 int usb_handle_os_desc_feature(struct usb_setup_packet *setup, in usb_handle_os_desc_feature() function
1480 if (!usb_handle_os_desc_feature(pSetup, len, data)) { in vendor_handler()
119 ret = usb_handle_os_desc_feature(&setup, &len, &data); in test_handle_os_desc_feature()