Searched refs:param_set_copystring (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/batman-adv/ |
D | bat_algo.c | 133 return param_set_copystring(algo_name, kp); in batadv_param_set_ra()
|
/linux-5.19.10/kernel/ |
D | params.c | 510 int param_set_copystring(const char *val, const struct kernel_param *kp) in param_set_copystring() function 522 EXPORT_SYMBOL(param_set_copystring); 532 .set = param_set_copystring,
|
/linux-5.19.10/drivers/virt/nitro_enclaves/ |
D | ne_misc_dev.c | 451 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-5.19.10/drivers/usb/core/ |
D | quirks.c | 40 err = param_set_copystring(val, kp); in quirks_param_set()
|
/linux-5.19.10/include/linux/ |
D | moduleparam.h | 590 extern int param_set_copystring(const char *val, const struct kernel_param *);
|
/linux-5.19.10/drivers/dma/ |
D | dmatest.c | 1227 ret = param_set_copystring(val, kp); in dmatest_chan_set() 1284 param_set_copystring(chan_reset_val, kp); in dmatest_chan_set()
|