Searched refs:check_func (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/ia64/scripts/ |
D | unwcheck.py | 27 def check_func (func, slots, rlen_sum): function 43 check_func(func, slots, rlen_sum) 55 check_func(func, slots, rlen_sum)
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-context.h | 61 void (*check_func)(struct pvr2_channel *); member
|
D | pvrusb2-context.c | 141 if (ch1->check_func) ch1->check_func(ch1); in pvr2_context_check()
|
D | pvrusb2-dvb.c | 416 adap->channel.check_func = pvr2_dvb_internal_check; in pvr2_dvb_create()
|
D | pvrusb2-sysfs.c | 774 sfp->channel.check_func = pvr2_sysfs_internal_check; in pvr2_sysfs_create()
|
D | pvrusb2-v4l2.c | 1281 vp->channel.check_func = pvr2_v4l2_internal_check; in pvr2_v4l2_create()
|
/Linux-v4.19/include/linux/ |
D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, typedef
|
/Linux-v4.19/fs/btrfs/ |
D | uuid-tree.c | 250 int (*check_func)(struct btrfs_fs_info *, u8 *, u8, in btrfs_uuid_tree_iterate() 308 ret = check_func(fs_info, uuid, key.type, subid_cpu); in btrfs_uuid_tree_iterate()
|
D | ctree.h | 3018 int (*check_func)(struct btrfs_fs_info *, u8 *, u8,
|