Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dbat_algo.c133 return param_set_copystring(algo_name, kp); in batadv_param_set_ra()
/linux/kernel/
H A Dparams.c513 int param_set_copystring(const char *val, const struct kernel_param *kp) in param_set_copystring() function
525 EXPORT_SYMBOL(param_set_copystring);
535 .set = param_set_copystring,
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c451 param_set_copystring(error_val, kp); in ne_set_kernel_param()
456 rc = param_set_copystring(val, kp); in ne_set_kernel_param()
462 param_set_copystring(error_val, kp); in ne_set_kernel_param()
/linux/include/linux/
H A Dmoduleparam.h594 extern int param_set_copystring(const char *val, const struct kernel_param *);
/linux/drivers/usb/core/
H A Dquirks.c40 err = param_set_copystring(val, kp); in quirks_param_set()
/linux/drivers/dma/
H A Ddmatest.c1241 ret = param_set_copystring(val, kp); in dmatest_chan_set()
1298 param_set_copystring(chan_reset_val, kp); in dmatest_chan_set()
/linux/kernel/power/
H A Dhibernate.c1456 ret = param_set_copystring(comp_alg_enabled[index], kp); in hibernate_compressor_param_set()