Searched refs:Probe (Results 1 - 23 of 23) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dhdcs1000.cpp18 virtual status_t Probe();
37 HDCS1000Sensor::Probe() function in class:HDCS1000Sensor
H A Dhv7131e1.cpp19 status_t Probe();
42 HV7131E1Sensor::Probe() function in class:HV7131E1Sensor
H A Dpb0100.cpp18 virtual status_t Probe();
39 PB0100Sensor::Probe() function in class:PB0100Sensor
H A Dpas106b.cpp23 status_t Probe();
53 PAS106BSensor::Probe() function in class:PAS106BSensor
H A Dtas5130d1b.cpp21 virtual status_t Probe();
64 TAS5130D1BSensor::Probe() function in class:TAS5130D1BSensor
H A Dtas5110c1b.cpp19 virtual status_t Probe();
62 TAS5110C1BSensor::Probe() function in class:TAS5110C1BSensor
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DI2CPort.h32 bool Probe(int address);
H A DI2CPort.cpp56 if (Probe(address))
93 bool CI2CPort::Probe(int address) function in class:CI2CPort
H A DTuner.cpp190 if (fPort.Probe(fAddress)) {
H A DMSP3430.cpp198 if (fPort.Probe(fAddress)) {
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h35 virtual status_t Probe() { return B_OK; }; function in class:ArchFramebuffer
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.cpp29 CamSensor::Probe() function in class:CamSensor
H A DCamSensor.h17 virtual status_t Probe(); // returns B_OK if found.
H A DCamDevice.cpp488 err = fSensor->Probe();
492 PRINT((CH ": sensor '%s' Probe: %s" CT, name.String(),
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h52 status_t Probe();
H A Dahci_port.cpp291 return Probe();
296 AHCIPort::Probe() function in class:AHCIPort
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp130 status_t result = gFramebuffer->Probe();
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp91 status_t Probe(BEntry& entry,
286 DiskProbe::Probe(BEntry& entry, const char* attribute) function in class:DiskProbe
374 status = Probe(entry, attribute);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h23 bool Probe();
H A DDriver.cpp305 if (device != NULL && device->Probe())
H A DSerialDevice.cpp75 SerialDevice::Probe() function in class:SerialDevice
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp129 status_t Probe(const char* devicePath, uint32 updateCycle);
287 return sRootNode->Probe(path, sDriverUpdateCycle);
1546 device_node::Probe(const char* devicePath, uint32 updateCycle) function in class:device_node
1610 status = child->Probe(devicePath, updateCycle);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp140 status_t Probe(const char* devicePath, uint32 updateCycle);
2026 device_node::Probe(const char* devicePath, uint32 updateCycle) function in class:device_node
2090 status = child->Probe(devicePath, updateCycle);
2446 return sRootNode->Probe(path, updateCycle);

Completed in 198 milliseconds