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

  /src/sys/dev/usb/
usbroothub.c 127 static const usb_device_descriptor_t usbroothub_devd1 = { variable in typeref:typename:const usb_device_descriptor_t
418 buflen = uimin(len, sizeof(usbroothub_devd1));
419 memcpy(buf, &usbroothub_devd1, buflen);
usbroothub.c 127 static const usb_device_descriptor_t usbroothub_devd1 = { variable in typeref:typename:const usb_device_descriptor_t
418 buflen = uimin(len, sizeof(usbroothub_devd1));
419 memcpy(buf, &usbroothub_devd1, buflen);
usbroothub.c 127 static const usb_device_descriptor_t usbroothub_devd1 = { variable in typeref:typename:const usb_device_descriptor_t
418 buflen = uimin(len, sizeof(usbroothub_devd1));
419 memcpy(buf, &usbroothub_devd1, buflen);

Completed in 33 milliseconds