/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/mbed/ |
D | MQTTSocket.h | 14 open = false; in MQTTSocket() 19 if (open) 21 nsapi_error_t rc = mysock.open(net); 22 open = true; 79 open = false; in disconnect() 90 bool open;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
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: 195 with open(log_file_name, 'w+') as log_file_fp:
|
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_file) as f: [all …]
|
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/asrmicro/asr582x/liteos_m/sdk/tools/factory_gen/ |
D | gen_factory_bin.py | 54 bootload_bin_f = open(bootload_path,'rb') 55 app_bin_f = open(app_path, 'rb') 56 ate_bin_f = open(ate_path, 'rb') 84 bin_merge = open(bin_result_path,'w+') 88 bin_merge = open(bin_result_path, 'ab')
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
D | hisignalling.c | 47 fd = open("/sys/class/gpio/export", O_WRONLY); in GpioExport() 81 fd = open("/sys/class/gpio/unexport", O_WRONLY); in GpioUnexport() 116 fd = open(path, O_WRONLY); in GpioDirection() 152 fd = open(path, O_WRONLY); in GpioWrite() 186 fd = open(path, O_RDONLY); in GpioRead() 243 fd = open(path, O_WRONLY); in GpioEdge() 687 if ((fd = open(uart1, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) { in UartOpenInit() 783 gpio1Fd = open("/sys/class/gpio/gpio1/value", O_RDONLY); in AiUartTransmit() 791 gpio2Fd = open("/sys/class/gpio/gpio2/value", O_RDONLY); in AiUartTransmit() 802 if ((fd = open(uart1, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) { in AiUartTransmit()
|
D | README.md | 16 printf("uart1 open failed\r\n"); 18 printf("uart1 open successed\r\n");
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/hdf_config/spi/ |
D | spi_config.hcs | 29 CRG_SPI_CKEN = 0x10000; /* (0x1 << 16) 0:close clk, 1:open clk */ 36 CRG_SPI_CKEN = 0x20000; /* (0x1 << 17) 0:close clk, 1:open clk */ 46 CRG_SPI_CKEN = 0x40000; /* (0x1 << 18) 0:close clk, 1:open clk */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
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(pathName, 'wb+') as file: [all …]
|
/device/soc/rockchip/rk3566/ |
D | NOTICE | 3 …open source software notice for the third party open source software along with this software and/…
|
/device/soc/goodix/gr551x/ |
D | NOTICE | 3 …open source software notice for the third party open source software along with this software and/…
|
/device/soc/telink/ |
D | NOTICE.md | 3 …open source software notice for the third party open source software along with this software and/…
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | upio.c | 163 fd = open(path, O_RDONLY); in init_rfkill() 198 fd = open(path, O_WRONLY); in bt_wake_up_host_mode_set() 347 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 403 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set() 498 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set()
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | upio.c | 154 fd = open(path, O_RDONLY); in init_rfkill() 187 fd = open(path, O_WRONLY); in bt_wake_up_host_mode_set() 332 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 366 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set_lpm_mode() 429 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set_bt_wake()
|
/device/soc/goodix/gr551x/tools/ |
D | bin_create.py | 150 with open(file_path, "r+", encoding="utf-8") as f_r: 176 with open(bin_file, "ab") as f_w: 295 with open(input_bin, "rb") as f_r: 314 with open(output_info_bin, "wb") as f_w: 321 with open(header_bin, "wb") as f_w: 340 with open(app_fw_bin, "wb") as f_w: 341 with open(ori_app_bin, "rb") as f_r_1: 349 with open(header_bin, "rb") as f_r_2:
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | ecc_platform_specific.c | 80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG() 82 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
D | drv_lib.c | 271 static hi_void module_clock(module_id id, hi_u32 open) in module_clock() argument 299 if (open) { in module_clock() 311 table->name, open, table->clk_bit, in module_clock() 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 = HI_FALSE; in crypto_channel_free() 620 if ((id >= num) || (!ctx[id].open)) { in crypto_channel_get_context() 621 …_log_error("crypto_channel_get_context()- error, id %u, open %u, num %u\n", id, ctx[id].open, num); in crypto_channel_get_context()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 217 BTA_GATTC_Open(arg->open.gattc_if, arg->open.remote_bda, in btc_gattc_open() 218 arg->open.remote_addr_type, arg->open.is_direct, in btc_gattc_open() 219 transport, arg->open.is_aux); in btc_gattc_open() 903 tBTA_GATTC_OPEN *open = &arg->open; in btc_gattc_cb_handler() local 905 gattc_if = open->client_if; in btc_gattc_cb_handler() 906 param.open.status = open->status; in btc_gattc_cb_handler() 907 param.open.conn_id = BTC_GATT_GET_CONN_ID(open->conn_id); in btc_gattc_cb_handler() 908 memcpy(param.open.remote_bda, open->remote_bda, sizeof(esp_bd_addr_t)); in btc_gattc_cb_handler() 909 param.open.mtu = open->mtu; in btc_gattc_cb_handler()
|
/device/soc/hisilicon/hi3518ev300/hdf_config/spi/ |
D | spi_config.hcs | 28 CRG_SPI_CKEN = 0x1000; /* (0x1 << 12) 0:close clk, 1:open clk */ 36 CRG_SPI_CKEN = 0x2000; /* (0x1 << 13) 0:close clk, 1:open clk */
|
/device/board/osware/imx8mm/drivers/bluetooth/source/src/ |
D | upio.c | 148 fd = open(path, O_RDONLY); in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 364 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set() 441 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set()
|
/device/soc/esp/esp32/ |
D | NOTICE | 3 …open source software notice for the third party open source software along with this software and/…
|
/device/board/openvalley/niobeu4/ |
D | NOTICE | 3 …open source software notice for the third party open source software along with this software and/…
|
/device/board/talkweb/niobe407/applications/206_hdf_pwm/ |
D | README_zh.md | 26 [HDF:I/HDF_LOG_TAG]open pwm 2 success! 30 [HDF:I/HDF_LOG_TAG]open pwm 3 success! 45 1. pwm open初始化函数:DevHandle PwmOpen(uint32_t num); 177 HDF_LOGI("open pwm %u success!\n", num + 1); 206 HDF_LOGI("open pwm %u success!\n", num2 + 1);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
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/ |
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:
|