Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds