Searched refs:file_length (Results 1 – 8 of 8) sorted by relevance
203 u32 file_length = 0; in init_firmware() local256 file_length = fw_entry->size; in init_firmware()261 file_length = fw_entry->size + 128; in init_firmware()263 pfirmware->firmware_buf_size = file_length; in init_firmware()267 file_length = pfirmware->firmware_buf_size; in init_firmware()277 rt_status = fw_download_code(dev, mapped_file, file_length); in init_firmware()
136 u32 file_length = 0; in rtl92e_init_fw() local180 file_length = pfirmware->blobs[i].size; in rtl92e_init_fw()183 mapped_file, file_length); in rtl92e_init_fw()
345 unsigned int file_length; in me2600_xilinx_download() local372 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me2600_xilinx_download()381 for (i = 0; i < file_length; i++) in me2600_xilinx_download()
315 unsigned int file_length; in me4000_xilinx_download() local350 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me4000_xilinx_download()356 for (i = 0; i < file_length; i++) { in me4000_xilinx_download()
1774 u32 header1 = 0, header2 = 0, magic_num = 0, crc = 0, file_length = 0; in parse_platform_config() local1803 file_length = (*ptr) * 4; in parse_platform_config()1810 if (file_length > MAX_PLATFORM_CONFIG_FILE_SIZE) { in parse_platform_config()1814 file_length = PLATFORM_CONFIG_FORMAT_4_FILE_SIZE; in parse_platform_config()1819 if (file_length > dd->platform_config.size) { in parse_platform_config()1824 } else if (file_length < dd->platform_config.size) { in parse_platform_config()1836 while (ptr < (u32 *)(dd->platform_config.data + file_length)) { in parse_platform_config()
100 loff_t file_length; member
686 curlun->file_length - file_offset); in do_read()834 if (usb_offset >= curlun->file_length) { in do_write()887 if (curlun->file_length - file_offset < amount) { in do_write()890 (unsigned long long)curlun->file_length); in do_write()891 amount = curlun->file_length - file_offset; in do_write()1033 curlun->file_length - file_offset); in do_verify()
266 curlun->file_length = size; in fsg_lun_open()