Searched refs:trace_stbit (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 345 static void trace_stbit(const char *name,int val) in trace_stbit() function 1540 trace_stbit("state_encoder_runok",hdw->state_encoder_runok); in pvr2_upload_firmware2() 1683 trace_stbit("flag_decoder_missed", in pvr2_decoder_enable() 1756 trace_stbit("state_pipeline_config", in pvr2_hdw_set_stream_type() 2996 trace_stbit("state_pipeline_config",hdw->state_pipeline_config); in pvr2_hdw_commit_setup() 3020 trace_stbit("state_pathway_ok", hdw->state_pathway_ok); in pvr2_hdw_commit_execute() 3163 trace_stbit("state_pipeline_config",hdw->state_pipeline_config); in pvr2_hdw_commit_execute() 3921 trace_stbit("flag_ok",hdw->flag_ok); in pvr2_hdw_render_useless() 4176 trace_stbit("state_pathway_ok",hdw->state_pathway_ok); in state_eval_pathway_ok() 4198 trace_stbit("flag_tripped",hdw->flag_tripped); in state_eval_encoder_ok() [all …]
|