Searched refs:FindDevice (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DDeviceList.h20 void * FindDevice(const char *name, void *device = NULL);
H A DDeviceList.cpp107 DeviceList::FindDevice(const char *name, void *device) function in class:DeviceList
/haiku/src/preferences/input/
H A DInputWindow.h58 status_t FindDevice();
H A DInputWindow.cpp60 FindDevice();
160 InputWindow::FindDevice() function in class:InputWindow
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h48 KDiskDevice *FindDevice(const char *path);
49 KDiskDevice *FindDevice(partition_id id, bool deviceOnly = true);
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp163 if (gDeviceList->FindDevice(pathBuffer) == NULL) {
243 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->FindDevice(name);
440 if (gDeviceList->FindDevice(name) == NULL) {
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.h46 DialUpAddon *FindDevice(const BString& moduleName) const;
H A DGeneralAddon.cpp76 GeneralAddon::FindDevice(const BString& moduleName) const function in class:GeneralAddon
136 fDeviceAddon = FindDevice(fDeviceName);
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp132 ELANDevice *elan = (ELANDevice *)gDeviceList->FindDevice(path);
343 if (gDeviceList->FindDevice(pathBuffer) == NULL) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp404 KDiskDeviceManager::FindDevice(const char* path) function in class:KDiskDeviceManager
415 KDiskDeviceManager::FindDevice(partition_id id, bool deviceOnly) function in class:KDiskDeviceManager
477 if (KDiskDevice* device = FindDevice(path)) {
497 if (KDiskDevice* device = FindDevice(id, deviceOnly)) {
681 KDiskDevice* device = FindDevice(path);
733 KDiskDevice* device = FindDevice(path);
1291 if (FindDevice(path) != NULL) {
H A Ddisk_device_manager.cpp112 KDiskDevice* device = manager->FindDevice(partitionID, false);
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_device.cpp39 PCIDev *dev = gPCI->FindDevice(domain, bus, deviceNumber, function);
H A Dpci_module.cpp60 dev = gPCI->FindDevice(domain, bus, device, function);
H A Dpci.h125 PCIDev * FindDevice(uint8 domain, uint8 bus, uint8 device,
H A Dpci.cpp1800 PCI::FindDevice(uint8 domain, uint8 bus, uint8 device, uint8 function) function in class:PCI
1840 PCIDev *device = FindDevice(domain, bus, _device, function);
1896 PCIDev *device = FindDevice(domain, bus, _device, function);
1909 PCIDev *device = FindDevice(domain, bus, _device, function);
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp168 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->FindDevice(path);
418 if (gDeviceList->FindDevice(pathBuffer) == NULL) {

Completed in 185 milliseconds