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

  /src/sys/dev/usb/
usbroothub.c 330 static const usb_hub_descriptor_t usbroothub_hubd = { variable in typeref:typename:const usb_hub_descriptor_t
488 buflen = uimin(len, sizeof(usbroothub_hubd));
489 memcpy(buf, &usbroothub_hubd, buflen);
usbroothub.c 330 static const usb_hub_descriptor_t usbroothub_hubd = { variable in typeref:typename:const usb_hub_descriptor_t
488 buflen = uimin(len, sizeof(usbroothub_hubd));
489 memcpy(buf, &usbroothub_hubd, buflen);

Completed in 23 milliseconds