Lines Matching refs:fsm

223 	struct otg_fsm *fsm;  in ci_otg_show()  local
228 fsm = &ci->fsm; in ci_otg_show()
235 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); in ci_otg_show()
237 seq_printf(s, "a_bus_req: %d\n", fsm->a_bus_req); in ci_otg_show()
239 seq_printf(s, "a_srp_det: %d\n", fsm->a_srp_det); in ci_otg_show()
241 seq_printf(s, "a_vbus_vld: %d\n", fsm->a_vbus_vld); in ci_otg_show()
243 seq_printf(s, "b_conn: %d\n", fsm->b_conn); in ci_otg_show()
245 seq_printf(s, "adp_change: %d\n", fsm->adp_change); in ci_otg_show()
247 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
249 seq_printf(s, "a_bus_resume: %d\n", fsm->a_bus_resume); in ci_otg_show()
251 seq_printf(s, "a_bus_suspend: %d\n", fsm->a_bus_suspend); in ci_otg_show()
253 seq_printf(s, "a_conn: %d\n", fsm->a_conn); in ci_otg_show()
255 seq_printf(s, "b_bus_req: %d\n", fsm->b_bus_req); in ci_otg_show()
257 seq_printf(s, "b_bus_suspend: %d\n", fsm->b_bus_suspend); in ci_otg_show()
259 seq_printf(s, "b_se0_srp: %d\n", fsm->b_se0_srp); in ci_otg_show()
261 seq_printf(s, "b_ssend_srp: %d\n", fsm->b_ssend_srp); in ci_otg_show()
263 seq_printf(s, "b_sess_vld: %d\n", fsm->b_sess_vld); in ci_otg_show()
265 seq_printf(s, "b_srp_done: %d\n", fsm->b_srp_done); in ci_otg_show()
267 seq_printf(s, "drv_vbus: %d\n", fsm->drv_vbus); in ci_otg_show()
269 seq_printf(s, "loc_conn: %d\n", fsm->loc_conn); in ci_otg_show()
271 seq_printf(s, "loc_sof: %d\n", fsm->loc_sof); in ci_otg_show()
273 seq_printf(s, "adp_prb: %d\n", fsm->adp_prb); in ci_otg_show()
275 seq_printf(s, "id: %d\n", fsm->id); in ci_otg_show()
277 seq_printf(s, "protocol: %d\n", fsm->protocol); in ci_otg_show()