Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dgigaset.h422 int onechannel; /* data and commands transmitted in one member
736 int onechannel, int ignoreframes,
Dcommon.c667 int onechannel, int ignoreframes, in gigaset_initcs() argument
683 cs->onechannel = onechannel; in gigaset_initcs()
Dev-layer.c1236 if (cs->onechannel) { in do_action()
1261 } else if (cs->onechannel && cs->dle) { in do_action()
1286 else if (cs->onechannel) in do_action()
Dcapi.c2361 seq_printf(m, "%-16s %s\n", "onechannel", cs->onechannel ? "yes" : "no"); in gigaset_proc_show()