Lines Matching full:failed
44 zassert_ok(err, "Failed to free request buffer"); in event_ep_request()
105 zassert_equal(err, 0, "Failed to test endpoint configuration"); in test_udc_ep_try_config()
120 zassert_equal(err, 0, "Failed to test endpoint configuration"); in test_udc_ep_try_config()
121 zassert_not_equal(mps, 0, "Failed to test endpoint configuration"); in test_udc_ep_try_config()
146 zassert_equal(err1, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
147 zassert_equal(err2, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
148 zassert_equal(err3, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
149 zassert_equal(err4, -EINVAL, "Not failed to enable endpoint"); in test_udc_ep_enable()
151 zassert_equal(err1, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
152 zassert_equal(err2, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
153 zassert_equal(err3, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
154 zassert_equal(err4, -EINVAL, "Not failed to enable endpoint"); in test_udc_ep_enable()
156 zassert_equal(err1, 0, "Failed to enable endpoint"); in test_udc_ep_enable()
157 zassert_equal(err2, -EALREADY, "Not failed to enable endpoint"); in test_udc_ep_enable()
158 zassert_equal(err3, -ENODEV, "Not failed to enable endpoint"); in test_udc_ep_enable()
159 zassert_equal(err4, -EINVAL, "Not failed to enable endpoint"); in test_udc_ep_enable()
177 zassert_equal(err1, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable()
178 zassert_equal(err2, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable()
179 zassert_equal(err3, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable()
180 zassert_equal(err4, -EINVAL, "Not failed to disable endpoint"); in test_udc_ep_disable()
182 zassert_equal(err1, -EALREADY, "Failed to disable endpoint"); in test_udc_ep_disable()
183 zassert_equal(err2, -EALREADY, "Not failed to disable endpoint"); in test_udc_ep_disable()
184 zassert_equal(err3, -ENODEV, "Not failed to disable endpoint"); in test_udc_ep_disable()
185 zassert_equal(err4, -EINVAL, "Not failed to disable endpoint"); in test_udc_ep_disable()
187 zassert_equal(err1, 0, "Failed to disable endpoint"); in test_udc_ep_disable()
188 zassert_equal(err2, -EALREADY, "Not failed to disable endpoint"); in test_udc_ep_disable()
189 zassert_equal(err3, -ENODEV, "Not failed to disable endpoint"); in test_udc_ep_disable()
190 zassert_equal(err4, -EINVAL, "Not failed to disable endpoint"); in test_udc_ep_disable()
202 zassert_not_null(buf, "Failed to allocate request"); in test_udc_ep_buf_alloc()
217 zassert_ok(err, "Failed to free request"); in test_udc_ep_buf_free()
231 zassert_equal(err1, -ENOTSUP, "Not failed to set halt"); in test_udc_ep_halt()
233 zassert_equal(err1, 0, "Failed to set halt"); in test_udc_ep_halt()
236 zassert_equal(err2, -ENODEV, "Not failed to set halt"); in test_udc_ep_halt()
238 zassert_equal(err1, -EPERM, "Not failed to set halt"); in test_udc_ep_halt()
239 zassert_equal(err2, -EPERM, "Not failed to set halt"); in test_udc_ep_halt()
247 zassert_equal(err1, -ENOTSUP, "Not failed to clear halt"); in test_udc_ep_halt()
249 zassert_equal(err1, 0, "Failed to clear halt "); in test_udc_ep_halt()
252 zassert_equal(err2, -ENODEV, "Not failed to clear halt"); in test_udc_ep_halt()
254 zassert_equal(err1, -EPERM, "Not failed to clear halt"); in test_udc_ep_halt()
255 zassert_equal(err2, -EPERM, "Not failed to clear halt"); in test_udc_ep_halt()
269 zassert_not_null(false_buf, "Failed to allocate request"); in test_udc_ep_enqueue()
274 zassert_equal(err1, 0, "Failed to queue request"); in test_udc_ep_enqueue()
275 zassert_equal(err2, -ENODEV, "Not failed to queue request"); in test_udc_ep_enqueue()
277 zassert_equal(err1, -EPERM, "Not failed to queue request"); in test_udc_ep_enqueue()
293 zassert_equal(err1, -EPERM, "Not failed to dequeue"); in test_udc_ep_dequeue()
294 zassert_equal(err2, -EPERM, "Not failed to dequeue"); in test_udc_ep_dequeue()
296 zassert_equal(err1, 0, "Failed to dequeue"); in test_udc_ep_dequeue()
297 zassert_equal(err2, -ENODEV, "Not failed to dequeue"); in test_udc_ep_dequeue()
308 zassert_equal(err, -EPERM, "Not failed to request host wakeup"); in test_udc_wakeup()
319 zassert_equal(err, -EPERM, "Not failed to set address"); in test_udc_set_address()
336 zassert_ok(err, "Failed to enable endpoint"); in test_udc_ep_api()
343 "Failed to allocate request (%d) for 0x%02x", in test_udc_ep_api()
348 zassert_ok(err, "Failed to queue request"); in test_udc_ep_api()
353 zassert_ok(err, "Failed to disable endpoint"); in test_udc_ep_api()
356 zassert_ok(err, "Failed to dequeue endpoint"); in test_udc_ep_api()
382 zassert_ok(err, "Failed to initialize UDC driver"); in test_udc_ep_mps()
385 zassert_ok(err, "Failed to enable UDC driver"); in test_udc_ep_mps()
401 zassert_ok(err, "Failed to determine MPS"); in test_udc_ep_mps()
416 zassert_ok(err, "Failed to disable UDC driver"); in test_udc_ep_mps()
419 zassert_ok(err, "Failed to shoot-down UDC driver"); in test_udc_ep_mps()
490 zassert_equal(err, -EINVAL, "Not failed to initialize UDC"); in ZTEST()
493 zassert_equal(err, -EALREADY, "Not failed to shutdown UDC"); in ZTEST()
496 zassert_equal(err, -EPERM, "Not failed to enable UDC driver"); in ZTEST()
516 zassert_equal(err, -EALREADY, "Not failed to disable UDC driver"); in ZTEST()
529 zassert_ok(err, "Failed to initialize UDC driver"); in ZTEST()
549 zassert_ok(err, "Failed to shootdown UDC driver"); in ZTEST()
562 zassert_ok(err, "Failed to initialize UDC driver"); in ZTEST()
565 zassert_ok(err, "Failed to enable UDC driver"); in ZTEST()
568 zassert_equal(err, -EALREADY, "Not failed to enable UDC driver"); in ZTEST()
571 zassert_ok(err, "Failed to disable UDC driver"); in ZTEST()
574 zassert_ok(err, "Failed to enable UDC driver"); in ZTEST()
593 zassert_equal(err, -EBUSY, "Not failed to shoot-down UDC driver"); in ZTEST()
596 zassert_ok(err, "Failed to disable UDC driver"); in ZTEST()
599 zassert_ok(err, "Failed to shoot-down UDC driver"); in ZTEST()