Home
last modified time | relevance | path

Searched refs:fPortSuspendChange (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.h254 uint16 fPortSuspendChange; variable
H A Dehci.cpp355 fPortSuspendChange(0), in EHCI()
1406 if (fPortSuspendChange & (1 << index)) in GetPortStatus()
1473 fPortSuspendChange &= ~(1 << index); in ClearPortFeature()
1531 fPortSuspendChange |= (1 << index); in SuspendPort()