Searched refs:Ft3x27Device (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/input/focaltech/
H A Dft3x27.cpp23 Ft3x27Device::Ft3x27Device(zx_device_t* device) function in class:ft::Ft3x27Device
24 : ddk::Device<Ft3x27Device, ddk::Unbindable>(device) {
27 void Ft3x27Device::ParseReport(ft3x27_finger_t* rpt, uint8_t* buf) {
35 int Ft3x27Device::Thread() {
65 zx_status_t Ft3x27Device::InitPdev() {
99 zx_status_t Ft3x27Device::Create(zx_device_t* device) {
103 auto ft_dev = fbl::make_unique<Ft3x27Device>(device);
111 return reinterpret_cast<Ft3x27Device*>(arg)->Thread();
138 zx_status_t Ft3x27Device
[all...]
H A Dft3x27.h61 class Ft3x27Device : public ddk::Device<Ft3x27Device, ddk::Unbindable>, class in namespace:ft
62 public ddk::HidBusProtocol<Ft3x27Device> {
64 Ft3x27Device(zx_device_t* device);

Completed in 79 milliseconds