Searched refs:file_length (Results 1 – 8 of 8) sorted by relevance
60 u32 table_length, u32 file_length);83 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() argument88 if (table_length != file_length) { in acpi_ut_check_text_mode_corruption()91 file_length, table_length)); in acpi_ut_check_text_mode_corruption()96 for (i = 1; i < file_length; i++) { in acpi_ut_check_text_mode_corruption()
206 u32 file_length = 0; in init_firmware() local259 file_length = fw_entry->size; in init_firmware()264 file_length = fw_entry->size + 128; in init_firmware()266 pfirmware->firmware_buf_size = file_length; in init_firmware()270 file_length = pfirmware->firmware_buf_size; in init_firmware()280 rt_status = fw_download_code(dev, mapped_file, file_length); in init_firmware()
231 u32 file_length = 0; in init_firmware() local301 file_length = pfirmware->firmware_buf_size[init_step]; in init_firmware()303 rt_status = fw_download_code(dev, mapped_file, file_length); in init_firmware()
372 unsigned int file_length; in me2600_xilinx_download() local399 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me2600_xilinx_download()408 for (i = 0; i < file_length; i++) in me2600_xilinx_download()
335 unsigned int file_length; in me4000_xilinx_download() local370 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me4000_xilinx_download()376 for (i = 0; i < file_length; i++) { in me4000_xilinx_download()
93 loff_t file_length; member
272 curlun->file_length = size; in fsg_lun_open()
690 curlun->file_length - file_offset); in do_read()841 if (usb_offset >= curlun->file_length) { in do_write()890 if (curlun->file_length - file_offset < amount) { in do_write()894 (unsigned long long)curlun->file_length); in do_write()895 amount = curlun->file_length - file_offset; in do_write()1044 curlun->file_length - file_offset); in do_verify()