Home
last modified time | relevance | path

Searched refs:confd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c447 struct usb_roothub_descriptors confd; in roothub_ctrl_start() local
454 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()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c3301 struct usb_roothub_descriptors confd; in slhci_roothub_ctrl() local
3303 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()