Home
last modified time | relevance | path

Searched refs:state_pipeline_req (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.h301 int state_pipeline_req; member
Dpvrusb2-hdw-internal.h242 int state_pipeline_req; /* Somebody wants to stream */ member
Dpvrusb2-hdw.c822 *vp = cptr->hdw->state_pipeline_req; in ctrl_streamingenabled_get()
1734 return hdw->state_pipeline_req != 0; in pvr2_hdw_get_streaming()
1743 if ((!enable_flag) != !(hdw->state_pipeline_req)) { in pvr2_hdw_set_streaming()
1744 hdw->state_pipeline_req = enable_flag != 0; in pvr2_hdw_set_streaming()
4250 if (hdw->state_pipeline_req && in state_eval_encoder_config()
4264 !hdw->state_pipeline_req || in state_eval_encoder_config()
4478 if (hdw->state_pipeline_req && in state_eval_decoder_run()
4521 !hdw->state_pipeline_req || in state_eval_decoder_run()
4561 hdw->state_pipeline_req && in state_eval_usbstream_run()
4569 if (!hdw->state_pipeline_req || in state_eval_usbstream_run()
[all …]