Searched refs:pvr2_hdw_set_streaming (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.h | 190 int pvr2_hdw_set_streaming(struct pvr2_hdw *,int);
|
H A D | pvrusb2-dvb.c | 112 pvr2_hdw_set_streaming(adap->channel.hdw, 0); in pvr2_dvb_stream_end() 164 ret = pvr2_hdw_set_streaming(adap->channel.hdw, 1); in pvr2_dvb_stream_do_start()
|
H A D | pvrusb2-v4l2.c | 483 return pvr2_hdw_set_streaming(hdw, !0); in pvr2_streamon() 497 return pvr2_hdw_set_streaming(hdw, 0); in pvr2_streamoff() 921 pvr2_hdw_set_streaming(hdw,0); in pvr2_v4l2_release() 1076 if ((ret = pvr2_hdw_set_streaming(hdw,!0)) < 0) return ret; in pvr2_v4l2_iosetup()
|
H A D | pvrusb2-hdw.c | 1718 int pvr2_hdw_set_streaming(struct pvr2_hdw *hdw,int enable_flag) in pvr2_hdw_set_streaming() function
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.h | 190 int pvr2_hdw_set_streaming(struct pvr2_hdw *,int);
|
H A D | pvrusb2-dvb.c | 114 pvr2_hdw_set_streaming(adap->channel.hdw, 0); in pvr2_dvb_stream_end() 166 ret = pvr2_hdw_set_streaming(adap->channel.hdw, 1); in pvr2_dvb_stream_do_start()
|
H A D | pvrusb2-v4l2.c | 483 return pvr2_hdw_set_streaming(hdw, !0); in pvr2_streamon() 497 return pvr2_hdw_set_streaming(hdw, 0); in pvr2_streamoff() 917 pvr2_hdw_set_streaming(hdw,0); in pvr2_v4l2_release() 1074 if ((ret = pvr2_hdw_set_streaming(hdw,!0)) < 0) return ret; in pvr2_v4l2_iosetup()
|
H A D | pvrusb2-hdw.c | 1718 int pvr2_hdw_set_streaming(struct pvr2_hdw *hdw,int enable_flag) in pvr2_hdw_set_streaming() function
|
Completed in 17 milliseconds