Symbol: ehci_qtd
src/add-ons/kernel/busses/usb/ehci.cpp
1047
ehci_qtd *descriptor = transferData->queue_head->element_log;
src/add-ons/kernel/busses/usb/ehci.cpp
1114
ehci_qtd *dataDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
1654
ehci_qtd *dataDescriptor, bool directionIn)
src/add-ons/kernel/busses/usb/ehci.cpp
1758
ehci_qtd *descriptor = current->queue_head->element_log;
src/add-ons/kernel/busses/usb/ehci.cpp
1883
ehci_qtd *descriptor = transfer->queue_head->element_log;
src/add-ons/kernel/busses/usb/ehci.cpp
2261
ehci_qtd *descriptor = CreateDescriptor(0, 0);
src/add-ons/kernel/busses/usb/ehci.cpp
2435
ehci_qtd **_dataDescriptor, bool *_directionIn, bool prepareKernelAccess)
src/add-ons/kernel/busses/usb/ehci.cpp
2441
ehci_qtd *setupDescriptor = CreateDescriptor(sizeof(usb_request_data),
src/add-ons/kernel/busses/usb/ehci.cpp
2443
ehci_qtd *statusDescriptor = CreateDescriptor(0,
src/add-ons/kernel/busses/usb/ehci.cpp
2458
ehci_qtd *strayDescriptor = queueHead->stray_log;
src/add-ons/kernel/busses/usb/ehci.cpp
2461
ehci_qtd *dataDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2463
ehci_qtd *lastDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2507
ehci_qtd **_dataDescriptor, bool *_directionIn, bool prepareKernelAccess)
src/add-ons/kernel/busses/usb/ehci.cpp
2522
ehci_qtd *firstDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2523
ehci_qtd *lastDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2524
ehci_qtd *strayDescriptor = queueHead->stray_log;
src/add-ons/kernel/busses/usb/ehci.cpp
2559
ehci_qtd **_dataDescriptor, bool *_directionIn)
src/add-ons/kernel/busses/usb/ehci.cpp
2592
ehci_qtd *firstDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2593
ehci_qtd *lastDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2594
ehci_qtd *strayDescriptor = queueHead->stray_log;
src/add-ons/kernel/busses/usb/ehci.cpp
2603
ehci_qtd *current = firstDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
2646
ehci_qtd *
src/add-ons/kernel/busses/usb/ehci.cpp
2649
ehci_qtd *result;
src/add-ons/kernel/busses/usb/ehci.cpp
2652
sizeof(ehci_qtd)) != B_OK) {
src/add-ons/kernel/busses/usb/ehci.cpp
2681
sizeof(ehci_qtd));
src/add-ons/kernel/busses/usb/ehci.cpp
2699
EHCI::CreateDescriptorChain(Pipe *pipe, ehci_qtd **_firstDescriptor,
src/add-ons/kernel/busses/usb/ehci.cpp
2700
ehci_qtd **_lastDescriptor, ehci_qtd *strayDescriptor, uint8 pid,
src/add-ons/kernel/busses/usb/ehci.cpp
2708
ehci_qtd *firstDescriptor = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2709
ehci_qtd *lastDescriptor = *_firstDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
271
print_descriptor_chain(ehci_qtd *descriptor)
src/add-ons/kernel/busses/usb/ehci.cpp
2711
ehci_qtd *descriptor = CreateDescriptor(min_c(packetSize, buffersLength),
src/add-ons/kernel/busses/usb/ehci.cpp
2739
EHCI::FreeDescriptor(ehci_qtd *descriptor)
src/add-ons/kernel/busses/usb/ehci.cpp
2750
sizeof(ehci_qtd));
src/add-ons/kernel/busses/usb/ehci.cpp
2755
EHCI::FreeDescriptorChain(ehci_qtd *topDescriptor)
src/add-ons/kernel/busses/usb/ehci.cpp
2757
ehci_qtd *current = topDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
2758
ehci_qtd *next = NULL;
src/add-ons/kernel/busses/usb/ehci.cpp
2829
EHCI::LinkDescriptors(ehci_qtd *first, ehci_qtd *last, ehci_qtd *alt)
src/add-ons/kernel/busses/usb/ehci.cpp
2895
EHCI::WriteDescriptorChain(ehci_qtd *topDescriptor, generic_io_vec *vector,
src/add-ons/kernel/busses/usb/ehci.cpp
2898
ehci_qtd *current = topDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
2949
EHCI::ReadDescriptorChain(ehci_qtd *topDescriptor, generic_io_vec *vector,
src/add-ons/kernel/busses/usb/ehci.cpp
2953
ehci_qtd *current = topDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
3011
EHCI::ReadActualLength(ehci_qtd *topDescriptor, bool *nextDataToggle)
src/add-ons/kernel/busses/usb/ehci.cpp
3014
ehci_qtd *current = topDescriptor;
src/add-ons/kernel/busses/usb/ehci.cpp
980
ehci_qtd *descriptor = transferData->queue_head->element_log;
src/add-ons/kernel/busses/usb/ehci.h
101
ehci_qtd *dataDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
144
ehci_qtd **dataDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
149
ehci_qtd **dataDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
154
ehci_qtd **dataDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
161
ehci_qtd * CreateDescriptor(
src/add-ons/kernel/busses/usb/ehci.h
165
ehci_qtd **firstDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
166
ehci_qtd **lastDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
167
ehci_qtd *strayDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
174
void FreeDescriptor(ehci_qtd *descriptor);
src/add-ons/kernel/busses/usb/ehci.h
175
void FreeDescriptorChain(ehci_qtd *topDescriptor);
src/add-ons/kernel/busses/usb/ehci.h
181
void LinkDescriptors(ehci_qtd *first,
src/add-ons/kernel/busses/usb/ehci.h
182
ehci_qtd *last, ehci_qtd *alt);
src/add-ons/kernel/busses/usb/ehci.h
185
ehci_qtd *topDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
188
size_t ReadDescriptorChain(ehci_qtd *topDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
191
size_t ReadActualLength(ehci_qtd *topDescriptor,
src/add-ons/kernel/busses/usb/ehci.h
25
ehci_qtd * data_descriptor;
src/add-ons/kernel/busses/usb/ehci_hardware.h
209
struct ehci_qtd *next_log;
src/add-ons/kernel/busses/usb/ehci_hardware.h
210
struct ehci_qtd *alt_next_log;
src/add-ons/kernel/busses/usb/ehci_hardware.h
264
ehci_qtd *stray_log;
src/add-ons/kernel/busses/usb/ehci_hardware.h
265
ehci_qtd *element_log;