pvr2_hdw_set_streaming
pvr2_hdw_set_streaming(adap->channel.hdw, 0);
ret = pvr2_hdw_set_streaming(adap->channel.hdw, 1);
int pvr2_hdw_set_streaming(struct pvr2_hdw *,int);
if ((ret = pvr2_hdw_set_streaming(hdw,!0)) < 0) return ret;
return pvr2_hdw_set_streaming(hdw, !0);
return pvr2_hdw_set_streaming(hdw, 0);
pvr2_hdw_set_streaming(hdw,0);