Lines Matching refs:stp
96 int stp; in dbgp_complete() local
101 stp = 1; in dbgp_complete()
106 stp = 2; in dbgp_complete()
115 stp = 3; in dbgp_complete()
127 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete()
132 int err, stp; in dbgp_enable_ep_req() local
138 stp = 1; in dbgp_enable_ep_req()
145 stp = 2; in dbgp_enable_ep_req()
153 stp = 3; in dbgp_enable_ep_req()
165 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req()
180 int err, stp; in dbgp_enable_ep() local
184 stp = 1; in dbgp_enable_ep()
190 stp = 2; in dbgp_enable_ep()
196 stp = 3; in dbgp_enable_ep()
207 dev_dbg(&dbgp.gadget->dev, "enable ep: failure (%d:%d)\n", stp, err); in dbgp_enable_ep()
242 int stp; in dbgp_configure_endpoints() local
248 stp = 1; in dbgp_configure_endpoints()
259 stp = 2; in dbgp_configure_endpoints()
283 dev_dbg(&dbgp.gadget->dev, "ep config: failure (%d)\n", stp); in dbgp_configure_endpoints()
290 int err, stp; in dbgp_bind() local
297 stp = 1; in dbgp_bind()
304 stp = 2; in dbgp_bind()
314 stp = 3; in dbgp_bind()
320 stp = 4; in dbgp_bind()
328 stp = 5; in dbgp_bind()
336 dev_dbg(&gadget->dev, "bind: failure (%d:%d)\n", stp, err); in dbgp_bind()