Home
last modified time | relevance | path

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

/NextBSD/lib/libusb/
HDlibusb10_io.c674 return (transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE); in libusb_control_transfer_get_data()
712 transfer->length = LIBUSB_CONTROL_SETUP_SIZE in libusb_fill_control_transfer()
HDlibusb.h358 #define LIBUSB_CONTROL_SETUP_SIZE 8 /* bytes */ macro