| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | fdarray.c | 102 #define FDA_CHECK(_idx, _fd, _revents) \ in test__fdarray__add() argument 103 if (fda->entries[_idx].fd != _fd) { \ in test__fdarray__add() 105 __LINE__, _idx, fda->entries[1].fd, _fd); \ in test__fdarray__add() 114 #define FDA_ADD(_idx, _fd, _revents, _nr) \ in test__fdarray__add() argument 115 if (fdarray__add(fda, _fd, _revents, fdarray_flag__default) < 0) { \ in test__fdarray__add() 117 __LINE__,_fd, _revents); \ in test__fdarray__add() 122 __LINE__,_fd, _revents, fda->nr, _nr); \ in test__fdarray__add() 125 FDA_CHECK(_idx, _fd, _revents) in test__fdarray__add()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/ |
| H A D | sig_sc_double_restart.c | 52 register long _fd asm("r3") = fd; in raw_read() 66 : "+r"(_fd), "+r"(nr), "+r"(_buf), "+r"(_count) in raw_read() 70 if (_fd < 0) { in raw_read() 71 errno = -_fd; in raw_read() 72 _fd = -1; in raw_read() 75 return _fd; in raw_read()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | fake_v4l2_device.cpp | 46 _fd = ::open (_name, O_RDWR); in open() 47 if (_fd == -1) { in open() 51 XCAM_LOG_DEBUG ("open device(%s) successed, fd: %d", _name, _fd); in open() 69 ::close (_fd); in close() 70 _fd = -1; in close() 130 if (_fd <= 0) in io_control() 166 XCAM_ASSERT (_fd > 0); in poll_event()
|
| H A D | v4l2_device.cpp | 39 , _fd (-1) in V4l2Device() 195 _fd = ::open (_name, O_RDWR | O_CLOEXEC | O_NONBLOCK); in open() 197 _fd = ::open (_name, O_RDWR | O_CLOEXEC); in open() 198 if (_fd == -1) { in open() 202 XCAM_LOG_DEBUG ("open device(%s) successed, fd: %d", _name, _fd); in open() 237 ::close (_fd); in close() 238 _fd = -1; in close() 248 if (_fd <= 0) in io_control() 251 return xcam_device_ioctl (_fd, cmd, arg); in io_control() 261 XCAM_ASSERT (_fd > 0); in poll_event() [all …]
|
| H A D | v4l2_device.h | 59 return _fd; in get_fd() 65 return (_fd != -1); in is_opened() 161 int _fd; variable
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1115 self._fd = self._watch_manager.get_fd() 1118 self._pollobj.register(self._fd, select.POLLIN) 1207 if fcntl.ioctl(self._fd, termios.FIONREAD, buf_, 1) == -1: 1212 'fixed to %d bytes', self._fd, queue_size, 1218 r = os.read(self._fd, queue_size) 1391 if self._fd is not None: 1392 self._pollobj.unregister(self._fd) 1393 os.close(self._fd) 1394 self._fd = None 1512 ioloop.add_handler(self._fd, self.handle_read, ioloop.READ) [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_smartIr.cpp | 82 int _fd = open(smartIr_ctx->ir_cut_v4ldev, O_RDWR | O_CLOEXEC); in enableIrCutter() local 83 if (_fd != -1) { in enableIrCutter() 84 if (ioctl(_fd, VIDIOC_S_CTRL, &control) < 0) { in enableIrCutter() 87 close(_fd); in enableIrCutter()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | RawStreamProcUnit.h | 48 int _fd; 53 SimpleFdBuf(int fd, int index) {_fd = fd; _index = index;} in SimpleFdBuf() 54 SimpleFdBuf() {_fd = 0; _userptr = NULL;} in SimpleFdBuf()
|
| H A D | RawStreamProcUnit.cpp | 750 sbuf_s->_fd = rkraw2->plane[0].fd; in _send_sync_buf() 880 v4l2buf[i]->set_expbuf_fd(simple_buf->_fd); in trigger_isp_readback() 937 simple_buf->_fd); in trigger_isp_readback()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-mbim-proxy.c | 24 #define safe_close(_fd) do { if (_fd > 0) { close(_fd); _fd = -1; } } while(0) argument
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/tools/acpidbg/ |
| H A D | acpidbg.c | 55 #define ACPI_AML_DO(_fd, _op, _buf, _ret) \ argument 57 _ret = acpi_aml_##_op(_fd, &acpi_aml_##_buf##_crc); \ 64 #define ACPI_AML_BATCH_DO(_fd, _op, _buf, _ret) \ argument 66 _ret = acpi_aml_##_op##_batch_##_buf(_fd, \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 100 int _fd; member 159 #define si_fd _sifields._sigpoll._fd
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 100 int _fd; member 159 #define si_fd _sifields._sigpoll._fd
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | siginfo.h | 100 int _fd; member 159 #define si_fd _sifields._sigpoll._fd
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 245 int _fd; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0006-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 357 #define SUBTARGET_LINK_EMUL_SUFFIX "%{mfdpic:_fd;:_linux}"
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_cmd.c | 203 #define ib_uverbs_lookup_comp_file(_fd, _ufile) \ argument 204 _ib_uverbs_lookup_comp_file((_fd)*typecheck(s32, _fd), _ufile)
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 6499 ….-,./-,/++/-./52'6-*.)'&#)+-/3BH9>A@<937EPUI=RUZ�|ejhfroqz~{~������}xmab\_fd]XVQUTIB:.!"! $!…
|