Lines Matching full:fsm

13 #include <linux/usb/otg-fsm.h>
190 struct otg_fsm *fsm; in ci_otg_show() local
195 fsm = &ci->fsm; in ci_otg_show()
202 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); in ci_otg_show()
204 seq_printf(s, "a_bus_req: %d\n", fsm->a_bus_req); in ci_otg_show()
206 seq_printf(s, "a_srp_det: %d\n", fsm->a_srp_det); in ci_otg_show()
208 seq_printf(s, "a_vbus_vld: %d\n", fsm->a_vbus_vld); in ci_otg_show()
210 seq_printf(s, "b_conn: %d\n", fsm->b_conn); in ci_otg_show()
212 seq_printf(s, "adp_change: %d\n", fsm->adp_change); in ci_otg_show()
214 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
216 seq_printf(s, "a_bus_resume: %d\n", fsm->a_bus_resume); in ci_otg_show()
218 seq_printf(s, "a_bus_suspend: %d\n", fsm->a_bus_suspend); in ci_otg_show()
220 seq_printf(s, "a_conn: %d\n", fsm->a_conn); in ci_otg_show()
222 seq_printf(s, "b_bus_req: %d\n", fsm->b_bus_req); in ci_otg_show()
224 seq_printf(s, "b_bus_suspend: %d\n", fsm->b_bus_suspend); in ci_otg_show()
226 seq_printf(s, "b_se0_srp: %d\n", fsm->b_se0_srp); in ci_otg_show()
228 seq_printf(s, "b_ssend_srp: %d\n", fsm->b_ssend_srp); in ci_otg_show()
230 seq_printf(s, "b_sess_vld: %d\n", fsm->b_sess_vld); in ci_otg_show()
232 seq_printf(s, "b_srp_done: %d\n", fsm->b_srp_done); in ci_otg_show()
234 seq_printf(s, "drv_vbus: %d\n", fsm->drv_vbus); in ci_otg_show()
236 seq_printf(s, "loc_conn: %d\n", fsm->loc_conn); in ci_otg_show()
238 seq_printf(s, "loc_sof: %d\n", fsm->loc_sof); in ci_otg_show()
240 seq_printf(s, "adp_prb: %d\n", fsm->adp_prb); in ci_otg_show()
242 seq_printf(s, "id: %d\n", fsm->id); in ci_otg_show()
244 seq_printf(s, "protocol: %d\n", fsm->protocol); in ci_otg_show()