Lines Matching defs:ci_hdrc_platform_data
33 struct ci_hdrc_platform_data { struct
34 const char *name;
36 uintptr_t capoffset;
37 unsigned power_budget;
38 struct phy *phy;
40 struct usb_phy *usb_phy;
41 enum usb_phy_interface phy_mode;
42 unsigned long flags;
65 enum usb_dr_mode dr_mode;
71 int (*notify_event) (struct ci_hdrc *ci, unsigned event);
72 struct regulator *reg_vbus;
73 struct usb_otg_caps ci_otg_caps;
74 bool tpl_support;
76 u32 itc_setting;
77 u32 ahb_burst_config;
78 u32 tx_burst_size;
79 u32 rx_burst_size;
105 struct ci_hdrc_platform_data *platdata); argument