Searched refs:ISDN_STAT_ICALL (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/isdn/sc/ |
D | event.c | 56 case ISDN_STAT_ICALL: in indicate_status()
|
D | interrupt.c | 133 indicate_status(card, ISDN_STAT_ICALL, (unsigned long)rcvmsg.phy_link_no - 1, (char *)&setup); in interrupt_handler()
|
/linux-4.1.27/include/linux/ |
D | isdnif.h | 154 #define ISDN_STAT_ICALL 257 /* Incoming call detected */ macro
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | callbacks.c | 139 ictl.command = ISDN_STAT_ICALL; in cb_in_1()
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
D | isdnloop.c | 158 {"DCAL_I", ISDN_STAT_ICALL, 3}, /* Incoming call dialup-line */ 159 {"DSCA_I", ISDN_STAT_ICALL, 3}, /* Incoming call 1TR6-SPV */ 160 {"FCALL", ISDN_STAT_ICALL, 4}, /* Leased line connection up */
|
/linux-4.1.27/drivers/isdn/divert/ |
D | isdn_divert.c | 398 ((dv->rule.callopt == 2) && (ic->command == ISDN_STAT_ICALL))) in isdn_divert_icall() 832 case ISDN_STAT_ICALL: in ll_callback()
|
/linux-4.1.27/drivers/isdn/icn/ |
D | icn.c | 421 {"DCAL_I", ISDN_STAT_ICALL, 3}, /* Incoming call dialup-line */ 422 {"DSCA_I", ISDN_STAT_ICALL, 3}, /* Incoming call 1TR6-SPV */ 423 {"FCALL", ISDN_STAT_ICALL, 4}, /* Leased line connection up */
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | i4l.c | 505 response.command = ISDN_STAT_ICALL; in gigaset_isdn_icall()
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 221 and ISDN_STAT_ICALL callback. 500 ISDN_STAT_ICALL: 509 command = ISDN_STAT_ICALL
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | callc.c | 229 ic.command = ((chanp->chan < 2) ? ISDN_STAT_ICALL : ISDN_STAT_ICALLW); in lli_leased_in() 346 ic.command = ((chanp->chan < 2) ? ISDN_STAT_ICALL : ISDN_STAT_ICALLW); in lli_deliver_call()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_common.c | 453 case ISDN_STAT_ICALL: in isdn_status_callback() 475 if (c->command == ISDN_STAT_ICALL) in isdn_status_callback()
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | capi.c | 696 cmd.command = ISDN_STAT_ICALL; in actcapi_dispatch()
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capidrv.c | 1085 cmd.command = ISDN_STAT_ICALL; in handle_incoming_call()
|