Searched refs:core_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 105 #define core_dbg(fmt, arg...) do { \ macro 126 core_dbg("%s: gpio: mode=0x%07lx in=0x%07lx out=0x%07lx [%s]\n", in saa7134_track_gpio() 138 core_dbg("setting GPIO%d to static %d\n", bit_no, value); in saa7134_set_gpio() 150 core_dbg("setting GPIO%d to tristate\n", bit_no); in saa7134_set_gpio() 285 core_dbg("buffer_queue %p\n", buf); in saa7134_buffer_queue() 309 core_dbg("buffer_finish %p\n", q->curr); in saa7134_buffer_finish() 329 core_dbg("buffer_next %p [prev=%p/next=%p]\n", in saa7134_buffer_next() 336 core_dbg("buffer_next #2 prev=%p/next=%p\n", in saa7134_buffer_next() 340 core_dbg("buffer_next %p\n", NULL); in saa7134_buffer_next() 362 core_dbg("timeout on %p\n", q->curr); in saa7134_buffer_timeout() [all …]
|