Lines Matching defs:init
23 #include <linux/init.h>
53 static bool init;
54 module_param(init, bool, 0);
55 MODULE_PARM_DESC(init, "Set to one to force extra software initialization");
1425 * The difference between reset and init is that reset
1427 * but init simply forces certain registers to have "sane"
1429 * thing (which is why the default is reset=0, init=0),
1430 * but if not, reset is the hard hammer and init
1438 if (reset || init) {
1454 if (init) {