| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | poll_thread.cpp | 255 status = fcntl(_ispp_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds() 274 status = fcntl(_luma_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds() 293 status = fcntl(_3a_stats_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds() 312 status = fcntl(_event_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds() 331 status = fcntl(_isp_params_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds() 350 status = fcntl(_isp_pparams_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()
|
| H A D | fake_v4l2_device.cpp | 102 status = fcntl(_pipe_fd[0], F_SETFL, O_NONBLOCK); in create_notify_pipe() 107 status = fcntl(_pipe_fd[1], F_SETFL, O_NONBLOCK); in create_notify_pipe()
|
| /OK3568_Linux_fs/app/lvgl_demo/hal/ |
| H A D | evdev.c | 132 fcntl(evdev_fd, F_SETFL, O_NONBLOCK); in evdev_init() 134 fcntl(evdev_fd, F_SETFL, O_ASYNC | O_NONBLOCK); in evdev_init() 165 fcntl(evdev_fd, F_SETFL, O_NONBLOCK); in evdev_set_file() 167 fcntl(evdev_fd, F_SETFL, O_ASYNC | O_NONBLOCK); in evdev_set_file()
|
| H A D | key.c | 56 fcntl(key_fd, F_SETFL, O_ASYNC | O_NONBLOCK); in key_init()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 203 if (-1==fcntl(fd, F_SETFL, savestat | O_NDELAY)) in rdchk() 206 if (-1==fcntl(fd, F_SETFL, savestat)) { in rdchk() 221 fcntl(fd, F_SETFL, savestat | O_NDELAY); in rdchk() 223 fcntl(fd, F_SETFL, savestat); in rdchk()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 197 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_ASYNC) == -1) { in xf86InstallSIGIOHandler() 281 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_ASYNC); in xf86RemoveSIGIOHandler()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | eth-raw-os.c | 66 fcntl(priv->sd, F_SETFL, flags | O_NONBLOCK); in _raw_packet_start() 130 fcntl(priv->sd, F_SETFL, flags | O_NONBLOCK); in _local_inet_start()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | trace_printk.c | 40 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in test_trace_printk()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 413 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async() 440 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async() 458 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
|
| H A D | sigio.c | 419 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty() 423 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 426 fcntl(inputThreadInfo->readPipe, F_SETFL, O_NONBLOCK); in InputThreadPreInit() 437 fcntl(hotplugPipeRead, F_SETFL, O_NONBLOCK); in InputThreadPreInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartzStartup.c | 124 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK); in server_main()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /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 | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /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 | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-mbim-proxy.c | 131 if (fcntl(mbim_server_fd, F_SETFL, fcntl(mbim_server_fd, F_GETFL) | O_NONBLOCK) < 0) in proxy_make_server() 168 if (fcntl(client_fd, F_SETFL, fcntl(client_fd, F_GETFL) | O_NONBLOCK) < 0) in handle_client_connect()
|
| H A D | util.c | 45 fcntl(fd, F_SETFL, fcntl(fd,F_GETFL) | O_NONBLOCK); in cm_open_dev() 91 fcntl(sockfd, F_SETFL, fcntl(sockfd,F_GETFL) | O_NONBLOCK); in cm_open_proxy()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 103 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 131 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oepydevshell-internal.py | 16 fcntl.fcntl(fd, fcntl.F_SETFL, fcntl.fcntl(fd, fcntl.F_GETFL) | os.O_NONBLOCK)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | ca-fopen.rst | 57 using the ``F_SETFL`` command of the ``fcntl`` system call. This is a
|
| H A D | audio-fopen.rst | 70 put into non-blocking mode (and vice versa) using the F_SETFL command
|
| H A D | video-fopen.rst | 72 using the F_SETFL command of the fcntl system call. This is a standard
|