Lines Matching defs:msm_otg
142 struct msm_otg { struct
144 struct msm_otg_platform_data *pdata; argument
145 int irq;
146 struct clk *clk;
147 struct clk *pclk;
148 struct clk *core_clk;
149 void __iomem *regs;
152 unsigned long inputs;
153 struct work_struct sm_work;
154 atomic_t in_lpm;
155 int async_int;
156 unsigned cur_power;
157 int phy_number;
158 struct delayed_work chg_work;
159 enum usb_chg_state chg_state;
160 enum usb_chg_type chg_type;
161 u8 dcd_retries;
162 struct regulator *v3p3;
163 struct regulator *v1p8;
164 struct regulator *vddcx;
166 struct reset_control *phy_rst;
167 struct reset_control *link_rst;
168 int vdd_levels[3];