[go: nahoru, domu]

Searched defs:if_used (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/divert/
H A Ddivert_procfs.c30 ulong if_used = 0; /* number of interface users */ variable
46 if (if_used <= 0)
57 ib->usage_cnt = if_used;
144 if_used++;
164 if_used--;
170 if (if_used <= 0)
/drivers/isdn/hysdn/
H A Dhysdn_proclog.c46 int if_used; /* open count for interface */ member in struct:procdata
114 if (pd->if_used <= 0)
123 ib->usage_cnt = pd->if_used;
218 pd->if_used++;
263 pd->if_used--; /* decrement interface usage count by one */
271 if (pd->if_used <= 0) /* delete buffers if last file closed */
/drivers/isdn/hisax/
H A Dhfc_usb.c176 int if_used; /* used interface number */ member in struct:hfcusb_data
1113 usb_set_interface(hfc->dev, hfc->if_used, hfc->alt_used);
1473 context->if_used = ifnum; /* save used interface */
1504 conf_str[small_match], context->if_used,
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h278 int if_used; /* used interface number */ member in struct:hfcsusb

Completed in 136 milliseconds