Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/gigaset/
Dgigaset.h422 int onechannel; /* data and commands transmitted in one member
737 int onechannel, int ignoreframes,
Dcommon.c683 int onechannel, int ignoreframes, in gigaset_initcs() argument
712 cs->onechannel = onechannel; in gigaset_initcs()
Dev-layer.c1196 if (cs->onechannel) { in do_action()
1219 if (bcs && cs->onechannel && cs->dle) { in do_action()
1241 if (bcs && cs->onechannel) in do_action()
Dcapi.c2266 seq_printf(m, "%-16s %s\n", "onechannel", cs->onechannel ? "yes" : "no"); in gigaset_proc_show()