Searched refs:debug_string (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 411 static int debug_string(u8 *msg, u32 length, u32 offset) in debug_string() function 431 debug_string(&p_ca_message->msg[4], length, 0); /* length is excluding tag & length */ in ca_set_pmt() 437 debug_string(hw_buffer->msg, (length + tag_length), 0); /* tags too */ in ca_set_pmt()
|
/drivers/android/ |
D | binder.c | 3546 const char *debug_string; in binder_thread_write() local 3584 debug_string = "IncRefs"; in binder_thread_write() 3587 debug_string = "Acquire"; in binder_thread_write() 3590 debug_string = "Release"; in binder_thread_write() 3594 debug_string = "DecRefs"; in binder_thread_write() 3599 proc->pid, thread->pid, debug_string, in binder_thread_write() 3605 proc->pid, thread->pid, debug_string, in binder_thread_write()
|