Searched refs:wbn (Results 1 – 3 of 3) sorted by relevance
180 int i, wbn; in acm_wb_alloc() local183 wbn = 0; in acm_wb_alloc()186 wb = &acm->wb[wbn]; in acm_wb_alloc()190 return wbn; in acm_wb_alloc()192 wbn = (wbn + 1) % ACM_NW; in acm_wb_alloc()802 int wbn; in acm_tty_write() local811 wbn = acm_wb_alloc(acm); in acm_tty_write()812 if (wbn < 0) { in acm_tty_write()816 wb = &acm->wb[wbn]; in acm_tty_write()
156 int i, wbn; in xr_usb_serial_wb_alloc() local159 wbn = 0; in xr_usb_serial_wb_alloc()162 wb = &xr_usb_serial->wb[wbn]; in xr_usb_serial_wb_alloc()165 return wbn; in xr_usb_serial_wb_alloc()167 wbn = (wbn + 1) % XR_USB_SERIAL_NW; in xr_usb_serial_wb_alloc()726 int wbn; in xr_usb_serial_tty_write() local735 wbn = xr_usb_serial_wb_alloc(xr_usb_serial); in xr_usb_serial_tty_write()736 if (wbn < 0) { in xr_usb_serial_tty_write()740 wb = &xr_usb_serial->wb[wbn]; in xr_usb_serial_tty_write()
6674 …���������������������������������������������������������������������������wbn����ʼ���������������…