Home
last modified time | relevance | path

Searched refs:open (Results 1 - 15 of 15) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A Dupio.c148 int fd = open(path, O_RDONLY); in init_rfkill()
150 HILOGE("init_rfkill : open(%s) failed: %s (%d)\n", in init_rfkill()
317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power()
319 HILOGE("set_bluetooth_power : open(%s) for write failed: %s (%d)", in upio_set_bluetooth_power()
367 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set()
369 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set()
455 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set()
457 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set()
H A Duserial_vendor.c124 HILOGE("userial vendor open: unsupported baud idx %i", cfg_baud); in userial_to_tcio_baud()
137 ** Description helper function to set the open state of the bt_wake if ioctl
212 HILOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open()
214 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR)) == -1) { in userial_vendor_open()
239 HILOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
H A Dhardware.c633 if ((hw_cfg_cb.fw_fd = open(p_name, O_RDONLY)) == -1) { in hw_config_cback()
634 HILOGE("vendor lib preload failed to open [%s]", p_name); in hw_config_cback()
/vendor/hihope/rk3568/bluetooth/src/
H A Dupio.c148 fd = open(path, O_RDONLY); in init_rfkill()
150 HILOGE("init_rfkill : open(%s) failed: %s (%d)\n", in init_rfkill()
317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power()
319 HILOGE("set_bluetooth_power : open(%s) for write failed: %s (%d)", in upio_set_bluetooth_power()
367 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set()
369 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set()
455 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set()
457 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set()
H A Duserial_vendor.c124 HILOGE("userial vendor open: unsupported baud idx %i", cfg_baud); in userial_to_tcio_baud()
137 ** Description helper function to set the open state of the bt_wake if ioctl
229 HILOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open()
231 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR)) == -1) { in userial_vendor_open()
256 HILOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
H A Dhardware.c682 if ((hw_cfg_cb.fw_fd = open(p_name, O_RDONLY)) == -1) { in hw_config_cback()
683 HILOGE("vendor lib preload failed to open [%s]", p_name); in hw_config_cback()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dgif2imgs.py27 im = Image.open(gifimg)
H A Dimg2code.py82 with open(codeFile, 'w+') as f: # 输出到.c文件
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dgif2imgs.py27 im = Image.open(gifimg)
H A Dimg2code.py83 with open(codeFile, 'w+') as f: # 输出到.c文件
/vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/
H A Dhal_sys_param.c38 int fd = open(SN_FILE, O_RDONLY, S_IRUSR | S_IWUSR); in HalGetSerial()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dvideo2bin.py28 with open(binFile, 'wb+') as f:
H A Dbin2stream.py73 with open(binFile, 'rb') as f:
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c164 if (link->open(link) != 0) { in HistreamingOpen()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_histreaming.c209 if (link->open(link) != 0) { in HistreamingOpen()

Completed in 10 milliseconds