Home
last modified time | relevance | path

Searched refs:if_used (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/isdn/divert/
Ddivert_procfs.c30 ulong if_used = 0; /* number of interface users */ variable
46 if (if_used <= 0) in put_info_buffer()
57 ib->usage_cnt = if_used; in put_info_buffer()
143 if_used++; in isdn_divert_open()
163 if_used--; in isdn_divert_close()
169 if (if_used <= 0) in isdn_divert_close()
Disdn_divert.h119 extern ulong if_used; /* number of interface users */
Disdn_divert.c453 if ((!if_used) || ((!extern_wait_max) && (!dv->rule.waittime))) in isdn_divert_icall()
/linux-3.4.99/drivers/isdn/hysdn/
Dhysdn_proclog.c46 int if_used; /* open count for interface */ member
114 if (pd->if_used <= 0) in put_log_buffer()
123 ib->usage_cnt = pd->if_used; in put_log_buffer()
250 pd->if_used++; in hysdn_log_open()
303 pd->if_used--; /* decrement interface usage count by one */ in hysdn_log_close()
311 if (pd->if_used <= 0) /* delete buffers if last file closed */ in hysdn_log_close()
/linux-3.4.99/drivers/isdn/hardware/mISDN/
Dhfcsusb.h278 int if_used; /* used interface number */ member
Dhfcsusb.c1745 (void) usb_set_interface(hw->dev, hw->if_used, hw->alt_used); in setup_hfcsusb()
2101 hw->if_used = ifnum; /* save used interface */ in hfcsusb_probe()
/linux-3.4.99/drivers/isdn/hisax/
Dhfc_usb.c176 int if_used; /* used interface number */ member
1113 usb_set_interface(hfc->dev, hfc->if_used, hfc->alt_used); in hfc_usb_init()
1473 context->if_used = ifnum; /* save used interface */ in hfc_usb_probe()
1496 conf_str[small_match], context->if_used, in hfc_usb_probe()