Symbol: Control
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
204
EasyPenInputDevice::Control(const char *name, void *cookie,
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
658
KeyboardInputDevice::Control(const char* name, void* cookie,
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
768
MouseInputDevice::Control(const char* name, void* cookie,
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
221
MouseInputDevice::Control(const char* name, void* cookie,
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
473
TabletInputDevice::Control(const char* name, void* cookie,
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
209
VirtioInputDevice::Control(const char* name, void* cookie, uint32 command,
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
284
VirtioInputHandler::Control(uint32 command, BMessage* message)
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
354
KeyboardHandler::Control(uint32 command, BMessage* message)
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
646
TabletHandler::Control(uint32 command, BMessage* message)
src/add-ons/input_server/devices/virtualkeyboard/VirtualKeyboardInputDevice.cpp
59
VirtualKeyboardInputDevice::Control(const char* name, void* cookie, uint32 command,
src/add-ons/input_server/devices/wacom/MasterServerDevice.cpp
136
MasterServerDevice::Control(const char* device, void* cookie, uint32 code, BMessage* message)
src/add-ons/kernel/bus_managers/ata/ATAChannel.cpp
335
ATAChannel::Control(uint8 targetID, uint32 opcode, void *buffer, size_t length)
src/add-ons/kernel/bus_managers/ata/ATADevice.cpp
390
ATADevice::Control(uint32 opcode, void *buffer, size_t length)
src/add-ons/kernel/busses/scsi/virtio/VirtioSCSIController.cpp
277
VirtioSCSIController::Control(uint8 targetID, uint32 op, void *buffer,
src/add-ons/kernel/drivers/audio/ac97/sis7018/Device.cpp
234
Device::Control(uint32 op, void *buffer, size_t length)
src/add-ons/kernel/drivers/audio/usb/Device.cpp
133
Device::Control(uint32 op, void* buffer, size_t length)
src/add-ons/kernel/drivers/input/hid_shared/JoystickProtocolHandler.cpp
266
JoystickProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer,
src/add-ons/kernel/drivers/input/hid_shared/KeyboardProtocolHandler.cpp
344
KeyboardProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer,
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
130
MouseProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer,
src/add-ons/kernel/drivers/input/hid_shared/ProtocolHandler.cpp
156
ProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer, size_t length)
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
181
TabletProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer,
src/add-ons/kernel/drivers/input/i2c_elan/ELANDevice.cpp
163
ELANDevice::Control(uint32 op, void *buffer,
src/add-ons/kernel/drivers/network/ether/usb_davicom/DavicomDevice.cpp
391
DavicomDevice::Control(uint32 op, void *buffer, size_t length)
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
261
ECMDevice::Control(uint32 op, void *buffer, size_t length)
src/add-ons/kernel/drivers/network/ether/usb_rndis/RNDISDevice.cpp
451
RNDISDevice::Control(uint32 op, void *buffer, size_t length)
src/add-ons/kernel/drivers/ports/pc_serial/SerialDevice.cpp
686
SerialDevice::Control(uint32 op, void *arg, size_t length)
src/add-ons/kernel/drivers/ports/usb_serial/SerialDevice.cpp
425
SerialDevice::Control(uint32 op, void *arg, size_t length)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPDevice.cpp
52
KPPPDevice::Control(uint32 op, void *data, size_t length)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
423
KPPPInterface::Control(uint32 op, void *data, size_t length)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCPExtension.cpp
59
KPPPLCPExtension::Control(uint32 op, void *data, size_t length)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPOptionHandler.cpp
61
KPPPOptionHandler::Control(uint32 op, void *data, size_t length)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPProtocol.cpp
101
KPPPProtocol::Control(uint32 op, void *data, size_t length)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
144
PPPInterface::Control(uint32 op, void *data, size_t length) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPManager.cpp
163
PPPManager::Control(uint32 op, void *data, size_t length) const
src/add-ons/kernel/network/stack/interfaces.cpp
746
Interface::Control(net_domain* domain, int32 option, ifreq& request,
src/kits/interface/Input.cpp
165
BInputDevice::Control(uint32 code, BMessage *message)
src/kits/interface/Input.cpp
213
BInputDevice::Control(input_device_type type, uint32 code, BMessage *message)
src/kits/network/libnetapi/NetworkDevice.cpp
722
BNetworkDevice::Control(int option, void* request)
src/servers/input/InputServer.cpp
106
InputDeviceListItem::Control(uint32 code, BMessage* message)
src/servers/input/InputServerDevice.cpp
109
BInputServerDevice::Control(const char* device, void* cookie,
src/system/kernel/device_manager/AbstractModuleDevice.cpp
125
AbstractModuleDevice::Control(void* cookie, int32 op, void* buffer, size_t length)
src/system/kernel/device_manager/BaseDevice.cpp
96
BaseDevice::Control(void* cookie, int32 op, void* buffer, size_t length)
src/system/kernel/device_manager/FileDevice.cpp
265
FileDevice::Control(void* _cookie, int32 op, void* buffer, size_t length)
src/system/kernel/device_manager/device_manager.cpp
1171
Device::Control(void* _cookie, int32 op, void* buffer, size_t length)
src/system/kernel/device_manager/legacy_drivers.cpp
1327
LegacyDevice::Control(void* _cookie, int32 op, void* buffer, size_t length)