Searched refs:trace_stbit (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 337 static void trace_stbit(const char *name,int val) in trace_stbit() function 1533 trace_stbit("state_encoder_runok",hdw->state_encoder_runok); in pvr2_upload_firmware2() 1676 trace_stbit("flag_decoder_missed", in pvr2_decoder_enable() 1749 trace_stbit("state_pipeline_config", in pvr2_hdw_set_stream_type() 3010 trace_stbit("state_pipeline_config",hdw->state_pipeline_config); in pvr2_hdw_commit_setup() 3034 trace_stbit("state_pathway_ok", hdw->state_pathway_ok); in pvr2_hdw_commit_execute() 3177 trace_stbit("state_pipeline_config",hdw->state_pipeline_config); in pvr2_hdw_commit_execute() 3939 trace_stbit("flag_ok",hdw->flag_ok); in pvr2_hdw_render_useless() 4208 trace_stbit("state_pathway_ok",hdw->state_pathway_ok); in state_eval_pathway_ok() 4230 trace_stbit("flag_tripped",hdw->flag_tripped); in state_eval_encoder_ok() [all …]
|