Symbol: dwc3_apple
drivers/usb/dwc3/dwc3-apple.c
104
#define to_dwc3_apple(d) container_of((d), struct dwc3_apple, dwc)
drivers/usb/dwc3/dwc3-apple.c
130
static inline void dwc3_apple_writel(struct dwc3_apple *appledwc, u32 offset, u32 value)
drivers/usb/dwc3/dwc3-apple.c
135
static inline u32 dwc3_apple_readl(struct dwc3_apple *appledwc, u32 offset)
drivers/usb/dwc3/dwc3-apple.c
140
static inline void dwc3_apple_mask(struct dwc3_apple *appledwc, u32 offset, u32 mask, u32 value)
drivers/usb/dwc3/dwc3-apple.c
150
static void dwc3_apple_setup_cio(struct dwc3_apple *appledwc)
drivers/usb/dwc3/dwc3-apple.c
165
static void dwc3_apple_set_ptrcap(struct dwc3_apple *appledwc, u32 mode)
drivers/usb/dwc3/dwc3-apple.c
171
static int dwc3_apple_core_probe(struct dwc3_apple *appledwc)
drivers/usb/dwc3/dwc3-apple.c
194
static int dwc3_apple_core_init(struct dwc3_apple *appledwc)
drivers/usb/dwc3/dwc3-apple.c
221
static int dwc3_apple_init(struct dwc3_apple *appledwc, enum dwc3_apple_state state)
drivers/usb/dwc3/dwc3-apple.c
316
static int dwc3_apple_exit(struct dwc3_apple *appledwc)
drivers/usb/dwc3/dwc3-apple.c
355
struct dwc3_apple *appledwc = usb_role_switch_get_drvdata(sw);
drivers/usb/dwc3/dwc3-apple.c
401
struct dwc3_apple *appledwc = usb_role_switch_get_drvdata(sw);
drivers/usb/dwc3/dwc3-apple.c
420
static int dwc3_apple_setup_role_switch(struct dwc3_apple *appledwc)
drivers/usb/dwc3/dwc3-apple.c
438
struct dwc3_apple *appledwc;
drivers/usb/dwc3/dwc3-apple.c
488
struct dwc3_apple *appledwc = to_dwc3_apple(dwc);