Searched refs:statusDescriptor (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.cpp1170 ohci_general_td *statusDescriptor = _CreateGeneralDescriptor(0); local
1171 if (!statusDescriptor) {
1177 statusDescriptor->flags
1197 _FreeGeneralDescriptor(statusDescriptor);
1207 _LinkDescriptors(lastDescriptor, statusDescriptor);
1209 _LinkDescriptors(setupDescriptor, statusDescriptor);
1218 dataDescriptor, statusDescriptor, directionIn);
1226 _SwitchEndpointTail(endpoint, setupDescriptor, statusDescriptor);
H A Duhci.cpp933 uhci_td *statusDescriptor = CreateDescriptor(pipe, local
936 if (!setupDescriptor || !statusDescriptor) {
939 FreeDescriptor(statusDescriptor);
948 statusDescriptor->status |= TD_CONTROL_IOC;
949 statusDescriptor->token |= TD_TOKEN_DATA1;
950 statusDescriptor->link_phy = TD_TERMINATE;
951 statusDescriptor->link_log = NULL;
962 FreeDescriptor(statusDescriptor);
972 LinkDescriptors(lastDescriptor, statusDescriptor);
975 LinkDescriptors(setupDescriptor, statusDescriptor);
[all...]
H A Dehci.cpp2022 ehci_qtd *statusDescriptor = CreateDescriptor(0, local
2025 if (!setupDescriptor || !statusDescriptor) {
2028 FreeDescriptor(statusDescriptor);
2038 statusDescriptor->token |= EHCI_QTD_IOC | EHCI_QTD_DATA_TOGGLE;
2049 FreeDescriptor(statusDescriptor);
2059 LinkDescriptors(lastDescriptor, statusDescriptor, strayDescriptor);
2062 LinkDescriptors(setupDescriptor, statusDescriptor, strayDescriptor);

Completed in 53 milliseconds