tag | line | file | source code |
ISDN_NET_CALLBACK | 970 | drivers/isdn/isdn_common.c | cfg.callback = (p->local.flags & ISDN_NET_CALLBACK) ? 1 : 0; |
ISDN_NET_CALLBACK | 1443 | drivers/isdn/isdn_net.c | (!(p->local.flags & ISDN_NET_CALLBACK))) /* but no callback */ |
ISDN_NET_CALLBACK | 1566 | drivers/isdn/isdn_net.c | if (lp->flags & ISDN_NET_CALLBACK) { |
ISDN_NET_CALLBACK | 1949 | drivers/isdn/isdn_net.c | p->local.flags |= ISDN_NET_CALLBACK; |
ISDN_NET_CALLBACK | 1951 | drivers/isdn/isdn_net.c | p->local.flags &= ~ISDN_NET_CALLBACK; |
ISDN_NET_CALLBACK | 2003 | drivers/isdn/isdn_net.c | cfg->callback = (p->local.flags & ISDN_NET_CALLBACK) ? 1 : 0; |