Searched refs:pvr2_channel (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.h | 17 struct pvr2_channel; /* One I/O pathway to a user */ 22 struct pvr2_channel *user; 27 struct pvr2_channel *mc_first; 28 struct pvr2_channel *mc_last; 45 struct pvr2_channel { struct 47 struct pvr2_channel *mc_next; 48 struct pvr2_channel *mc_prev; 52 void (*check_func)(struct pvr2_channel *); 60 void pvr2_channel_init(struct pvr2_channel *,struct pvr2_context *); 61 void pvr2_channel_done(struct pvr2_channel *); [all...] |
H A D | pvrusb2-context.c | 101 struct pvr2_channel *ch1, *ch2; in pvr2_context_check() 237 struct pvr2_channel *cp; in pvr2_context_reset_input_limits() 276 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init() 293 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp) in pvr2_channel_disclaim_stream() 302 void pvr2_channel_done(struct pvr2_channel *cp) in pvr2_channel_done() 324 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs() 328 struct pvr2_channel *p2; in pvr2_channel_limit_inputs() 369 unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp) in pvr2_channel_get_limited_inputs() 375 int pvr2_channel_claim_stream(struct pvr2_channel *cp, in pvr2_channel_claim_stream()
|
H A D | pvrusb2-dvb.h | 15 struct pvr2_channel channel;
|
H A D | pvrusb2-v4l2.c | 40 struct pvr2_channel channel; 52 struct pvr2_channel channel; 893 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp) in pvr2_v4l2_internal_check()
|
H A D | pvrusb2-sysfs.c | 19 struct pvr2_channel channel; 744 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp) in pvr2_sysfs_internal_check()
|
H A D | pvrusb2-dvb.c | 437 static void pvr2_dvb_internal_check(struct pvr2_channel *chp) in pvr2_dvb_internal_check()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.h | 17 struct pvr2_channel; /* One I/O pathway to a user */ 22 struct pvr2_channel *user; 27 struct pvr2_channel *mc_first; 28 struct pvr2_channel *mc_last; 45 struct pvr2_channel { struct 47 struct pvr2_channel *mc_next; 48 struct pvr2_channel *mc_prev; 52 void (*check_func)(struct pvr2_channel *); 60 void pvr2_channel_init(struct pvr2_channel *,struct pvr2_context *); 61 void pvr2_channel_done(struct pvr2_channel *); [all...] |
H A D | pvrusb2-context.c | 103 struct pvr2_channel *ch1, *ch2; in pvr2_context_check() 237 struct pvr2_channel *cp; in pvr2_context_reset_input_limits() 276 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init() 293 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp) in pvr2_channel_disclaim_stream() 302 void pvr2_channel_done(struct pvr2_channel *cp) in pvr2_channel_done() 324 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs() 328 struct pvr2_channel *p2; in pvr2_channel_limit_inputs() 369 unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp) in pvr2_channel_get_limited_inputs() 375 int pvr2_channel_claim_stream(struct pvr2_channel *cp, in pvr2_channel_claim_stream()
|
H A D | pvrusb2-dvb.h | 15 struct pvr2_channel channel;
|
H A D | pvrusb2-v4l2.c | 40 struct pvr2_channel channel; 52 struct pvr2_channel channel; 889 static void pvr2_v4l2_internal_check(struct pvr2_channel *chp) in pvr2_v4l2_internal_check()
|
H A D | pvrusb2-sysfs.c | 19 struct pvr2_channel channel; 736 static void pvr2_sysfs_internal_check(struct pvr2_channel *chp) in pvr2_sysfs_internal_check()
|
H A D | pvrusb2-dvb.c | 439 static void pvr2_dvb_internal_check(struct pvr2_channel *chp) in pvr2_dvb_internal_check()
|
Completed in 10 milliseconds