Home
last modified time | relevance | path

Searched refs:pvr2_channel (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h26 struct pvr2_channel; /* One I/O pathway to a user */
31 struct pvr2_channel *user;
36 struct pvr2_channel *mc_first;
37 struct pvr2_channel *mc_last;
54 struct pvr2_channel { struct
56 struct pvr2_channel *mc_next; argument
57 struct pvr2_channel *mc_prev; argument
61 void (*check_func)(struct pvr2_channel *); argument
69 void pvr2_channel_init(struct pvr2_channel *,struct pvr2_context *);
70 void pvr2_channel_done(struct pvr2_channel *);
[all …]
Dpvrusb2-context.c110 struct pvr2_channel *ch1, *ch2; in pvr2_context_check()
246 struct pvr2_channel *cp; in pvr2_context_reset_input_limits()
284 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init()
301 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp) in pvr2_channel_disclaim_stream()
310 void pvr2_channel_done(struct pvr2_channel *cp) in pvr2_channel_done()
332 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs()
336 struct pvr2_channel *p2; in pvr2_channel_limit_inputs()
377 unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp) in pvr2_channel_get_limited_inputs()
383 int pvr2_channel_claim_stream(struct pvr2_channel *cp, in pvr2_channel_claim_stream()
Dpvrusb2-dvb.h15 struct pvr2_channel channel;
Dpvrusb2-v4l2.c50 struct pvr2_channel channel;
62 struct pvr2_channel channel;
911 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp) in pvr2_v4l2_internal_check()
Dpvrusb2-dvb.c396 static void pvr2_dvb_internal_check(struct pvr2_channel *chp) in pvr2_dvb_internal_check()
Dpvrusb2-sysfs.c29 struct pvr2_channel channel;
754 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp) in pvr2_sysfs_internal_check()