Searched refs:fFirstIsochronousDescriptor (Results 1 – 2 of 2) sorted by relevance
514 fFirstIsochronousDescriptor(NULL), in UHCI()628 fFirstIsochronousDescriptor = new(std::nothrow) uhci_td *[NUMBER_OF_FRAMES]; in UHCI()629 if (!fFirstIsochronousDescriptor) { in UHCI()637 delete [] fFirstIsochronousDescriptor; in UHCI()645 fFirstIsochronousDescriptor[i] = NULL; in UHCI()759 delete [] fFirstIsochronousDescriptor; in ~UHCI()1431 if (!fFirstIsochronousDescriptor[frame]) { in LinkIsochronousDescriptor()1434 fFirstIsochronousDescriptor[frame] = descriptor; in LinkIsochronousDescriptor()1458 uhci_td *descriptor = fFirstIsochronousDescriptor[frame]; in UnlinkIsochronousDescriptor()1463 fFirstIsochronousDescriptor[frame] in UnlinkIsochronousDescriptor()[all …]
227 uhci_td ** fFirstIsochronousDescriptor; variable