Searched refs:chstate (Results 1 – 5 of 5) sorted by relevance
685 if (bcs->chstate & (CHS_D_UP | CHS_NOTIFY_LL)) { in disconnect_bc()686 bcs->chstate &= ~(CHS_D_UP | CHS_NOTIFY_LL); in disconnect_bc()816 if (bcs->chstate & CHS_B_UP) { in bchannel_down()817 bcs->chstate &= ~CHS_B_UP; in bchannel_down()821 if (bcs->chstate & (CHS_D_UP | CHS_NOTIFY_LL)) { in bchannel_down()822 bcs->chstate &= ~(CHS_D_UP | CHS_NOTIFY_LL); in bchannel_down()833 if (bcs->chstate & CHS_B_UP) { in bchannel_up()839 bcs->chstate |= CHS_B_UP; in bchannel_up()852 bcs->chstate |= CHS_NOTIFY_LL; in start_dial()1244 bcs->chstate |= CHS_D_UP; in do_action()[all …]
371 if (bcs->chstate & CHS_D_UP) { in command_from_LL()515 bcs->chstate |= CHS_NOTIFY_LL; in gigaset_isdn_icall()
635 bcs->chstate = 0; in gigaset_initbcs()810 bcs->chstate = 0; in gigaset_bcs_reinit()
663 bcs->chstate |= CHS_NOTIFY_LL; in gigaset_isdn_icall()1672 bcs->chstate |= CHS_NOTIFY_LL; in do_connect_resp()1745 bcs->chstate &= ~CHS_NOTIFY_LL; in do_connect_resp()2421 cs->bcs[i].chstate); in gigaset_proc_show()
382 unsigned chstate; /* bitmap (CHS_*) */ member