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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.h315 int state_pipeline_idle; member in struct:pvr2_hdw_debug_info
H A Dpvrusb2-hdw-internal.h242 int state_pipeline_idle; /* Pipeline not running */ member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c3250 if (disruptive_change && !hdw->state_pipeline_idle) {
4316 if (!hdw->state_pipeline_idle) {
4370 !hdw->state_pipeline_idle ||
4730 if (!st != !hdw->state_pipeline_idle) {
4731 hdw->state_pipeline_idle = st;
4734 if (hdw->state_pipeline_idle && hdw->state_pipeline_pause) {
4842 (hdw->state_pipeline_idle ? " <idle>" : ""),

Completed in 50 milliseconds