Home
last modified time | relevance | path

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

/linux/sound/soc/sdca/
H A Dsdca_fdl.c219 for (i = 0; i < fdl_data->swft->header.length; i += tmp->file_length, in fdl_load_file()
220 tmp = ACPI_ADD_PTR(struct acpi_sw_file, tmp, tmp->file_length)) { in fdl_load_file()
256 tmp->file_length != firmware->size) { in fdl_load_file()
277 swf->file_length - offsetof(struct acpi_sw_file, data)); in fdl_load_file()
/linux/drivers/comedi/drivers/
H A Dme_daq.c344 unsigned int file_length; in me2600_xilinx_download() local
356 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me2600_xilinx_download()
361 if (size < 16 || file_length > size - 16) { in me2600_xilinx_download()
383 for (i = 0; i < file_length; i++) in me2600_xilinx_download()
H A Dme4000.c314 unsigned int file_length; in me4000_xilinx_download() local
320 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me4000_xilinx_download()
325 if (size < 16 || file_length > size - 16) { in me4000_xilinx_download()
363 for (i = 0; i < file_length; i++) { in me4000_xilinx_download()
/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c1731 u32 header1 = 0, header2 = 0, magic_num = 0, crc = 0, file_length = 0; in parse_platform_config() local
1760 file_length = (*ptr) * 4; in parse_platform_config()
1767 if (file_length > MAX_PLATFORM_CONFIG_FILE_SIZE) { in parse_platform_config()
1771 file_length = PLATFORM_CONFIG_FORMAT_4_FILE_SIZE; in parse_platform_config()
1776 if (file_length > dd->platform_config.size) { in parse_platform_config()
1781 } else if (file_length < dd->platform_config.size) { in parse_platform_config()
1793 while (ptr < (u32 *)(dd->platform_config.data + file_length)) { in parse_platform_config()
/linux/drivers/usb/gadget/function/
H A Dstorage_common.h100 loff_t file_length; member
H A Df_mass_storage.c660 curlun->file_length - file_offset); in do_read()
811 if (usb_offset >= curlun->file_length) { in do_write()
864 if (curlun->file_length - file_offset < amount) { in do_write()
867 (unsigned long long)curlun->file_length); in do_write()
868 amount = curlun->file_length - file_offset; in do_write()
1010 curlun->file_length - file_offset); in do_verify()
H A Dstorage_common.c267 curlun->file_length = size; in fsg_lun_open()
/linux/include/acpi/
H A Dactbl2.h3679 u32 file_length; member