Home
last modified time | relevance | path

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

/drivers/staging/isdn/gigaset/
Dev-layer.c682 if (bcs->chstate & (CHS_D_UP | CHS_NOTIFY_LL)) { in disconnect_bc()
683 bcs->chstate &= ~(CHS_D_UP | CHS_NOTIFY_LL); in disconnect_bc()
813 if (bcs->chstate & CHS_B_UP) { in bchannel_down()
814 bcs->chstate &= ~CHS_B_UP; in bchannel_down()
818 if (bcs->chstate & (CHS_D_UP | CHS_NOTIFY_LL)) { in bchannel_down()
819 bcs->chstate &= ~(CHS_D_UP | CHS_NOTIFY_LL); in bchannel_down()
830 if (bcs->chstate & CHS_B_UP) { in bchannel_up()
836 bcs->chstate |= CHS_B_UP; in bchannel_up()
849 bcs->chstate |= CHS_NOTIFY_LL; in start_dial()
1241 bcs->chstate |= CHS_D_UP; in do_action()
[all …]
Dcommon.c632 bcs->chstate = 0; in gigaset_initbcs()
806 bcs->chstate = 0; in gigaset_bcs_reinit()
Dcapi.c660 bcs->chstate |= CHS_NOTIFY_LL; in gigaset_isdn_icall()
1669 bcs->chstate |= CHS_NOTIFY_LL; in do_connect_resp()
1742 bcs->chstate &= ~CHS_NOTIFY_LL; in do_connect_resp()
2418 cs->bcs[i].chstate); in gigaset_proc_show()
Dgigaset.h379 unsigned chstate; /* bitmap (CHS_*) */ member