Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.h280 int flag_tripped; member
Dpvrusb2-hdw-internal.h274 int flag_tripped; /* Indicates overall failure to start */ member
Dpvrusb2-hdw.c1691 if (!hdw->flag_tripped) return 0; in pvr2_hdw_untrip_unlocked()
1692 hdw->flag_tripped = 0; in pvr2_hdw_untrip_unlocked()
4212 if (hdw->flag_tripped) return 0; in state_eval_encoder_ok()
4224 hdw->flag_tripped = !0; in state_eval_encoder_ok()
4225 trace_stbit("flag_tripped",hdw->flag_tripped); in state_eval_encoder_ok()
4712 (hdw->flag_tripped ? " <tripped>" : ""), in pvr2_hdw_report_unlocked()
4928 } else if (hdw->flag_tripped || in pvr2_hdw_state_eval()