Searched refs:startmode (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dser-gigaset.c36 static int startmode = SM_ISDN; variable
37 module_param(startmode, int, S_IRUGO);
38 MODULE_PARM_DESC(startmode, "initial operation mode");
531 if (startmode == SM_LOCKED)
H A Dusb-gigaset.c29 static int startmode = SM_ISDN; variable
32 module_param(startmode, int, S_IRUGO);
34 MODULE_PARM_DESC(startmode, "start in isdn4linux mode");
720 if (startmode == SM_LOCKED)
H A Dbas-gigaset.c28 static int startmode = SM_ISDN; variable
31 module_param(startmode, int, S_IRUGO);
33 MODULE_PARM_DESC(startmode, "start in isdn4linux mode");
2275 if (startmode == SM_LOCKED)

Completed in 68 milliseconds