Searched refs:hpd_input (Results 1 – 2 of 2) sorted by relevance
216 struct hpd_input_report hpd_input; in get_input_report() local264 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()266 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()267 report_size = sizeof(hpd_input); in get_input_report()268 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_report()
185 struct hpd_input_report hpd_input; in get_input_rep() local242 get_common_inputs(&hpd_input.common_property, report_id); in get_input_rep()244 hpd_input.human_presence = hpdstatus.shpd.presence; in get_input_rep()245 report_size = sizeof(hpd_input); in get_input_rep()246 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_rep()