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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h169 usb_pipe_handle_t h_ep1_ph; member in struct:hubd
261 hubd::h_ep1_ph
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3295 0, &hubd->h_ep1_ph)) != USB_SUCCESS) {
3309 "open intr pipe succeeded, ph=0x%p", (void *)hubd->h_ep1_ph);
3330 hubd->h_hotplug_thread, (void *)hubd->h_ep1_ph);
3339 (hubd->h_hotplug_thread == 0) && hubd->h_ep1_ph)) {
3352 if ((rval = usb_pipe_intr_xfer(hubd->h_ep1_ph, reqp,
3359 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state,
3383 if (hubd->h_ep1_ph) {
3389 usb_pipe_stop_intr_polling(hubd->h_ep1_ph, USB_FLAGS_SLEEP);
3390 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state,
3424 if (hubd->h_ep1_ph) {
[all...]

Completed in 69 milliseconds