Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c218 struct hpd_status hpdstatus; in get_input_report() local
265 hpdstatus.val = readl(privdata->mmio + AMD_C2P_MSG(4)); in get_input_report()
266 hpd_input.human_presence = hpdstatus.shpd.human_presence_actual; in get_input_report()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c190 struct hpd_status hpdstatus; in get_input_rep() local
243 hpdstatus.val = readl(mp2->mmio + AMD_C2P_MSG(4)); in get_input_rep()
244 hpd_input.human_presence = hpdstatus.shpd.presence; in get_input_rep()