Searched refs:ioctl (Results 1 - 3 of 3) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | userial_vendor.c | 137 ** Description helper function to set the open state of the bt_wake if ioctl 152 if (ioctl(vnd_userial.fd, TIOCSETD, &ldisc) < 0) { in userial_ioctl_init_bt_wake() 158 /* assert BT_WAKE through ioctl */ in userial_ioctl_init_bt_wake() 159 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL); in userial_ioctl_init_bt_wake() 160 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state); in userial_ioctl_init_bt_wake() 262 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_DEASSERT, NULL); in userial_vendor_close() 303 ** Description ioctl inteface 314 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL); in userial_vendor_ioctl() 319 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_DEASSERT, NULL); in userial_vendor_ioctl() 323 ioctl(vnd_useria in userial_vendor_ioctl() [all...] |
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | userial_vendor.c | 137 ** Description helper function to set the open state of the bt_wake if ioctl 152 if (ioctl(vnd_userial.fd, TIOCSETD, &ldisc) < 0) { in userial_ioctl_init_bt_wake() 158 /* assert BT_WAKE through ioctl */ in userial_ioctl_init_bt_wake() 159 ioctl(fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL); in userial_ioctl_init_bt_wake() 160 ioctl(fd, USERIAL_IOCTL_BT_WAKE_GET_ST, &bt_wake_state); in userial_ioctl_init_bt_wake() 279 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_DEASSERT, NULL); in userial_vendor_close() 320 ** Description ioctl inteface 331 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_ASSERT, NULL); in userial_vendor_ioctl() 336 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_DEASSERT, NULL); in userial_vendor_ioctl() 340 ioctl(vnd_useria in userial_vendor_ioctl() [all...] |
/vendor/ohemu/qemu_small_system_demo/apps/src/ |
H A D | sample_ui.cpp | 44 #include <sys/ioctl.h>
|
Completed in 2 milliseconds