Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/
Dusb_device.c82 #define DESC_bLength 0 /** Length offset */ macro
483 while (p[DESC_bLength] != 0U) { in usb_get_descriptor()
492 p += p[DESC_bLength]; in usb_get_descriptor()
508 *len = p[DESC_bLength]; in usb_get_descriptor()
701 while (p[DESC_bLength] != 0U) { in usb_set_configuration()
732 p += p[DESC_bLength]; in usb_set_configuration()
767 while (p[DESC_bLength] != 0U) { in usb_set_interface()
796 p += p[DESC_bLength]; in usb_set_interface()
813 while (p[DESC_bLength] != 0U) { in usb_get_interface()
826 p += p[DESC_bLength]; in usb_get_interface()
[all …]