Home
last modified time | relevance | path

Searched defs:dwc_otg_flags (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDdwc_otg.h130 struct dwc_otg_flags { struct
131 uint8_t change_connect:1;
132 uint8_t change_suspend:1;
133 uint8_t change_reset:1;
134 uint8_t change_enabled:1;
135 uint8_t change_over_current:1;
136 uint8_t status_suspend:1; /* set if suspended */
137 uint8_t status_vbus:1; /* set if present */
138 uint8_t status_bus_reset:1; /* set if reset complete */
139 uint8_t status_high_speed:1; /* set if High Speed is selected */
[all …]