Searched refs:fxfr (Results 1 – 1 of 1) sorted by relevance
155 struct freecom_xfer_wrap *fxfr = in freecom_readdata() local159 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata()160 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_readdata()161 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()162 memset (fxfr->Pad, 0, sizeof (fxfr->Pad)); in freecom_readdata()167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()188 struct freecom_xfer_wrap *fxfr = in freecom_writedata() local192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata()193 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_writedata()194 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()[all …]