Searched refs:dev_class (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/system/public/zircon/device/
H A Dhidctl.h21 uint8_t dev_class; member in struct:hid_ioctl_config
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dhidbus.h39 uint8_t dev_class; member in struct:hid_info
/fuchsia/zircon/system/dev/input/hidctl/
H A Dhidctl.cpp38 if (config->dev_class > HID_DEV_CLASS_LAST) {
83 dev_class_(config->dev_class),
111 info->dev_class = dev_class_;
/fuchsia/zircon/system/dev/input/usb-hid/
H A Dusb-hid.c92 info->dev_class = hid->info.dev_class;
292 usbhid->info.dev_class = HID_DEV_CLASS_OTHER;
294 usbhid->info.dev_class = HID_DEV_CLASS_KBD;
296 usbhid->info.dev_class = HID_DEV_CLASS_POINTER;
/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c158 if (hid->info.dev_class == HID_DEV_CLASS_KBD || hid->info.dev_class == HID_DEV_CLASS_KBD_POINTER) {
160 } else if (hid->info.dev_class == HID_DEV_CLASS_POINTER) {
589 if (dev->info.dev_class == HID_DEV_CLASS_POINTER) {
864 if (hiddev->info.dev_class == HID_DEV_CLASS_KBD) {
/fuchsia/zircon/system/dev/input/focaltech/
H A Dft3x27.cpp143 info->dev_class = HID_DEV_CLASS_OTHER;
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-pwrbtn.cpp163 info->dev_class = HID_DEV_CLASS_OTHER;
H A Ddev-tbmc.cpp159 info->dev_class = HID_DEV_CLASS_OTHER;
/fuchsia/zircon/system/dev/bus/virtio/
H A Dinput.cpp369 info->dev_class = dev_class_;
/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.cpp196 info->dev_class = HID_DEV_CLASS_OTHER;
/fuchsia/zircon/system/dev/light/ams-light/
H A Dtcs3400.cpp253 info->dev_class = HID_DEV_CLASS_OTHER;
/fuchsia/zircon/system/dev/input/i2c-hid/
H A Di2c-hid.c107 info->dev_class = HID_DEV_CLASS_OTHER;
/fuchsia/zircon/system/dev/bus/acpi/dev-cros-ec/
H A Dmotion.cpp110 info->dev_class = HID_DEV_CLASS_OTHER;
/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c617 info->dev_class = i8042->type;

Completed in 157 milliseconds