Home
last modified time | relevance | path

Searched refs:ISDN_NET_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Disdn.h260 #define ISDN_NET_CALLBACK 0x04 /* activate callback */ macro
/linux-2.6.39/drivers/isdn/i4l/
Disdn_net.c2184 (!(lp->flags & ISDN_NET_CALLBACK))) /* but no callback */ in isdn_net_find_icall()
2317 if (lp->flags & ISDN_NET_CALLBACK) { in isdn_net_find_icall()
2833 lp->flags &= ~(ISDN_NET_CALLBACK | ISDN_NET_CBOUT); in isdn_net_setcfg()
2836 lp->flags |= ISDN_NET_CALLBACK; in isdn_net_setcfg()
2841 lp->flags &= ~ISDN_NET_CALLBACK; in isdn_net_setcfg()
2909 if (lp->flags & ISDN_NET_CALLBACK) in isdn_net_getcfg()
Disdn_ppp.c624 if(lp->flags & ISDN_NET_CALLBACK) in isdn_ppp_ioctl()