Home
last modified time | relevance | path

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

/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.c126 int amd_get_sfh_info(struct amd_sfh_info *sfh_info, enum sfh_message_type op) in amd_get_sfh_info() argument
128 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()
/linux/drivers/platform/x86/amd/pmf/
H A Dspc.c175 struct amd_sfh_info sfh_info; in amd_pmf_get_sensor_info() local
181 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()
/linux/include/linux/
H A Damd-pmf-io.h49 int amd_get_sfh_info(struct amd_sfh_info *sfh_info, enum sfh_message_type op);