Searched refs:__sysfs_match_string (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | string.h | 187 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/drivers/md/bcache/ |
A D | sysfs.c | 378 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() 878 v = __sysfs_match_string(error_actions, -1, buf); in STORE() 1160 v = __sysfs_match_string(cache_replacement_policies, -1, buf); in STORE()
|
/linux/arch/x86/kernel/cpu/ |
A D | intel_epb.c | 143 ret = __sysfs_match_string(energy_perf_strings, in energy_perf_bias_store()
|
/linux/lib/ |
A D | string_helpers.c | 852 int __sysfs_match_string(const char * const *array, size_t n, const char *str) in __sysfs_match_string() function 867 EXPORT_SYMBOL(__sysfs_match_string);
|
/linux/drivers/power/supply/ |
A D | power_supply_sysfs.c | 320 ret = __sysfs_match_string(ps_attr->text_values, in power_supply_store_property()
|
/linux/drivers/counter/ |
A D | counter-sysfs.c | 243 err = __sysfs_match_string(avail->strs, avail->num_items, buf); in counter_comp_u32_store()
|
/linux/ |
A D | vmlinux.symvers | 4001 0x00000000 __sysfs_match_string vmlinux EXPORT_SYMBOL
|
A D | System.map | 16679 ffff80001049b520 T __sysfs_match_string
|
A D | .tmp_System.map | 16679 ffff80001049b520 T __sysfs_match_string
|
Completed in 327 milliseconds