Searched refs:DeviceList (Results 1 - 11 of 11) sorted by path

/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp98 typedef DoublyLinkedList<Device> DeviceList; typedef
137 const DeviceList& Devices() const { return fDevices; }
179 DeviceList fDevices;
306 DeviceList::ConstIterator iterator = node->Devices().GetIterator();
556 DeviceList::ConstIterator iterator = node->Devices().GetIterator();
1017 DeviceList::Iterator deviceIterator = fDevices.GetIterator();
1661 DeviceList::ConstIterator deviceIterator = Devices().GetIterator();
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DDeviceList.cpp6 #include "DeviceList.h"
19 DeviceList::DeviceList() function in class:DeviceList
27 DeviceList::~DeviceList()
42 DeviceList::AddDevice(const char *name, void *device)
77 DeviceList::RemoveDevice(const char *name, void *device)
107 DeviceList::FindDevice(const char *name, void *device)
126 DeviceList::CountDevices(const char *baseName)
146 DeviceList
[all...]
H A DDeviceList.h13 class DeviceList { class
15 DeviceList();
16 ~DeviceList();
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp18 #include "DeviceList.h"
99 DeviceList *gDeviceList = NULL;
364 gDeviceList = new(std::nothrow) DeviceList();
H A DDriver.h14 #include "DeviceList.h"
20 extern DeviceList *gDeviceList;
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp15 #include "DeviceList.h"
58 DeviceList *gDeviceList = NULL;
446 gDeviceList = new(std::nothrow) DeviceList();
H A DDriver.h14 #include "DeviceList.h"
20 extern DeviceList *gDeviceList;
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp10 #include "DeviceList.h"
32 DeviceList *gDeviceList = NULL;
350 gDeviceList = new(std::nothrow) DeviceList();
H A DDriver.h15 #include "DeviceList.h"
27 extern DeviceList *gDeviceList;
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp108 typedef DoublyLinkedList<Device> DeviceList; typedef
152 const DeviceList& Devices() const { return fDevices; }
197 DeviceList fDevices;
2196 DeviceList::ConstIterator deviceIterator = Devices().GetIterator();
2366 DeviceList::Iterator deviceIterator = fDevices.GetIterator();
H A Dlegacy_drivers.cpp91 typedef DoublyLinkedList<LegacyDevice> DeviceList; typedef in namespace:__anon1
104 DeviceList devices;
296 DeviceList::Iterator iterator = driver->devices.GetIterator();
649 new(&driver->devices) DeviceList;

Completed in 99 milliseconds