Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.h299 int state_pipeline_idle; member
Dpvrusb2-hdw-internal.h239 int state_pipeline_idle; /* Pipeline not running */ member
Dpvrusb2-hdw.c3097 if (disruptive_change && !hdw->state_pipeline_idle) { in pvr2_hdw_commit_execute()
4170 if (!hdw->state_pipeline_idle) { in state_eval_pathway_ok()
4224 !hdw->state_pipeline_idle || in state_eval_encoder_config()
4581 if (!st != !hdw->state_pipeline_idle) { in state_update_pipeline_state()
4582 hdw->state_pipeline_idle = st; in state_update_pipeline_state()
4585 if (hdw->state_pipeline_idle && hdw->state_pipeline_pause) { in state_update_pipeline_state()
4693 (hdw->state_pipeline_idle ? " <idle>" : ""), in pvr2_hdw_report_unlocked()