Searched defs:directionIn (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp350 my_transfer_data(my_device *device, bool directionIn, void *data, argument
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp231 usb_disk_transfer_data(disk_device *device, bool directionIn, const transfer_data& data) argument
275 usb_disk_transfer_data(disk_device *device, bool directionIn, argument
353 usb_disk_operation_interrupt(device_lun *lun, uint8* operation, const transfer_data& data, size_t *dataLength, bool directionIn, err_act *_action) argument
431 usb_disk_operation_bulk(device_lun *lun, uint8 *operation, size_t operationLength, const transfer_data& data, size_t *dataLength, bool directionIn, err_act *_action) argument
571 usb_disk_operation(device_lun *lun, uint8* operation, size_t opLength, const transfer_data& data, size_t *dataLength, bool directionIn, err_act *_action = NULL) argument
586 usb_disk_operation(device_lun *lun, uint8* operation, size_t opLength, void *buffer, size_t *dataLength, bool directionIn, err_act *_action = NULL) argument
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp1461 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) != 0; local
1545 bool directionIn local
1001 _AddPendingTransfer(Transfer *transfer, ohci_endpoint_descriptor *endpoint, ohci_general_td *firstDescriptor, ohci_general_td *dataDescriptor, ohci_general_td *lastDescriptor, bool directionIn) argument
1058 _AddPendingIsochronousTransfer(Transfer *transfer, ohci_endpoint_descriptor *endpoint, ohci_isochronous_td *firstDescriptor, ohci_isochronous_td *lastDescriptor, bool directionIn) argument
1615 bool directionIn = (pipe->Direction() == Pipe::In); local
[all...]
H A Duhci.cpp861 bool directionIn = (pipe->Direction() == Pipe::In); local
1082 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) > 0; local
1154 AddPendingTransfer(Transfer *transfer, Queue *queue, uhci_qh *transferQueue, uhci_td *firstDescriptor, uhci_td *dataDescriptor, bool directionIn) argument
1212 AddPendingIsochronousTransfer(Transfer *transfer, uhci_td **isoRequest, bool directionIn) argument
1257 bool directionIn = (pipe->Direction() == Pipe::In); local
2085 bool directionIn = (pipe->Direction() == Pipe::In); local
[all...]
H A Dxhci.cpp266 xhci_error_status(uint32 error, bool directionIn) argument
861 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) != 0; local
949 bool directionIn = (pipe->Direction() == Pipe::In); local
1257 bool directionIn = (transfer->TransferPipe()->Direction() != Pipe::Out); local
2150 ConfigureEndpoint(xhci_endpoint* ep, uint8 slot, uint8 number, uint8 type, bool directionIn, uint16 interval, uint16 maxPacketSize, usb_speed speed, uint8 maxBurst, uint16 bytesPerInterval) argument
3144 bool directionIn = (transfer->TransferPipe()->Direction() != Pipe::Out); local
[all...]
H A Dehci.cpp1113 bool directionIn; local
1161 bool directionIn = (pipe->Direction() == Pipe::In); local
1653 AddPendingTransfer(Transfer *transfer, ehci_qh *queueHead, ehci_qtd *dataDescriptor, bool directionIn) argument
1700 AddPendingIsochronousTransfer(Transfer *transfer, ehci_itd **isoRequest, uint32 lastIndex, bool directionIn, addr_t bufferPhy, void* bufferLog, size_t bufferSize) argument
2437 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) > 0; local
2507 bool directionIn = (pipe->Direction() == Pipe::In); local
[all...]

Completed in 115 milliseconds