Home
last modified time | relevance | path

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

/Linux-v6.6/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.c3111 if (disruptive_change && !hdw->state_pipeline_idle) { in pvr2_hdw_commit_execute()
4202 if (!hdw->state_pipeline_idle) { in state_eval_pathway_ok()
4256 !hdw->state_pipeline_idle || in state_eval_encoder_config()
4613 if (!st != !hdw->state_pipeline_idle) { in state_update_pipeline_state()
4614 hdw->state_pipeline_idle = st; in state_update_pipeline_state()
4617 if (hdw->state_pipeline_idle && hdw->state_pipeline_pause) { in state_update_pipeline_state()
4725 (hdw->state_pipeline_idle ? " <idle>" : ""), in pvr2_hdw_report_unlocked()