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

  /src/sys/dev/usb/
usbroothub.c 447 struct usb_roothub_descriptors confd; local in function:roothub_ctrl_start
454 memcpy(&confd, &usbroothub_confd2, buflen);
455 confd.urh_confd.bDescriptorType =
457 memcpy(buf, &confd, buflen);
  /src/sys/dev/ic/
sl811hs.c 3301 struct usb_roothub_descriptors confd; local in function:slhci_roothub_ctrl
3303 actlen = uimin(buflen, sizeof(confd));
3304 memcpy(&confd, buf, actlen);
3307 confd.urh_confd.bMaxPower = t->max_current;
3308 memcpy(buf, &confd, actlen);

Completed in 17 milliseconds