Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.h290 int state_pipeline_idle; member
Dpvrusb2-hdw-internal.h229 int state_pipeline_idle; /* Pipeline not running */ member
Dpvrusb2-hdw.c3108 if (disruptive_change && !hdw->state_pipeline_idle) { in pvr2_hdw_commit_execute()
4194 if (!hdw->state_pipeline_idle) { in state_eval_pathway_ok()
4248 !hdw->state_pipeline_idle || in state_eval_encoder_config()
4605 if (!st != !hdw->state_pipeline_idle) { in state_update_pipeline_state()
4606 hdw->state_pipeline_idle = st; in state_update_pipeline_state()
4609 if (hdw->state_pipeline_idle && hdw->state_pipeline_pause) { in state_update_pipeline_state()
4717 (hdw->state_pipeline_idle ? " <idle>" : ""), in pvr2_hdw_report_unlocked()