Searched refs:h_ep1_ph (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 169 usb_pipe_handle_t h_ep1_ph; member 261 hubd::h_ep1_ph
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 3295 0, &hubd->h_ep1_ph)) != USB_SUCCESS) { in hubd_open_intr_pipe() 3309 "open intr pipe succeeded, ph=0x%p", (void *)hubd->h_ep1_ph); in hubd_open_intr_pipe() 3330 hubd->h_hotplug_thread, (void *)hubd->h_ep1_ph); in hubd_start_polling() 3339 (hubd->h_hotplug_thread == 0) && hubd->h_ep1_ph)) { in hubd_start_polling() 3352 if ((rval = usb_pipe_intr_xfer(hubd->h_ep1_ph, reqp, in hubd_start_polling() 3359 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state, in hubd_start_polling() 3383 if (hubd->h_ep1_ph) { in hubd_stop_polling() 3389 usb_pipe_stop_intr_polling(hubd->h_ep1_ph, USB_FLAGS_SLEEP); in hubd_stop_polling() 3390 rval = usb_pipe_get_state(hubd->h_ep1_ph, &pipe_state, in hubd_stop_polling() 3424 if (hubd->h_ep1_ph) { in hubd_close_intr_pipe() [all …]
|