Searched refs:CBW (Results 1 – 2 of 2) sorted by relevance
36 struct CBW { struct122 struct CBW cbw;466 if (len == sizeof(struct CBW) && sys_get_le32(buf) == CBW_SIGNATURE) { in msc_handle_bulk_out()467 memcpy(&ctx->cbw, buf, sizeof(struct CBW)); in msc_handle_bulk_out()
63 struct CBW { struct224 static struct CBW cbw;277 (void)memset((void *)&cbw, 0, sizeof(struct CBW)); in msd_init()