Lines Matching refs:fsm
222 struct otg_fsm *fsm; in ci_otg_show() local
227 fsm = &ci->fsm; in ci_otg_show()
234 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); in ci_otg_show()
236 seq_printf(s, "a_bus_req: %d\n", fsm->a_bus_req); in ci_otg_show()
238 seq_printf(s, "a_srp_det: %d\n", fsm->a_srp_det); in ci_otg_show()
240 seq_printf(s, "a_vbus_vld: %d\n", fsm->a_vbus_vld); in ci_otg_show()
242 seq_printf(s, "b_conn: %d\n", fsm->b_conn); in ci_otg_show()
244 seq_printf(s, "adp_change: %d\n", fsm->adp_change); in ci_otg_show()
246 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
248 seq_printf(s, "a_bus_resume: %d\n", fsm->a_bus_resume); in ci_otg_show()
250 seq_printf(s, "a_bus_suspend: %d\n", fsm->a_bus_suspend); in ci_otg_show()
252 seq_printf(s, "a_conn: %d\n", fsm->a_conn); in ci_otg_show()
254 seq_printf(s, "b_bus_req: %d\n", fsm->b_bus_req); in ci_otg_show()
256 seq_printf(s, "b_bus_suspend: %d\n", fsm->b_bus_suspend); in ci_otg_show()
258 seq_printf(s, "b_se0_srp: %d\n", fsm->b_se0_srp); in ci_otg_show()
260 seq_printf(s, "b_ssend_srp: %d\n", fsm->b_ssend_srp); in ci_otg_show()
262 seq_printf(s, "b_sess_vld: %d\n", fsm->b_sess_vld); in ci_otg_show()
264 seq_printf(s, "b_srp_done: %d\n", fsm->b_srp_done); in ci_otg_show()
266 seq_printf(s, "drv_vbus: %d\n", fsm->drv_vbus); in ci_otg_show()
268 seq_printf(s, "loc_conn: %d\n", fsm->loc_conn); in ci_otg_show()
270 seq_printf(s, "loc_sof: %d\n", fsm->loc_sof); in ci_otg_show()
272 seq_printf(s, "adp_prb: %d\n", fsm->adp_prb); in ci_otg_show()
274 seq_printf(s, "id: %d\n", fsm->id); in ci_otg_show()
276 seq_printf(s, "protocol: %d\n", fsm->protocol); in ci_otg_show()