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

/linux-4.4.14/drivers/media/firewire/
H A Dfiredtv-avc.c119 static int avc_debug; variable
120 module_param_named(debug, avc_debug, int, 0644);
171 return avc_debug & AVC_DEBUG_READ_DESCRIPTOR ? debug_fcp_opcode()
174 return avc_debug & AVC_DEBUG_DSIT ? debug_fcp_opcode()
177 return avc_debug & AVC_DEBUG_DSD ? "DirectSelectData" : NULL; debug_fcp_opcode()
190 return avc_debug & AVC_DEBUG_REGISTER_REMOTE_CONTROL ? debug_fcp_opcode()
193 return avc_debug & AVC_DEBUG_LNB_CONTROL ? "LNBControl" : NULL; debug_fcp_opcode()
195 return avc_debug & AVC_DEBUG_TUNE_QPSK ? "TuneQPSK" : NULL; debug_fcp_opcode()
197 return avc_debug & AVC_DEBUG_TUNE_QPSK2 ? "TuneQPSK2" : NULL; debug_fcp_opcode()
199 return avc_debug & AVC_DEBUG_HOST2CA ? "Host2CA" : NULL; debug_fcp_opcode()
201 return avc_debug & AVC_DEBUG_CA2HOST ? "CA2Host" : NULL; debug_fcp_opcode()
221 if (avc_debug & AVC_DEBUG_FCP_PAYLOADS) debug_fcp()
241 if (unlikely(avc_debug)) avc_write()
279 if (unlikely(avc_debug)) avc_recv()
1106 if (unlikely(avc_debug & AVC_DEBUG_APPLICATION_PMT)) avc_ca_pmt()

Completed in 45 milliseconds