Searched refs:ELANDevice (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp15 #include "ELANDevice.h"
37 ELANDevice::ELANDevice(device_node* parent, i2c_device_interface* i2c, function in class:ELANDevice
104 ELANDevice::~ELANDevice()
110 ELANDevice::Open(uint32 flags)
120 ELANDevice::Close()
130 ELANDevice::Removed()
137 ELANDevice::_MaybeScheduleTransfer(int type, int id, int reportSize)
156 ELANDevice
[all...]
H A DDriver.cpp20 #include "ELANDevice.h"
32 ELANDevice* elanDevice;
132 ELANDevice *elan = (ELANDevice *)gDeviceList->FindDevice(path);
199 ELANDevice *device = cookie->elanDevice;
301 ELANDevice *elanDevice = new(std::nothrow) ELANDevice(node, i2c, i2c_cookie);
329 ELANDevice* elanDevice = device->elanDevice;
H A DELANDevice.h18 class ELANDevice { class
20 ELANDevice(device_node* parent, i2c_device_interface* i2c,
22 ~ELANDevice();

Completed in 36 milliseconds