Lines Matching defs:otg_fsm
124 struct otg_fsm { struct
126 int id;
127 int adp_change;
128 int power_up;
129 int a_srp_det;
130 int a_vbus_vld;
131 int b_conn;
132 int a_bus_resume;
133 int a_bus_suspend;
134 int a_conn;
135 int b_se0_srp;
136 int b_ssend_srp;
137 int b_sess_vld;
138 int test_device;
139 int a_bus_drop;
140 int a_bus_req;
141 int b_bus_req;
144 int a_sess_vld;
145 int b_bus_resume;
146 int b_bus_suspend;
149 int drv_vbus;
150 int loc_conn;
151 int loc_sof;
152 int adp_prb;
153 int adp_sns;
154 int data_pulse;
178 struct otg_fsm_ops *ops; argument
191 void (*chrg_vbus)(struct otg_fsm *fsm, int on); argument