Home
last modified time | relevance | path

Searched refs:hupflags (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.c346 if (l->hupflags & ISDN_MANCHARGE && in isdn_net_autohup()
347 l->hupflags & ISDN_CHARGEHUP) { in isdn_net_autohup()
351 if (l->outgoing || l->hupflags & ISDN_INHUP) in isdn_net_autohup()
354 if (l->hupflags & ISDN_CHARGEHUP) { in isdn_net_autohup()
355 if (l->hupflags & ISDN_WAITCHARGE) { in isdn_net_autohup()
357 p->dev->name, l->hupflags); in isdn_net_autohup()
367 } else if (l->hupflags & ISDN_INHUP) in isdn_net_autohup()
533 if (lp->hupflags & ISDN_HAVECHARGE) { in isdn_net_stat_callback()
534 lp->hupflags &= ~ISDN_WAITCHARGE; in isdn_net_stat_callback()
537 if (lp->hupflags & ISDN_WAITCHARGE) in isdn_net_stat_callback()
[all …]
/linux-4.19.296/include/linux/
Disdn.h192 int hupflags; /* Flags for charge-unit-hangup: */ member