Searched refs:phram_param_call (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | phram.c | 268 static int phram_param_call(const char *val, const struct kernel_param *kp) in phram_param_call() function 286 * from kernel boot command line, phram_param_call() is in phram_param_call() 300 module_param_call(phram, phram_param_call, NULL, NULL, 0200);
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | phram.c | 335 static int phram_param_call(const char *val, const struct kernel_param *kp) in phram_param_call() function 353 * from kernel boot command line, phram_param_call() is in phram_param_call() 367 module_param_call(phram, phram_param_call, NULL, NULL, 0200);
|
Completed in 2 milliseconds