Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/hysdn/
Dhysdn_proclog.c46 int if_used; /* open count for interface */ member
112 if (pd->if_used <= 0) in put_log_buffer()
121 ib->usage_cnt = pd->if_used; in put_log_buffer()
216 pd->if_used++; in hysdn_log_open()
261 pd->if_used--; /* decrement interface usage count by one */ in hysdn_log_close()
269 if (pd->if_used <= 0) /* delete buffers if last file closed */ in hysdn_log_close()
/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.h279 int if_used; /* used interface number */ member
Dhfcsusb.c1724 (void) usb_set_interface(hw->dev, hw->if_used, hw->alt_used); in setup_hfcsusb()
2082 hw->if_used = ifnum; /* save used interface */ in hfcsusb_probe()