Searched refs:profile_names (Results 1 – 2 of 2) sorted by relevance
15 static const char * const profile_names[] = { variable23 static_assert(ARRAY_SIZE(profile_names) == PLATFORM_PROFILE_LAST);43 len += sysfs_emit_at(buf, len, "%s", profile_names[i]); in platform_profile_choices_show()45 len += sysfs_emit_at(buf, len, " %s", profile_names[i]); in platform_profile_choices_show()74 if (WARN_ON((profile < 0) || (profile >= ARRAY_SIZE(profile_names)))) in platform_profile_show()77 return sysfs_emit(buf, "%s\n", profile_names[profile]); in platform_profile_show()96 i = sysfs_match_string(profile_names, buf); in platform_profile_store()
1791 const char * const *profile_names; in coda_update_profile_level_ctrls() local1833 profile_names = v4l2_ctrl_get_menu(profile_cid); in coda_update_profile_level_ctrls()1841 profile_names[profile]); in coda_update_profile_level_ctrls()
Completed in 8 milliseconds