Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/
Dintel_epb.c143 ret = __sysfs_match_string(energy_perf_strings, in energy_perf_bias_store()
/Linux-v5.4/drivers/block/zram/
Dzcomp.c70 i = __sysfs_match_string(backends, -1, comp); in zcomp_available_algorithm()
/Linux-v5.4/drivers/md/bcache/
Dsysfs.c345 v = __sysfs_match_string(bch_cache_modes, -1, buf); in STORE()
356 v = __sysfs_match_string(bch_stop_on_failure_modes, -1, buf); in STORE()
823 v = __sysfs_match_string(error_actions, -1, buf); in STORE()
1096 v = __sysfs_match_string(cache_replacement_policies, -1, buf); in STORE()
/Linux-v5.4/include/linux/
Dstring.h199 int __sysfs_match_string(const char * const *array, size_t n, const char *s);
208 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s)
/Linux-v5.4/lib/
Dstring.c714 int __sysfs_match_string(const char * const *array, size_t n, const char *str) in __sysfs_match_string() function
729 EXPORT_SYMBOL(__sysfs_match_string);
/Linux-v5.4/drivers/counter/
Dcounter.c70 index = __sysfs_match_string(e->items, e->num_items, buf); in counter_signal_enum_write()
133 index = __sysfs_match_string(e->items, e->num_items, buf); in counter_count_enum_write()
194 index = __sysfs_match_string(e->items, e->num_items, buf); in counter_device_enum_write()
/Linux-v5.4/drivers/iio/
Dindustrialio-core.c472 ret = __sysfs_match_string(e->items, e->num_items, buf); in iio_enum_write()