Lines Matching defs:csw
78 struct bulk_cs_wrap *csw = &fu->bot_status.csw;
83 csw->Tag = cmd->bot_tag;
84 csw->Status = csw_stat;
117 struct bulk_cs_wrap *csw = &fu->bot_status.csw;
121 csw->Residue = cpu_to_le32(cmd->data_len);
151 struct bulk_cs_wrap *csw = &fu->bot_status.csw;
158 * the pipe and then send the csw with reside set.
165 csw->Tag = cmd->bot_tag;
166 csw->Residue = cpu_to_le32(0);
167 csw->Status = US_BULK_STAT_OK;
328 fu->bot_status.req->buf = &fu->bot_status.csw;
331 fu->bot_status.csw.Signature = cpu_to_le32(US_BULK_CS_SIGN);