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;
66 enum usb_dr_mode dr_mode;
72 int (*notify_event) (struct ci_hdrc *ci, unsigned event);
73 struct regulator *reg_vbus;
74 struct usb_otg_caps ci_otg_caps;
75 bool tpl_support;
77 u32 itc_setting;
78 u32 ahb_burst_config;
79 u32 tx_burst_size;
80 u32 rx_burst_size;
106 struct ci_hdrc_platform_data *platdata); argument