Searched refs:Device (Results 26 - 50 of 203) sorted by relevance

123456789

/haiku/src/kits/storage/
H A DFindDirectory.cpp36 device = volume->Device();
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.h28 BluetoothDevice* Device() const;
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DVolume.h25 BFile *Device() { return fFile; } function in class:Volume
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.h29 int Device() const { return fDevice; } function in class:FFS::Volume
H A DDirectory.cpp32 if (read_pos(volume.Device(), block * volume.BlockSize(), data, volume.BlockSize()) == volume.BlockSize())
63 HashIterator *iterator = new(nothrow) HashIterator(fVolume.Device(), fNode);
95 HashIterator iterator(fVolume.Device(), fNode);
/haiku/src/kits/device/
H A DUSBConfiguration.cpp61 BUSBConfiguration::Device() const function in class:BUSBConfiguration
76 fConfigurationString = Device()->DecodeStringDescriptor(
/haiku/src/apps/diskusage/
H A DScanner.h50 dev_t Device() const function in class:Scanner
51 { return fVolume->Device(); }
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.h35 HIDDevice * Device() { return fParser->Device(); }; function in class:HIDReport
H A DHIDParser.h21 HIDDevice * Device() { return fDevice; }; function in class:HIDParser
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DWinChipHead.cpp67 status_t status = gUSBModule->send_request(Device(),
80 status = gUSBModule->send_request(Device(),
201 status = gUSBModule->send_request(Device(),
206 status = gUSBModule->send_request(Device(),
221 status_t status = gUSBModule->send_request(Device(),
232 status = gUSBModule->send_request(Device(),
243 status = gUSBModule->send_request(Device(),
H A DKLSI.cpp67 status = gUSBModule->send_request(Device(),
77 status = gUSBModule->send_request(Device(),
122 status_t status = gUSBModule->send_request(Device(),
171 status_t status = gUSBModule->send_request(Device(),
H A DFTDI.cpp75 status_t status = gUSBModule->send_request(Device(),
136 status_t status = gUSBModule->send_request(Device(),
173 status = gUSBModule->send_request(Device(),
196 status_t status = gUSBModule->send_request(Device(),
209 status = gUSBModule->send_request(Device(),
234 status_t status = gUSBModule->send_request(Device(),
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp2 * Driver for USB Audio Device Class devices.
9 #include "Device.h"
18 Device::Device(usb_device device) function in class:Device
60 Device::~Device()
74 Device::Open(uint32 flags)
93 Device::Close()
110 Device::Free()
117 Device
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPMRUHandler.cpp35 if (!Interface().Device() || Interface().MRU() == 1500)
132 if (Interface().Device()) {
133 fLocalMRU = Interface().Device()->MTU() - 2;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h27 class Device { class
44 Device(Info &DeviceInfo, pci_info &PCIInfo);
45 ~Device();
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp163 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
192 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
213 FSGetTrashDir(&trashDir, volume.Device());
/haiku/headers/private/bluetooth/
H A DCodeHandler.h25 static hci_id Device(uint32 code) function in class:Bluetooth::CodeHandler
/haiku/headers/private/file_systems/
H A DDeviceOpener.h31 int Device() const { return fDevice; } function in class:DeviceOpener
/haiku/headers/build/os/storage/
H A DVolume.h41 dev_t Device() const;
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.h35 int Device() const { return fDevice; } function in class:Volume
/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.cpp74 ssize_t bytesRead = read_pos(fVolume.Device(),
97 ssize_t written = write_pos(fVolume.Device(), fBlockNumber << BlockShift(),
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.cpp123 CamSensor::Device() function in class:CamSensor
136 len = Device()->ReadIIC8(regList[i], &value);
/haiku/src/apps/devices/
H A DDeviceACPI.cpp39 DeviceACPI::DeviceACPI(Device* parent)
41 Device(parent)
110 SetAttribute(B_TRANSLATE("Device name"), deviceName.String());
/haiku/src/kits/game/
H A DSimpleGameSound.cpp77 status_t error = other.Device()->Buffer(other.ID(), &format, data);
97 status_t error = Device()->Buffer(ID(), &format, data);
101 BSimpleGameSound *clone = new BSimpleGameSound(data, 0, &format, Device());
125 return Device()->SetAttributes(ID(), &attribute, 1);
137 if (Device()->GetAttributes(ID(), &attribute, 1) != B_OK)
228 = Device()->CreateBuffer(&sound, format, inData, inFrameCount);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp16 Device::Device(Object* parent, int8 hubAddress, uint8 hubPort, function in class:Device
330 Device::~Device()
414 Device::InitCheck()
424 Device::Changed(change_item** changeList, bool added)
440 Device::GetDescriptor(uint8 descriptorType, uint8 index, uint16 languageID,
454 Device::Configuration() const
461 Device::ConfigurationAt(uint8 index) const
471 Device
[all...]

Completed in 267 milliseconds

123456789