Home
last modified time | relevance | path

Searched refs:mc_head (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c280 cp->mc_head = mp; in pvr2_channel_init()
304 struct pvr2_context *mp = cp->mc_head; in pvr2_channel_done()
338 pvr2_context_enter(cp->mc_head); in pvr2_channel_limit_inputs()
342 pvr2_context_reset_input_limits(cp->mc_head); in pvr2_channel_limit_inputs()
346 for (p2 = cp->mc_head->mc_first; p2; p2 = p2->mc_next) { in pvr2_channel_limit_inputs()
364 pvr2_context_exit(cp->mc_head); in pvr2_channel_limit_inputs()
379 pvr2_context_enter(cp->mc_head); do { in pvr2_channel_claim_stream()
390 pvr2_context_exit(cp->mc_head); in pvr2_channel_claim_stream()
H A Dpvrusb2-context.h46 struct pvr2_context *mc_head; member
H A Dpvrusb2-dvb.c129 struct pvr2_context *pvr = adap->channel.mc_head; in pvr2_dvb_stream_do_start()
439 if (!adap->channel.mc_head->disconnect_flag) return; in pvr2_dvb_internal_check()
H A Dpvrusb2-sysfs.c740 if (!sfp->channel.mc_head->disconnect_flag) return; in pvr2_sysfs_internal_check()