Searched refs:hid_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 4540 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4544 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4548 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4563 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4601 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4608 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 4641 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4661 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4787 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 4791 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; [all …]
|
H A D | wacom_wac.h | 281 int hid_type; member
|
H A D | wacom_sys.c | 2801 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()
|
/openbmc/linux/include/linux/ |
H A D | hid.h | 590 enum hid_type { enum 619 enum hid_type type; /* device type (mouse, kbd, ...) */
|