Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c213 struct hpd_input_report hpd_input; in get_input_report() local
260 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()
262 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()
263 report_size = sizeof(hpd_input); in get_input_report()
264 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_report()
/Linux-v6.1/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_desc.c169 struct hpd_input_report hpd_input; in get_input_rep() local
226 get_common_inputs(&hpd_input.common_property, report_id); in get_input_rep()
228 hpd_input.human_presence = hpdstatus.shpd.presence; in get_input_rep()
229 report_size = sizeof(hpd_input); in get_input_rep()
230 memcpy(input_report, &hpd_input, sizeof(hpd_input)); in get_input_rep()