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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dser-gigaset.c38 static int startmode = SM_ISDN; variable
39 module_param(startmode, int, S_IRUGO);
40 MODULE_PARM_DESC(startmode, "initial operation mode");
537 if (startmode == SM_LOCKED)
H A Dusb-gigaset.c33 static int startmode = SM_ISDN; variable
36 module_param(startmode, int, S_IRUGO);
38 MODULE_PARM_DESC(startmode, "start in isdn4linux mode");
750 if (startmode == SM_LOCKED)
H A Dbas-gigaset.c33 static int startmode = SM_ISDN; variable
36 module_param(startmode, int, S_IRUGO);
38 MODULE_PARM_DESC(startmode, "start in isdn4linux mode");
2242 if (startmode == SM_LOCKED)

Completed in 56 milliseconds