Searched refs:Control (Results 76 - 100 of 164) sorted by relevance

1234567

/haiku/headers/os/interface/
H A DPictureButton.h9 #include <Control.h>
H A DTextControl.h9 #include <Control.h>
H A DColorControl.h9 #include <Control.h>
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h36 status_t Control(uint32 op, void *buffer, size_t length);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp415 - \c B_OK: \c Control() was successful.
423 KPPPInterface::Control(uint32 op, void *data, size_t length) function in class:KPPPInterface
646 return Device()->Control(controlInfo->op, controlInfo->data, controlInfo->length);
660 return protocol->Control(controlInfo->op, controlInfo->data, controlInfo->length);
676 return optionHandler->Control(controlInfo->op, controlInfo->data,
691 return lcpExtension->Control(controlInfo->op, controlInfo->data,
706 return child->Control(controlInfo->op, controlInfo->data, controlInfo->length);
876 return Device()->Control(control->op, control->data, control->length);
889 return protocol->Control(control->op, control->data, control->length);
902 return optionHandler->Control(contro
[all...]
/haiku/src/kits/interface/
H A DInput.cpp165 BInputDevice::Control(uint32 code, BMessage *message) function in class:BInputDevice
213 BInputDevice::Control(input_device_type type, uint32 code, BMessage *message) function in class:BInputDevice
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp133 // Control
135 MasterServerDevice::Control(const char* device, void* cookie, uint32 code, BMessage* message) function in class:MasterServerDevice
154 BInputServerDevice::Control(device, cookie, code, message);
/haiku/src/apps/cortex/ValControl/
H A DValControl.h101 #include <Control.h>
/haiku/src/apps/soundrecorder/
H A DTransportButton.h11 #include <Control.h>
/haiku/headers/private/interface/
H A DAbstractSpinner.h20 #include <Control.h>
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp176 return device->Control(op, buffer, length);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h64 status_t Control(uint32 op, void *arg, size_t length);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h16 #include <Control.h>
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h8 * Driver for USB Ethernet Control Model devices
116 status_t Control(uint32 op, void *buffer, size_t length);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DProtocolHandler.cpp156 ProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer, size_t length) function in class:ProtocolHandler
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h55 status_t Control(uint32 op, void *arg, size_t length);
/haiku/headers/private/shared/
H A DDateTimeEdit.h14 #include <Control.h>
/haiku/src/preferences/input/
H A DInputWindow.cpp18 #include <Control.h>
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIPrivate.h61 status_t Control(uint8 targetID, uint32 op,
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h80 status_t Control(uint8 targetID, uint32 op, void *buffer,
187 status_t Control(uint32 op, void *buffer, size_t length);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.h166 bool HasControl(int32 Channel, uint32 Control);
334 bool _InitGainLimits(multi_mix_control& Control);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c410 WalkState->ControlState->Control.PredicateOp = Op;
886 (WalkState->ControlState->Control.PredicateOp == Op))
/haiku/headers/private/graphics/nvidia/
H A Dnv_acc.h228 uint32 Control; /* triangle control: Z-enable, culling, dither.. */ member in struct:__anon854
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp223 MouseInputDevice::Control(const char* name, void* cookie, function in class:MouseInputDevice
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h126 virtual status_t Control(uint32 op, void *data, size_t length);

Completed in 135 milliseconds

1234567