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

/linux-master/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c216 struct hpd_input_report hpd_input; local
271 get_common_inputs(&hpd_input.common_property, report_id);
273 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual;
274 report_size = sizeof(hpd_input);
275 memcpy(input_report, &hpd_input, sizeof(hpd_input));
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c185 struct hpd_input_report hpd_input; local
253 get_common_inputs(&hpd_input.common_property, report_id);
255 hpd_input.human_presence = hpdstatus.shpd.presence;
256 report_size = sizeof(hpd_input);
257 memcpy(input_report, &hpd_input, sizeof(hpd_input));

Completed in 170 milliseconds