Searched refs:fxfr (Results 1 – 1 of 1) sorted by relevance
158 struct freecom_xfer_wrap *fxfr = in freecom_readdata() local162 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata()163 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_readdata()164 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()165 memset (fxfr->Pad, 0, sizeof (fxfr->Pad)); in freecom_readdata()170 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()191 struct freecom_xfer_wrap *fxfr = in freecom_writedata() local195 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata()196 fxfr->Timeout = 0; /* Short timeout for debugging. */ in freecom_writedata()197 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()[all …]