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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h166 usb_pipe_handle_t h_ep1_ph; member in struct:hubd
258 hubd::h_ep1_ph
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3298 0, &hubd->h_ep1_ph)) != USB_SUCCESS) {
3312 "open intr pipe succeeded, ph=0x%p", (void *)hubd->h_ep1_ph);
3333 hubd->h_hotplug_thread, (void *)hubd->h_ep1_ph);
3342 (hubd->h_hotplug_thread == 0) && hubd->h_ep1_ph)) {
3355 if ((rval = usb_pipe_intr_xfer(hubd->h_ep1_ph, reqp,
3362 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state,
3386 if (hubd->h_ep1_ph) {
3392 usb_pipe_stop_intr_polling(hubd->h_ep1_ph, USB_FLAGS_SLEEP);
3393 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state,
3427 if (hubd->h_ep1_ph) {
[all...]

Completed in 112 milliseconds