Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h172 uint_t h_intr_pipe_state; member
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3288 ASSERT(hubd->h_intr_pipe_state == HUBD_INTR_PIPE_IDLE); in hubd_open_intr_pipe()
3290 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_OPENING; in hubd_open_intr_pipe()
3300 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_IDLE; in hubd_open_intr_pipe()
3306 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE; in hubd_open_intr_pipe()
3329 always, hubd->h_dev_state, hubd->h_intr_pipe_state, in hubd_start_polling()
3338 (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE) && in hubd_start_polling()
3386 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_STOPPED; in hubd_stop_polling()
3398 if (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_STOPPED) { in hubd_stop_polling()
3399 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE; in hubd_stop_polling()
3420 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_CLOSING; in hubd_close_intr_pipe()
[all …]