Lines Matching full:enum
17 // Enum for the platform performance profile sent to the TMP module.
18 enum ssam_tmp_profile {
25 // Enum for the fan profile sent to the FAN module. This fan profile is
28 enum ssam_fan_profile {
64 static int ssam_tmp_profile_get(struct ssam_device *sdev, enum ssam_tmp_profile *p) in ssam_tmp_profile_get()
77 static int ssam_tmp_profile_set(struct ssam_device *sdev, enum ssam_tmp_profile p) in ssam_tmp_profile_set()
84 static int ssam_fan_profile_set(struct ssam_device *sdev, enum ssam_fan_profile p) in ssam_fan_profile_set()
91 static int convert_ssam_tmp_to_profile(struct ssam_device *sdev, enum ssam_tmp_profile p) in convert_ssam_tmp_to_profile()
113 static int convert_profile_to_ssam_tmp(struct ssam_device *sdev, enum platform_profile_option p) in convert_profile_to_ssam_tmp()
135 static int convert_profile_to_ssam_fan(struct ssam_device *sdev, enum platform_profile_option p) in convert_profile_to_ssam_fan()
158 enum platform_profile_option *profile) in ssam_platform_profile_get()
161 enum ssam_tmp_profile tp; in ssam_platform_profile_get()
179 enum platform_profile_option profile) in ssam_platform_profile_set()