Searched refs:auto_trigger_report (Results 1 – 2 of 2) sorted by relevance
32 haptic->auto_trigger_report = field->report; in hid_haptic_feature_mapping()87 if (haptic->auto_trigger_report && in hid_haptic_input_configured()204 struct hid_report *rep = haptic->auto_trigger_report; in switch_mode()447 for (r = 0; r < haptic->auto_trigger_report->maxfield; r++) in hid_haptic_init()448 parse_auto_trigger_field(haptic, haptic->auto_trigger_report->field[r]); in hid_haptic_init()
32 struct hid_report *auto_trigger_report; member