Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds