Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.h62 int pvr2_channel_limit_inputs(struct pvr2_channel *,unsigned int);
H A Dpvrusb2-dvb.c240 return pvr2_channel_limit_inputs( in pvr2_dvb_bus_ctrl()
322 ret = pvr2_channel_limit_inputs( in pvr2_dvb_frontend_init()
389 pvr2_channel_limit_inputs(&adap->channel, 0); in pvr2_dvb_frontend_init()
H A Dpvrusb2-context.c324 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs() function
H A Dpvrusb2-v4l2.c993 ret = pvr2_channel_limit_inputs(&fhp->channel,input_mask); in pvr2_v4l2_open()