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