Home | History | Annotate | Download | only in examples

Lines Matching defs:csw

109 // Section 5.2: Command Status Wrapper (CSW)
374 struct command_status_wrapper csw;
380 r = libusb_bulk_transfer(handle, endpoint, (unsigned char*)&csw, 13, &size, 1000);
394 if (csw.dCSWTag != expected_tag) {
396 expected_tag, csw.dCSWTag);
400 printf(" Mass Storage Status: %02X (%s)\n", csw.bCSWStatus, csw.bCSWStatus?"FAILED":"Success");
401 if (csw.dCSWTag != expected_tag)
403 if (csw.bCSWStatus) {
407 if (csw.bCSWStatus == 1)