Searched refs:check_func (Results 1 – 7 of 7) sorted by relevance
27 def check_func (func, slots, rlen_sum): function43 check_func(func, slots, rlen_sum)55 check_func(func, slots, rlen_sum)
52 void (*check_func)(struct pvr2_channel *); member
132 if (ch1->check_func) ch1->check_func(ch1); in pvr2_context_check()
457 adap->channel.check_func = pvr2_dvb_internal_check; in pvr2_dvb_create()
764 sfp->channel.check_func = pvr2_sysfs_internal_check; in pvr2_sysfs_create()
1274 vp->channel.check_func = pvr2_v4l2_internal_check; in pvr2_v4l2_create()
47 typedef uLong (*check_func) (uLong check, const Byte *buf, typedef