Home | History | Annotate | Download | only in usb

Lines Matching refs:up_methods

353 	pipe->up_methods->upm_close(pipe);
444 err = pipe->up_methods->upm_transfer(xfer);
505 pipe->up_methods->upm_abort(xfer);
664 xfer->ux_methods = pipe->up_methods;
853 pipe->up_methods->upm_cleartoggle(pipe);
875 pipe->up_methods->upm_cleartoggle(pipe);
892 pipe->up_methods->upm_cleartoggle(pipe);
1059 (uintptr_t)pipe->up_methods, 0);
1069 pipe->up_methods->upm_abort(xfer);
1176 (uintptr_t)pipe->up_methods->upm_done, 0, 0);
1178 pipe->up_methods->upm_done(xfer);
1242 KASSERT(pipe->up_methods != NULL);
1243 KASSERT(pipe->up_methods->upm_start != NULL);
1257 err = pipe->up_methods->upm_start(xfer);