Searched refs:usage_hid (Results 1 – 3 of 3) sorted by relevance
17 u16 usage_hid; in hid_haptic_feature_mapping() local34 usage_hid = usage->hid & HID_USAGE; in hid_haptic_feature_mapping()37 if (usage_hid > haptic->max_waveform_id) in hid_haptic_feature_mapping()38 haptic->max_waveform_id = usage_hid; in hid_haptic_feature_mapping()41 if (usage_hid > haptic->max_duration_id) in hid_haptic_feature_mapping()42 haptic->max_duration_id = usage_hid; in hid_haptic_feature_mapping()103 u16 usage_hid; in parse_auto_trigger_field() local108 usage_hid = field->usage[n].hid & HID_USAGE; in parse_auto_trigger_field()111 haptic->hid_usage_map[usage_hid] = field->value[n]; in parse_auto_trigger_field()114 haptic->press_ordinal = usage_hid; in parse_auto_trigger_field()[all …]
1535 if ((id->usage_hid == HID_ANY_ID || in hid_match_usage()1536 id->usage_hid == usage->hid) && in hid_match_usage()
794 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)802 __u32 usage_hid; member