Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.c1440 ptr = (const void *)&sc->sc_hub_desc.temp; in octusb_roothub_exec()
1460 sc->sc_hub_desc.temp[0] = sc->sc_conf; in octusb_roothub_exec()
1511 len = usb_make_str_desc(sc->sc_hub_desc.temp, in octusb_roothub_exec()
1512 sizeof(sc->sc_hub_desc.temp), str_ptr); in octusb_roothub_exec()
1522 sc->sc_hub_desc.temp[0] = 0; in octusb_roothub_exec()
1526 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in octusb_roothub_exec()
1531 USETW(sc->sc_hub_desc.stat.wStatus, 0); in octusb_roothub_exec()
1618 memset(sc->sc_hub_desc.temp, 0, 16); in octusb_roothub_exec()
1657 USETW(sc->sc_hub_desc.ps.wPortStatus, status); in octusb_roothub_exec()
1658 USETW(sc->sc_hub_desc.ps.wPortChange, change); in octusb_roothub_exec()
[all …]
H A Doctusb.h113 union octusb_hub_desc sc_hub_desc; member