Searched refs:hpd_input (Results 1 – 2 of 2) sorted by relevance
216 struct hpd_input_report hpd_input; in get_input_report() local271 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()273 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()274 report_size = sizeof(hpd_input); in get_input_report()275 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_report()
185 struct hpd_input_report hpd_input; in get_input_rep() local253 get_common_inputs(&hpd_input.common_property, report_id); in get_input_rep()255 hpd_input.human_presence = hpdstatus.shpd.presence; in get_input_rep()256 report_size = sizeof(hpd_input); in get_input_rep()257 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_rep()