Lines Matching defs:otg_fsm
63 struct otg_fsm { struct
65 int id;
66 int adp_change;
67 int power_up;
68 int test_device;
69 int a_bus_drop;
70 int a_bus_req;
71 int a_srp_det;
72 int a_vbus_vld;
73 int b_conn;
74 int a_bus_resume;
75 int a_bus_suspend;
76 int a_conn;
77 int b_bus_req;
78 int b_se0_srp;
79 int b_ssend_srp;
80 int b_sess_vld;
82 int a_sess_vld;
83 int b_bus_resume;
84 int b_bus_suspend;
87 int data_pulse;
88 int drv_vbus;
89 int loc_conn;
90 int loc_sof;
91 int adp_prb;
92 int adp_sns;
116 struct otg_fsm_ops *ops; argument
125 void (*chrg_vbus)(struct otg_fsm *fsm, int on); argument