Home
last modified time | relevance | path

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

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