/device/soc/st/stm32f4xx/sdk/hals/utils/file/ |
D | hal_file.c | 161 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/ |
D | hal_file.c | 149 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/ |
D | gt9xx_update.c | 711 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 …]
|
D | gt9xx.c | 2303 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/ |
D | fcntl.h | 200 #undef SEEK_SET 203 #define SEEK_SET 0 macro
|
D | stdio.h | 52 #undef SEEK_SET 55 #define SEEK_SET 0 macro
|
D | unistd.h | 19 #define SEEK_SET 0 macro
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
D | mkkrnlimg.c | 134 fseek(fid_in, 0, SEEK_SET); in main()
|
D | resource_tool.c | 719 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/ |
D | oal_file.h | 53 #define OAL_SEEK_SET SEEK_SET /* Seek from beginning of file. */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
D | hisignalling.c | 638 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/ |
D | swdemux_test.c | 192 fseek(fp, 0L, SEEK_SET); in thread_func()
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
D | resource_tool.c | 703 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/ |
D | wm_tool.c | 3439 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/ |
D | sample_comm_nnie.c | 393 s32Ret = fseek(fp, 0L, SEEK_SET); in SAMPLE_COMM_SVP_NNIE_LoadModel()
|
D | sample_comm_ive.c | 146 s32Ret = fseek(pFp, 0, SEEK_SET); in SAMPLE_COMM_IVE_ReadFile()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_device.c | 171 if (whence == SEEK_SET) { in osal_llseek()
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
D | dma-buf.c | 249 } else if (whence == SEEK_SET) { in dma_buf_llseek()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
D | sample_comm_audio.c | 446 (HI_VOID)fseek(pfd, 0, SEEK_SET); /* read file again */ in SAMPLE_COMM_AUDIO_AdecProc()
|
D | sample_comm_venc.c | 129 (HI_VOID)fseek(fpJpg, (long)startpos, SEEK_SET); in FileTrans_GetThmFromJpg()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin_test/mplane_image/ |
D | csi_test_mplane.c | 711 lseek(fs, 0L, SEEK_SET); in subdev_open()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_linux.c | 10905 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/ |
D | dhd_linux.c | 9254 error = generic_file_llseek(filep, logfilebase, SEEK_SET); in dhd_init_static_strs_array()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_linux.c | 8739 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/ |
D | dhd_linux.c | 8468 error = generic_file_llseek(filep, logfilebase, SEEK_SET); in dhd_init_static_strs_array()
|