Searched refs:hpd_input (Results 1 – 1 of 1) sorted by relevance
211 struct hpd_input_report hpd_input; in get_input_report() local257 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()259 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()260 report_size = sizeof(hpd_input); in get_input_report()261 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_report()
Completed in 59 milliseconds