Symbol: pvr2_channel
drivers/media/usb/pvrusb2/pvrusb2-context.c
103
struct pvr2_channel *ch1, *ch2;
drivers/media/usb/pvrusb2/pvrusb2-context.c
237
struct pvr2_channel *cp;
drivers/media/usb/pvrusb2/pvrusb2-context.c
276
void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp)
drivers/media/usb/pvrusb2/pvrusb2-context.c
293
static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp)
drivers/media/usb/pvrusb2/pvrusb2-context.c
302
void pvr2_channel_done(struct pvr2_channel *cp)
drivers/media/usb/pvrusb2/pvrusb2-context.c
324
int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk)
drivers/media/usb/pvrusb2/pvrusb2-context.c
328
struct pvr2_channel *p2;
drivers/media/usb/pvrusb2/pvrusb2-context.c
369
unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp)
drivers/media/usb/pvrusb2/pvrusb2-context.c
375
int pvr2_channel_claim_stream(struct pvr2_channel *cp,
drivers/media/usb/pvrusb2/pvrusb2-context.h
17
struct pvr2_channel; /* One I/O pathway to a user */
drivers/media/usb/pvrusb2/pvrusb2-context.h
22
struct pvr2_channel *user;
drivers/media/usb/pvrusb2/pvrusb2-context.h
27
struct pvr2_channel *mc_first;
drivers/media/usb/pvrusb2/pvrusb2-context.h
28
struct pvr2_channel *mc_last;
drivers/media/usb/pvrusb2/pvrusb2-context.h
47
struct pvr2_channel *mc_next;
drivers/media/usb/pvrusb2/pvrusb2-context.h
48
struct pvr2_channel *mc_prev;
drivers/media/usb/pvrusb2/pvrusb2-context.h
52
void (*check_func)(struct pvr2_channel *);
drivers/media/usb/pvrusb2/pvrusb2-context.h
60
void pvr2_channel_init(struct pvr2_channel *,struct pvr2_context *);
drivers/media/usb/pvrusb2/pvrusb2-context.h
61
void pvr2_channel_done(struct pvr2_channel *);
drivers/media/usb/pvrusb2/pvrusb2-context.h
62
int pvr2_channel_limit_inputs(struct pvr2_channel *,unsigned int);
drivers/media/usb/pvrusb2/pvrusb2-context.h
63
unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *);
drivers/media/usb/pvrusb2/pvrusb2-context.h
64
int pvr2_channel_claim_stream(struct pvr2_channel *,
drivers/media/usb/pvrusb2/pvrusb2-dvb.c
435
static void pvr2_dvb_internal_check(struct pvr2_channel *chp)
drivers/media/usb/pvrusb2/pvrusb2-dvb.h
15
struct pvr2_channel channel;
drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
19
struct pvr2_channel channel;
drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
736
static void pvr2_sysfs_internal_check(struct pvr2_channel *chp)
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
38
struct pvr2_channel channel;
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
55
struct pvr2_channel channel;
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
868
static void pvr2_v4l2_internal_check(struct pvr2_channel *chp)