Symbol: hid_type
drivers/hid/wacom_sys.c
2845
if (features->check_for_hid_type && features->hid_type != hdev->type)
drivers/hid/wacom_wac.c
4586
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4590
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4594
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4609
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4647
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4654
.check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE };
drivers/hid/wacom_wac.c
4687
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4707
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4833
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4837
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4841
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4854
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4864
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4883
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4887
.hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4891
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4895
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4899
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.c
4903
.check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
drivers/hid/wacom_wac.h
279
int hid_type;
include/linux/hid.h
656
enum hid_type type; /* device type (mouse, kbd, ...) */