Searched refs:fxfr (Results 1 – 1 of 1) sorted by relevance
154 struct freecom_xfer_wrap *fxfr = in freecom_readdata() local158 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata()159 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_readdata()160 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()161 memset (fxfr->Pad, 0, sizeof (fxfr->Pad)); in freecom_readdata()166 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()187 struct freecom_xfer_wrap *fxfr = in freecom_writedata() local191 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata()192 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_writedata()193 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()[all …]