Home
last modified time | relevance | path

Searched refs:HID_GENERIC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dwacom_sys.c235 if (features->type == HID_GENERIC && in wacom_hid_usage_quirk()
320 if (ret == n && features->type == HID_GENERIC) { in wacom_feature_mapping()
477 if (features->type == HID_GENERIC) in wacom_usage_mapping()
487 if (features->type == HID_GENERIC) { in wacom_post_parse_hid()
676 if (features->type != HID_GENERIC) { in _wacom_query_tablet_data()
702 if (features->type == HID_GENERIC) in _wacom_query_tablet_data()
778 if (features->type != HID_GENERIC) in wacom_are_sibling()
932 if (wacom->wacom_wac.features.type == HID_GENERIC) { in wacom_led_control()
1583 case HID_GENERIC: in wacom_initialize_leds()
2353 features->type = HID_GENERIC; in wacom_parse_and_register()
[all …]
H A Dwacom_wac.h246 HID_GENERIC, enumerator
H A Dwacom_wac.c2884 if (wacom->wacom_wac.features.type != HID_GENERIC) in wacom_wac_event()
2965 if (wacom_wac->features.type != HID_GENERIC) in wacom_wac_report()
3743 if (features->type == HID_GENERIC) in wacom_setup_pen_input_capabilities()
3908 if (features->type == HID_GENERIC) in wacom_setup_touch_input_capabilities()
4173 if ((features->type == HID_GENERIC) && features->numbered_buttons > 0) in wacom_setup_pad_input_capabilities()
4331 case HID_GENERIC: in wacom_setup_pad_input_capabilities()
4822 { "Wacom ISDv5 326", .type = HID_GENERIC, .oVid = USB_VENDOR_ID_WACOM,
4887 { "Wacom HID", .type = HID_GENERIC, .oVid = HID_ANY_ID, .oPid = HID_ANY_ID };
H A DKconfig83 config HID_GENERIC config