Home
last modified time | relevance | path

Searched refs:file_length (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dutfileio.c61 u32 table_length, u32 file_length);
84 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() argument
89 if (table_length != file_length) { in acpi_ut_check_text_mode_corruption()
92 file_length, table_length)); in acpi_ut_check_text_mode_corruption()
97 for (i = 1; i < file_length; i++) { in acpi_ut_check_text_mode_corruption()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_firmware.c207 u32 file_length = 0; in init_firmware() local
260 file_length = fw_entry->size; in init_firmware()
265 file_length = fw_entry->size + 128; in init_firmware()
267 pfirmware->firmware_buf_size = file_length; in init_firmware()
271 file_length = pfirmware->firmware_buf_size; in init_firmware()
281 rt_status = fw_download_code(dev, mapped_file, file_length); in init_firmware()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_firmware.c145 u32 file_length = 0; in rtl92e_init_fw() local
189 file_length = pfirmware->blobs[i].size; in rtl92e_init_fw()
192 mapped_file, file_length); in rtl92e_init_fw()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dme_daq.c354 unsigned int file_length; in me2600_xilinx_download() local
381 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me2600_xilinx_download()
390 for (i = 0; i < file_length; i++) in me2600_xilinx_download()
Dme4000.c324 unsigned int file_length; in me4000_xilinx_download() local
359 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me4000_xilinx_download()
365 for (i = 0; i < file_length; i++) { in me4000_xilinx_download()
/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.h93 loff_t file_length; member
Dstorage_common.c272 curlun->file_length = size; in fsg_lun_open()
Df_mass_storage.c690 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()