/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 64 with open(file_name, 'r') as f1:
75 with open(file_name, 'r') as f1:
138 with open(file_name, 'r') as f1, open(parse_file, 'w+') as f2:
149 with open(file_name, 'r') as src_fp:
174 with open(cfg_file_name, 'ab+') as cfg_fp:
175 #cfg_fp=io.open(cfg_file_name, 'wb+')
195 with open(log_file_name, 'w+') as log_file_fp:
|
H A D | make_upg_file.py | 281 with open(second_key_dir, 'rb') as f:
291 with open(second_key_dir) as f:
304 with open(first_key_dir, 'rb') as f:
308 with open(second_key_dir, 'rb') as f:
327 with open(first_key_dir, 'rb') as f:
331 with open(second_key_dir, 'rb') as f:
350 with open(first_key_dir, 'rb') as f:
353 with open(second_key_dir, 'rb') as f:
400 with open(aes_key_file) as f:
408 with open(aes_key_fil [all...] |
H A D | scons_utils.py | 130 with open(source, 'rb') as src: 135 with open(target, mode) as image: 138 with open(target, 'wb') as image: 155 with open(source, 'rb') as src: 158 with open(target, 'wb') as image:
|
H A D | packet_create.py | 92 with open(outputPath, 'wb+') as file:
105 with open(path, 'rb+') as subfile:
172 file = open(outputPath, 'wb+')
185 subfile = open(path, 'rb+')
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
H A D | hisignalling.c | 47 fd = open("/sys/class/gpio/export", O_WRONLY); in GpioExport() 49 MSG("Failed to open export for writing!\n"); in GpioExport() 81 fd = open("/sys/class/gpio/unexport", O_WRONLY); in GpioUnexport() 83 MSG("Failed to open unexport for writing!\n"); in GpioUnexport() 116 fd = open(path, O_WRONLY); in GpioDirection() 118 MSG("Failed to open gpio direction for writing!\n"); in GpioDirection() 152 fd = open(path, O_WRONLY); in GpioWrite() 154 MSG("Failed to open gpio value for writing!\n"); in GpioWrite() 186 fd = open(path, O_RDONLY); in GpioRead() 188 MSG("Failed to open gpi in GpioRead() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
H A D | packet_tool.py | 95 with open(outputPath, 'wb+') as file:
109 subfile = open(path, 'rb+')
145 with open(packet_path, 'rb+') as file:
180 subfile = open(pathNew, 'rb+')
195 subfile = open(pathNew, 'rb+')
214 with open(outputPath, 'wb+') as file:
250 with open(packet_path, 'rb+') as file:
307 with open(outputPath, 'wb+') as file:
346 with open(packet_path, 'rb+') as file:
382 with open(pathNam [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_lib.c | 269 * brief open clock. 271 static hi_void module_clock(module_id id, hi_u32 open) in module_clock() argument 293 /* open clk, the addr may be need to add 1. */ in module_clock() 299 if (open) { in module_clock() 310 hi_log_info("%s clock, open %u, bit %u, phy 0x%x, via 0x%pK\n", in module_clock() 311 table->name, open, table->clk_bit, in module_clock() 384 * brief enable a module, open clock and remove reset signal. 576 if (!ctx[i].open) { /* found a free channel. */ in crypto_channel_alloc() 577 ctx[i].open = HI_TRUE; /* alloc channel. */ in crypto_channel_alloc() 603 ctx[id].open in crypto_channel_free() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_proc.c | 81 if ((sentry != NULL) && (sentry->open != NULL)) { in osal_procopen() 82 sentry->open(sentry); in osal_procopen() 98 .open = osal_procopen, 140 sentry->open = NULL; in osal_create_proc() 167 sentry->open = NULL; in osal_create_proc()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 130 with open(source, 'rb') as src: 135 with open(target, mode) as image: 138 with open(target, 'wb') as image: 155 with open(source, 'rb') as src: 158 with open(target, 'wb') as image:
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/ |
H A D | himedia.c | 83 if (file->f_op->open) { in himedia_open() 85 err = file->f_op->open(inode, file); in himedia_open() 101 .open = himedia_open,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/ |
H A D | efuse_cfg_gen.py | 48 with open(csv_path, 'r') as csvFile:
75 with open(bin_path, 'wb') as f:
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_kernel_sysfs.c | 145 .open = open_copy_private_data, 166 .open = open_copy_private_data, 277 .open = open_copy_private_data, 410 .open = open_copy_private_data, 417 .open = open_copy_private_data, 472 .open = open_copy_private_data, 478 .open = open_copy_private_data, 585 .open = mali_seq_internal_state_open, 853 .open = profiling_events_open, 873 .open [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_kernel_sysfs.c | 144 .open = open_copy_private_data, 165 .open = open_copy_private_data, 276 .open = open_copy_private_data, 411 .open = open_copy_private_data, 418 .open = open_copy_private_data, 473 .open = open_copy_private_data, 479 .open = open_copy_private_data, 588 .open = mali_seq_internal_state_open, 860 .open = profiling_events_open, 879 .open [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia.c | 98 .open = himedia_seq_open, 139 if (file->f_op->open) { in himedia_open() 141 err = file->f_op->open(inode, file); in himedia_open() 157 .open = himedia_open,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/ |
H A D | drv_osal_init_linux.c | 95 status[i].open, status[i].decrypt, status[i].alg, in symc_proc_read() 128 .open = symc_proc_open, 211 .open = hi_cipher_open,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/ |
H A D | histreaming_client_server.c | 231 link->open(link);
in main() 249 link->open(link);
in main()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_tiler_heap_debugfs.c | 104 .open = kbasep_csf_tiler_heap_debugfs_open, 111 .open = kbasep_csf_tiler_heap_total_debugfs_open,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/ |
H A D | link_platform.h | 26 int (*open)(struct LinkPlatform* linkP);
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/ |
H A D | link_platform.h | 26 int (*open)(struct LinkPlatform* linkP);
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | fcntl.h | 59 * <li>Refer to open.</li> 75 * The open() function shall establish the connection between a file and a file descriptor. 76 * It shall create an open file description that refers to a file and a file descriptor that refers to that open file 79 * and file access modes of the open file description shall be set according to the value of oflags. 93 * <li><b>O_EXCL</b>: If O_CREAT and O_EXCL are set, open() shall fail if the file exists. 95 * respect to other threads executing open() naming the same filename in the same directory with O_EXCL and O_CREAT set. 96 * If O_EXCL and O_CREAT are set, and path names a symbolic link, open() shall fail and set errno to [EEXIST], 102 * If O_NONBLOCK is set, an open() for reading-only shall return without delay. 103 * An open() fo [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_pool_debugfs.c | 118 .open = kbase_mem_pool_debugfs_open, 149 .open = kbase_mem_pool_debugfs_max_size_open,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_pool_debugfs.c | 124 .open = kbase_mem_pool_debugfs_open, 161 .open = kbase_mem_pool_debugfs_max_size_open,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/drm_hal/ |
H A D | drm_hal_hdmitx.h | 51 int (*open)(enum drm_hal_hdmitx_id id); member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal_user.h | 36 #define OSAL_OPEN open
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu.c | 159 fd = open(path, O_RDWR | O_CLOEXEC); in VPUClientInit() 166 HDF_LOGE("failed to open %s, errno = %d, error msg: %s\n", \ in VPUClientInit() 337 fd = open("/dev/vpu_service", O_RDWR | O_CLOEXEC); in VPUCheckSupportWidth() 339 fd = open("/dev/vpu-service", O_RDWR | O_CLOEXEC); in VPUCheckSupportWidth()
|