Lines Matching +full:enum +full:- +full:as +full:- +full:flags
5 * Date: 2011-05-11 ; Author: Hector Martin <hector@marcansoft.com>
6 * Based on usb-ohci.c, emulates Renesas NEC USB 3.0
10 * License as published by the Free Software Foundation; either
38 enum xhci_flags {
42 typedef enum TRBType {
80 typedef enum TRBCCode {
147 uint32_t flags; member
181 AddressSpace *as; member
192 uint32_t flags; member
197 * Callback for special-casing interrupter mapping support. NULL for most
229 bool xhci_get_flag(XHCIState *xhci, enum xhci_flags bit);
230 void xhci_set_flag(XHCIState *xhci, enum xhci_flags bit);