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

/netbsd-current/sys/dev/usb/
H A Dusbdivar.h256 int up_interval; member in struct:usbd_pipe
H A Dusbdi.c223 pipe->up_interval, 0);
H A Dusb_subr.c956 p->up_interval = ival;
H A Dxhci.c3901 if (pipe->up_interval == USBD_DEFAULT_INTERVAL)
3904 ival = pipe->up_interval;
H A Duhci.c3447 ival = pipe->up_interval;
H A Dohci.c2145 ival = pipe->up_interval;
H A Dehci.c2109 ival = pipe->up_interval;
/netbsd-current/sys/dev/ic/
H A Dsl811hs.c903 spipe->pipe.up_interval;
1080 pipe->up_interval = 0;
1085 pipe->up_interval = 1;
1098 pipe->up_interval = 0;
1102 if (pipe->up_interval == USBD_DEFAULT_INTERVAL)
1103 pipe->up_interval = ed->bInterval;
1110 pipe->up_interval = 0;
1115 pipe->up_interval, 0,0);
2078 int i = spipe->pipe.up_interval;
2162 spipe->pipe.up_interval;
[all...]
/netbsd-current/sys/external/bsd/dwc2/
H A Ddwc2.c1020 dpipe->pipe.up_interval != USBD_DEFAULT_INTERVAL) {
1021 ival = dpipe->pipe.up_interval;

Completed in 295 milliseconds