Home
last modified time | relevance | path

Searched refs:usb_handle_os_desc_feature (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/subsys/usb/
Dos_desc.h28 int usb_handle_os_desc_feature(struct usb_setup_packet *setup,
35 #define usb_handle_os_desc_feature(x, y, z) -ENOTSUP macro
Dos_desc.c37 int usb_handle_os_desc_feature(struct usb_setup_packet *setup, in usb_handle_os_desc_feature() function
Dusb_device.c1480 if (!usb_handle_os_desc_feature(pSetup, len, data)) { in vendor_handler()
/Zephyr-Core-2.7.6/tests/subsys/usb/os_desc/src/
Dusb_osdesc.c119 ret = usb_handle_os_desc_feature(&setup, &len, &data); in test_handle_os_desc_feature()