HomeSort by: relevance | last modified time | path
    Searched defs:usbroothub_devd3 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
usbroothub.c 177 static const usb_device_descriptor_t usbroothub_devd3 = { variable in typeref:typename:const usb_device_descriptor_t
412 buflen = uimin(len, sizeof(usbroothub_devd3));
413 memcpy(buf, &usbroothub_devd3, buflen);
usbroothub.c 177 static const usb_device_descriptor_t usbroothub_devd3 = { variable in typeref:typename:const usb_device_descriptor_t
412 buflen = uimin(len, sizeof(usbroothub_devd3));
413 memcpy(buf, &usbroothub_devd3, buflen);
usbroothub.c 177 static const usb_device_descriptor_t usbroothub_devd3 = { variable in typeref:typename:const usb_device_descriptor_t
412 buflen = uimin(len, sizeof(usbroothub_devd3));
413 memcpy(buf, &usbroothub_devd3, buflen);

Completed in 36 milliseconds