Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c70 uint16_t port_change; member
562 sc->sc_st.port_change = 0; in uhub_read_port_status()
571 sc->sc_st.port_change = UGETW(ps.wPortChange); in uhub_read_port_status()
575 sc->sc_st.port_change = 0; in uhub_read_port_status()
584 sc->sc_st.port_change, usbd_errstr(err)); in uhub_read_port_status()
606 uint16_t port_change, port_status; in uhub_port_debounce() local
616 port_change = sc->sc_st.port_change; in uhub_port_debounce()
619 if (!(port_change & UPS_C_CONNECT_STATUS) && in uhub_port_debounce()
629 if (port_change in uhub_port_debounce()
[all...]

Completed in 2 milliseconds