Searched refs:ub_index (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Ducom.c141 u_int ub_index; member in struct:ucom_buffer
1247 ub->ub_index = 0;
1291 ub->ub_index = ub->ub_len;
1294 ub->ub_index = 0;
1371 if (ub != NULL && ub->ub_index == 0)
1396 while (ub->ub_index < ub->ub_len && !sc->sc_rx_stopped) {
1398 if ((*rint)(ub->ub_data[ub->ub_index], tp) == -1) {
1400 ub->ub_index = ub->ub_len;
1402 ub->ub_index++;
1405 if (ub->ub_index
[all...]

Completed in 87 milliseconds