Searched refs:h_ep1_ph (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 170 usb_pipe_handle_t h_ep1_ph; member 269 hubd::h_ep1_ph
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 3455 0, &hubd->h_ep1_ph)) != USB_SUCCESS) { in hubd_open_intr_pipe() 3469 "open intr pipe succeeded, ph=0x%p", (void *)hubd->h_ep1_ph); in hubd_open_intr_pipe() 3490 hubd->h_hotplug_thread, (void *)hubd->h_ep1_ph); in hubd_start_polling() 3499 (hubd->h_hotplug_thread == 0) && hubd->h_ep1_ph)) { in hubd_start_polling() 3512 if ((rval = usb_pipe_intr_xfer(hubd->h_ep1_ph, reqp, in hubd_start_polling() 3519 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state, in hubd_start_polling() 3543 if (hubd->h_ep1_ph) { in hubd_stop_polling() 3549 usb_pipe_stop_intr_polling(hubd->h_ep1_ph, USB_FLAGS_SLEEP); in hubd_stop_polling() 3550 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state, in hubd_stop_polling() 3584 if (hubd->h_ep1_ph) { in hubd_close_intr_pipe() [all …]
|