Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c144 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_querycap()
168 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_std()
181 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_std()
190 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_querystd()
203 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_enum_input()
251 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_input()
273 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_input()
325 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_tuner()
337 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_tuner()
350 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_frequency()
[all …]
Dpvrusb2-context.c292 cp->mc_head = mp; in pvr2_channel_init()
316 struct pvr2_context *mp = cp->mc_head; in pvr2_channel_done()
350 pvr2_context_enter(cp->mc_head); in pvr2_channel_limit_inputs()
354 pvr2_context_reset_input_limits(cp->mc_head); in pvr2_channel_limit_inputs()
358 for (p2 = cp->mc_head->mc_first; p2; p2 = p2->mc_next) { in pvr2_channel_limit_inputs()
376 pvr2_context_exit(cp->mc_head); in pvr2_channel_limit_inputs()
391 pvr2_context_enter(cp->mc_head); do { in pvr2_channel_claim_stream()
402 pvr2_context_exit(cp->mc_head); in pvr2_channel_claim_stream()
Dpvrusb2-context.h59 struct pvr2_context *mc_head; member
Dpvrusb2-dvb.c144 struct pvr2_context *pvr = adap->channel.mc_head; in pvr2_dvb_stream_do_start()
404 if (!adap->channel.mc_head->disconnect_flag) return; in pvr2_dvb_internal_check()
Dpvrusb2-sysfs.c763 if (!sfp->channel.mc_head->disconnect_flag) return; in pvr2_sysfs_internal_check()