Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 25) sorted by relevance

/device/soc/st/stm32f4xx/sdk/hals/utils/file/
Dhal_file.c161 whence = SEEK_SET; in HalFileSeek()
173 if ((SEEK_SET == whence) || (SEEK_CUR == whence)) { in HalFileSeek()
181 _lseek(fd, len, SEEK_SET); in HalFileSeek()
184 return _lseek(fd, (off_t)offset, SEEK_SET); in HalFileSeek()
/device/board/openvalley/niobeu4/liteos_m/hals/utils/file/
Dhal_file.c149 type = SEEK_SET; in HalFileSeek()
161 if ((SEEK_SET == type) || (SEEK_CUR == type)) { in HalFileSeek()
169 _lseek(fd_tmp, len, SEEK_SET); in HalFileSeek()
172 return _lseek(fd_tmp, (off_t)_offset, SEEK_SET); in HalFileSeek()
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgt9xx_update.c711 update_msg.cfg_file->f_op->llseek(update_msg.cfg_file, 0, SEEK_SET); in gup_update_config()
957 update_msg.file->f_op->llseek(update_msg.file, 0, SEEK_SET); in gup_check_update_file()
969 update_msg.file->f_op->llseek(update_msg.file, 0, SEEK_SET); in gup_check_update_file()
1072 if(SEEK_SET == set_or_end) in gup_load_section_file()
1092 if(SEEK_SET == set_or_end) in gup_load_section_file()
1455 ret = gup_load_section_file(fw_ss51, FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_ss51()
1473 ret = gup_load_section_file(fw_ss51, 2 * FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_ss51()
1491 ret = gup_load_section_file(fw_ss51, 3 * FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_ss51()
1548 ret = gup_load_section_file(fw_dsp, 4 * FW_SECTION_LENGTH, FW_DSP_LENGTH, SEEK_SET); in gup_burn_fw_dsp()
1677 … gup_load_section_file(fw_boot, (4 * FW_SECTION_LENGTH + FW_DSP_LENGTH), FW_BOOT_LENGTH, SEEK_SET); in gup_burn_fw_boot()
[all …]
Dgt9xx.c2303 ref_filp->f_op->llseek(ref_filp, 0, SEEK_SET); in gtp_bak_ref_proc()
2353 ref_filp->f_op->llseek(ref_filp, 0, SEEK_SET); in gtp_bak_ref_proc()
2375 ref_filp->f_op->llseek(ref_filp, 0, SEEK_SET); in gtp_bak_ref_proc()
2478 clk_filp->f_op->llseek(clk_filp, 0, SEEK_SET); in gtp_main_clk_proc()
2524 clk_filp->f_op->llseek(clk_filp, 0, SEEK_SET); in gtp_main_clk_proc()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dfcntl.h200 #undef SEEK_SET
203 #define SEEK_SET 0 macro
Dstdio.h52 #undef SEEK_SET
55 #define SEEK_SET 0 macro
Dunistd.h19 #define SEEK_SET 0 macro
/device/soc/rockchip/rk3588/kernel/scripts/
Dmkkrnlimg.c134 fseek(fid_in, 0, SEEK_SET); in main()
Dresource_tool.c719 fseek(file, offset, SEEK_SET); in StorageWriteLba()
742 fseek(file, offset, SEEK_SET); in StorageReadLba()
1282 fseek(file, offset, SEEK_SET); in dump_file()
1308 fseek(file, pos, SEEK_SET); in dump_file()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_file.h53 #define OAL_SEEK_SET SEEK_SET /* Seek from beginning of file. */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
Dhisignalling.c638 ret = lseek(Gpio1Fd, 0, SEEK_SET); in UartProcess()
658 ret = lseek(Gpio2Fd, 0, SEEK_SET); in UartProcess()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/
Dswdemux_test.c192 fseek(fp, 0L, SEEK_SET); in thread_func()
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c703 fseek(file, offset, SEEK_SET); in StorageWriteLba()
728 fseek(file, offset, SEEK_SET); in StorageReadLba()
1262 fseek(file, offset, SEEK_SET); in dump_file()
1289 fseek(file, pos, SEEK_SET); in dump_file()
/device/soc/winnermicro/tools/
Dwm_tool.c3439 fseek(fpbin, 0, SEEK_SET);
3524 fseek(fpbin, 0, SEEK_SET);
3596 fseek(fpimg, 0, SEEK_SET);
3599 fseek(fout, 0, SEEK_SET);
3601 fseek(fout, WM_TOOL_RUN_IMG_HEADER_LEN, SEEK_SET);
3668 fseek(fpsec, 0, SEEK_SET);
3675 fseek(fpimg, 0, SEEK_SET);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_nnie.c393 s32Ret = fseek(fp, 0L, SEEK_SET); in SAMPLE_COMM_SVP_NNIE_LoadModel()
Dsample_comm_ive.c146 s32Ret = fseek(pFp, 0, SEEK_SET); in SAMPLE_COMM_IVE_ReadFile()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_device.c171 if (whence == SEEK_SET) { in osal_llseek()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
Ddma-buf.c249 } else if (whence == SEEK_SET) { in dma_buf_llseek()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
Dsample_comm_audio.c446 (HI_VOID)fseek(pfd, 0, SEEK_SET); /* read file again */ in SAMPLE_COMM_AUDIO_AdecProc()
Dsample_comm_venc.c129 (HI_VOID)fseek(fpJpg, (long)startpos, SEEK_SET); in FileTrans_GetThmFromJpg()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin_test/mplane_image/
Dcsi_test_mplane.c711 lseek(fs, 0L, SEEK_SET); in subdev_open()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux.c10905 error = generic_file_llseek(filep, logfilebase, SEEK_SET); in dhd_init_static_strs_array()
27366 case SEEK_SET:
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_linux.c9254 error = generic_file_llseek(filep, logfilebase, SEEK_SET); in dhd_init_static_strs_array()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_linux.c8739 error = generic_file_llseek(filep, logfilebase, SEEK_SET); in dhd_init_static_strs_array()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux.c8468 error = generic_file_llseek(filep, logfilebase, SEEK_SET); in dhd_init_static_strs_array()