Searched refs:pvr2_channel (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.h31 struct pvr2_channel; /* One I/O pathway to a user */
37 struct pvr2_channel *user;
42 struct pvr2_channel *mc_first;
43 struct pvr2_channel *mc_last;
58 struct pvr2_channel { struct
60 struct pvr2_channel *mc_next;
61 struct pvr2_channel *mc_prev;
64 void (*check_func)(struct pvr2_channel *);
75 void pvr2_channel_init(struct pvr2_channel *,struct pvr2_context *);
76 void pvr2_channel_done(struct pvr2_channel *);
[all...]
H A Dpvrusb2-context.c128 struct pvr2_channel *ch1,*ch2;
148 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp)
163 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp)
172 void pvr2_channel_done(struct pvr2_channel *cp)
190 int pvr2_channel_claim_stream(struct pvr2_channel *cp,
H A Dpvrusb2-v4l2.c50 struct pvr2_channel channel;
64 struct pvr2_channel channel;
818 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp)
H A Dpvrusb2-sysfs.c35 struct pvr2_channel channel;
850 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp)

Completed in 46 milliseconds