Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c216 struct hpd_input_report hpd_input; in get_input_report() local
264 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()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c185 struct hpd_input_report hpd_input; in get_input_rep() local
242 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()