Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Disdn.h135 #define ISDN_NET_CALLBACK 0x04 /* activate callback */ macro
/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.c2149 (!(lp->flags & ISDN_NET_CALLBACK))) /* but no callback */ in isdn_net_find_icall()
2282 if (lp->flags & ISDN_NET_CALLBACK) { in isdn_net_find_icall()
2804 lp->flags &= ~(ISDN_NET_CALLBACK | ISDN_NET_CBOUT); in isdn_net_setcfg()
2807 lp->flags |= ISDN_NET_CALLBACK; in isdn_net_setcfg()
2812 lp->flags &= ~ISDN_NET_CALLBACK; in isdn_net_setcfg()
2880 if (lp->flags & ISDN_NET_CALLBACK) in isdn_net_getcfg()
Disdn_ppp.c627 if (lp->flags & ISDN_NET_CALLBACK) in isdn_ppp_ioctl()