Lines Matching defs:otg_fsm
137 struct otg_fsm { struct
139 int id;
140 int adp_change;
141 int power_up;
142 int a_srp_det;
143 int a_vbus_vld;
144 int b_conn;
145 int a_bus_resume;
146 int a_bus_suspend;
147 int a_conn;
148 int b_se0_srp;
149 int b_ssend_srp;
150 int b_sess_vld;
151 int test_device;
152 int a_bus_drop;
153 int a_bus_req;
154 int b_bus_req;
157 int a_sess_vld;
158 int b_bus_resume;
159 int b_bus_suspend;
162 int drv_vbus;
163 int loc_conn;
164 int loc_sof;
165 int adp_prb;
166 int adp_sns;
167 int data_pulse;
191 struct otg_fsm_ops *ops; argument
203 void (*chrg_vbus)(struct otg_fsm *fsm, int on); argument