Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/backlight/
H A Dmainwindow.cpp15 fd_edp = ::open("/sys/class/backlight/edp-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
16 fd_lvds = ::open("/sys/class/backlight/lvds-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
17 fd_dsi = ::open("/sys/class/backlight/dsi1-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
18 fd_rgb = ::open("/sys/class/backlight/rgb-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/backlight/
H A Dmainwindow.cpp15 fd_edp = ::open("/sys/class/backlight/edp-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
16 fd_lvds = ::open("/sys/class/backlight/lvds-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
17 fd_dsi = ::open("/sys/class/backlight/dsi1-backlight/brightness",O_RDWR|O_NONBLOCK); in MainWindow()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dcm4000_cs.c950 ((filp->f_flags & O_NONBLOCK) in cmm_read()
952 if (filp->f_flags & O_NONBLOCK) in cmm_read()
963 ((filp->f_flags & O_NONBLOCK) || (dev->rpos < dev->rlen)))) { in cmm_read()
964 if (filp->f_flags & O_NONBLOCK) in cmm_read()
972 ((filp->f_flags & O_NONBLOCK) in cmm_read()
974 if (filp->f_flags & O_NONBLOCK) in cmm_read()
1102 ((filp->f_flags & O_NONBLOCK) in cmm_write()
1104 if (filp->f_flags & O_NONBLOCK) in cmm_write()
1117 ((filp->f_flags & O_NONBLOCK) in cmm_write()
1119 if (filp->f_flags & O_NONBLOCK) in cmm_write()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
97 #define O_NDELAY O_NONBLOCK
/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.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
97 #define O_NDELAY O_NONBLOCK
/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.h38 #ifndef O_NONBLOCK
39 #define O_NONBLOCK 00004000 macro
97 #define O_NDELAY O_NONBLOCK
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h37 #ifndef O_NONBLOCK
38 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/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/bits/
H A Dfcntl-linux.h61 #ifndef O_NONBLOCK
62 # define O_NONBLOCK 04000 macro
65 # define O_NDELAY O_NONBLOCK
308 # define FNONBLOCK O_NONBLOCK
/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/bits/
H A Dfcntl-linux.h61 #ifndef O_NONBLOCK
62 # define O_NONBLOCK 04000 macro
65 # define O_NDELAY O_NONBLOCK
308 # define FNONBLOCK O_NONBLOCK
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dcommonio.c-fix-unexpected-open-failure-in-chroot-env.patch33 - | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW);
38 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW);
43 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW);
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h11 #define O_NONBLOCK 0x4000 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK)
/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Deventfd.h27 #define EFD_NONBLOCK O_NONBLOCK
29 #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
H A Duserfaultfd_k.h31 #define UFFD_NONBLOCK O_NONBLOCK
33 #define UFFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
/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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c68 lircfd = open(argv[1], O_RDWR | O_NONBLOCK); in main()
81 inputfd = open(argv[2], O_RDONLY | O_NONBLOCK); in main()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSlib.h332 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
333 #define O_NDELAY O_NONBLOCK
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dcompaction_test.c63 O_RDONLY | O_NONBLOCK); in prereq()
95 fd = open("/proc/sys/vm/nr_hugepages", O_RDWR | O_NONBLOCK); in check_compaction()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-fwrite.rst58 - No data was written. This might happen if ``O_NONBLOCK`` was
60 ``O_NONBLOCK`` is not specified the function will block until buffer
/OK3568_Linux_fs/kernel/fs/
H A Dsignalfd.c207 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read()
259 BUILD_BUG_ON(SFD_NONBLOCK != O_NONBLOCK); in do_signalfd4()
279 O_RDWR | (flags & (O_CLOEXEC | O_NONBLOCK))); in do_signalfd4()
H A Deventfd.c236 if ((file->f_flags & O_NONBLOCK) || in eventfd_read()
287 else if (!(file->f_flags & O_NONBLOCK)) { in eventfd_write()
417 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drtlx.c331 return rtlx_open(iminor(inode), (filp->f_flags & O_NONBLOCK) ? 0 : 1); in file_open()
367 if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1)) in file_read()
382 if (file->f_flags & O_NONBLOCK) in file_write()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dudhcpc_netlink.c26 fd = open(raw_ip, O_RDWR | O_NONBLOCK | O_NOCTTY); in ql_raw_ip_mode_check()
55 fd = open(link_file, O_RDWR | O_NONBLOCK | O_NOCTTY); in ql_set_driver_link_state()
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()
422 int mbim_dev_fd = open(device, O_RDWR | O_NONBLOCK | O_NOCTTY); in main()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst35 When the ``O_NONBLOCK`` flag is given, the :c:func:`read()`
40 with applications must support the ``O_NONBLOCK`` flag.

12345678910>>...19