Searched refs:f_flags (Results 226 - 250 of 344) sorted by last modified time

1234567891011>>

/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c596 if (file->f_flags & O_NONBLOCK)
631 if (copied == 0 && (file->f_flags & O_NONBLOCK)) {
/linux-master/drivers/platform/chrome/
H A Dcros_ec_chardev.c214 !(filp->f_flags & O_NONBLOCK));
/linux-master/drivers/char/
H A Dsonypi.c905 (file->f_flags & O_NONBLOCK))
H A Dlp.c310 int nonblock = ((file->f_flags & O_NONBLOCK) ||
427 int nonblock = ((file->f_flags & O_NONBLOCK) ||
521 if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) {
/linux-master/drivers/counter/
H A Dcounter-chrdev.c80 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/infiniband/core/
H A Duverbs_main.c242 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/s390/char/
H A Dmonreader.c374 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/leds/
H A Duleds.c147 } else if (!udev->new_data && (file->f_flags & O_NONBLOCK)) {
161 if (!(file->f_flags & O_NONBLOCK))
/linux-master/drivers/tty/
H A Dsynclink_gt.c3169 if (filp->f_flags & O_NONBLOCK || tty_io_error(tty)) {
/linux-master/drivers/tty/serial/
H A Dkgdb_nmi.c273 unsigned int mode = file->f_flags & O_ACCMODE;
286 unsigned int mode = file->f_flags & O_ACCMODE;
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c620 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/misc/genwqe/
H A Dcard_base.h506 struct genwqe_ddcb_cmd *cmd, unsigned int f_flags);
519 unsigned int f_flags);
522 unsigned int f_flags);
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_common.c1070 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c825 if ((file->f_flags & O_NONBLOCK) == 0) {
877 if ((file->f_flags & O_NONBLOCK) == 0) {
/linux-master/drivers/hid/
H A Dhid-roccat.c91 if (file->f_flags & O_NONBLOCK) {
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c463 nonblock = (file->f_flags & O_NONBLOCK) || result > 0;
1087 !(file->f_flags & O_NONBLOCK),
/linux-master/mm/
H A Dsecretmem.c259 file->f_flags |= O_LARGEFILE;
/linux-master/drivers/macintosh/
H A Dsmu.c1186 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/char/ipmi/
H A Dssif_bmc.c143 if (file->f_flags & O_NONBLOCK)
192 if (file->f_flags & O_NONBLOCK)
H A Dipmi_watchdog.c798 if (file->f_flags & O_NONBLOCK) {
H A Dipmb_dev_int.c89 if (file->f_flags & O_NONBLOCK)
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c238 short f_flags; member in struct:osf_statfs
251 short f_flags; member in struct:osf_statfs64
310 tmp_stat.f_flags = 0; /* mount flags */
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c872 file->f_flags & O_NONBLOCK);
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c934 if ((file->f_flags & O_ACCMODE) != O_RDONLY)
942 if ((file->f_flags & O_ACCMODE) != O_RDONLY) {
964 if ((file->f_flags & O_ACCMODE) == O_RDONLY)
973 return ts_play(av7110, buf, count, file->f_flags & O_NONBLOCK, 1);
975 return dvb_play(av7110, buf, count, file->f_flags & O_NONBLOCK, 1);
1014 return ts_play(av7110, buf, count, file->f_flags & O_NONBLOCK, 0);
1016 return dvb_aplay(av7110, buf, count, file->f_flags & O_NONBLOCK, 0);
1131 if ((file->f_flags & O_ACCMODE) == O_RDONLY) {
1211 ret = dvb_compat_video_get_event(av7110, parg, file->f_flags);
1216 ret = dvb_video_get_event(av7110, parg, file->f_flags);
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c488 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
607 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {

Completed in 329 milliseconds

1234567891011>>