Searched refs:confd (Results 1 – 2 of 2) sorted by relevance
447 struct usb_roothub_descriptors confd; in roothub_ctrl_start() local454 memcpy(&confd, &usbroothub_confd2, buflen); in roothub_ctrl_start()455 confd.urh_confd.bDescriptorType = in roothub_ctrl_start()457 memcpy(buf, &confd, buflen); in roothub_ctrl_start()
3301 struct usb_roothub_descriptors confd; in slhci_roothub_ctrl() local3303 actlen = uimin(buflen, sizeof(confd)); in slhci_roothub_ctrl()3304 memcpy(&confd, buf, actlen); in slhci_roothub_ctrl()3307 confd.urh_confd.bMaxPower = t->max_current; in slhci_roothub_ctrl()3308 memcpy(buf, &confd, actlen); in slhci_roothub_ctrl()