Searched refs:Device (Results 51 - 75 of 200) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
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(),
138 status_t status = gUSBModule->send_request(Device(),
175 status = gUSBModule->send_request(Device(),
197 status_t status = gUSBModule->send_request(Device(),
208 status = gUSBModule->send_request(Device(),
H A DProlific.cpp27 deviceDescriptor = gUSBModule->get_device_descriptor(Device());
111 status_t status = gUSBModule->send_request(Device(),
H A DSilicon.cpp123 result = gUSBModule->send_request(Device(),
127 result = gUSBModule->send_request(Device(),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DJournal.cpp212 ssize_t written = write_pos(fVolume->Device(),
337 force_cache_flush(fVolume->Device(), false);
340 force_cache_flush(fVolume->Device(), true);
402 write_pos(fVolume->Device(), logOffset + (logPosition << blockShift),
413 write_pos(fVolume->Device(), logOffset + (logPosition << blockShift),
434 ioctl(fVolume->Device(), B_FLUSH_DRIVE_CACHE);
447 set_blocks_info(fVolume->Device(), &array->values[0],
546 release_block(fVolume->Device(), array->ValueAt(i));
581 status_t status = cached_write(fVolume->Device(), blockNumber, buffer, 1, blockSize);
591 status_t status = cached_write_locked(fVolume->Device(), blockNumbe
[all...]
/haiku-fatelf/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-fatelf/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-fatelf/src/kits/game/
H A DSimpleGameSound.cpp66 status_t error = other.Device()->Buffer(other.ID(), &format, data);
86 status_t error = Device()->Buffer(ID(), &format, data);
90 BSimpleGameSound *clone = new BSimpleGameSound(data, 0, &format, Device());
114 return Device()->SetAttributes(ID(), &attribute, 1);
126 if (Device()->GetAttributes(ID(), &attribute, 1) != B_OK)
220 = Device()->CreateBuffer(&sound, format, inData, inFrameCount);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DAudioFunction.cpp2 * Driver for USB Audio Device Class devices.
10 #include "Device.h"
169 _AudioFunctionEntity::_AudioFunctionEntity(Device* device, size_t interface)
184 _AudioControl::_AudioControl(Device* device, size_t interface,
217 AudioControlHeader::AudioControlHeader(Device* device, size_t interface,
281 _Terminal::_Terminal(Device* device, size_t interface,
314 InputTerminal::InputTerminal(Device* device, size_t interface,
363 OutputTerminal::OutputTerminal(Device* device, size_t interface,
407 MixerUnit::MixerUnit(Device* device, size_t interface,
478 SelectorUnit::SelectorUnit(Device* devic
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpixf.h481 ACPI_HANDLE Device,
488 ACPI_HANDLE Device,
494 ACPI_HANDLE Device,
502 ACPI_HANDLE Device,
672 ACPI_HANDLE Device,
679 ACPI_HANDLE Device,
684 ACPI_HANDLE Device,
694 ACPI_HANDLE Device,
701 ACPI_HANDLE Device,
706 ACPI_HANDLE Device,
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h42 class Device;
78 Device *device;
149 void NotifyDeviceChange(Device *device,
206 virtual Device * AllocateDevice(Hub *parent,
209 virtual void FreeDevice(Device *device);
478 class Device : public Object { class in inherits:Object
480 Device(Object *parent, int8 hubAddress,
486 virtual ~Device();
534 Device *device);
568 class Hub : public Device {
[all...]
H A DBusManager.cpp116 Device *
204 // Create a new instance based on the type (Hub or Device)
222 return (Device *)hub;
226 Device *device = new(std::nothrow) Device(parent, hubAddress, hubPort,
246 BusManager::FreeDevice(Device *device)
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxface.c133 * PARAMETERS: Device - The device for which notifies will be handled
136 * ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
137 * ACPI_ALL_NOTIFY: Both System and Device
143 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
147 * type of notify (System/Device). Device/Thermal/Processor objects
155 ACPI_HANDLE Device,
160 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device);
172 if ((!Device) || (!Handler) || (!HandlerType) ||
191 if (Device
154 AcpiInstallNotifyHandler( ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void *Context) argument
[all...]
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp550 PartitionRegistrar registrar2(partition->Device(), true);
551 DeviceWriteLocker locker(partition->Device(), true);
605 PartitionRegistrar registrar2(partition->Device(), true);
606 DeviceWriteLocker locker(partition->Device(), true);
665 PartitionRegistrar registrar2(partition->Device(), true);
666 DeviceWriteLocker locker(partition->Device(), true);
750 PartitionRegistrar registrar2(partition->Device(), true);
751 DeviceWriteLocker locker(partition->Device(), true);
803 PartitionRegistrar registrar2(partition->Device(), true);
804 DeviceWriteLocker locker(partition->Device(), tru
[all...]
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp70 class Device : public DoublyLinkedListLinkImpl<Device> { class in inherits:DoublyLinkedListLinkImpl
72 Device(device_node* node, const char* path,
74 ~Device();
98 typedef DoublyLinkedList<Device> DeviceList;
138 void AddDevice(Device* device);
139 void RemoveDevice(Device* device);
294 Device* device = (Device*)cookie;
303 static Device*
864 Device::Device(device_node* node, const char* path, const char* moduleName) function in class:Device
[all...]
/haiku-fatelf/src/kits/tracker/
H A DTrashWatcher.cpp157 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
210 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
231 FSGetTrashDir(&trashDir, volume.Device());
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A DTODO46 39) Device mounted than unplugged.It stay mounted but doesn't work and get the garbage in "opened" files. Are there solutions?
/haiku-fatelf/src/apps/devices/
H A DDevicePCI.cpp27 DevicePCI::DevicePCI(Device* parent)
29 Device(parent),
104 SetAttribute(B_TRANSLATE("Device name"), DeviceName);
107 SetAttribute(B_TRANSLATE("Device paths"), B_TRANSLATE("Not implemented"));
/haiku-fatelf/src/kits/locale/
H A DInitLocaleKit.cpp36 if (fs_stat_index(bootVol.Device(), attrName, &idxInfo) != 0)
37 fs_create_index(bootVol.Device(), attrName, B_STRING_TYPE, 0);
/haiku-fatelf/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp147 RemoteDevice* remote = dynamic_cast<RemoteDevice*>(device->Device());
158 RemoteDevice* remote = dynamic_cast<RemoteDevice*>(device->Device());
/haiku-fatelf/headers/os/storage/
H A DVolume.h31 dev_t Device() const;
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DProtocolHandler.h25 HIDDevice * Device() { return fDevice; } function in class:ProtocolHandler
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.h37 int Device() const { return fDevice; } function in class:Volume
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DVolume.h44 int Device() const { return fDevice; } function in class:Volume
/haiku-fatelf/src/build/libbe/storage/
H A DVolume.cpp165 BVolume::Device() const function in class:BVolume

Completed in 112 milliseconds

12345678