Searched refs:check_flags (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/drivers/char/agp/
H A Dintel-gtt.c57 bool (*check_flags)(unsigned int flags); member in struct:intel_gtt_driver
905 if (!intel_private.driver->check_flags(type)) intel_fake_agp_insert_entries()
1171 .check_flags = i830_check_flags,
1181 .check_flags = i830_check_flags,
1192 .check_flags = i830_check_flags,
1202 .check_flags = i830_check_flags,
1212 .check_flags = i830_check_flags,
1222 .check_flags = i830_check_flags,
1231 .check_flags = i830_check_flags,
1241 .check_flags = i830_check_flags,
/linux-4.1.27/fs/nfs/
H A Dnfs4file.c187 .check_flags = nfs_check_flags,
H A Dfile.c944 .check_flags = nfs_check_flags,
/linux-4.1.27/fs/
H A Dfcntl.c60 if (filp->f_op->check_flags) setfl()
61 error = filp->f_op->check_flags(arg); setfl()
/linux-4.1.27/drivers/isdn/gigaset/
H A Dev-layer.c1852 int check_flags = 0; process_events() local
1862 if (!check_flags && !cs->commands_pending) process_events()
1864 check_flags = 0; process_events()
1884 check_flags = 1; process_events()
/linux-4.1.27/include/sound/
H A Dak4113.h303 unsigned int check_flags; member in struct:ak4113
H A Dak4114.h186 unsigned int check_flags; member in struct:ak4114
/linux-4.1.27/kernel/locking/
H A Dlockdep.c2761 static void check_flags(unsigned long flags);
2771 check_flags(flags); lockdep_trace_alloc()
3549 static void check_flags(unsigned long flags) check_flags() function
3597 check_flags(flags); lock_set_class()
3619 check_flags(flags); lock_acquire()
3639 check_flags(flags); lock_release()
3657 check_flags(flags); lock_is_held()
3832 check_flags(flags); lock_contended()
3852 check_flags(flags); lock_acquired()
/linux-4.1.27/sound/i2c/other/
H A Dak4113.c637 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); ak4113_stats()
H A Dak4114.c623 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); ak4114_stats()
/linux-4.1.27/sound/pci/ice1712/
H A Drevo.c501 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; ap192_ak4114_init()
H A Dquartet.c1069 * (i.e. check_flags = 0) */ qtet_init()
1070 spec->ak4113->check_flags = 0; qtet_init()
H A Djuli.c616 spec->ak4114->check_flags = 0; juli_init()
H A Dprodigy192.c635 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; prodigy192_ak4114_init()
/linux-4.1.27/fs/btrfs/
H A Dioctl.c198 static int check_flags(unsigned int flags) check_flags() function
234 ret = check_flags(flags); btrfs_ioctl_setflags()
/linux-4.1.27/include/linux/
H A Dfs.h1611 int (*check_flags)(int); member in struct:file_operations

Completed in 736 milliseconds