Lines Matching refs:stp
93 int stp; in dbgp_complete() local
98 stp = 1; in dbgp_complete()
103 stp = 2; in dbgp_complete()
112 stp = 3; in dbgp_complete()
124 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete()
129 int err, stp; in dbgp_enable_ep_req() local
135 stp = 1; in dbgp_enable_ep_req()
142 stp = 2; in dbgp_enable_ep_req()
150 stp = 3; in dbgp_enable_ep_req()
162 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req()
176 int err, stp; in dbgp_enable_ep() local
180 stp = 1; in dbgp_enable_ep()
186 stp = 2; in dbgp_enable_ep()
192 stp = 3; in dbgp_enable_ep()
203 dev_dbg(&dbgp.gadget->dev, "enable ep: failure (%d:%d)\n", stp, err); in dbgp_enable_ep()
236 int stp; in dbgp_configure_endpoints() local
242 stp = 1; in dbgp_configure_endpoints()
251 stp = 2; in dbgp_configure_endpoints()
272 dev_dbg(&dbgp.gadget->dev, "ep config: failure (%d)\n", stp); in dbgp_configure_endpoints()
279 int err, stp; in dbgp_bind() local
286 stp = 1; in dbgp_bind()
293 stp = 2; in dbgp_bind()
302 stp = 3; in dbgp_bind()
308 stp = 4; in dbgp_bind()
316 stp = 5; in dbgp_bind()
324 dev_dbg(&gadget->dev, "bind: failure (%d:%d)\n", stp, err); in dbgp_bind()