Searched refs:avc_debug (Results 1 – 1 of 1) sorted by relevance
119 static int avc_debug; variable120 module_param_named(debug, avc_debug, int, 0644);171 return avc_debug & AVC_DEBUG_READ_DESCRIPTOR ? in debug_fcp_opcode()174 return avc_debug & AVC_DEBUG_DSIT ? in debug_fcp_opcode()177 return avc_debug & AVC_DEBUG_DSD ? "DirectSelectData" : NULL; in debug_fcp_opcode()190 return avc_debug & AVC_DEBUG_REGISTER_REMOTE_CONTROL ? in debug_fcp_opcode()193 return avc_debug & AVC_DEBUG_LNB_CONTROL ? "LNBControl" : NULL; in debug_fcp_opcode()195 return avc_debug & AVC_DEBUG_TUNE_QPSK ? "TuneQPSK" : NULL; in debug_fcp_opcode()197 return avc_debug & AVC_DEBUG_TUNE_QPSK2 ? "TuneQPSK2" : NULL; in debug_fcp_opcode()199 return avc_debug & AVC_DEBUG_HOST2CA ? "Host2CA" : NULL; in debug_fcp_opcode()[all …]