dwc3_apple
#define to_dwc3_apple(d) container_of((d), struct dwc3_apple, dwc)
static inline void dwc3_apple_writel(struct dwc3_apple *appledwc, u32 offset, u32 value)
static inline u32 dwc3_apple_readl(struct dwc3_apple *appledwc, u32 offset)
static inline void dwc3_apple_mask(struct dwc3_apple *appledwc, u32 offset, u32 mask, u32 value)
static void dwc3_apple_setup_cio(struct dwc3_apple *appledwc)
static void dwc3_apple_set_ptrcap(struct dwc3_apple *appledwc, u32 mode)
static int dwc3_apple_core_probe(struct dwc3_apple *appledwc)
static int dwc3_apple_core_init(struct dwc3_apple *appledwc)
static int dwc3_apple_init(struct dwc3_apple *appledwc, enum dwc3_apple_state state)
static int dwc3_apple_exit(struct dwc3_apple *appledwc)
struct dwc3_apple *appledwc = usb_role_switch_get_drvdata(sw);
struct dwc3_apple *appledwc = usb_role_switch_get_drvdata(sw);
static int dwc3_apple_setup_role_switch(struct dwc3_apple *appledwc)
struct dwc3_apple *appledwc;
struct dwc3_apple *appledwc = to_dwc3_apple(dwc);