Searched refs:sfh_info (Results 1 – 3 of 3) sorted by relevance
126 int amd_get_sfh_info(struct amd_sfh_info *sfh_info, enum sfh_message_type op) in amd_get_sfh_info() argument128 if (sfh_info) { in amd_get_sfh_info()131 return amd_sfh_hpd_info(&sfh_info->user_present); in amd_get_sfh_info()133 return amd_sfh_als_info(&sfh_info->ambient_light); in amd_get_sfh_info()
175 struct amd_sfh_info sfh_info; in amd_pmf_get_sensor_info() local181 if (!amd_get_sfh_info(&sfh_info, MT_ALS)) in amd_pmf_get_sensor_info()182 in->ev_info.ambient_light = sfh_info.ambient_light; in amd_pmf_get_sensor_info()187 if (!amd_get_sfh_info(&sfh_info, MT_HPD)) { in amd_pmf_get_sensor_info()188 if (sfh_info.user_present == SFH_USER_PRESENT) in amd_pmf_get_sensor_info()
49 int amd_get_sfh_info(struct amd_sfh_info *sfh_info, enum sfh_message_type op);