Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dtvp5150.c56 #define dprintk0(__dev, __arg...) dev_dbg_lvl(__dev, 0, 0, __arg) macro
127 dprintk0(sd->dev, "too much data to dump\n"); in dump_reg_range()
137 dprintk0(sd->dev, "%s reg %02x = %*ph\n", s, i, len, buf); in dump_reg_range()
143 dprintk0(sd->dev, "tvp5150: Video input source selection #1 = 0x%02x\n", in tvp5150_log_status()
145 dprintk0(sd->dev, "tvp5150: Analog channel controls = 0x%02x\n", in tvp5150_log_status()
147 dprintk0(sd->dev, "tvp5150: Operation mode controls = 0x%02x\n", in tvp5150_log_status()
149 dprintk0(sd->dev, "tvp5150: Miscellaneous controls = 0x%02x\n", in tvp5150_log_status()
151 dprintk0(sd->dev, "tvp5150: Autoswitch mask= 0x%02x\n", in tvp5150_log_status()
153 dprintk0(sd->dev, "tvp5150: Color killer threshold control = 0x%02x\n", in tvp5150_log_status()
155 dprintk0(sd->dev, "tvp5150: Luminance processing controls #1 #2 and #3 = %02x %02x %02x\n", in tvp5150_log_status()
[all …]
/linux/drivers/media/pci/cx88/
H A Dcx88-core.c50 #define dprintk0(fmt, arg...) \ macro
412 dprintk0("0x%08x [ %s", risc, in cx88_risc_decode()
440 dprintk0("%s - dma channel status dump\n", ch->name); in cx88_sram_channel_dump()
442 dprintk0(" cmds: %-12s: 0x%08x\n", in cx88_sram_channel_dump()
454 dprintk0(" iq %x: ", i); in cx88_sram_channel_dump()
463 dprintk0("fifo: 0x%08x -> 0x%x\n", in cx88_sram_channel_dump()
465 dprintk0("ctrl: 0x%08x -> 0x%x\n", in cx88_sram_channel_dump()
467 dprintk0(" ptr1_reg: 0x%08x\n", cx_read(ch->ptr1_reg)); in cx88_sram_channel_dump()
468 dprintk0(" ptr2_reg: 0x%08x\n", cx_read(ch->ptr2_reg)); in cx88_sram_channel_dump()
469 dprintk0(" cnt1_reg: 0x%08x\n", cx_read(ch->cnt1_reg)); in cx88_sram_channel_dump()
[all …]