Ignore:
Timestamp:
2017-12-20T16:06:56Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cec130b
Parents:
f98f4b7
Message:

usbdiag: more robust testing framework, added bulk in stress test, refactored remote usbdiag interface, new command for tmon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbdiag_iface.h

    rf98f4b7 rfd312d5  
    4545async_sess_t *usbdiag_connect(devman_handle_t);
    4646void usbdiag_disconnect(async_sess_t*);
    47 int usbdiag_test(async_exch_t*, int, int*);
     47int usbdiag_stress_bulk_in(async_exch_t*, int, size_t);
     48int usbdiag_stress_bulk_out(async_exch_t*, int, size_t);
    4849
    4950/** USB diagnostic device communication interface. */
    5051typedef struct {
    51         int (*test)(ddf_fun_t*, int, int*);
     52        int (*stress_bulk_in)(ddf_fun_t*, int, size_t);
     53        int (*stress_bulk_out)(ddf_fun_t*, int, size_t);
    5254} usbdiag_iface_t;
    5355
Note: See TracChangeset for help on using the changeset viewer.