Home
last modified time | relevance | path

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

/linux-6.12.1/net/batman-adv/
Dbat_algo.c133 return param_set_copystring(algo_name, kp); in batadv_param_set_ra()
/linux-6.12.1/kernel/
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-6.12.1/drivers/virt/nitro_enclaves/
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-6.12.1/drivers/usb/core/
Dquirks.c40 err = param_set_copystring(val, kp); in quirks_param_set()
/linux-6.12.1/include/linux/
Dmoduleparam.h594 extern int param_set_copystring(const char *val, const struct kernel_param *);
/linux-6.12.1/drivers/dma/
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-6.12.1/kernel/power/
Dhibernate.c1448 ret = param_set_copystring(comp_alg_enabled[index], kp); in hibernate_compressor_param_set()