Searched refs:check_func (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/ia64/scripts/ |
D | unwcheck.py | 26 def check_func (func, slots, rlen_sum): function 42 check_func(func, slots, rlen_sum) 54 check_func(func, slots, rlen_sum)
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-context.h | 65 void (*check_func)(struct pvr2_channel *); member
|
D | pvrusb2-context.c | 145 if (ch1->check_func) ch1->check_func(ch1); in pvr2_context_check()
|
D | pvrusb2-dvb.c | 420 adap->channel.check_func = pvr2_dvb_internal_check; in pvr2_dvb_create()
|
D | pvrusb2-sysfs.c | 779 sfp->channel.check_func = pvr2_sysfs_internal_check; in pvr2_sysfs_create()
|
D | pvrusb2-v4l2.c | 1290 vp->channel.check_func = pvr2_v4l2_internal_check; in pvr2_v4l2_create()
|
/linux-4.4.14/include/linux/ |
D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, typedef
|
/linux-4.4.14/fs/btrfs/ |
D | uuid-tree.c | 259 int (*check_func)(struct btrfs_fs_info *, u8 *, u8, in btrfs_uuid_tree_iterate() 316 ret = check_func(fs_info, uuid, key.type, subid_cpu); in btrfs_uuid_tree_iterate()
|
D | ctree.h | 3792 int (*check_func)(struct btrfs_fs_info *, u8 *, u8,
|