Home | Sort by: relevance | last modified time | path |
/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); |