Searched refs:FileLength (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | helpers.h | 41 void *xdiLoadFile(char *FileName, dword *FileLength, unsigned long MaxLoadSize); 46 void *xdiLoadArchive(PISDN_ADAPTER IoAdapter, dword *FileLength, unsigned long MaxLoadSize);
|
D | s_4bri.c | 278 dword code, FileLength; in qBri_FPGA_download() local 303 &FileLength, &code); in qBri_FPGA_download() 308 &FileLength, &code); in qBri_FPGA_download() 333 while (code < FileLength) in qBri_FPGA_download()
|
D | os_4bri.c | 818 void *xdiLoadFile(char *FileName, dword *FileLength, in xdiLoadFile() argument 823 if (FileLength) { in xdiLoadFile() 824 *FileLength = diva_xdiLoadFileLength; in xdiLoadFile()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_usb.h | 123 extern size_t FileLength; 128 u32 FileLength);
|
D | ft1000_usb.c | 28 size_t FileLength; variable 153 FileLength = dsp_fw->size; in ft1000_probe()
|
D | ft1000_download.c | 612 u32 FileLength) in scram_dnldr() argument 1001 (unsigned long)FileLength) { in scram_dnldr()
|
D | ft1000_hw.c | 412 status = scram_dnldr(ft1000dev, pFileStart, FileLength); in dsp_reload()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000.h | 49 size_t FileLength);
|
D | ft1000_dnld.c | 286 size_t FileLength) in card_download() argument 680 (unsigned long)FileLength) { in card_download() 738 (unsigned long)FileLength) { in card_download()
|