Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.c180 int i, wbn; in acm_wb_alloc() local
183 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() local
811 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()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.c156 int i, wbn; in xr_usb_serial_wb_alloc() local
159 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() local
735 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()
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv6674 …���������������������������������������������������������������������������wbn����ʼ���������������…