Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c112 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_querycap()
127 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_std()
140 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_std()
152 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_querystd()
165 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_enum_input()
213 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_input()
235 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_input()
290 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_g_tuner()
302 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_tuner()
318 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw; in pvr2_s_frequency()
[all …]
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()
Dpvrusb2-context.h46 struct pvr2_context *mc_head; member
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()
Dpvrusb2-sysfs.c740 if (!sfp->channel.mc_head->disconnect_flag) return; in pvr2_sysfs_internal_check()