Searched refs:hpd_input (Results 1 – 1 of 1) sorted by relevance
210 struct hpd_input_report hpd_input; in get_input_report() local256 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()258 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()259 report_size = sizeof(hpd_input); in get_input_report()260 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_report()