Home
last modified time | relevance | path

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

/linux-4.1.27/tools/usb/
Dffs-test.c178 const unsigned char *descs_end, *descs_start; in descs_to_legacy() local
219 descs_start = (const void *)counts; in descs_to_legacy()
228 descs_end = descs_start; in descs_to_legacy()
246 length = sizeof out->header + (descs_end - descs_start); in descs_to_legacy()
252 memcpy(out->descriptors, descs_start, descs_end - descs_start); in descs_to_legacy()