Searched refs:is_cancel (Results 1 – 2 of 2) sorted by relevance
146 xfer->is_cancel = 0; in libusb20_tr_close()306 if (xfer->is_cancel) { in libusb20_tr_stop()310 xfer->is_cancel = 1; /* we are cancelling */ in libusb20_tr_stop()536 xfer->is_cancel = 0; /* not cancelling */ in libusb20_tr_submit()551 if (xfer->is_cancel) { in libusb20_tr_start()
182 uint8_t is_cancel; member