Home
last modified time | relevance | path

Searched refs:usb_speed (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h107 } usb_speed; typedef
222 usb_speed speed);
256 ControlPipe * _GetDefaultPipe(usb_speed);
321 usb_speed speed,
334 usb_speed Speed() const { return fSpeed; } in Speed()
379 usb_speed fSpeed;
398 usb_speed speed,
465 usb_speed speed,
542 usb_speed speed, bool isRootHub,
566 usb_speed Speed() const { return fSpeed; } in Speed()
[all …]
H A DBusManager.cpp119 usb_speed speed) in AllocateDevice()
323 BusManager::_GetDefaultPipe(usb_speed speed) in _GetDefaultPipe()
H A DPipe.cpp33 Pipe::InitCommon(int8 deviceAddress, uint8 endpointAddress, usb_speed speed, in InitCommon()
187 usb_speed speed, pipeDirection direction, size_t maxPacketSize, in InitCommon()
390 usb_speed speed, pipeDirection direction, size_t maxPacketSize, in InitCommon()
H A DHub.cpp19 usb_device_descriptor &desc, int8 deviceAddress, usb_speed speed, in Hub()
265 usb_speed speed; in Explore()
H A DDevice.cpp17 usb_device_descriptor& desc, int8 deviceAddress, usb_speed speed, in Device()
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h115 usb_speed speed);
125 status_t GetPortSpeed(uint8 index, usb_speed *speed);
143 usb_speed speed, uint8 maxBurst,
263 usb_speed fPortSpeeds[XHCI_MAX_PORTS];
H A Dxhci.cpp1519 usb_speed speed) in AllocateDevice()
2155 bool directionIn, uint16 interval, uint16 maxPacketSize, usb_speed speed, in ConfigureEndpoint()
2290 XHCI::GetPortSpeed(uint8 index, usb_speed* speed) in GetPortSpeed()