Lines Matching full:stp
94 int stp; in dbgp_complete() local
99 stp = 1; in dbgp_complete()
104 stp = 2; in dbgp_complete()
113 stp = 3; in dbgp_complete()
125 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete()
130 int err, stp; in dbgp_enable_ep_req() local
136 stp = 1; in dbgp_enable_ep_req()
143 stp = 2; in dbgp_enable_ep_req()
151 stp = 3; in dbgp_enable_ep_req()
163 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req()
177 int err, stp; in dbgp_enable_ep() local
181 stp = 1; in dbgp_enable_ep()
187 stp = 2; in dbgp_enable_ep()
193 stp = 3; in dbgp_enable_ep()
204 dev_dbg(&dbgp.gadget->dev, "enable ep: failure (%d:%d)\n", stp, err); in dbgp_enable_ep()
237 int stp; in dbgp_configure_endpoints() local
243 stp = 1; in dbgp_configure_endpoints()
252 stp = 2; in dbgp_configure_endpoints()
273 dev_dbg(&dbgp.gadget->dev, "ep config: failure (%d)\n", stp); in dbgp_configure_endpoints()
280 int err, stp; in dbgp_bind() local
287 stp = 1; in dbgp_bind()
294 stp = 2; in dbgp_bind()
303 stp = 3; in dbgp_bind()
309 stp = 4; in dbgp_bind()
317 stp = 5; in dbgp_bind()
325 dev_dbg(&gadget->dev, "bind: failure (%d:%d)\n", stp, err); in dbgp_bind()