Searched refs:GetDevice (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.h40 int GetDevice() const { return fDevice; } function in class:BlockCache
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/quickcam/
H A DQuickCamDevice.cpp247 if (!GetDevice())
249 if (length > GetDevice()->MaxEndpoint0PacketSize())
251 ret = GetDevice()->ControlTransfer(
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/
H A DNW80xCamDevice.cpp282 if (!GetDevice())
284 if (length > GetDevice()->MaxEndpoint0PacketSize())
286 ret = GetDevice()->ControlTransfer(
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp97 CamDevice::GetDevice() function in class:CamDevice
469 if (GetDevice()->VendorID() != devs[i].desc.vendor)
471 if (GetDevice()->ProductID() != devs[i].desc.product)
645 if (!GetDevice())
647 if (length > GetDevice()->MaxEndpoint0PacketSize())
649 ret = GetDevice()->ControlTransfer(
H A DCamDevice.h51 BUSBDevice* GetDevice();
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp92 if ((GetDevice()->ProductID() & ~0x3F) == 0x6080) {
105 const BUSBConfiguration *config = GetDevice()->ConfigurationAt(0);
110 GetDevice()->SetConfiguration(config);
778 if (!GetDevice())
780 if (length > GetDevice()->MaxEndpoint0PacketSize())
782 ret = GetDevice()->ControlTransfer(

Completed in 94 milliseconds