Home
last modified time | relevance | path

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

/aosp14/system/core/libusbhost/
H A Dusbhost.c585 iter->curr_desc = device->desc; in usb_descriptor_iter_init()
591 if (iter->curr_desc >= iter->config_end) in usb_descriptor_iter_next()
593 next = (struct usb_descriptor_header*)iter->curr_desc; in usb_descriptor_iter_next()
599 iter->curr_desc += next->bLength; in usb_descriptor_iter_next()
/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h40 unsigned char* curr_desc; member