Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.c1432 cvmx_usb_port_status_t usb_port_status; in octusb_roothub_exec() local
1629 usb_port_status = cvmx_usb_get_status(&sc->sc_port[index].state); in octusb_roothub_exec()
1632 if (usb_port_status.connected) in octusb_roothub_exec()
1634 if (usb_port_status.port_enabled) in octusb_roothub_exec()
1636 if (usb_port_status.port_over_current) in octusb_roothub_exec()
1638 if (usb_port_status.port_powered) in octusb_roothub_exec()
1641 switch (usb_port_status.port_speed) { in octusb_roothub_exec()
1652 if (usb_port_status.connect_change) in octusb_roothub_exec()
H A Doctusb.h102 struct usb_port_status ps;