Home
last modified time | relevance | path

Searched refs:avc_debug (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/media/firewire/
Dfiredtv-avc.c115 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()
[all …]