Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_io.c704 return (transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE); in libusb_control_transfer_get_data()
742 transfer->length = LIBUSB_CONTROL_SETUP_SIZE in libusb_fill_control_transfer()
H A Dlibusb.h449 #define LIBUSB_CONTROL_SETUP_SIZE 8 /* bytes */ macro