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

12345678

/haiku-fatelf/src/apps/devices/
H A DDevicesView.cpp154 fCategoryMap[category] = new Device(NULL, BUS_NONE, CAT_NONE,
228 DevicesView::AddChildrenToOutlineByConnection(Device* parent)
240 DevicesView::AddDeviceAndChildren(device_node_cookie *node, Device* parent)
243 Device* newDevice = NULL;
283 newDevice = new Device(parent, BUS_NONE,
291 newDevice = new Device(parent, BUS_ACPI,
299 newDevice = new Device(parent, BUS_PCI,
307 newDevice = new Device(parent, BUS_ISA,
328 newDevice = new Device(parent, BUS_PCI,
341 newDevice = new Device(paren
[all...]
H A DDeviceACPI.cpp21 DeviceACPI::DeviceACPI(Device* parent)
23 Device(parent)
70 SetAttribute(B_TRANSLATE("Device name"), outlineName.String());
H A DDeviceSCSI.cpp45 DeviceSCSI::DeviceSCSI(Device* parent)
47 Device(parent)
67 SetAttribute(B_TRANSLATE("Device name"), nodeProduct.String());
69 SetAttribute(B_TRANSLATE("Device class"), SCSITypeMap[nodeTypeID]);
84 attributes.push_back(GetAttribute(B_TRANSLATE("Device class")));
85 attributes.push_back(GetAttribute(B_TRANSLATE("Device name")));
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c140 ACPI_HANDLE Device; member in struct:acpi_pci_device
186 * consisting of a Segment number, Bus number, Device number,
193 * the Bus/Device/Function numbers in the PciId with the actual
199 * will make any necessary modifications to the Bus, Device, or
308 ListElement->Device = ParentDevice;
322 * ListHead - Device list created by
349 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
363 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device,
376 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
387 * PARAMETERS: ListHead - Device lis
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A Dmakefile34 Device.cpp\
H A DDevice.h27 class Device { class
44 Device(Info &DeviceInfo, pci_info &PCIInfo);
45 ~Device();
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A Dmakefile34 Device.cpp\
H A DDevice.h2 * Driver for USB Audio Device Class devices.
26 class Device { class
30 Device(usb_device device);
31 virtual ~Device();
/haiku-fatelf/src/kits/storage/
H A DFindDirectory.cpp36 device = volume->Device();
/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.h30 BluetoothDevice* Device() const;
/haiku-fatelf/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.cpp29 if (read_pos(volume.Device(), block * volume.BlockSize(), data, volume.BlockSize()) == volume.BlockSize())
60 HashIterator *iterator = new(nothrow) HashIterator(fVolume.Device(), fNode);
92 HashIterator iterator(fVolume.Device(), fNode);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DJournal.h46 return cached_write(fVolume->Device(),blockNumber,buffer,numBlocks,fVolume->BlockSize());
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp13 Device::Device(Object *parent, int8 hubAddress, uint8 hubPort, function in class:Device
278 Device::~Device()
325 Device::InitCheck()
335 Device::Changed(change_item **changeList, bool added)
351 Device::GetDescriptor(uint8 descriptorType, uint8 index, uint16 languageID,
370 Device::Configuration() const
377 Device::ConfigurationAt(uint8 index) const
387 Device
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDReport.h33 HIDDevice * Device() { return fParser->Device(); }; function in class:HIDReport
H A DHIDParser.h19 HIDDevice * Device() { return fDevice; }; function in class:HIDParser
/haiku-fatelf/src/apps/diskusage/
H A DScanner.h50 dev_t Device() const function in class:Scanner
51 { return fVolume->Device(); }
/haiku-fatelf/src/kits/device/
H A DUSBConfiguration.cpp61 BUSBConfiguration::Device() const function in class:BUSBConfiguration
76 fConfigurationString = Device()->DecodeStringDescriptor(
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDevice.h35 class Device : private timer { class in inherits:timer
49 Device(Info &DeviceInfo, pci_info &PCIInfo);
50 virtual ~Device();
H A DMIIBus.h86 class Device;
105 MIIBus(Device* device);
136 Device* fDevice;
H A DDataRing.h18 class Device;
23 DataRing(Device* device, bool isTx);
42 Device* fDevice;
58 DataRing<__type, __count>::DataRing(Device* device, bool isTx)
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DCachedBlock.h117 release_block(fVolume->Device(), fBlockNumber);
131 return fBlock = empty ? (uint8 *)get_empty_block(fVolume->Device(), block, BlockSize())
132 : (uint8 *)get_block(fVolume->Device(), block, BlockSize());
/haiku-fatelf/headers/build/os/storage/
H A DVolume.h41 dev_t Device() const;
/haiku-fatelf/headers/private/bluetooth/
H A DCodeHandler.h25 static hci_id Device(uint32 code) function in class:Bluetooth::CodeHandler

Completed in 219 milliseconds

12345678