equal
deleted
inserted
replaced
178 |
178 |
179 // |
179 // |
180 // Some utility functions |
180 // Some utility functions |
181 // |
181 // |
182 inline TInt GetBusId(TUsbBusId& aBusId); |
182 inline TInt GetBusId(TUsbBusId& aBusId); |
183 inline TInt HcdPageSize(); |
183 inline TInt GetHcdPageSize(TInt& aHcdPageSize); |
184 inline TInt GetDeviceSpeed(TDeviceSpeed& aDeviceSpeed); |
184 inline TInt GetDeviceSpeed(TDeviceSpeed& aDeviceSpeed); |
185 |
185 |
186 private: |
186 private: |
187 inline TInt AllocateSharedChunk(RChunk& aChunk, TInt aSize, TInt& aOffset); |
187 inline TInt AllocateSharedChunk(RChunk& aChunk, TInt aSize, TInt& aOffset); |
188 TInt RegisterTransferDescriptor(RUsbTransferDescriptor& aTransfer, TUsbBusId aBusId); |
188 TInt RegisterTransferDescriptor(RUsbTransferDescriptor& aTransfer, TUsbBusId aBusId); |