Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 111) sorted by relevance

12345

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.cpp255 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 Dfake_v4l2_device.cpp102 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 Devdev.c132 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 Dkey.c56 fcntl(key_fd, F_SETFL, O_ASYNC | O_NONBLOCK); in key_init()
/OK3568_Linux_fs/u-boot/common/
H A Drbsb.c203 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 Dsigio.c197 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 Deth-raw-os.c66 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 Dtrace_printk.c40 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in test_trace_printk()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c413 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 Dsigio.c419 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 Dinputthread.c426 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 DquartzStartup.c124 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK); in server_main()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h104 #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 Dfcntl.h104 #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 Dfcntl.h104 #define F_SETFL 4 /* set file->f_flags */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c131 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 Dutil.c45 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 Dbp_signal_overflow.c103 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
H A Dbp_signal.c131 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dfcntl.c81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doepydevshell-internal.py16 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 Dca-fopen.rst57 using the ``F_SETFL`` command of the ``fcntl`` system call. This is a
H A Daudio-fopen.rst70 put into non-blocking mode (and vice versa) using the F_SETFL command
H A Dvideo-fopen.rst72 using the F_SETFL command of the fcntl system call. This is a standard

12345