Lines Matching defs:msm_otg
163 struct msm_otg { struct
165 struct msm_otg_platform_data *pdata; argument
166 int irq;
167 struct clk *clk;
168 struct clk *pclk;
169 struct clk *core_clk;
170 void __iomem *regs;
173 unsigned long inputs;
174 struct work_struct sm_work;
175 atomic_t in_lpm;
176 int async_int;
177 unsigned cur_power;
178 int phy_number;
179 struct delayed_work chg_work;
180 enum usb_chg_state chg_state;
181 enum usb_chg_type chg_type;
182 u8 dcd_retries;
183 struct regulator *v3p3;
184 struct regulator *v1p8;
185 struct regulator *vddcx;
187 struct reset_control *phy_rst;
188 struct reset_control *link_rst;
189 int vdd_levels[3];
191 bool manual_pullup;
193 struct msm_usb_cable vbus;
194 struct msm_usb_cable id;
196 struct gpio_desc *switch_gpio;
197 struct notifier_block reboot;