Home
last modified time | relevance | path

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

/openbmc/linux/tools/usb/
H A Dffs-test.c226 const unsigned char *descs_end, *descs_start; in descs_to_legacy() local
267 descs_start = (const void *)counts; in descs_to_legacy()
276 descs_end = descs_start; in descs_to_legacy()
294 length = sizeof out->header + (descs_end - descs_start); in descs_to_legacy()
300 memcpy(out->descriptors, descs_start, descs_end - descs_start); in descs_to_legacy()