Home
last modified time | relevance | path

Searched refs:startmode (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dser-gigaset.c33 static int startmode = SM_ISDN; variable
34 module_param(startmode, int, S_IRUGO);
35 MODULE_PARM_DESC(startmode, "initial operation mode");
531 if (startmode == SM_LOCKED) in gigaset_tty_open()
Dusb-gigaset.c26 static int startmode = SM_ISDN; variable
29 module_param(startmode, int, S_IRUGO);
31 MODULE_PARM_DESC(startmode, "start in isdn4linux mode");
756 if (startmode == SM_LOCKED) in gigaset_probe()
Dbas-gigaset.c25 static int startmode = SM_ISDN; variable
28 module_param(startmode, int, S_IRUGO);
30 MODULE_PARM_DESC(startmode, "start in isdn4linux mode");
2381 if (startmode == SM_LOCKED) in gigaset_probe()
/Linux-v5.4/Documentation/isdn/
Dgigaset.rst107 startmode initial operation mode (see section 2.5.):
250 by passing the module parameter startmode=0 to the hardware specific
253 modprobe usb_gigaset startmode=0
257 options usb_gigaset startmode=0