Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dgigaset.h425 int onechannel; /* data and commands transmitted in one member
739 int onechannel, int ignoreframes,
Dcommon.c670 int onechannel, int ignoreframes, in gigaset_initcs() argument
686 cs->onechannel = onechannel; in gigaset_initcs()
Dev-layer.c1239 if (cs->onechannel) { in do_action()
1264 } else if (cs->onechannel && cs->dle) { in do_action()
1289 else if (cs->onechannel) in do_action()
Dcapi.c2364 seq_printf(m, "%-16s %s\n", "onechannel", cs->onechannel ? "yes" : "no"); in gigaset_proc_show()