Home
last modified time | relevance | path

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

/drivers/media/firewire/
A 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()
186 return avc_debug & AVC_DEBUG_REGISTER_REMOTE_CONTROL ? 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()
[all …]

Completed in 7 milliseconds