Home
last modified time | relevance | path

Searched refs:h_intr_pipe_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h173 uint_t h_intr_pipe_state; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3448 ASSERT(hubd->h_intr_pipe_state == HUBD_INTR_PIPE_IDLE); in hubd_open_intr_pipe()
3450 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_OPENING; in hubd_open_intr_pipe()
3460 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_IDLE; in hubd_open_intr_pipe()
3466 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE; in hubd_open_intr_pipe()
3489 always, hubd->h_dev_state, hubd->h_intr_pipe_state, in hubd_start_polling()
3498 (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE) && in hubd_start_polling()
3546 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_STOPPED; in hubd_stop_polling()
3558 if (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_STOPPED) { in hubd_stop_polling()
3559 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE; in hubd_stop_polling()
3580 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_CLOSING; in hubd_close_intr_pipe()
[all …]