Home
last modified time | relevance | path

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

/linux-6.1.9/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.c279 cp->mc_head = mp; in pvr2_channel_init()
303 struct pvr2_context *mp = cp->mc_head; in pvr2_channel_done()
337 pvr2_context_enter(cp->mc_head); in pvr2_channel_limit_inputs()
341 pvr2_context_reset_input_limits(cp->mc_head); in pvr2_channel_limit_inputs()
345 for (p2 = cp->mc_head->mc_first; p2; p2 = p2->mc_next) { in pvr2_channel_limit_inputs()
363 pvr2_context_exit(cp->mc_head); in pvr2_channel_limit_inputs()
378 pvr2_context_enter(cp->mc_head); do { in pvr2_channel_claim_stream()
389 pvr2_context_exit(cp->mc_head); in pvr2_channel_claim_stream()
Dpvrusb2-context.h46 struct pvr2_context *mc_head; member
Dpvrusb2-dvb.c131 struct pvr2_context *pvr = adap->channel.mc_head; in pvr2_dvb_stream_do_start()
441 if (!adap->channel.mc_head->disconnect_flag) return; in pvr2_dvb_internal_check()
Dpvrusb2-sysfs.c748 if (!sfp->channel.mc_head->disconnect_flag) return; in pvr2_sysfs_internal_check()