Lines Matching refs:avc_debug
115 static int avc_debug; variable
116 module_param_named(debug, avc_debug, int, 0644);
167 return avc_debug & AVC_DEBUG_READ_DESCRIPTOR ? in debug_fcp_opcode()
170 return avc_debug & AVC_DEBUG_DSIT ? in debug_fcp_opcode()
173 return avc_debug & AVC_DEBUG_DSD ? "DirectSelectData" : NULL; in debug_fcp_opcode()
186 return avc_debug & AVC_DEBUG_REGISTER_REMOTE_CONTROL ? in debug_fcp_opcode()
189 return avc_debug & AVC_DEBUG_LNB_CONTROL ? "LNBControl" : NULL; in debug_fcp_opcode()
191 return avc_debug & AVC_DEBUG_TUNE_QPSK ? "TuneQPSK" : NULL; in debug_fcp_opcode()
193 return avc_debug & AVC_DEBUG_TUNE_QPSK2 ? "TuneQPSK2" : NULL; in debug_fcp_opcode()
195 return avc_debug & AVC_DEBUG_HOST2CA ? "Host2CA" : NULL; in debug_fcp_opcode()
197 return avc_debug & AVC_DEBUG_CA2HOST ? "CA2Host" : NULL; in debug_fcp_opcode()
217 if (avc_debug & AVC_DEBUG_FCP_PAYLOADS) in debug_fcp()
237 if (unlikely(avc_debug)) in avc_write()
275 if (unlikely(avc_debug)) in avc_recv()
1106 if (unlikely(avc_debug & AVC_DEBUG_APPLICATION_PMT)) in avc_ca_pmt()