Home
last modified time | relevance | path

Searched refs:user_present (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.c161 static int amd_sfh_hpd_info(u8 *user_present) in amd_sfh_hpd_info() argument
165 if (!user_present) in amd_sfh_hpd_info()
172 *user_present = hpdstatus.shpd.presence; in amd_sfh_hpd_info()
204 return amd_sfh_hpd_info(&sfh_info->user_present); in amd_get_sfh_info()
/linux/drivers/platform/x86/amd/pmf/
H A Dspc.c52 dev_dbg(dev->dev, "User Presence: %s\n", in->ev_info.user_present ? "Present" : "Away"); in amd_pmf_dump_ta_inputs()
263 in->ev_info.user_present = false; in amd_pmf_get_sensor_info()
273 if (sfh_info.user_present == SFH_USER_PRESENT) in amd_pmf_get_sensor_info()
274 in->ev_info.user_present = true; in amd_pmf_get_sensor_info()
H A Dutil.c57 info->user_presence = in->ev_info.user_present; in amd_pmf_populate_data()
H A Dpmf.h990 bool user_present; member
/linux/include/linux/
H A Damd-pmf-io.h53 u8 user_present; member