Home
last modified time | relevance | path

Searched refs:hpd_input (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
A Damd_sfh_hid_desc.c211 struct hpd_input_report hpd_input; in get_input_report() local
257 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