Home
last modified time | relevance | path

Searched refs:raw_descr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c634 uchar_t raw_descr[ROOT_HUB_DESCRIPTOR_LENGTH]; in uhci_handle_get_hub_descriptor() local
644 bzero(&raw_descr, ROOT_HUB_DESCRIPTOR_LENGTH); in uhci_handle_get_hub_descriptor()
646 raw_descr[0] = root_hub_descr->bDescLength; in uhci_handle_get_hub_descriptor()
647 raw_descr[1] = root_hub_descr->bDescriptorType; in uhci_handle_get_hub_descriptor()
648 raw_descr[2] = root_hub_descr->bNbrPorts; in uhci_handle_get_hub_descriptor()
649 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00ff; in uhci_handle_get_hub_descriptor()
651 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in uhci_handle_get_hub_descriptor()
652 raw_descr[6] = root_hub_descr->bHubContrCurrent; in uhci_handle_get_hub_descriptor()
653 raw_descr[7] = root_hub_descr->DeviceRemovable; in uhci_handle_get_hub_descriptor()
654 raw_descr[8] = root_hub_descr->PortPwrCtrlMask; in uhci_handle_get_hub_descriptor()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c1165 uchar_t raw_descr[ROOT_HUB_DESCRIPTOR_LENGTH]; in ohci_handle_get_hub_descriptor() local
1181 bzero(&raw_descr, ROOT_HUB_DESCRIPTOR_LENGTH); in ohci_handle_get_hub_descriptor()
1183 raw_descr[0] = root_hub_descr->bDescLength; in ohci_handle_get_hub_descriptor()
1184 raw_descr[1] = root_hub_descr->bDescriptorType; in ohci_handle_get_hub_descriptor()
1185 raw_descr[2] = root_hub_descr->bNbrPorts; in ohci_handle_get_hub_descriptor()
1186 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00FF; in ohci_handle_get_hub_descriptor()
1188 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in ohci_handle_get_hub_descriptor()
1189 raw_descr[6] = root_hub_descr->bHubContrCurrent; in ohci_handle_get_hub_descriptor()
1190 raw_descr[7] = root_hub_descr->DeviceRemovable; in ohci_handle_get_hub_descriptor()
1191 raw_descr[8] = root_hub_descr->PortPwrCtrlMask; in ohci_handle_get_hub_descriptor()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1310 uchar_t raw_descr[ROOT_HUB_DESCRIPTOR_LENGTH]; in ehci_handle_get_hub_descriptor() local
1326 bzero(&raw_descr, ROOT_HUB_DESCRIPTOR_LENGTH); in ehci_handle_get_hub_descriptor()
1328 raw_descr[0] = root_hub_descr->bDescLength; in ehci_handle_get_hub_descriptor()
1329 raw_descr[1] = root_hub_descr->bDescriptorType; in ehci_handle_get_hub_descriptor()
1330 raw_descr[2] = root_hub_descr->bNbrPorts; in ehci_handle_get_hub_descriptor()
1331 raw_descr[3] = root_hub_descr->wHubCharacteristics & 0x00FF; in ehci_handle_get_hub_descriptor()
1333 raw_descr[5] = root_hub_descr->bPwrOn2PwrGood; in ehci_handle_get_hub_descriptor()
1334 raw_descr[6] = root_hub_descr->bHubContrCurrent; in ehci_handle_get_hub_descriptor()
1335 raw_descr[7] = root_hub_descr->DeviceRemovable; in ehci_handle_get_hub_descriptor()
1336 raw_descr[8] = root_hub_descr->PortPwrCtrlMask; in ehci_handle_get_hub_descriptor()
[all …]