Home
last modified time | relevance | path

Searched refs:file_name (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmk_prim_xml_step1.py63 file_name = g_params['PRIM_XML_FILE_ID_FILE'].strip(' ') if path is None else path
64 with open(file_name, 'r') as f1:
74 file_name = g_params['PRIM_XML_MOD_ID_FILE'].strip(' ')
75 with open(file_name, 'r') as f1:
97 for file_name in file_name_list:
98 full_file_name = os.path.join(full_dir, file_name)
134 def para_exist_i_file(file_name):
136 parse_file = os.path.join(os.path.dirname(file_name), '%s.cfg'%key_word)
137 print('file_name parse_file=', file_name, parse_fil
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/osal/hisiv600/
H A Dhdmi_osal.c24 struct file *hdmi_osal_file_open(const hi_char *file_name, osal_file_flag e_flags) in hdmi_osal_file_open() argument
28 if (file_name == HI_NULL) { in hdmi_osal_file_open()
33 file = osal_klib_fopen(file_name, e_flags, HDMI_FILE_MODE); in hdmi_osal_file_open()
H A Dhdmi_osal.h33 struct file *hdmi_osal_file_open(const hi_char *file_name, osal_file_flag e_flags);
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.c63 char file_name[100]; in rockchip_drm_dump_plane_buffer() local
83 snprintf(file_name, 0x64, "%s/video%d_%d_%s.%s", DUMP_BUF_PATH, width, dump_info->height, format, "bin"); in rockchip_drm_dump_plane_buffer()
87 snprintf(file_name, 0x64, "%s/win%d_area%d_%dx%d_%s%s%d.%s", DUMP_BUF_PATH, dump_info->win_id, in rockchip_drm_dump_plane_buffer()
104 ptr = file_name; in rockchip_drm_dump_plane_buffer()
108 DRM_INFO("dump file name is:%s\n", file_name); in rockchip_drm_dump_plane_buffer()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb_linux.c3192 s8 file_name[64]; in dbus_get_fwfile() local
3243 snprintf(file_name, sizeof(file_name), "brcm/bcm%s%s-firmware.bin", device_id, chip_rev); in dbus_get_fwfile()
3245 snprintf(file_name, sizeof(file_name), "%s", CONFIG_ANDROID_BCMDHD_FW_PATH); in dbus_get_fwfile()
3248 ret = dbus_request_firmware(file_name, &firmware); in dbus_get_fwfile()
3250 DBUSERR(("fail to request firmware %s\n", file_name)); in dbus_get_fwfile()
3268 s8 file_name[64]; in dbus_get_nvfile() local
3323 snprintf(file_name, sizeof(file_name), "brc in dbus_get_nvfile()
[all...]
H A Ddhd_linux_pktdump.c999 uint8 file_name[BOOTP_FILE_LEN]; member
H A Ddhd_linux.c15823 int write_file(const char * file_name, uint32 flags, uint8 *buf, int size) in write_file() argument
15838 fp = filp_open(file_name, flags, 0664); in write_file()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dexception_rst.h60 hi_u8 *file_name; member
H A Dplat_firmware.c480 hi_u8 *file_name = HI_NULL; in open_file_to_readm() local
483 file_name = (hi_u8 *)"/data/memdump/readm_wifi"; in open_file_to_readm()
485 file_name = name; in open_file_to_readm()
487 fp = oal_file_open((const hi_char *)file_name, (OAL_O_CREAT | OAL_O_RDWR | OAL_O_TRUNC), 0); in open_file_to_readm()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_fs.h319 * @param file_name [IN] type #const hi_char*,file name CNcomment:文件名。CNend
328 hi_s32 hi_stat(const hi_char *file_name, hi_u32* file_size);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dtransfer.h64 hi_char *file_name; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dtransfer.c252 check_sum = (uintptr_t)(ctx->buffer + MSG_START_LEN) ^ SOH_MSG_LEN ^ (uintptr_t)(ctx->file_name) ^ in upload_send_file_info()
254 if (memcpy_s(ctx->buffer + MSG_START_LEN, SOH_MSG_LEN, ctx->file_name, name_length, check_sum) != EOK) { in upload_send_file_info()
486 g_upload_ctx->file_name = UPLOAD_FILE_NAME; in upload_data()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py548 def check_hnv_result(file_name):
549 if os.path.exists(file_name.replace('.hnv', '_factory.hnv')):
550 if os.path.exists(file_name.replace('.hnv', '_normal.hnv')):
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py548 def check_hnv_result(file_name):
549 if os.path.exists(file_name.replace('.hnv', '_factory.hnv')):
550 if os.path.exists(file_name.replace('.hnv', '_normal.hnv')):

Completed in 36 milliseconds