Searched refs:is_cancel (Results 1 – 2 of 2) sorted by relevance
147 xfer->is_cancel = 0; in libusb20_tr_close()318 if (xfer->is_cancel) { in libusb20_tr_stop()322 xfer->is_cancel = 1; /* we are cancelling */ in libusb20_tr_stop()548 xfer->is_cancel = 0; /* not cancelling */ in libusb20_tr_submit()563 if (xfer->is_cancel) { in libusb20_tr_start()
174 uint8_t is_cancel; member