Searched refs:fxfr (Results 1 – 1 of 1) sorted by relevance
277 struct freecom_xfer_wrap *fxfr = in freecom_readdata() local281 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata()282 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_readdata()283 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()284 memset (fxfr->Pad, 0, sizeof (fxfr->Pad)); in freecom_readdata()289 result = usb_stor_bulk_msg (us, fxfr, opipe, in freecom_readdata()318 struct freecom_xfer_wrap *fxfr = in freecom_writedata() local322 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata()323 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_writedata()324 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()[all …]