Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_interface.c92 struct hpd_status hpdstatus; in amd_sfh_hpd_info() local
100 hpdstatus.val = readl(emp2->mmio + amd_get_c2p_val(emp2, 4)); in amd_sfh_hpd_info()
101 *user_present = hpdstatus.shpd.presence; in amd_sfh_hpd_info()
Damd_sfh_desc.c190 struct hpd_status hpdstatus; in get_input_rep() local
254 hpdstatus.val = readl(mp2->mmio + amd_get_c2p_val(mp2, 4)); in get_input_rep()
255 hpd_input.human_presence = hpdstatus.shpd.presence; in get_input_rep()
/linux-6.12.1/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c218 struct hpd_status hpdstatus; in get_input_report() local
272 hpdstatus.val = readl(privdata->mmio + AMD_C2P_MSG(4)); in get_input_report()
273 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()