Home
last modified time | relevance | path

Searched refs:__sysfs_match_string (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/linux/
Dstring.h187 int __sysfs_match_string(const char * const *array, size_t n, const char *s);
196 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s)
/Linux-v6.1/drivers/md/bcache/
Dsysfs.c378 v = __sysfs_match_string(bch_cache_modes, -1, buf); in STORE()
389 v = __sysfs_match_string(bch_reada_cache_policies, -1, buf); in STORE()
398 v = __sysfs_match_string(bch_stop_on_failure_modes, -1, buf); in STORE()
880 v = __sysfs_match_string(error_actions, -1, buf); in STORE()
1164 v = __sysfs_match_string(cache_replacement_policies, -1, buf); in STORE()
/Linux-v6.1/arch/x86/kernel/cpu/
Dintel_epb.c153 ret = __sysfs_match_string(energy_perf_strings, in energy_perf_bias_store()
/Linux-v6.1/lib/
Dstring_helpers.c963 int __sysfs_match_string(const char * const *array, size_t n, const char *str) in __sysfs_match_string() function
978 EXPORT_SYMBOL(__sysfs_match_string);
/Linux-v6.1/drivers/power/supply/
Dpower_supply_sysfs.c329 ret = __sysfs_match_string(ps_attr->text_values, in power_supply_store_property()
/Linux-v6.1/drivers/counter/
Dcounter-sysfs.c255 err = __sysfs_match_string(avail->strs, avail->num_items, buf); in counter_comp_u32_store()