Home
last modified time | relevance | path

Searched refs:dprintk (Results 1 – 200 of 435) sorted by relevance

123

/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst_ca.c38 #define dprintk(x, y, z, format, arg...) do { \ macro
84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum()
85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum()
87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum()
99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command()
104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command()
108 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command()
114 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command()
118 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command()
137 dprintk(verbose, DST_CA_NOTICE, 1, " Put Command"); in dst_put_ci()
[all …]
Ddst.c54 #define dprintk(x, y, z, format, arg...) do { \ macro
94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh); in dst_gpio_outb()
96dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, ma… in dst_gpio_outb()
108dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", er… in dst_gpio_outb()
122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err); in dst_gpio_inb()
132 dprintk(verbose, DST_INFO, 1, "Resetting state machine"); in rdc_reset_state()
134 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state()
139 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state()
150 dprintk(verbose, DST_DEBUG, 1, "Resetting DST"); in rdc_8820_reset()
152 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_8820_reset()
[all …]
Dbttv-input.c40 #undef dprintk
41 #define dprintk(fmt, ...) \ macro
68 dprintk("irq gpio=0x%x code=%d | %s%s%s\n", in ir_handle_key()
102 dprintk("gpio=0x%x code=%d | %s\n", in ir_enltv_handle_key()
113 dprintk("(cnt) gpio=0x%x code=%d | %s\n", in ir_enltv_handle_key()
183 dprintk("rc5_decode(%x) bad code\n", in bttv_rc5_decode()
188 dprintk("code=%x, rc5=%x, start=%x, toggle=%x, address=%x, " in bttv_rc5_decode()
214 dprintk("spurious timer_end\n"); in bttv_rc5_timer_end()
220 dprintk("short code: %x\n", ir->code); in bttv_rc5_timer_end()
243 dprintk("scancode %x, toggle %x\n", scancode, toggle); in bttv_rc5_timer_end()
[all …]
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-api.c34 dprintk(DBGLVL_API, "%s()\n", __func__); in saa7164_api_get_load_info()
57 dprintk(DBGLVL_API, "%s()\n", __func__); in saa7164_api_collect_debug()
84 dprintk(DBGLVL_API, "%s(level=%d)\n", __func__, level); in saa7164_api_set_debug()
92 dprintk(DBGLVL_API, "%s() Was %d\n", __func__, lvl.dwDebugLevel); in saa7164_api_set_debug()
111 dprintk(DBGLVL_API, "%s(nr=%d, unitid=0x%x)\n", __func__, in saa7164_api_set_vbi_format()
132 dprintk(DBGLVL_API, "SET/PROBE Verified\n"); in saa7164_api_set_vbi_format()
151 dprintk(DBGLVL_API, "SET/COMMIT Verified\n"); in saa7164_api_set_vbi_format()
153 dprintk(DBGLVL_API, "rsp.bmHint = 0x%x\n", rsp.bmHint); in saa7164_api_set_vbi_format()
154 dprintk(DBGLVL_API, "rsp.bFormatIndex = 0x%x\n", in saa7164_api_set_vbi_format()
156 dprintk(DBGLVL_API, "rsp.bFrameIndex = 0x%x\n", in saa7164_api_set_vbi_format()
[all …]
Dsaa7164-bus.c60 dprintk(DBGLVL_BUS, "Dumping the bus structure:\n"); in saa7164_bus_dump()
61 dprintk(DBGLVL_BUS, " .type = %d\n", b->Type); in saa7164_bus_dump()
62 dprintk(DBGLVL_BUS, " .dev->bmmio = 0x%p\n", dev->bmmio); in saa7164_bus_dump()
63 dprintk(DBGLVL_BUS, " .m_wMaxReqSize = 0x%x\n", b->m_wMaxReqSize); in saa7164_bus_dump()
64 dprintk(DBGLVL_BUS, " .m_pdwSetRing = 0x%p\n", b->m_pdwSetRing); in saa7164_bus_dump()
65 dprintk(DBGLVL_BUS, " .m_dwSizeSetRing = 0x%x\n", b->m_dwSizeSetRing); in saa7164_bus_dump()
66 dprintk(DBGLVL_BUS, " .m_pdwGetRing = 0x%p\n", b->m_pdwGetRing); in saa7164_bus_dump()
67 dprintk(DBGLVL_BUS, " .m_dwSizeGetRing = 0x%x\n", b->m_dwSizeGetRing); in saa7164_bus_dump()
69 dprintk(DBGLVL_BUS, " .m_dwSetReadPos = 0x%x (0x%08x)\n", in saa7164_bus_dump()
72 dprintk(DBGLVL_BUS, " .m_dwSetWritePos = 0x%x (0x%08x)\n", in saa7164_bus_dump()
[all …]
Dsaa7164-buffer.c74 dprintk(DBGLVL_BUF, "%s() buffer @ 0x%p nr=%d\n", in saa7164_buffer_display()
76 dprintk(DBGLVL_BUF, " pci_cpu @ 0x%p dma @ 0x%08llx len = 0x%x\n", in saa7164_buffer_display()
78 dprintk(DBGLVL_BUF, " pt_cpu @ 0x%p pt_dma @ 0x%08llx len = 0x%x\n", in saa7164_buffer_display()
84 dprintk(DBGLVL_BUF, " pt[%02d] = 0x%p -> 0x%llx\n", in saa7164_buffer_display()
137 dprintk(DBGLVL_BUF, "%s() allocated buffer @ 0x%p (%d pageptrs)\n", in saa7164_buffer_alloc()
139 dprintk(DBGLVL_BUF, " pci_cpu @ 0x%p dma @ 0x%08lx len = 0x%x\n", in saa7164_buffer_alloc()
141 dprintk(DBGLVL_BUF, " pt_cpu @ 0x%p pt_dma @ 0x%08lx len = 0x%x\n", in saa7164_buffer_alloc()
148 dprintk(DBGLVL_BUF, " pt[%02d] = 0x%p -> 0x%llx\n", in saa7164_buffer_alloc()
173 dprintk(DBGLVL_BUF, "%s() deallocating buffer @ 0x%p\n", in saa7164_buffer_dealloc()
194 dprintk(DBGLVL_BUF, "%s(idx = %d)\n", __func__, i); in saa7164_buffer_zero_offsets()
[all …]
Dsaa7164-fw.c87 dprintk(DBGLVL_FW, in saa7164_downloadimage()
109 dprintk(DBGLVL_FW, "%s() dlflag = 0x%x\n", __func__, dlflag); in saa7164_downloadimage()
110 dprintk(DBGLVL_FW, "%s() dlflag_ack = 0x%x\n", __func__, dlflag_ack); in saa7164_downloadimage()
111 dprintk(DBGLVL_FW, "%s() drflag = 0x%x\n", __func__, drflag); in saa7164_downloadimage()
112 dprintk(DBGLVL_FW, "%s() drflag_ack = 0x%x\n", __func__, drflag_ack); in saa7164_downloadimage()
113 dprintk(DBGLVL_FW, "%s() bleflag = 0x%x\n", __func__, bleflag); in saa7164_downloadimage()
116 dprintk(DBGLVL_FW, "%s() dlflag (0x%x)= 0x%x\n", __func__, dlflag, reg); in saa7164_downloadimage()
118 dprintk(DBGLVL_FW, in saa7164_downloadimage()
138 dprintk(DBGLVL_FW, "%s() memcpy %d\n", __func__, dstsize); in saa7164_downloadimage()
155 dprintk(DBGLVL_FW, "%s() memcpy(l) %d\n", __func__, dstsize); in saa7164_downloadimage()
[all …]
Dsaa7164-cmd.c89 dprintk(DBGLVL_CMD, "%s()\n", __func__); in saa7164_irq_dequeue()
102 dprintk(DBGLVL_CMD, "%s() timeout = %d\n", __func__, timeout); in saa7164_irq_dequeue()
104 dprintk(DBGLVL_CMD, in saa7164_irq_dequeue()
142 dprintk(DBGLVL_CMD, "%s()\n", __func__); in saa7164_cmd_dequeue()
156 dprintk(DBGLVL_CMD, "%s() timeout = %d\n", __func__, timeout); in saa7164_cmd_dequeue()
179 dprintk(DBGLVL_CMD, "%s() signalled seqno(%d) (for dequeue)\n", in saa7164_cmd_dequeue()
272 dprintk(DBGLVL_CMD, "%s(seqno=%d)\n", __func__, seqno); in saa7164_cmd_wait()
285 dprintk(DBGLVL_CMD, in saa7164_cmd_wait()
304 dprintk(DBGLVL_CMD, "%s(seqno=%d) Waiting res = %d " in saa7164_cmd_wait()
319 dprintk(DBGLVL_CMD, "%s()\n", __func__); in saa7164_cmd_signal()
[all …]
Dsaa7164-core.c283 dprintk(DBGLVL_IRQ, "%s() bufnr: %d\n", __func__, bufnr); in saa7164_work_enchandler_helper()
388 dprintk(DBGLVL_IRQ, in saa7164_work_enchandler()
464 dprintk(DBGLVL_IRQ, in saa7164_work_vbihandler()
553 dprintk(DBGLVL_IRQ, "%s() %Ldms elapsed\n", __func__, in saa7164_irq_vbi()
578 dprintk(DBGLVL_IRQ, "%s() %Ldms elapsed\n", __func__, in saa7164_irq_encoder()
612 dprintk(DBGLVL_IRQ, "%s() wp: %d processing: %d\n", in saa7164_irq_ts()
712 dprintk(DBGLVL_IRQ, in saa7164_irq()
741 dprintk(1, "Firmware status:\n"); in saa7164_getfirmwarestatus()
742 dprintk(1, " .status = 0x%08x\n", s->status); in saa7164_getfirmwarestatus()
743 dprintk(1, " .mode = 0x%08x\n", s->mode); in saa7164_getfirmwarestatus()
[all …]
Dsaa7164-vbi.c30 dprintk(DBGLVL_VBI, "%s()\n", __func__); in saa7164_vbi_configure()
39 dprintk(DBGLVL_VBI, "%s() ends\n", __func__); in saa7164_vbi_configure()
52 dprintk(DBGLVL_VBI, "%s(port=%d) dmaqueue\n", __func__, port->nr); in saa7164_vbi_buffers_dealloc()
59 dprintk(DBGLVL_VBI, "%s(port=%d) used\n", __func__, port->nr); in saa7164_vbi_buffers_dealloc()
66 dprintk(DBGLVL_VBI, "%s(port=%d) free\n", __func__, port->nr); in saa7164_vbi_buffers_dealloc()
74 dprintk(DBGLVL_VBI, "%s(port=%d) done\n", __func__, port->nr); in saa7164_vbi_buffers_dealloc()
89 dprintk(DBGLVL_VBI, "%s()\n", __func__); in saa7164_vbi_buffers_alloc()
244 dprintk(DBGLVL_VBI, "%s() Stopped\n", __func__); in saa7164_vbi_stop_port()
262 dprintk(DBGLVL_VBI, "%s() Acquired\n", __func__); in saa7164_vbi_acquire_port()
280 dprintk(DBGLVL_VBI, "%s() Paused\n", __func__); in saa7164_vbi_pause_port()
[all …]
Dsaa7164-encoder.c56 dprintk(DBGLVL_ENC, "%s()\n", __func__); in saa7164_encoder_configure()
83 dprintk(DBGLVL_ENC, "%s(port=%d) dmaqueue\n", __func__, port->nr); in saa7164_encoder_buffers_dealloc()
90 dprintk(DBGLVL_ENC, "%s(port=%d) used\n", __func__, port->nr); in saa7164_encoder_buffers_dealloc()
97 dprintk(DBGLVL_ENC, "%s(port=%d) free\n", __func__, port->nr); in saa7164_encoder_buffers_dealloc()
105 dprintk(DBGLVL_ENC, "%s(port=%d) done\n", __func__, port->nr); in saa7164_encoder_buffers_dealloc()
120 dprintk(DBGLVL_ENC, "%s()\n", __func__); in saa7164_encoder_buffers_alloc()
124 dprintk(DBGLVL_ENC, in saa7164_encoder_buffers_alloc()
135 dprintk(DBGLVL_ENC, in saa7164_encoder_buffers_alloc()
213 dprintk(DBGLVL_ENC, "%s(id=0x%x)\n", __func__, (u32)id); in saa7164_s_std()
230 dprintk(DBGLVL_ENC, "%s(id=0x%x) OK\n", __func__, (u32)id); in saa7164_s_std()
[all …]
Dsaa7164-dvb.c158 dprintk(DBGLVL_DVB, "%s() Stopped\n", __func__); in saa7164_dvb_stop_port()
176 dprintk(DBGLVL_DVB, "%s() Acquired\n", __func__); in saa7164_dvb_acquire_port()
194 dprintk(DBGLVL_DVB, "%s() Paused\n", __func__); in saa7164_dvb_pause_port()
212 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); in saa7164_dvb_stop_streaming()
234 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); in saa7164_dvb_start_port()
253 dprintk(DBGLVL_DVB, "%s() Acquired\n", __func__); in saa7164_dvb_start_port()
271 dprintk(DBGLVL_DVB, "%s() Paused\n", __func__); in saa7164_dvb_start_port()
288 dprintk(DBGLVL_DVB, "%s() Running\n", __func__); in saa7164_dvb_start_port()
302 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); in saa7164_dvb_start_feed()
314 dprintk(DBGLVL_DVB, "%s(port=%d) now feeding = %d\n", in saa7164_dvb_start_feed()
[all …]
/linux-4.4.14/drivers/media/pci/zoran/
Dvideocodec.c52 #define dprintk(num, format, args...) \ macro
85 dprintk(1, KERN_ERR "videocodec_attach: no data\n"); in videocodec_attach()
89 dprintk(2, in videocodec_attach()
94 dprintk(1, in videocodec_attach()
104 dprintk(4, "videocodec_attach: try '%s'\n", in videocodec_attach()
113 dprintk(1, in videocodec_attach()
124 dprintk(3, "videocodec_attach '%s'\n", in videocodec_attach()
128 dprintk(1, in videocodec_attach()
138 dprintk(4, in videocodec_attach()
144 dprintk(4, in videocodec_attach()
[all …]
Dzr36016.c60 #define dprintk(num, format, args...) \ macro
85 dprintk(1, in zr36016_read()
89 dprintk(4, "%s: reading from 0x%04x: %02x\n", ptr->name, reg, in zr36016_read()
100 dprintk(4, "%s: writing 0x%02x to 0x%04x\n", ptr->name, value, in zr36016_write()
107 dprintk(1, in zr36016_write()
128 dprintk(1, in zr36016_readi()
133 dprintk(4, "%s: reading indirect from 0x%04x: %02x\n", ptr->name, in zr36016_readi()
143 dprintk(4, "%s: writing indirect 0x%02x to 0x%04x\n", ptr->name, in zr36016_writei()
151 dprintk(1, in zr36016_writei()
183 dprintk(1, KERN_INFO "%s: registers: ", ptr->name); in zr36016_basic_test()
[all …]
Dzr36050.c58 #define dprintk(num, format, args...) \ macro
82 dprintk(1, in zr36050_read()
86 dprintk(4, "%s: reading from 0x%04x: %02x\n", ptr->name, reg, in zr36050_read()
97 dprintk(4, "%s: writing 0x%02x to 0x%04x\n", ptr->name, value, in zr36050_write()
104 dprintk(1, in zr36050_write()
158 dprintk(1, in zr36050_wait_end()
179 dprintk(1, in zr36050_basic_test()
189 dprintk(1, in zr36050_basic_test()
198 dprintk(1, in zr36050_basic_test()
222 dprintk(4, "%s: write data block to 0x%04x (len=%d)\n", ptr->name, in zr36050_pushit()
[all …]
Dzr36060.c62 #define dprintk(num, format, args...) \ macro
86 dprintk(1, in zr36060_read()
101 dprintk(4, "0x%02x @0x%04x\n", value, reg); in zr36060_write()
107 dprintk(1, in zr36060_write()
161 dprintk(1, in zr36060_wait_end()
180 dprintk(1, in zr36060_basic_test()
189 dprintk(1, in zr36060_basic_test()
213 dprintk(4, "%s: write data block to 0x%04x (len=%d)\n", ptr->name, in zr36060_pushit()
342 dprintk(3, "%s: write SOF (%dx%d, %d components)\n", ptr->name, in zr36060_set_sof()
375 dprintk(3, "%s: write SOS\n", ptr->name); in zr36060_set_sos()
[all …]
Dzoran_card.c253 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); in dc10_init()
265 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); in dc10plus_init()
271 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); in buz_init()
282 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); in lml33_init()
736 dprintk(4, in zoran_check_jpg_settings()
741 dprintk(4, in zoran_check_jpg_settings()
774 dprintk(1, in zoran_check_jpg_settings()
852 dprintk(1, in zoran_check_jpg_settings()
860 dprintk(1, in zoran_check_jpg_settings()
943 dprintk(1, KERN_ERR "%s: %s internal error\n", in zoran_open_init_params()
[all …]
Dzoran_driver.c224 dprintk(2, in v4l_fbuffer_alloc()
233 dprintk(1, in v4l_fbuffer_alloc()
246 dprintk(4, in v4l_fbuffer_alloc()
265 dprintk(4, KERN_INFO "%s: %s\n", ZR_DEVNAME(zr), __func__); in v4l_fbuffer_free()
318 dprintk(2, in jpg_fbuffer_alloc()
327 dprintk(1, in jpg_fbuffer_alloc()
340 dprintk(1, in jpg_fbuffer_alloc()
358 dprintk(1, in jpg_fbuffer_alloc()
377 dprintk(4, in jpg_fbuffer_alloc()
396 dprintk(4, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); in jpg_fbuffer_free()
[all …]
Dzoran_procfs.c107 dprintk(4, in setparam()
149 dprintk(1, in zoran_write()
160 dprintk(4, KERN_INFO "%s: write_proc: name=%pD count=%zu zr=%p\n", in zoran_write()
201 dprintk(2, in zoran_proc_init()
206 dprintk(1, KERN_ERR "%s: Unable to initialise /proc/%s\n", in zoran_proc_init()
/linux-4.4.14/drivers/media/pci/mantis/
Dhopper_cards.c76 dprintk(MANTIS_ERROR, 1, "Mantis == NULL"); in hopper_irq_handler()
97 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); in hopper_irq_handler()
99 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in hopper_irq_handler()
102 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in hopper_irq_handler()
108 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in hopper_irq_handler()
116 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in hopper_irq_handler()
119 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in hopper_irq_handler()
122 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in hopper_irq_handler()
125 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in hopper_irq_handler()
128 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in hopper_irq_handler()
[all …]
Dmantis_dvb.c49 dprintk(MANTIS_DEBUG, 1, "Power ON"); in mantis_frontend_power()
57 dprintk(MANTIS_DEBUG, 1, "Power OFF"); in mantis_frontend_power()
63 dprintk(MANTIS_DEBUG, 1, "Unknown state <%02x>", power); in mantis_frontend_power()
75 dprintk(MANTIS_DEBUG, 1, "Frontend RESET"); in mantis_frontend_soft_reset()
96 dprintk(MANTIS_ERROR, 1, "Frontend POWER OFF failed! <%d>", err); in mantis_frontend_shutdown()
108 dprintk(MANTIS_DEBUG, 1, "Mantis DVB Start feed"); in mantis_dvb_start_feed()
110 dprintk(MANTIS_DEBUG, 1, "no frontend ?"); in mantis_dvb_start_feed()
115 dprintk(MANTIS_DEBUG, 1, "mantis start feed, feeds=%d", mantis->feeds); in mantis_dvb_start_feed()
118 dprintk(MANTIS_DEBUG, 1, "mantis start feed & dma"); in mantis_dvb_start_feed()
131 dprintk(MANTIS_DEBUG, 1, "Mantis DVB Stop feed"); in mantis_dvb_stop_feed()
[all …]
Dmantis_hif.c51 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Smart buffer operation timeout !", mantis->num); in mantis_hif_sbuf_opdone_wait()
54 dprintk(MANTIS_DEBUG, 1, "Smart Buffer Operation complete"); in mantis_hif_sbuf_opdone_wait()
69 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write ACK timed out !", mantis->num); in mantis_hif_write_wait()
72 dprintk(MANTIS_DEBUG, 1, "Write Acknowledged"); in mantis_hif_write_wait()
79 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num); in mantis_hif_write_wait()
84 dprintk(MANTIS_DEBUG, 1, "HIF Write success"); in mantis_hif_write_wait()
94 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF Mem Read", mantis->num); in mantis_hif_read_mem()
107 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): GPIF Smart Buffer operation failed", mantis->num); in mantis_hif_read_mem()
113 dprintk(MANTIS_DEBUG, 1, "Mem Read: 0x%02x", data); in mantis_hif_read_mem()
123 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF Mem Write", mantis->num); in mantis_hif_write_mem()
[all …]
Dmantis_core.c49 dprintk(verbose, MANTIS_ERROR, 1, in read_eeprom_byte()
66 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); in get_mac_address()
70 dprintk(verbose, MANTIS_ERROR, 0, in get_mac_address()
119 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_core_init()
122 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_core_init()
125 dprintk(verbose, MANTIS_ERROR, 0, in mantis_core_init()
132 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); in mantis_core_init()
137 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); in mantis_core_init()
142 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); in mantis_core_init()
147 dprintk(verbose, MANTIS_DEBUG, 1, "Mantis DVB init failed"); in mantis_core_init()
[all …]
Dmantis_cards.c86 dprintk(MANTIS_ERROR, 1, "Mantis == NULL"); in mantis_irq_handler()
107 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); in mantis_irq_handler()
109 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in mantis_irq_handler()
112 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in mantis_irq_handler()
118 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in mantis_irq_handler()
126 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in mantis_irq_handler()
129 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in mantis_irq_handler()
132 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in mantis_irq_handler()
135 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in mantis_irq_handler()
138 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in mantis_irq_handler()
[all …]
Dmantis_ca.c45 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Read", slot); in mantis_ca_read_attr_mem()
58 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Write", slot); in mantis_ca_write_attr_mem()
71 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Read", slot); in mantis_ca_read_cam_ctl()
84 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Write", slot); in mantis_ca_write_cam_ctl()
97 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot RESET", slot); in mantis_ca_slot_reset()
113 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot shutdown", slot); in mantis_ca_slot_shutdown()
123 dprintk(MANTIS_DEBUG, 1, "Slot(%d): TS control", slot); in mantis_ts_control()
134 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Poll Slot status", slot); in mantis_slot_status()
137 dprintk(MANTIS_DEBUG, 1, "CA Module present and ready"); in mantis_slot_status()
140 dprintk(MANTIS_DEBUG, 1, "CA Module not present or not ready"); in mantis_slot_status()
[all …]
Dmantis_evm.c50 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Plugin", mantis->num); in mantis_hifevm_work()
59 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Unplug", mantis->num); in mantis_hifevm_work()
69 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Ext IRQ", mantis->num); in mantis_hifevm_work()
72 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Timeout", mantis->num); in mantis_hifevm_work()
75 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Alignment Error", mantis->num); in mantis_hifevm_work()
78 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Overflow", mantis->num); in mantis_hifevm_work()
81 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num); in mantis_hifevm_work()
84 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): GPIF IRQ", mantis->num); in mantis_hifevm_work()
87 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Empty", mantis->num); in mantis_hifevm_work()
90dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis… in mantis_hifevm_work()
[all …]
Dmantis_i2c.c42 dprintk(MANTIS_INFO, 0, " %s: Address=[0x%02x] <R>[ ", in mantis_i2c_read()
64 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); in mantis_i2c_read()
73 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); in mantis_i2c_read()
77 dprintk(MANTIS_INFO, 0, "%02x ", msg->buf[i]); in mantis_i2c_read()
79 dprintk(MANTIS_INFO, 0, "]\n"); in mantis_i2c_read()
89 dprintk(MANTIS_INFO, 0, " %s: Address=[0x%02x] <W>[ ", in mantis_i2c_write()
93 dprintk(MANTIS_INFO, 0, "%02x ", msg->buf[i]); in mantis_i2c_write()
112 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); in mantis_i2c_write()
121 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); in mantis_i2c_write()
123 dprintk(MANTIS_INFO, 0, "]\n"); in mantis_i2c_write()
[all …]
Dmantis_pci.c56 dprintk(MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_pci_init()
66 dprintk(MANTIS_ERROR, 1, "ERROR: PCI enable failed <%i>", err); in mantis_pci_init()
72 dprintk(MANTIS_ERROR, 1, "ERROR: Unable to obtain 32 bit DMA <%i>", err); in mantis_pci_init()
83 dprintk(MANTIS_ERROR, 1, "ERROR: BAR0 Request failed !"); in mantis_pci_init()
92 dprintk(MANTIS_ERROR, 1, "ERROR: BAR0 remap failed !"); in mantis_pci_init()
101 dprintk(MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_pci_init()
106 dprintk(MANTIS_ERROR, 0, in mantis_pci_init()
121 dprintk(MANTIS_ERROR, 1, "ERROR: IRQ registration failed ! <%d>", err); in mantis_pci_init()
131 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> I/O unmap", ret); in mantis_pci_init()
136 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> releasing regions", ret); in mantis_pci_init()
[all …]
Dmantis_dma.c61 dprintk(MANTIS_ERROR, 1, in mantis_dma_exit()
73 dprintk(MANTIS_ERROR, 1, in mantis_dma_exit()
96 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
101 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
112 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
119 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
127 dprintk(MANTIS_ERROR, 1, "Out of memory (?) ....."); in mantis_alloc_buffers()
135 dprintk(MANTIS_DEBUG, 1, "Mantis DMA init"); in mantis_dma_init()
138 dprintk(MANTIS_ERROR, 1, "Error allocating DMA buffer"); in mantis_dma_init()
156 dprintk(MANTIS_DEBUG, 1, "Mantis create RISC program"); in mantis_risc_program()
[all …]
Dmantis_vp1034.c53 dprintk(MANTIS_ERROR, 1, "Polarization=[13V]"); in vp1034_set_voltage()
58 dprintk(MANTIS_ERROR, 1, "Polarization=[18V]"); in vp1034_set_voltage()
63 dprintk(MANTIS_ERROR, 1, "Frontend (dummy) POWERDOWN"); in vp1034_set_voltage()
66 dprintk(MANTIS_ERROR, 1, "Invalid = (%d)", (u32) voltage); in vp1034_set_voltage()
85 dprintk(MANTIS_ERROR, 1, "Probing for MB86A16 (DVB-S/DSS)"); in vp1034_frontend_init()
88 dprintk(MANTIS_ERROR, 1, in vp1034_frontend_init()
96 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", in vp1034_frontend_init()
103 dprintk(MANTIS_ERROR, 1, "Done!"); in vp1034_frontend_init()
Dmantis_ioc.c52 dprintk(MANTIS_ERROR, 1, "ERROR: i2c read: < err=%i d0=0x%02x d1=0x%02x >", in read_eeprom_bytes()
67 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis EEPROM read error <%d>", err); in mantis_get_mac()
72 dprintk(MANTIS_ERROR, 0, " MAC Address=[%pM]\n", mac_addr); in mantis_get_mac()
83 dprintk(MANTIS_DEBUG, 1, "Set Bit <%d> to <%d>", bitpos, value); in mantis_gpio_set_bits()
90 dprintk(MANTIS_DEBUG, 1, "GPIO Value <%02x>", mantis->gpio_status); in mantis_gpio_set_bits()
103 dprintk(MANTIS_DEBUG, 1, "Set stream to HIF"); in mantis_stream_control()
111 dprintk(MANTIS_DEBUG, 1, "Set stream to CAM"); in mantis_stream_control()
118 dprintk(MANTIS_ERROR, 1, "Unknown MODE <%02x>", stream_ctl); in mantis_stream_control()
Dmantis_uart.c70 dprintk(MANTIS_DEBUG, 1, "UART Reading ..."); in mantis_uart_read()
74 dprintk(MANTIS_DEBUG, 0, " <%02x>", data); in mantis_uart_read()
80 dprintk(MANTIS_ERROR, 1, "UART framing error"); in mantis_uart_read()
83 dprintk(MANTIS_ERROR, 1, "UART parity error"); in mantis_uart_read()
85 dprintk(MANTIS_DEBUG, 0, "\n"); in mantis_uart_read()
99 dprintk(MANTIS_ERROR, 1, "RX Fifo FULL"); in mantis_uart_work()
156 dprintk(MANTIS_INFO, 1, "Initializing UART @ %sbps parity:%s", in mantis_uart_init()
178 dprintk(MANTIS_DEBUG, 1, "UART successfully initialized"); in mantis_uart_init()
Dmantis_vp1033.c110 dprintk(MANTIS_ERROR, 1, "Write: I2C Transfer failed"); in lgtdqcs001f_tuner_set()
175 dprintk(MANTIS_ERROR, 1, "Probing for STV0299 (DVB-S)"); in vp1033_frontend_init()
180 dprintk(MANTIS_ERROR, 1, "found STV0299 DVB-S frontend @ 0x%02x", in vp1033_frontend_init()
183 dprintk(MANTIS_ERROR, 1, "Mantis DVB-S STV0299 frontend attach success"); in vp1033_frontend_init()
188 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", in vp1033_frontend_init()
195 dprintk(MANTIS_ERROR, 1, "Done!"); in vp1033_frontend_init()
Dmantis_vp2040.c135 dprintk(MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); in vp2040_frontend_init()
141 dprintk(MANTIS_ERROR, 1, in vp2040_frontend_init()
150 dprintk(MANTIS_ERROR, 1, in vp2040_frontend_init()
158 dprintk(MANTIS_ERROR, 1, "Mantis DVB-C Philips CU1216 frontend attach success"); in vp2040_frontend_init()
163 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", in vp2040_frontend_init()
170 dprintk(MANTIS_DEBUG, 1, "Done!"); in vp2040_frontend_init()
Dmantis_vp2033.c135 dprintk(MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); in vp2033_frontend_init()
141 dprintk(MANTIS_ERROR, 1, in vp2033_frontend_init()
150 dprintk(MANTIS_ERROR, 1, in vp2033_frontend_init()
158 dprintk(MANTIS_ERROR, 1, "Mantis DVB-C Philips CU1216 frontend attach success"); in vp2033_frontend_init()
163 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", in vp2033_frontend_init()
171 dprintk(MANTIS_DEBUG, 1, "Done!"); in vp2033_frontend_init()
Dmantis_pcmcia.c49 dprintk(MANTIS_DEBUG, 1, "Event: CAM Plugged IN: Adapter(%d) Slot(0)", mantis->num); in mantis_event_cam_plugin()
73 dprintk(MANTIS_DEBUG, 1, "Event: CAM Unplugged: Adapter(%d) Slot(0)", mantis->num); in mantis_event_cam_unplug()
97 dprintk(MANTIS_DEBUG, 1, "CAM found on Adapter(%d) Slot(0)", mantis->num); in mantis_pcmcia_init()
104 dprintk(MANTIS_DEBUG, 1, "Empty Slot on Adapter(%d) Slot(0)", mantis->num); in mantis_pcmcia_init()
Dhopper_vp3028.c59 dprintk(MANTIS_ERROR, 1, "Probing for 10353 (DVB-T)"); in vp3028_frontend_init()
65 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", in vp3028_frontend_init()
71 dprintk(MANTIS_ERROR, 1, "Done!"); in vp3028_frontend_init()
Dmantis_vp3030.c70 dprintk(MANTIS_ERROR, 1, "Probing for 10353 (DVB-T)"); in vp3030_frontend_init()
78 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", in vp3030_frontend_init()
86 dprintk(MANTIS_ERROR, 1, "Done!"); in vp3030_frontend_init()
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop.h16 #define dprintk(level,args...) \ macro
19 #define dprintk(level,args...) macro
22 #define deb_info(args...) dprintk(0x01, args)
23 #define deb_tuner(args...) dprintk(0x02, args)
24 #define deb_i2c(args...) dprintk(0x04, args)
25 #define deb_ts(args...) dprintk(0x08, args)
26 #define deb_sram(args...) dprintk(0x10, args)
27 #define deb_rdump(args...) dprintk(0x20, args)
Dflexcop-sram.c240 dprintk("%s: mask = %x, addr = %x\n", __func__, mask, addr);
257 dprintk("%s: wrote 0xa5, read 0x%2x\n", __func__, tmp2);
274 dprintk("%s: wrote 0x5a, read 0x%2x\n", __func__, tmp2);
314 dprintk("%s: tmp3 = %x\n", __func__, tmp3);
323 dprintk("%s: sram size = 32K\n", __func__);
331 dprintk("%s: sram size = 128K\n", __func__);
339 dprintk("%s: sram size = 64K\n", __func__);
347 dprintk("%s: sram size = 32K\n", __func__);
354 dprintk("%s: SRAM detection failed. Set to 32K \n", __func__);
/linux-4.4.14/drivers/media/dvb-frontends/
Dmb86a16.c57 #define dprintk(x, y, z, format, arg...) do { \ macro
73 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()")
74 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->")
88 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write()
118 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", in mb86a16_read()
144 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set()
171 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set()
182 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst()
198 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set()
214 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcofs_data_set()
[all …]
Dzl10039.c36 #define dprintk(args...) \ macro
90 dprintk("%s\n", __func__); in zl10039_read()
93 dprintk("%s: i2c read error\n", __func__); in zl10039_read()
119 dprintk("%s\n", __func__); in zl10039_write()
124 dprintk("%s: i2c write error\n", __func__); in zl10039_write()
149 dprintk("%s\n", __func__); in zl10039_init()
155 dprintk("Note: i2c write error normal when resetting the " in zl10039_init()
161 dprintk("Tuner power up failed\n"); in zl10039_init()
175 dprintk("%s\n", __func__); in zl10039_sleep()
180 dprintk("Tuner sleep failed\n"); in zl10039_sleep()
[all …]
Ds921.c39 #define dprintk(args...) \ macro
274 dprintk("frequency=%i\n", p->frequency); in s921_pll_tune()
314 dprintk("status 0x80: %02x\n", rc); in s921_pll_tune()
321 dprintk("status 0x01: %02x\n", rc); in s921_pll_tune()
324 dprintk("status 0x80: %02x\n", rc); in s921_pll_tune()
327 dprintk("status 0x80: %02x\n", rc); in s921_pll_tune()
330 dprintk("status 0x32: %02x\n", rc); in s921_pll_tune()
332 dprintk("pll tune band=%d, pll=%d\n", f_switch, (int)f_offset); in s921_pll_tune()
342 dprintk("\n"); in s921_initfe()
370 dprintk("status = %04x\n", regstatus); in s921_read_status()
[all …]
Dlgs8gxx.c34 #define dprintk(args...) \ macro
65 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, data); in lgs8gxx_write_reg()
70 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in lgs8gxx_write_reg()
95 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, ret); in lgs8gxx_read_reg()
101 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, b1[0]); in lgs8gxx_read_reg()
170 dprintk("Set IF Freq to %dkHz\n", freq); in lgs8gxx_set_if_freq()
173 dprintk("Set IF Freq to baseband\n"); in lgs8gxx_set_if_freq()
175 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32); in lgs8gxx_set_if_freq()
214 dprintk("AFC = %u kHz\n", (u32)val); in lgs8gxx_get_afc_phase()
380 dprintk("try GI 945\n"); in lgs8gxx_autolock_gi()
[all …]
Dau8522_dig.c34 #define dprintk(arg...)\ macro
231 dprintk("%s()\n", __func__); in au8522_mse2snr_lookup()
240 dprintk("%s() snr=%d\n", __func__, *snr); in au8522_mse2snr_lookup()
270 dprintk("%s() IF Frequency not supported\n", __func__); in au8522_set_if()
273 dprintk("%s() %s MHz\n", __func__, ifmhz); in au8522_set_if()
560 dprintk("%s(0x%08x)\n", __func__, m); in au8522_enable_modulation()
564 dprintk("%s() VSB_8\n", __func__); in au8522_enable_modulation()
572 dprintk("%s() QAM 64\n", __func__); in au8522_enable_modulation()
581 dprintk("%s() QAM 256 (zv_mode)\n", __func__); in au8522_enable_modulation()
590 dprintk("%s() QAM 256\n", __func__); in au8522_enable_modulation()
[all …]
Dcx24116.c51 #define dprintk(args...) \ macro
290 dprintk("%s(%d)\n", __func__, inversion); in cx24116_set_inversion()
422 dprintk("%s(0x%02x,0x%02x)\n", __func__, m, f); in cx24116_lookup_fecmod()
443 dprintk("%s(0x%02x,0x%02x)\n", __func__, mod, fec); in cx24116_set_fec()
453 dprintk("%s() mask/val = 0x%02x/0x%02x\n", __func__, in cx24116_set_fec()
461 dprintk("%s(%d)\n", __func__, rate); in cx24116_set_symbolrate()
466 dprintk("%s() unsupported symbol_rate = %d\n", __func__, rate); in cx24116_set_symbolrate()
471 dprintk("%s() symbol_rate = %d\n", __func__, rate); in cx24116_set_symbolrate()
485 dprintk("%s()\n", __func__); in cx24116_firmware_ondemand()
535 dprintk("%s()\n", __func__); in cx24116_cmd_execute()
[all …]
Datbm8830.c28 #define dprintk(args...) \ macro
53 dprintk("%s: reg=0x%04X, data=0x%02X\n", __func__, reg, data); in atbm8830_write_reg()
79 dprintk("%s: error reg=0x%04x, ret=%i\n", __func__, reg, ret); in atbm8830_read_reg()
89 dprintk("%s: reg=0x%04X, data=0x%02X\n", in atbm8830_read_reg()
265 dprintk("%s\n", __func__); in atbm8830_release()
275 dprintk("%s\n", __func__); in atbm8830_set_fe()
289 dprintk("Try %d\n", i); in atbm8830_set_fe()
292 dprintk("ATBM8830 locked!\n"); in atbm8830_set_fe()
303 dprintk("%s\n", __func__); in atbm8830_get_fe()
345 dprintk("%s\n", __func__); in atbm8830_read_status()
[all …]
Ds5h1409.c62 #define dprintk if (debug) printk macro
353 dprintk("%s()\n", __func__); in s5h1409_softreset()
369 dprintk("%s(%d KHz)\n", __func__, KHz); in s5h1409_set_if_freq()
394 dprintk("%s(%d)\n", __func__, inverted); in s5h1409_set_spectralinversion()
407 dprintk("%s(0x%08x)\n", __func__, m); in s5h1409_enable_modulation()
411 dprintk("%s() VSB_8\n", __func__); in s5h1409_enable_modulation()
419 dprintk("%s() QAM_AUTO (64/256)\n", __func__); in s5h1409_enable_modulation()
426 dprintk("%s() Invalid modulation\n", __func__); in s5h1409_enable_modulation()
440 dprintk("%s(%d)\n", __func__, enable); in s5h1409_i2c_gate_ctrl()
452 dprintk("%s(%d)\n", __func__, enable); in s5h1409_set_gpio()
[all …]
Dstb0899_drv.c249 dprintk(state->verbose, FE_ERROR, 1, in _stb0899_read_reg()
256 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in _stb0899_read_reg()
545 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stb0899_write_regs()
569 dprintk(state->verbose, FE_DEBUG, 1, "div=%d, mclk=%d", div, mclk); in stb0899_get_mclk()
585 dprintk(state->verbose, FE_DEBUG, 1, "state->config=%p", state->config); in stb0899_set_mclk()
587 dprintk(state->verbose, FE_DEBUG, 1, "mdiv=%d", mdiv); in stb0899_set_mclk()
592 dprintk(state->verbose, FE_DEBUG, 1, "MasterCLOCK=%d", internal->master_clk); in stb0899_set_mclk()
621 dprintk(state->verbose, FE_DEBUG, 1, "Release Frontend"); in stb0899_release()
696 dprintk(state->verbose, FE_ERROR, 1, "timed out !!"); in stb0899_wait_diseqc_fifo_empty()
738 dprintk(state->verbose, FE_ERROR, 1, "timed out!!"); in stb0899_wait_diseqc_rxidle()
[all …]
Dcx24123.c48 #define dprintk(args...) \ macro
300 dprintk("inversion off\n"); in cx24123_set_inversion()
305 dprintk("inversion on\n"); in cx24123_set_inversion()
310 dprintk("inversion auto\n"); in cx24123_set_inversion()
328 dprintk("read inversion off\n"); in cx24123_get_inversion()
331 dprintk("read inversion on\n"); in cx24123_get_inversion()
355 dprintk("set FEC to 1/2\n"); in cx24123_set_fec()
360 dprintk("set FEC to 2/3\n"); in cx24123_set_fec()
365 dprintk("set FEC to 3/4\n"); in cx24123_set_fec()
370 dprintk("set FEC to 4/5\n"); in cx24123_set_fec()
[all …]
Ds5h1411.c51 #define dprintk(arg...) do { \ macro
381 dprintk("%s()\n", __func__); in s5h1411_softreset()
392 dprintk("%s(%d KHz)\n", __func__, KHz); in s5h1411_set_if_freq()
411 dprintk("%s(%d KHz) Invalid, defaulting to 5380\n", in s5h1411_set_if_freq()
432 dprintk("%s(%d)\n", __func__, mode); in s5h1411_set_mpeg_timing()
440 dprintk("%s(%d) Mode1 or Defaulting\n", __func__, mode); in s5h1411_set_mpeg_timing()
462 dprintk("%s(%d)\n", __func__, inversion); in s5h1411_set_spectralinversion()
477 dprintk("%s(%d)\n", __func__, serial); in s5h1411_set_serialmode()
491 dprintk("%s(0x%08x)\n", __func__, m); in s5h1411_enable_modulation()
494 dprintk("%s() Already at desired modulation. Skipping...\n", in s5h1411_enable_modulation()
[all …]
Dstv0288.c56 #define dprintk(args...) \ macro
77 dprintk("%s: writereg error (reg == 0x%02x, val == 0x%02x, " in stv0288_writeregI()
115 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", in stv0288_readreg()
150 dprintk("stv0288: stv0288_set_symbolrate\n"); in stv0288_set_symbolrate()
162 dprintk("%s\n", __func__); in stv0288_send_diseqc_msg()
181 dprintk("%s\n", __func__); in stv0288_send_diseqc_burst()
329 dprintk("%s: %s\n", __func__, in stv0288_set_voltage()
343 dprintk("stv0288: init chip\n"); in stv0288_init()
373 dprintk("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0288_read_status()
382 dprintk("stv0288 has locked\n"); in stv0288_read_status()
[all …]
Dsi21xx.c108 #define dprintk(args...) \ macro
248 dprintk("%s: writereg error (reg1 == 0x%02x, data == 0x%02x, " in si21_writeregs()
268 dprintk("%s: writereg error (reg == 0x%02x, data == 0x%02x, " in si21_writereg()
306 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", in si21_readreg()
332 dprintk("%s: readreg error (ret == %i)\n", __func__, ret); in si21_readregs()
341 dprintk("%s\n", __func__); in si21xx_wait_diseqc_idle()
345 dprintk("%s: timeout!!\n", __func__); in si21xx_wait_diseqc_idle()
361 dprintk("%s : srate = %i\n", __func__ , srate); in si21xx_set_symbolrate()
391 dprintk("%s\n", __func__); in si21xx_send_diseqc_msg()
418 dprintk("%s\n", __func__); in si21xx_send_diseqc_burst()
[all …]
Dds3000.c35 #define dprintk(args...) \ macro
247 dprintk("%s: write reg 0x%02x, value 0x%02x\n", __func__, reg, data); in ds3000_writereg()
295 dprintk("%s: write reg 0x%02x, len = %d\n", __func__, reg, len); in ds3000_writeFW()
339 dprintk("%s: read reg 0x%02x, value 0x%02x\n", __func__, reg, b1[0]); in ds3000_readreg()
353 dprintk("%s()\n", __func__); in ds3000_firmware_ondemand()
378 dprintk("%s: Firmware upload %s\n", __func__, in ds3000_firmware_ondemand()
390 dprintk("%s\n", __func__); in ds3000_load_firmware()
391 dprintk("Firmware is %zu bytes (%02x %02x .. %02x %02x)\n", in ds3000_load_firmware()
413 dprintk("%s(%d)\n", __func__, voltage); in ds3000_set_voltage()
467 dprintk("%s: status = 0x%02x\n", __func__, lock); in ds3000_read_status()
[all …]
Ddib0090.c41 #define dprintk(args...) do { \ macro
221 dprintk("could not acquire lock"); in dib0090_read_reg()
253 dprintk("could not acquire lock"); in dib0090_write_reg()
282 dprintk("could not acquire lock"); in dib0090_fw_read_reg()
309 dprintk("could not acquire lock"); in dib0090_fw_write_reg()
354 dprintk("Tuner identification (Version = 0x%04x)", v); in dib0090_identify()
369 dprintk("SOC 8090 P1-G11R1 Has been detected"); in dib0090_identify()
373 dprintk("SOC 8090 P1-G21R1 Has been detected"); in dib0090_identify()
377 dprintk("SOC 7090 P1-G11R1 Has been detected"); in dib0090_identify()
381 dprintk("SOC 7090 P1-G21R1 Has been detected"); in dib0090_identify()
[all …]
Ddib9000.c24 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB9000: "); printk(args); printk("\n… macro
261 dprintk("i2c read error on %d", reg); in dib9000_read16_attr()
288 dprintk("read register %x error", reg); in dib9000_i2c_read16()
443 dprintk("could not get the lock"); in dib9000_risc_mem_read()
459 dprintk("could not get the lock"); in dib9000_risc_mem_write()
482 dprintk("going to download %dB of microcode", len); in dib9000_firmware_download()
484 dprintk("error while downloading microcode for RISC %c", 'A' + risc_id); in dib9000_firmware_download()
488 dprintk("Microcode for RISC %c loaded", 'A' + risc_id); in dib9000_firmware_download()
514 dprintk("MBX: init ERROR, no response from RISC %c", 'A' + risc_id); in dib9000_mbx_host_init()
517 dprintk("MBX: initialized"); in dib9000_mbx_host_init()
[all …]
Dtda10048.c134 #define dprintk(level, fmt, arg...)\ macro
230 dprintk(2, "%s(reg = 0x%02x, data = 0x%02x)\n", __func__, reg, data); in tda10048_writereg()
252 dprintk(2, "%s(reg = 0x%02x)\n", __func__, reg); in tda10048_readreg()
271 dprintk(2, "%s(%d, ?, len = %d)\n", __func__, reg, len); in tda10048_writeregbulk()
287 dprintk(2, "%s(): write len = %d\n", in tda10048_writeregbulk()
309 dprintk(1, "%s()\n", __func__); in tda10048_set_phy2()
345 dprintk(1, "%s()\n", __func__); in tda10048_set_wref()
375 dprintk(1, "%s()\n", __func__); in tda10048_set_invwref()
399 dprintk(1, "%s(bw=%d)\n", __func__, bw); in tda10048_set_bandwidth()
426 dprintk(1, "%s(bw = %d)\n", __func__, bw); in tda10048_set_if()
[all …]
Ddib8000.c34 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB8000: "); printk(args); printk("\n… macro
150 dprintk("could not acquire lock"); in dib8000_i2c_read16()
160 dprintk("i2c read error on %d", reg); in dib8000_i2c_read16()
185 dprintk("i2c read error on %d", reg); in __dib8000_read_word()
197 dprintk("could not acquire lock"); in dib8000_read_word()
213 dprintk("could not acquire lock"); in dib8000_read32()
231 dprintk("could not acquire lock"); in dib8000_i2c_write16()
252 dprintk("could not acquire lock"); in dib8000_write_word()
398 dprintk("acquisition mode activated"); in dib8000_set_acquisition_mode()
411 dprintk("-I- Setting output mode for demod %p to %d", in dib8000_set_output_mode()
[all …]
Dstb6100.c42 #define dprintk(x, y, z, format, arg...) do { \ macro
145 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]", in stb6100_read_regs()
153 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_regs()
155 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]); in stb6100_read_regs()
174 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); in stb6100_read_reg()
178 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_reg()
179 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[reg], regs[0]); in stb6100_read_reg()
204 dprintk(verbose, FE_ERROR, 1, "Invalid register range %d:%d", in stb6100_write_reg_range()
214dprintk(verbose, FE_DEBUG, 1, " Write @ 0x%02x: [%d:%d]", state->config->tuner_address, start, … in stb6100_write_reg_range()
216 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[start + i], buf[i]); in stb6100_write_reg_range()
[all …]
Dlnbp22.c44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) macro
62 dprintk(1, "%s: %d (18V=%d 13V=%d)\n", __func__, voltage, in lnbp22_set_voltage()
79 dprintk(1, "%s: 0x%02x)\n", __func__, lnbp22->config[3]); in lnbp22_set_voltage()
93 dprintk(1, "%s: %d\n", __func__, (int)arg); in lnbp22_enable_high_lnb_voltage()
104 dprintk(1, "%s\n", __func__); in lnbp22_release()
130 dprintk(0, "%s LNBP22 not found\n", __func__); in lnbp22_attach()
Dtda10086.c47 #define dprintk(args...) \ macro
62 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in tda10086_write_byte()
81 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, in tda10086_read_byte()
111 dprintk ("%s\n", __func__); in tda10086_init()
194 dprintk ("%s\n", __func__); in tda10086_set_tone()
220 dprintk ("%s\n", __func__); in tda10086_send_master_cmd()
249 dprintk ("%s\n", __func__); in tda10086_send_burst()
276 dprintk ("%s %i %i\n", __func__, fe_params->inversion, state->config->invert); in tda10086_set_inversion()
310 dprintk ("%s %i\n", __func__, symbol_rate); in tda10086_set_symbol_rate()
376 dprintk("%s %i\n", __func__, fe_params->fec_inner); in tda10086_set_fec()
[all …]
Dstv0299.c76 #define dprintk(args...) \ macro
91 dprintk("%s: writereg error (reg == 0x%02x, val == 0x%02x, " in stv0299_writeregI()
118 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", in stv0299_readreg()
133 dprintk("%s: readreg error (ret == %i)\n", __func__, ret); in stv0299_readregs()
140 dprintk ("%s\n", __func__); in stv0299_set_FEC()
180 dprintk ("%s\n", __func__); in stv0299_get_fec()
195 dprintk ("%s\n", __func__); in stv0299_wait_diseqc_fifo()
199 dprintk ("%s: timeout!!\n", __func__); in stv0299_wait_diseqc_fifo()
212 dprintk ("%s\n", __func__); in stv0299_wait_diseqc_idle()
216 dprintk ("%s: timeout!!\n", __func__); in stv0299_wait_diseqc_idle()
[all …]
Ds5h1420.c74 #define dprintk(x...) do { \ macro
119dprintk("%s: writereg error (err == %i, reg == 0x%02x, data == 0x%02x)\n", __func__, err, reg, dat… in s5h1420_writereg()
132 dprintk("enter %s\n", __func__); in s5h1420_set_voltage()
149 dprintk("leave %s\n", __func__); in s5h1420_set_voltage()
158 dprintk("enter %s\n", __func__); in s5h1420_set_tone()
170 dprintk("leave %s\n", __func__); in s5h1420_set_tone()
184 dprintk("enter %s\n", __func__); in s5h1420_send_master_cmd()
216 dprintk("leave %s\n", __func__); in s5h1420_send_master_cmd()
340 dprintk("enter %s\n", __func__); in s5h1420_read_status()
402 dprintk("for MPEG_CLK_INTL %d %x\n", tmp, val); in s5h1420_read_status()
[all …]
Dor51132.c50 #define dprintk(args...) \ macro
140 dprintk("Firmware is %Zd bytes\n",fw->size); in or51132_load_firmware()
144 dprintk("FirmwareA is %i bytes\n",firmwareAsize); in or51132_load_firmware()
146 dprintk("FirmwareB is %i bytes\n",firmwareBsize); in or51132_load_firmware()
240 dprintk("setmode %d\n",(int)state->current_modulation); in or51132_setmode()
278 dprintk("set #1 to %02x\n", cmd_buf1[2]); in or51132_setmode()
285 dprintk("set #6 to 0x%02x%02x\n", cmd_buf2[1], cmd_buf2[2]); in or51132_setmode()
323 dprintk("set_parameters VSB MODE\n"); in or51132_set_parameters()
330 dprintk("set_parameters QAM MODE\n"); in or51132_set_parameters()
429 dprintk("%s: read_status %04x\n", __func__, reg); in or51132_read_status()
[all …]
Dstv0367.c45 #define dprintk(args...) \ macro
911 dprintk("%s:\n", __func__); in stv0367ter_gate_ctrl()
933 dprintk("%s:\n", __func__); in stv0367_get_tuner_freq()
942 dprintk("%s: frequency=%d\n", __func__, freq); in stv0367_get_tuner_freq()
1031 dprintk("%s:\n", __func__); in stv0367ter_get_mclk()
1048 dprintk("N=%d M=%d P=%d mclk_Hz=%d ExtClk_Hz=%d\n", in stv0367ter_get_mclk()
1053 dprintk("%s: mclk_Hz=%d\n", __func__, mclk_Hz); in stv0367ter_get_mclk()
1063 dprintk("%s:\n", __func__); in stv0367ter_filt_coeff_init()
1095 dprintk("%s:\n", __func__); in stv0367ter_agc_iir_lock_detect_set()
1124 dprintk("%s:\n", __func__); in stv0367_iir_filt_init()
[all …]
Dtda1004x.c43 #define dprintk(args...) \ macro
134 dprintk("%s: reg=0x%x, data=0x%x\n", __func__, reg, data); in tda1004x_write_byteI()
140 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in tda1004x_write_byteI()
143 dprintk("%s: success reg=0x%x, data=0x%x, ret=%i\n", __func__, in tda1004x_write_byteI()
156 dprintk("%s: reg=0x%x\n", __func__, reg); in tda1004x_read_byte()
163 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, in tda1004x_read_byte()
168 dprintk("%s: success reg=0x%x, data=0x%x, ret=%i\n", __func__, in tda1004x_read_byte()
176 dprintk("%s: reg=0x%x, mask=0x%x, data=0x%x\n", __func__, reg, in tda1004x_write_mask()
197 dprintk("%s: reg=0x%x, len=0x%x\n", __func__, reg, len); in tda1004x_write_buf()
212 dprintk("%s\n", __func__); in tda1004x_enable_tuner_i2c()
[all …]
Ddib7000p.c29 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000P: "); printk(args); printk("\… macro
101 dprintk("could not acquire lock"); in dib7000p_read_word()
119 dprintk("i2c read error on %d", reg); in dib7000p_read_word()
131 dprintk("could not acquire lock"); in dib7000p_write_word()
177 dprintk("setting output mode for demod %p to %d", &state->demod, mode); in dib7000p_set_output_mode()
207 dprintk("Unhandled output_mode passed to be set for demod %p", &state->demod); in dib7000p_set_output_mode()
227 dprintk("diversity combination deactivated - forced by COFDM parameters"); in dib7000p_set_diversity_in()
377 dprintk("using default timf"); in dib7000p_set_bandwidth()
380 dprintk("using updated timf"); in dib7000p_set_bandwidth()
497dprintk("Updating pll (prediv: old = %d new = %d ; loopdiv : old = %d new = %d)", prediv, bw->pll… in dib7000p_update_pll()
[all …]
Dstv0900_core.c150 dprintk("%s: i2c error %d\n", __func__, ret); in stv0900_write_reg()
174 dprintk("%s: i2c error %d, reg[0x%02x]\n", in stv0900_read_reg()
294 dprintk("%s: Calculated Mclk = %d\n", __func__, mclk); in stv0900_get_mclk_freq()
309 dprintk("%s: Mclk set to %d, Quartz = %d\n", __func__, mclk, in stv0900_set_mclk()
377 dprintk("%s\n", __func__); in stv0900_set_ts_parallel_serial()
419 dprintk("%s: 0x0a\n", __func__); in stv0900_set_ts_parallel_serial()
465 dprintk("%s: 0x12\n", __func__); in stv0900_set_ts_parallel_serial()
532 dprintk("%s: Invalid parameter\n", __func__); in stv0900_set_tuner()
534 dprintk("%s: Frequency=%d\n", __func__, frequency); in stv0900_set_tuner()
540 dprintk("%s: Invalid parameter\n", __func__); in stv0900_set_tuner()
[all …]
Dstb6000.c31 #define dprintk(args...) \ macro
63 dprintk("%s:\n", __func__); in stb6000_sleep()
70 dprintk("%s: i2c error\n", __func__); in stb6000_sleep()
94 dprintk("%s:\n", __func__); in stb6000_set_params()
151 dprintk("%s: i2c error\n", __func__); in stb6000_set_params()
169 dprintk("%s: i2c error\n", __func__); in stb6000_set_params()
222 dprintk("%s:\n", __func__); in stb6000_attach()
Ddib7000m.c24 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000M: "); printk(args); printk("\… macro
77 dprintk("could not acquire lock"); in dib7000m_read_word()
95 dprintk("i2c read error on %d",reg); in dib7000m_read_word()
108 dprintk("could not acquire lock"); in dib7000m_write_word()
157 dprintk( "setting output mode for demod %p to %d", &state->demod, mode); in dib7000m_set_output_mode()
184 dprintk( "Unhandled output_mode passed to be set for demod %p",&state->demod); in dib7000m_set_output_mode()
323 dprintk( "using default timf"); in dib7000m_set_bandwidth()
326 dprintk( "using updated timf"); in dib7000m_set_bandwidth()
343 dprintk( "diversity combination deactivated - forced by COFDM parameters"); in dib7000m_set_diversity_in()
583 dprintk( "GPIO reset was not successful."); in dib7000m_demod_reset()
[all …]
Dtda826x.c31 #define dprintk(args...) \ macro
58 dprintk("%s:\n", __func__); in tda826x_sleep()
66 dprintk("%s: i2c error\n", __func__); in tda826x_sleep()
85 dprintk("%s:\n", __func__); in tda826x_set_params()
115 dprintk("%s: i2c error\n", __func__); in tda826x_set_params()
154 dprintk("%s:\n", __func__); in tda826x_attach()
Dstb0899_algo.c83 dprintk(state->verbose, FE_DEBUG, 1, "-->"); in stb0899_set_srate()
191 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !"); in stb0899_check_tmg()
194 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !"); in stb0899_check_tmg()
198 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !"); in stb0899_check_tmg()
240 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq); in stb0899_search_tmg()
262 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg); in stb0899_check_carrier()
265 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !"); in stb0899_check_carrier()
268 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !"); in stb0899_check_carrier()
296 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk); in stb0899_search_carrier()
322 dprintk(state->verbose, FE_DEBUG, 1, "----> CARRIER OK !, Derot Freq=%d", internal->derot_freq); in stb0899_search_carrier()
[all …]
Disl6423.c42 #define dprintk(__y, __z, format, arg...) do { \ macro
76 dprintk(FE_DEBUG, 1, "write reg %02X", reg); in isl6423_write()
83 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_write()
107 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_set_modulation()
142 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_voltage_boost()
192 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_set_voltage()
255 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_set_current()
Dcx22702.c54 #define dprintk if (debug) printk macro
253 dprintk("%s(%d)\n", __func__, enable); in cx22702_i2c_gate_ctrl()
290 dprintk("%s: invalid bandwidth\n", __func__); in cx22702_set_tps()
314 dprintk("%s: Autodetecting\n", __func__); in cx22702_set_tps()
330 dprintk("%s: invalid modulation\n", __func__); in cx22702_set_tps()
346 dprintk("%s: invalid hierarchy\n", __func__); in cx22702_set_tps()
369 dprintk("%s: invalid code_rate_HP\n", __func__); in cx22702_set_tps()
389 dprintk("%s: invalid code_rate_LP\n", __func__); in cx22702_set_tps()
408 dprintk("%s: invalid guard_interval\n", __func__); in cx22702_set_tps()
418 dprintk("%s: invalid transmission_mode\n", __func__); in cx22702_set_tps()
[all …]
Ddib0070.c41 #define dprintk(args...) do { \ macro
90 dprintk("could not acquire lock"); in dib0070_read_reg()
122 dprintk("could not acquire lock"); in dib0070_write_reg()
208dprintk("CAPTRIM=%hd; ADC = %hd (ADC) & %dmV", state->captrim, adc, (u32) adc*(u32)1800/(u32)1024); in dib0070_captrim()
219 dprintk("CAPTRIM=%hd is closer to target (%hd/%hd)", state->captrim, adc, state->adc_diff); in dib0070_captrim()
244 dprintk("CTRL_LO5: 0x%x", lo5); in dib0070_set_ctrl_lo5()
259 dprintk("vga filter register is set to %x", state->cfg->vga_filter); in dib0070_ctrl_agc_filter()
383 dprintk("Tuning for Band: %hd (%d kHz)", band, freq); in dib0070_tune_digital()
461 dprintk("REFDIV: %hd, FREF: %d", REFDIV, FREF); in dib0070_tune_digital()
462 dprintk("FBDIV: %d, Rest: %d", FBDiv, Rest); in dib0070_tune_digital()
[all …]
Dlgdt330x.c55 #define dprintk(args...) \ macro
275 dprintk("%s entered as %s\n", __func__, chip_name); in lgdt330x_init()
357 dprintk("%s: VSB_8 MODE\n", __func__); in lgdt330x_set_parameters()
373 dprintk("%s: QAM_64 MODE\n", __func__); in lgdt330x_set_parameters()
389 dprintk("%s: QAM_256 MODE\n", __func__); in lgdt330x_set_parameters()
460 dprintk("%s: AGC_STATUS = 0x%02x\n", __func__, buf[0]); in lgdt3302_read_status()
474dprintk("%s: TOP_CONTROL = 0x%02x, IRO_MASK = 0x%02x, IRQ_STATUS = 0x%02x\n", __func__, buf[0], bu… in lgdt3302_read_status()
490 dprintk("%s: CARRIER_LOCK = 0x%02x\n", __func__, buf[0]); in lgdt3302_read_status()
523 dprintk("%s: AGC_STATUS = 0x%02x\n", __func__, buf[0]); in lgdt3303_read_status()
532 dprintk("%s: CARRIER_LOCK = 0x%02x\n", __func__, buf[0]); in lgdt3303_read_status()
[all …]
Dlgs8gl5.c63 #define dprintk(args...) \ macro
85 dprintk("%s: error (reg=0x%02x, val=0x%02x, ret=%i)\n", in lgs8gl5_write_reg()
170 dprintk("%s\n", __func__); in lgs8gl5_soft_reset()
186 dprintk("%s\n", __func__); in lgs8gl5_start_demod()
207 dprintk("Wait for carrier[%d] 0x%02X\n", n, val); in lgs8gl5_start_demod()
218 dprintk("Wait for lock[%d] 0x%02X\n", n, val); in lgs8gl5_start_demod()
236 dprintk("%s\n", __func__); in lgs8gl5_init()
319 dprintk("%s\n", __func__); in lgs8gl5_set_frontend()
386 dprintk("%s\n", __func__); in lgs8gl5_attach()
Dau8522_common.c31 #define dprintk(arg...)\ macro
85 dprintk("%s(%d)\n", __func__, enable); in au8522_i2c_gate_ctrl()
106 dprintk("%s(%d)\n", __func__, enable); in au8522_analog_i2c_gate_ctrl()
193 dprintk("%s: %d\n", __func__, led); in au8522_led_ctrl()
229 dprintk("%s()\n", __func__); in au8522_init()
249 dprintk("%s()\n", __func__); in au8522_sleep()
Dcx24113.c37 #define dprintk(args...) \ macro
209 dprintk("power estimation: %d, thres: %d, gain_level: %d/%d\n", in cx24113_set_gain_settings()
265 dprintk("bandwidth to be set: %d\n", bandwidth_khz); in cx24113_set_bandwidth()
272 dprintk("bandwidth: %d %d\n", r >> 6, bandwidth_khz); in cx24113_set_bandwidth()
291 dprintk("PLL locked: %d\n", r); in cx24113_get_status()
330 dprintk("calculating N/F for %dHz with vcodiv %d\n", freq_hz, vcodiv); in cx24113_calc_pll_nf()
349 dprintk("1 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
354 dprintk("2 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
357 dprintk("3 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
370 dprintk("4 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
[all …]
Dstv090x.c711 dprintk(FE_ERROR, 1, in stv090x_read_reg()
718 dprintk(FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in stv090x_read_reg()
754 dprintk(FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stv090x_write_regs()
789 dprintk(FE_DEBUG, 1, "Enable Gate"); in stv090x_i2c_gate_ctrl()
795 dprintk(FE_DEBUG, 1, "Disable Gate"); in stv090x_i2c_gate_ctrl()
810 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_i2c_gate_ctrl()
822 dprintk(FE_DEBUG, 1, "Blind Search"); in stv090x_get_lock_tmg()
838 dprintk(FE_DEBUG, 1, "Normal Search"); in stv090x_get_lock_tmg()
887 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_srate()
921 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_max_srate()
[all …]
Dstv0900_sw.c318 dprintk("lock: srate=%d r0=0x%x r1=0x%x r2=0x%x r3=0x%x \n", in stv0900_get_symbol_rate()
342 dprintk("%s: Mclk %d, SR %d, Dmd %d\n", __func__, mclk, in stv0900_set_symbol_rate()
692 dprintk("%s\n", __func__); in stv0900_set_viterbi_tracq()
707 dprintk("%s: ViterbiStandard = ", __func__); in stv0900_set_viterbi_standard()
711 dprintk("Auto\n"); in stv0900_set_viterbi_standard()
716 dprintk("DVBS1\n"); in stv0900_set_viterbi_standard()
742 dprintk("DSS\n"); in stv0900_set_viterbi_standard()
840 dprintk("%s\n", __func__); in stv0900_track_optimization()
848 dprintk("%s: found DVB-S or DSS\n", __func__); in stv0900_track_optimization()
873 dprintk("%s: found DVB-S2\n", __func__); in stv0900_track_optimization()
[all …]
Ddrxk_hard.c169 #define dprintk(level, fmt, arg...) do { \ macro
259 dprintk(3, ":"); in i2c_write()
299 dprintk(2, ": read from"); in i2c_read()
329 dprintk(2, "(0x%08x, 0x%02x)\n", reg, flags); in read16_flags()
363 dprintk(2, "(0x%08x, 0x%02x)\n", reg, flags); in read32_flags()
399 dprintk(2, "(0x%08x, 0x%04x, 0x%02x)\n", reg, data, flags); in write16_flags()
429 dprintk(2, "(0x%08x, 0x%08x, 0x%02x)\n", reg, data, flags); in write32_flags()
470 dprintk(2, "(0x%08x, 0x%02x)\n", address, flags); in write_block()
502 dprintk(1, "\n"); in power_up_device()
598 dprintk(1, "\n"); in init_state()
[all …]
Ddibx000_common.c11 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiBX000: "); printk(args); printk("\n… macro
18 dprintk("could not acquire lock"); in dibx000_write_word()
44 dprintk("could not acquire lock"); in dibx000_read_word()
62 dprintk("i2c read error on %d", reg); in dibx000_read_word()
195 dprintk("selecting interface: %d", intf); in dibx000_i2c_select_interface()
285 dprintk("%s: too much I2C message to be transmitted (%i).\ in dibx000_i2c_gated_gpio67_xfer()
293 dprintk("could not acquire lock"); in dibx000_i2c_gated_gpio67_xfer()
332 dprintk("%s: too much I2C message to be transmitted (%i).\ in dibx000_i2c_gated_tuner_xfer()
340 dprintk("could not acquire lock"); in dibx000_i2c_gated_tuner_xfer()
437 dprintk("could not acquire lock"); in dibx000_init_i2c_master()
Dves1x93.c53 #define dprintk if (debug) printk macro
102dprintk ("%s: writereg error (err == %i, reg == 0x%02x, data == 0x%02x)\n", __func__, err, reg, da… in ves1x93_writereg()
184 dprintk("%s: srate == %d\n", __func__, (unsigned int) srate); in ves1x93_set_symbolrate()
231 dprintk("FNR= %d\n", FNR); in ves1x93_set_symbolrate()
232 dprintk("ratio= %08x\n", (unsigned int) ratio); in ves1x93_set_symbolrate()
233 dprintk("BDR= %08x\n", (unsigned int) BDR); in ves1x93_set_symbolrate()
234 dprintk("BDRI= %02x\n", (unsigned int) BDRI); in ves1x93_set_symbolrate()
271 dprintk("%s: init chip\n", __func__); in ves1x93_init()
Dsp8870.c55 #define dprintk(args...) \ macro
73dprintk ("%s: writereg error (err == %i, reg == 0x%02x, data == 0x%02x)\n", __func__, err, reg, da… in sp8870_writereg()
91 dprintk("%s: readreg error (ret == %i)\n", __func__, ret); in sp8870_readreg()
107 dprintk ("%s: ...\n", __func__); in sp8870_firmware_upload()
141 dprintk ("%s: done!\n", __func__); in sp8870_firmware_upload()
313 dprintk ("%s\n", __func__); in sp8870_init()
479 dprintk("%s: frequency = %i\n", __func__, p->frequency); in sp8870_set_frontend()
491 dprintk("%s: delay = %i usec\n", in sp8870_set_frontend()
Dnxt200x.c70 #define dprintk(args...) do { if (debug) pr_debug(args); } while (0) macro
158 dprintk("%s\n", __func__); in nxt200x_writereg_multibyte()
219 dprintk("%s\n", __func__); in nxt200x_readreg_multibyte()
266 dprintk("%s\n", __func__); in nxt200x_microcontroller_stop()
300 dprintk("%s\n", __func__); in nxt200x_microcontroller_start()
310 dprintk("%s\n", __func__); in nxt2004_microcontroller_init()
341 dprintk("%s\n", __func__); in nxt200x_writetuner()
343 dprintk("Tuner Bytes: %*ph\n", 4, data + 1); in nxt200x_writetuner()
400 dprintk("%s\n", __func__); in nxt200x_agc_reset()
429 dprintk("%s\n", __func__); in nxt2002_load_firmware()
[all …]
/linux-4.4.14/drivers/media/tuners/
Dmax2165.c36 #define dprintk(args...) \ macro
55 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, data); in max2165_write_reg()
60 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in max2165_write_reg()
80 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, ret); in max2165_read_reg()
86 dprintk("%s: reg=0x%02X, data=0x%02X\n", in max2165_read_reg()
125 dprintk("tf_ntch_low_cfg = 0x%X\n", priv->tf_ntch_low_cfg); in max2165_read_rom_table()
126 dprintk("tf_ntch_hi_cfg = 0x%X\n", priv->tf_ntch_hi_cfg); in max2165_read_rom_table()
127 dprintk("tf_balun_low_ref = 0x%X\n", priv->tf_balun_low_ref); in max2165_read_rom_table()
128 dprintk("tf_balun_hi_ref = 0x%X\n", priv->tf_balun_hi_ref); in max2165_read_rom_table()
129 dprintk("bb_filter_7mhz_cfg = 0x%X\n", priv->bb_filter_7mhz_cfg); in max2165_read_rom_table()
[all …]
Dxc5000.c50 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
312 dprintk(1, "%s()\n", __func__); in xc5000_tuner_reset()
419 dprintk(1, "%s()\n", __func__); in xc_initialize()
427 dprintk(1, "%s(0x%04x,0x%04x)\n", __func__, video_mode, audio_mode); in xc_set_tv_standard()
429 dprintk(1, "%s() Standard = %s\n", in xc_set_tv_standard()
433 dprintk(1, "%s() Standard = %s\n", in xc_set_tv_standard()
447 dprintk(1, "%s(%d) Source = %s\n", __func__, rf_mode, in xc_set_signal_source()
465 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_set_rf_frequency()
483 dprintk(1, "%s(freq_khz = %d) freq_code = 0x%x\n", in xc_set_IF_frequency()
593 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_tune_channel()
[all …]
Dmt2131.c37 #define dprintk(level,fmt, arg...) if (debug >= level) \ macro
110 dprintk(1, "%s() freq=%d\n", __func__, freq); in mt2131_set_params()
156 dprintk(1, "IF1: %dMHz IF2: %dMHz\n", MT2131_IF1, MT2131_IF2); in mt2131_set_params()
157 dprintk(1, "PLL freq=%dkHz band=%d\n", (int)freq, (int)if_band_center); in mt2131_set_params()
158 dprintk(1, "PLL f_lo1=%dkHz f_lo2=%dkHz\n", (int)f_lo1, (int)f_lo2); in mt2131_set_params()
159 dprintk(1, "PLL div1=%d num1=%d div2=%d num2=%d\n", in mt2131_set_params()
161 dprintk(1, "PLL [1..6]: %2x %2x %2x %2x %2x %2x\n", in mt2131_set_params()
187 dprintk(1, "%s()\n", __func__); in mt2131_get_frequency()
205 dprintk(1, "%s() - LO Status = 0x%x, AFC Status = 0x%x\n", in mt2131_get_status()
215 dprintk(1, "%s()\n", __func__); in mt2131_init()
[all …]
Dxc4000.c69 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
280 dprintk(1, "%s()\n", __func__); in xc4000_tuner_reset()
371 dprintk(1, "%s(0x%04x,0x%04x)\n", __func__, video_mode, audio_mode); in xc_set_tv_standard()
372 dprintk(1, "%s() Standard = %s\n", in xc_set_tv_standard()
390 dprintk(1, "%s(%d) Source = %s\n", __func__, rf_mode, in xc_set_signal_source()
408 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_set_rf_frequency()
521 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_tune_channel()
737 dprintk(1, "Reading custom firmware %s\n", fname); in xc4000_fwupload()
742 dprintk(1, "Trying to read firmware %s\n", fname); in xc4000_fwupload()
747 dprintk(1, "Trying to read firmware %s\n", fname); in xc4000_fwupload()
[all …]
Dmt2060.c39 #define dprintk(args...) do { if (debug) {printk(KERN_DEBUG "MT2060: " args); printk("\n"); }} whil… macro
131 dprintk("Spurs before : f_lo1: %d f_lo2: %d (kHz)", in mt2060_spurcheck()
146 dprintk("Spurs after : f_lo1: %d f_lo2: %d (kHz)", in mt2060_spurcheck()
222 dprintk("IF1: %dMHz",(int)if1); in mt2060_set_params()
223 dprintk("PLL freq=%dkHz f_lo1=%dkHz f_lo2=%dkHz",(int)freq,(int)f_lo1,(int)f_lo2); in mt2060_set_params()
224 dprintk("PLL div1=%d num1=%d div2=%d num2=%d",(int)div1,(int)num1,(int)div2,(int)num2); in mt2060_set_params()
225 dprintk("PLL [1..5]: %2x %2x %2x %2x %2x",(int)b[1],(int)b[2],(int)b[3],(int)b[4],(int)b[5]); in mt2060_set_params()
283 dprintk("calibration was successful: %d", (int)priv->fmfreq); in mt2060_calibrate()
285 dprintk("FMCAL timed out"); in mt2060_calibrate()
Dmt2063.c34 #define dprintk(level, fmt, arg...) do { \ macro
260 dprintk(2, "\n"); in mt2063_write()
284 dprintk(2, "\n"); in mt2063_setreg()
308 dprintk(2, "addr 0x%02x, cnt %d\n", subAddress, cnt); in mt2063_read()
330 dprintk(2, "addr 0x%02x, ret = %d, val = 0x%02x\n", in mt2063_read()
377 dprintk(2, "\n"); in InsertNode()
410 dprintk(2, "\n"); in RemoveNode()
441 dprintk(2, "\n"); in MT2063_AddExclZone()
492 dprintk(2, "\n"); in MT2063_ResetExclZones()
588 dprintk(2, "\n"); in MT2063_ChooseFirstIF()
[all …]
/linux-4.4.14/drivers/media/usb/dvb-usb/
DcinergyT2.h42 #define deb_info(args...) dprintk(dvb_usb_cinergyt2_debug, 0x001, args)
43 #define deb_xfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x002, args)
44 #define deb_pll(args...) dprintk(dvb_usb_cinergyt2_debug, 0x004, args)
45 #define deb_ts(args...) dprintk(dvb_usb_cinergyt2_debug, 0x008, args)
46 #define deb_err(args...) dprintk(dvb_usb_cinergyt2_debug, 0x010, args)
47 #define deb_rc(args...) dprintk(dvb_usb_cinergyt2_debug, 0x020, args)
48 #define deb_fw(args...) dprintk(dvb_usb_cinergyt2_debug, 0x040, args)
49 #define deb_mem(args...) dprintk(dvb_usb_cinergyt2_debug, 0x080, args)
50 #define deb_uxfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x100, args)
Ddvb-usb-common.h17 #define deb_info(args...) dprintk(dvb_usb_debug,0x001,args)
18 #define deb_xfer(args...) dprintk(dvb_usb_debug,0x002,args)
19 #define deb_pll(args...) dprintk(dvb_usb_debug,0x004,args)
20 #define deb_ts(args...) dprintk(dvb_usb_debug,0x008,args)
21 #define deb_err(args...) dprintk(dvb_usb_debug,0x010,args)
22 #define deb_rc(args...) dprintk(dvb_usb_debug,0x020,args)
23 #define deb_fw(args...) dprintk(dvb_usb_debug,0x040,args)
24 #define deb_mem(args...) dprintk(dvb_usb_debug,0x080,args)
25 #define deb_uxfer(args...) dprintk(dvb_usb_debug,0x100,args)
Daz6027.h9 #define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args)
10 #define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args)
11 #define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args)
12 #define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args)
Dfriio.h34 #define deb_info(args...) dprintk(dvb_usb_friio_debug, 0x01, args)
35 #define deb_xfer(args...) dprintk(dvb_usb_friio_debug, 0x02, args)
36 #define deb_rc(args...) dprintk(dvb_usb_friio_debug, 0x04, args)
37 #define deb_fe(args...) dprintk(dvb_usb_friio_debug, 0x08, args)
Dvp702x.h8 #define deb_info(args...) dprintk(dvb_usb_vp702x_debug,0x01,args)
9 #define deb_xfer(args...) dprintk(dvb_usb_vp702x_debug,0x02,args)
10 #define deb_rc(args...) dprintk(dvb_usb_vp702x_debug,0x04,args)
11 #define deb_fe(args...) dprintk(dvb_usb_vp702x_debug,0x08,args)
Dgp8psk.h24 #define deb_info(args...) dprintk(dvb_usb_gp8psk_debug,0x01,args)
25 #define deb_xfer(args...) dprintk(dvb_usb_gp8psk_debug,0x02,args)
26 #define deb_rc(args...) dprintk(dvb_usb_gp8psk_debug,0x04,args)
27 #define deb_fe(args...) dprintk(dvb_usb_gp8psk_debug,0x08,args)
Ddib0700.h18 #define deb_info(args...) dprintk(dvb_usb_dib0700_debug,0x01,args)
19 #define deb_fw(args...) dprintk(dvb_usb_dib0700_debug,0x02,args)
20 #define deb_fwdata(args...) dprintk(dvb_usb_dib0700_debug,0x04,args)
21 #define deb_data(args...) dprintk(dvb_usb_dib0700_debug,0x08,args)
Ddw2102.h7 #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
8 #define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
/linux-4.4.14/arch/arm/mach-footbridge/
Dnetwinder-hw.c399 #define dprintk(x...) macro
401 #define dprintk(x...) printk(x) macro
431 dprintk("Identifier: "); in rwa010_read_ident()
440 dprintk("%02X ", bit); in rwa010_read_ident()
444 dprintk("(%02X) ", si[i]); in rwa010_read_ident()
446 dprintk("\n"); in rwa010_read_ident()
453 dprintk("Card no = %d\n", inb(0x203)); in rwa010_global_init()
474 dprintk("Slider base: "); in rwa010_game_port_init()
479 dprintk("%02X%02X (201)\n", inb(0x203), i); in rwa010_game_port_init()
490 dprintk("WaveArtist base: "); in rwa010_waveartist_init()
[all …]
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c89 dprintk(3, "freed plane %d of buffer %d\n", plane, vb->index); in __vb2_buf_mem_free()
185 dprintk(3, "buffer %d, plane %d offset 0x%08lx\n", in __setup_offsets()
212 dprintk(1, "memory alloc for buffer struct failed\n"); in __vb2_queue_alloc()
227 dprintk(1, "failed allocating memory for " in __vb2_queue_alloc()
239 dprintk(1, "buffer %d %p initialization" in __vb2_queue_alloc()
254 dprintk(1, "allocated %d buffers, %d plane(s) each\n", in __vb2_queue_alloc()
306 dprintk(1, "preparing buffers, cannot free\n"); in __vb2_queue_free()
504 dprintk(1, "unsupported memory type\n"); in vb2_verify_memory_type()
509 dprintk(1, "requested type is incorrect\n"); in vb2_verify_memory_type()
518 dprintk(1, "MMAP for current setup unsupported\n"); in vb2_verify_memory_type()
[all …]
Dvideobuf-vmalloc.c47 #define dprintk(level, fmt, arg...) \ macro
58 dprintk(2, "vm_open %p [count=%u,vma=%08lx-%08lx]\n", map, in videobuf_vm_open()
70 dprintk(2, "vm_close %p [count=%u,vma=%08lx-%08lx]\n", map, in videobuf_vm_close()
77 dprintk(1, "munmap %p q=%p\n", map, q); in videobuf_vm_close()
104 dprintk(1, "%s: buf[%d] freeing (%p)\n", in videobuf_vm_close()
150 dprintk(1, "%s: allocated at %p(%ld+%ld) & %p(%ld)\n", in __videobuf_alloc_vb()
170 dprintk(1, "%s memory method MMAP\n", __func__); in __videobuf_iolock()
181 dprintk(1, "%s memory method USERPTR\n", __func__); in __videobuf_iolock()
197 dprintk(1, "vmalloc is at addr %p (%d pages)\n", in __videobuf_iolock()
222 dprintk(1, "%s memory method OVERLAY/unknown\n", __func__); in __videobuf_iolock()
[all …]
Dvideobuf-core.c44 #define dprintk(level, fmt, arg...) \ macro
192 dprintk(1, "busy: streaming active\n"); in videobuf_queue_is_busy()
196 dprintk(1, "busy: pending read #1\n"); in videobuf_queue_is_busy()
200 dprintk(1, "busy: pending read #2\n"); in videobuf_queue_is_busy()
207 dprintk(1, "busy: buffer #%d mapped\n", i); in videobuf_queue_is_busy()
211 dprintk(1, "busy: buffer #%d queued\n", i); in videobuf_queue_is_busy()
215 dprintk(1, "busy: buffer #%d avtive\n", i); in videobuf_queue_is_busy()
234 dprintk(1, "%s\n", __func__); in __videobuf_free()
239 dprintk(1, "Cannot free buffers when streaming or reading\n"); in __videobuf_free()
247 dprintk(1, "Cannot free mmapped buffers\n"); in __videobuf_free()
[all …]
Dvideobuf-dma-sg.c54 #define dprintk(level, fmt, arg...) \ macro
125 dprintk(2, "sgl: oops - no page\n"); in videobuf_pages_to_sg()
130 dprintk(2, "sgl: oops - highmem page\n"); in videobuf_pages_to_sg()
181 dprintk(1, "init user [0x%lx+0x%lx => %d pages]\n", in videobuf_dma_init_user_locked()
191 dprintk(1, "get_user_pages: err=%d [%d]\n", err, dma->nr_pages); in videobuf_dma_init_user_locked()
214 dprintk(1, "init kernel [%d pages]\n", nr_pages); in videobuf_dma_init_kernel()
240 dprintk(1, "vmalloc_32(%d pages) failed\n", nr_pages); in videobuf_dma_init_kernel()
244 dprintk(1, "vmalloc is at addr 0x%08lx, size=%d\n", in videobuf_dma_init_kernel()
272 dprintk(1, "init overlay [%d pages @ bus 0x%lx]\n", in videobuf_dma_init_overlay()
309 dprintk(1, "scatterlist is NULL\n"); in videobuf_dma_map()
[all …]
Dvideobuf2-v4l2.c56 dprintk(1, "multi-planar buffer passed but " in __verify_planes_array()
62 dprintk(1, "incorrect planes array length, " in __verify_planes_array()
152 dprintk(1, "%s: invalid buffer type\n", opname); in vb2_queue_or_prepare_buf()
157 dprintk(1, "%s: buffer index out of range\n", opname); in vb2_queue_or_prepare_buf()
163 dprintk(1, "%s: buffer is NULL\n", opname); in vb2_queue_or_prepare_buf()
168 dprintk(1, "%s: invalid memory type\n", opname); in vb2_queue_or_prepare_buf()
294 dprintk(1, "plane parameters verification failed: %d\n", ret); in __fill_vb2_buffer()
307 dprintk(1, "the field is incorrectly set to ALTERNATE " in __fill_vb2_buffer()
459 dprintk(1, "wrong buffer type\n"); in vb2_querybuf()
464 dprintk(1, "buffer index out of range\n"); in vb2_querybuf()
[all …]
Dv4l2-mem2mem.c33 #define dprintk(fmt, arg...) \ macro
173 dprintk("Another instance is running, won't run now\n"); in v4l2_m2m_try_run()
179 dprintk("No job pending\n"); in v4l2_m2m_try_run()
217 dprintk("Trying to schedule a job for m2m_ctx: %p\n", m2m_ctx); in v4l2_m2m_try_schedule()
221 dprintk("Streaming needs to be on for both queues\n"); in v4l2_m2m_try_schedule()
230 dprintk("Aborted context\n"); in v4l2_m2m_try_schedule()
236 dprintk("On job queue already\n"); in v4l2_m2m_try_schedule()
246 dprintk("No input buffers available\n"); in v4l2_m2m_try_schedule()
257 dprintk("No output buffers available\n"); in v4l2_m2m_try_schedule()
266 dprintk("Driver not ready\n"); in v4l2_m2m_try_schedule()
[all …]
/linux-4.4.14/net/ceph/crush/
Dmapper.c27 #define dprintk(args...) /* printf(args) */ macro
81 dprintk("bucket %d new x=%d\n", bucket->id, x); in bucket_perm_choose()
106 dprintk(" perm_choose have %d: %d\n", i, bucket->perm[i]); in bucket_perm_choose()
118 dprintk(" perm_choose swap %d with %d\n", p, p+i); in bucket_perm_choose()
123 dprintk(" perm_choose %d: %d\n", i, bucket->perm[i]); in bucket_perm_choose()
127 dprintk(" perm_choose %d sz=%d x=%d r=%d (%d) s=%d\n", bucket->id, in bucket_perm_choose()
149 dprintk("list_choose i=%d x=%d r=%d item %d weight %x " in bucket_list_choose()
160 dprintk("bad list sums for bucket %d\n", bucket->h.id); in bucket_list_choose()
346 dprintk(" crush_bucket_choose %d x=%d r=%d\n", in->id, x, r); in crush_bucket_choose()
365 dprintk("unknown bucket %d alg %d\n", in->id, in->alg); in crush_bucket_choose()
[all …]
/linux-4.4.14/drivers/media/rc/
Drc-loopback.c32 #define dprintk(x...) if (debug) printk(KERN_INFO DRIVER_NAME ": " x) macro
57 dprintk("invalid tx mask: %u\n", mask); in loop_set_tx_mask()
61 dprintk("setting tx mask: %u\n", mask); in loop_set_tx_mask()
70 dprintk("setting tx carrier: %u\n", carrier); in loop_set_tx_carrier()
80 dprintk("invalid duty cycle: %u\n", duty_cycle); in loop_set_tx_duty_cycle()
84 dprintk("setting duty cycle: %u\n", duty_cycle); in loop_set_tx_duty_cycle()
94 dprintk("invalid rx carrier range %u to %u\n", min, max); in loop_set_rx_carrier_range()
98 dprintk("setting rx carrier range %u to %u\n", min, max); in loop_set_rx_carrier_range()
113 dprintk("ignoring tx, carrier out of range\n"); in loop_tx_ir()
123 dprintk("ignoring tx, rx mask mismatch\n"); in loop_tx_ir()
[all …]
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_v4l.c58 dprintk(1, "dvb-ttpci: failed @ card %d, %u = %u\n", in msp_writereg()
88 dprintk(1, "dvb-ttpci: failed @ card %d, %u\n", in msp_readreg()
142 dprintk(4, "dev: %p\n", dev); in ves1820_writereg()
154 dprintk(4, "dev: %p\n", dev); in tuner_write()
167 dprintk(4, "freq: 0x%08x\n", freq); in ves1820_set_tv_freq()
238 dprintk(4, "%p\n", av7110); in av7110_dvb_c_switch()
244 dprintk(2, "suspending video failed\n"); in av7110_dvb_c_switch()
250 dprintk(1, "switching to analog TV:\n"); in av7110_dvb_c_switch()
258 dprintk(1, "switching SAA7113 to Analog Tuner Input\n"); in av7110_dvb_c_switch()
268 dprintk(1, "setting band in demodulator failed\n"); in av7110_dvb_c_switch()
[all …]
Dttpci-eeprom.c44 #define dprintk(x...) do { printk(x); } while (0) macro
46 #define dprintk(x...) do { } while (0) macro
148 dprintk("Couldn't read from EEPROM: not there?\n"); in ttpci_eeprom_parse_mac()
155 dprintk("adapter failed MAC signature check\n"); in ttpci_eeprom_parse_mac()
156 dprintk("encoded MAC from EEPROM was " ); in ttpci_eeprom_parse_mac()
158 dprintk( "%.2x:", encodedMAC[i]); in ttpci_eeprom_parse_mac()
160 dprintk("%.2x\n", encodedMAC[19]); in ttpci_eeprom_parse_mac()
166 dprintk("adapter has MAC addr = %pM\n", decodedMAC); in ttpci_eeprom_parse_mac()
Dav7110_hw.c132 dprintk(1, "reset ARM\n");
140 dprintk(4, "%p\n", av7110); in waitdebi()
156 dprintk(4, "%p\n", av7110); in load_dram()
167 dprintk(4, "writing DRAM block %d\n", i); in load_dram()
217 dprintk(4, "%p\n", av7110); in av7110_bootarm()
245 dprintk(2, "debi test OK\n"); in av7110_bootarm()
248 dprintk(1, "load boot code\n"); in av7110_bootarm()
272 dprintk(1, "load dram code\n"); in av7110_bootarm()
282 dprintk(1, "load dpram code\n"); in av7110_bootarm()
352 dprintk(1, "arm not ready.\n"); in __av7110_send_fw_cmd()
[all …]
Dav7110_av.c125 dprintk(2, "av7110:%p, , dvb_demux_feed:%p\n", av7110, dvbdmxfeed); in av7110_av_start_record()
168 dprintk(2, "av7110:%p, \n", av7110); in av7110_av_start_play()
202 dprintk(2, "av7110:%p, \n", av7110); in av7110_av_stop()
276 dprintk(2, "pread=0x%08lx, pwrite=0x%08lx\n", in av7110_pes_play()
287 dprintk(2, "av7110:%p, \n", av7110); in av7110_set_volume()
337 dprintk(2, "av7110:%p, \n", av7110); in av7110_set_vidmode()
372 dprintk(2, "av7110:%p, \n", av7110); in get_video_format()
386 dprintk(2, "playback %dx%d fr=%d\n", hsize, vsize, sw); in get_video_format()
425 dprintk(2, "av7110:%p, \n", av7110); in play_video_cb()
437 dprintk(2, "av7110:%p, \n", av7110); in play_audio_cb()
[all …]
/linux-4.4.14/fs/lockd/
Dsvc4proc.c67 dprintk("lockd: NULL called\n"); in nlm4svc_proc_null()
82 dprintk("lockd: TEST4 called\n"); in nlm4svc_proc_test()
94 dprintk("lockd: TEST4 status %d\n", ntohl(resp->status)); in nlm4svc_proc_test()
109 dprintk("lockd: LOCK called\n"); in nlm4svc_proc_lock()
136 dprintk("lockd: LOCK status %d\n", ntohl(resp->status)); in nlm4svc_proc_lock()
150 dprintk("lockd: CANCEL called\n"); in nlm4svc_proc_cancel()
167 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status)); in nlm4svc_proc_cancel()
183 dprintk("lockd: UNLOCK called\n"); in nlm4svc_proc_unlock()
200 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status)); in nlm4svc_proc_unlock()
216 dprintk("lockd: GRANTED called\n"); in nlm4svc_proc_granted()
[all …]
Dsvcproc.c97 dprintk("lockd: NULL called\n"); in nlmsvc_proc_null()
112 dprintk("lockd: TEST called\n"); in nlmsvc_proc_test()
124 dprintk("lockd: TEST status %d vers %d\n", in nlmsvc_proc_test()
140 dprintk("lockd: LOCK called\n"); in nlmsvc_proc_lock()
167 dprintk("lockd: LOCK status %d\n", ntohl(resp->status)); in nlmsvc_proc_lock()
182 dprintk("lockd: CANCEL called\n"); in nlmsvc_proc_cancel()
199 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status)); in nlmsvc_proc_cancel()
216 dprintk("lockd: UNLOCK called\n"); in nlmsvc_proc_unlock()
233 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status)); in nlmsvc_proc_unlock()
249 dprintk("lockd: GRANTED called\n"); in nlmsvc_proc_granted()
[all …]
Dhost.c122 dprintk("lockd: %s failed; no nsm handle\n", in nlm_alloc_host()
130 dprintk("lockd: %s failed; no memory\n", __func__); in nlm_alloc_host()
180 dprintk("lockd: destroy host %s\n", host->h_name); in nlm_destroy_host_locked()
234 dprintk("lockd: %s(host='%s', vers=%u, proto=%s)\n", __func__, in nlmclnt_lookup_host()
257 dprintk("lockd: %s found host %s (%s)\n", __func__, in nlmclnt_lookup_host()
270 dprintk("lockd: %s created host %s (%s)\n", __func__, in nlmclnt_lookup_host()
288 dprintk("lockd: release client host %s\n", host->h_name); in nlmclnt_release_host()
343 dprintk("lockd: %s(host='%*s', vers=%u, proto=%s)\n", __func__, in nlmsvc_lookup_host()
375 dprintk("lockd: %s found host %s (%s)\n", in nlmsvc_lookup_host()
390 dprintk("lockd: %s created host %s (%s)\n", in nlmsvc_lookup_host()
[all …]
Dsvclock.c94 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when); in nlmsvc_insert_block_locked()
149 dprintk("lockd: nlmsvc_lookup_block f=%p pd=%d %Ld-%Ld ty=%d\n", in nlmsvc_lookup_block()
155 dprintk("lockd: check f=%p pd=%d %Ld-%Ld ty=%d cookie=%s\n", in nlmsvc_lookup_block()
194 dprintk("nlmsvc_find_block(%s): block=%p\n", nlmdbg_cookie2a(cookie), block); in nlmsvc_find_block()
242 dprintk("lockd: created block %p...\n", block); in nlmsvc_create_block()
275 dprintk("lockd: unlinking block %p...\n", block); in nlmsvc_unlink_block()
288 dprintk("lockd: freeing block %p...\n", block); in nlmsvc_free_block()
387 dprintk("lockd: nlmsvc_defer_lock_rqst block %p flags %d status %d\n", in nlmsvc_defer_lock_rqst()
406 dprintk("lockd: nlmsvc_lock(%s/%ld, ty=%d, pi=%d, %Ld-%Ld, bl=%d)\n", in nlmsvc_lock()
430 dprintk("lockd: nlmsvc_lock deferred block %p flags %d\n", in nlmsvc_lock()
[all …]
Dmon.c111 dprintk("lockd: failed to create NSM upcall transport, " in nsm_mon_unmon()
119 dprintk("lockd: NSM upcall RPC failed, status=%d, forcing rebind\n", in nsm_mon_unmon()
125 dprintk("lockd: NSM upcall RPC failed, status=%d\n", in nsm_mon_unmon()
151 dprintk("lockd: nsm_monitor(%s)\n", nsm->sm_name); in nsm_monitor()
173 dprintk("lockd: NSM state changed to %d\n", nsm_local_state); in nsm_monitor()
194 dprintk("lockd: nsm_unmonitor(%s)\n", nsm->sm_name); in nsm_unmonitor()
341 dprintk("lockd: found nsm_handle for %s (%s), " in nsm_get_handle()
351 dprintk("lockd: created nsm_handle for %s (%s)\n", in nsm_get_handle()
384 dprintk("lockd: never saw rebooted peer '%.*s' before\n", in nsm_reboot_lookup()
392 dprintk("lockd: host %s (%s) rebooted, cnt %d\n", in nsm_reboot_lookup()
[all …]
Dsvcsubs.c40 dprintk("lockd: %s (%08x %08x %08x %08x %08x %08x %08x %08x)\n", in nlm_debug_print_fh()
49 dprintk("lockd: %s %s/%ld\n", in nlm_debug_print_file()
120 dprintk("lockd: open failed (error %d)\n", nfserr); in nlm_lookup_file()
127 dprintk("lockd: found file %p (count %d)\n", file, file->f_count); in nlm_lookup_file()
299 dprintk("lockd: nlm_release_file(%p, ct = %d)\n", in nlm_release_file()
373 dprintk("lockd: nlmsvc_mark_resources for net %p\n", net); in nlmsvc_mark_resources()
384 dprintk("lockd: nlmsvc_free_host_resources\n"); in nlmsvc_free_host_resources()
/linux-4.4.14/fs/nfs/
Dproc.c65 dprintk("%s: call getattr\n", __func__); in nfs_proc_get_root()
71 dprintk("%s: reply getattr: %d\n", __func__, status); in nfs_proc_get_root()
74 dprintk("%s: call statfs\n", __func__); in nfs_proc_get_root()
81 dprintk("%s: reply statfs: %d\n", __func__, status); in nfs_proc_get_root()
110 dprintk("NFS call getattr\n"); in nfs_proc_getattr()
113 dprintk("NFS reply getattr: %d\n", status); in nfs_proc_getattr()
136 dprintk("NFS call setattr\n"); in nfs_proc_setattr()
143 dprintk("NFS reply setattr: %d\n", status); in nfs_proc_setattr()
168 dprintk("NFS call lookup %s\n", name->name); in nfs_proc_lookup()
171 dprintk("NFS reply lookup: %d\n", status); in nfs_proc_lookup()
[all …]
Dnfs3proc.c70 dprintk("%s: call fsinfo\n", __func__); in do_proc_get_root()
73 dprintk("%s: reply fsinfo: %d\n", __func__, status); in do_proc_get_root()
78 dprintk("%s: reply getattr: %d\n", __func__, status); in do_proc_get_root()
112 dprintk("NFS call getattr\n"); in nfs3_proc_getattr()
115 dprintk("NFS reply getattr: %d\n", status); in nfs3_proc_getattr()
135 dprintk("NFS call setattr\n"); in nfs3_proc_setattr()
142 dprintk("NFS reply setattr: %d\n", status); in nfs3_proc_setattr()
167 dprintk("NFS call lookup %s\n", name->name); in nfs3_proc_lookup()
182 dprintk("NFS reply lookup: %d\n", status); in nfs3_proc_lookup()
201 dprintk("NFS call access\n"); in nfs3_proc_access()
[all …]
Dcallback.c52 dprintk("NFS: Callback listener port = %u (af %u, net %p)\n", in nfs4_callback_up_net()
59 dprintk("NFS: Callback listener port = %u (af %u, net %p)\n", in nfs4_callback_up_net()
128 dprintk("Invoking bc_svc_process()\n"); in nfs41_callback_svc()
130 dprintk("bc_svc_process() returned w/ error code= %d\n", in nfs41_callback_svc()
154 dprintk("--> %s return %d\n", __func__, PTR_ERR_OR_ZERO(rqstp)); in nfs41_callback_up()
231 dprintk("nfs_callback_up: service started\n"); in nfs_callback_start_svc()
242 dprintk("NFS: destroy per-net callback data; net=%p\n", net); in nfs_callback_down_net()
255 dprintk("NFS: create per-net callback data; net=%p\n", net); in nfs_callback_up_net()
278 dprintk("NFS: Couldn't create callback socket: err = %d; " in nfs_callback_up_net()
321 dprintk("nfs_callback_create_svc: service created\n"); in nfs_callback_create_svc()
[all …]
Dnfs4client.c258 dprintk("%s: failed to start callback. Error = %d\n", in nfs4_init_callback()
361 dprintk("<-- nfs4_init_client() = 0 [already %p]\n", clp); in nfs4_init_client()
396 dprintk("%s: failed to create idmapper. Error = %d\n", in nfs4_init_client()
421 dprintk("<-- nfs4_init_client() = xerror %d\n", error); in nfs4_init_client()
442 dprintk("%s: keeping callback ident %u and dropping ident %u\n", in nfs4_swap_callback_idents()
537 dprintk("NFS: <-- %s using nfs_client = %p ({%d})\n", in nfs40_walk_client_list()
557 dprintk("NFS: <-- %s status = %d\n", __func__, status); in nfs40_walk_client_list()
568 dprintk("NFS: --> %s client ID %llx does not match %llx\n", in nfs4_match_clientids()
572 dprintk("NFS: --> %s client ID %llx matches %llx\n", in nfs4_match_clientids()
591 dprintk("NFS: --> %s server owners match\n", __func__); in nfs4_check_clientid_trunking()
[all …]
Dnamespace.c146 dprintk("--> nfs_d_automount()\n"); in nfs_d_automount()
158 dprintk("%s: enter\n", __func__); in nfs_d_automount()
164 dprintk("%s: done, success\n", __func__); in nfs_d_automount()
174 dprintk("<-- %s(): error %ld\n", __func__, PTR_ERR(mnt)); in nfs_d_automount()
176 dprintk("<-- %s() = %p\n", __func__, mnt); in nfs_d_automount()
254 dprintk("--> nfs_do_submount()\n"); in nfs_do_submount()
256 dprintk("%s: submounting on %pd2\n", __func__, in nfs_do_submount()
268 dprintk("%s: done\n", __func__); in nfs_do_submount()
270 dprintk("<-- nfs_do_submount() = %p\n", mnt); in nfs_do_submount()
Dcallback_proc.c67 dprintk("%s: exit with status = %d\n", __func__, ntohl(res->status)); in nfs4_callback_getattr()
102 dprintk("%s: exit with status = %d\n", __func__, ntohl(res)); in nfs4_callback_recall()
224 dprintk("%s enter, type=%i\n", __func__, args->cbl_recall_type); in do_callback_layoutrecall()
229 dprintk("%s returning %i\n", __func__, res); in do_callback_layoutrecall()
239 dprintk("%s: -->\n", __func__); in nfs4_callback_layoutrecall()
246 dprintk("%s: exit with status = %d\n", __func__, res); in nfs4_callback_layoutrecall()
269 dprintk("%s: -->\n", __func__); in nfs4_callback_devicenotify()
289 dprintk("%s: layout type %u not found\n", in nfs4_callback_devicenotify()
300 dprintk("%s: exit with status = %u\n", in nfs4_callback_devicenotify()
323 dprintk("%s enter. slotid %u seqid %u\n", in validate_seqid()
[all …]
Dpnfs.c70 dprintk("%s: Searching for id %u, found %p\n", __func__, id, local); in find_pnfs_driver_locked()
82 dprintk("%s: Could not grab reference on module\n", __func__); in find_pnfs_driver()
128 dprintk("%s: No pNFS module found for %u.\n", in set_pnfs_layoutdriver()
144 dprintk("%s: pNFS module for %u set\n", __func__, id); in set_pnfs_layoutdriver()
148 dprintk("%s: Using NFSv4 I/O\n", __func__); in set_pnfs_layoutdriver()
173 dprintk("%s Registering id:%u name:%s\n", __func__, ld_type->id, in pnfs_register_layoutdriver()
188 dprintk("%s Deregistering id:%u\n", __func__, ld_type->id); in pnfs_unregister_layoutdriver()
234 dprintk("%s: freeing layout cache %p\n", __func__, lo); in pnfs_detach_layout_hdr()
293 dprintk("%s Setting layout IOMODE_%s fail bit\n", __func__, in pnfs_layout_io_set_failed()
409 dprintk("%s: lseg %p ref %d valid %d\n", __func__, lseg, in pnfs_put_lseg()
[all …]
Dmount_clnt.c169 dprintk("NFS: sending MNT request for %s:%s\n", in nfs_mount()
196 dprintk("NFS: MNT request succeeded\n"); in nfs_mount()
204 dprintk("NFS: Faking up auth_flavs list\n"); in nfs_mount()
213 dprintk("NFS: failed to create MNT RPC client, status=%d\n", status); in nfs_mount()
217 dprintk("NFS: MNT request failed, status=%d\n", status); in nfs_mount()
221 dprintk("NFS: MNT server returned result %d\n", result.errno); in nfs_mount()
268 dprintk("NFS: sending UMNT request for %s:%s\n", in nfs_umount()
285 dprintk("NFS: failed to create UMNT RPC client, status=%ld\n", in nfs_umount()
290 dprintk("NFS: UMNT request failed, status=%d\n", status); in nfs_umount()
339 dprintk("NFS: unrecognized MNT status code: %u\n", status); in decode_status()
[all …]
Dpnfs_nfs.c368 dprintk("%s: unhandled address family: %u\n", in same_sockaddr()
421 dprintk("--> %s\n", __func__); in destroy_ds()
511 dprintk("%s: no addresses defined\n", __func__); in nfs4_pnfs_ds_add()
532 dprintk("%s add new data server %s\n", __func__, in nfs4_pnfs_ds_add()
538 dprintk("%s data server %s found, inc'ed ds_count to %d\n", in nfs4_pnfs_ds_add()
602 dprintk("--> %s DS %s au_flavor %d\n", __func__, in _nfs4_pnfs_v3_ds_connect()
609 dprintk("%s: DS %s: trying address %s\n", in _nfs4_pnfs_v3_ds_connect()
627 dprintk("%s [new] addr: %s\n", __func__, ds->ds_remotestr); in _nfs4_pnfs_v3_ds_connect()
643 dprintk("--> %s DS %s au_flavor %d\n", __func__, ds->ds_remotestr, in _nfs4_pnfs_v4_ds_connect()
647 dprintk("%s: DS %s: trying address %s\n", in _nfs4_pnfs_v4_ds_connect()
[all …]
Dnfs4renewd.c66 dprintk("%s: start\n", __func__); in nfs4_renew_state()
105 dprintk("%s: failed to call renewd. Reason: lease not expired \n", in nfs4_renew_state()
113 dprintk("%s: done\n", __func__); in nfs4_renew_state()
126 dprintk("%s: requeueing work. Lease period = %ld\n", in nfs4_schedule_state_renewal()
Dnfs4getroot.c17 dprintk("--> nfs4_get_rootfh()\n"); in nfs4_get_rootfh()
26 dprintk("nfs4_get_rootfh: getroot error = %d\n", -ret); in nfs4_get_rootfh()
41 dprintk("<-- nfs4_get_rootfh() = %d\n", ret); in nfs4_get_rootfh()
Dclient.c243 dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); in nfs_free_client()
260 dprintk("<-- nfs_free_client()\n"); in nfs_free_client()
274 dprintk("--> nfs_put_client({%d})\n", atomic_read(&clp->cl_count)); in nfs_put_client()
359 dprintk("<-- %s found nfs_client %p for %s\n", in nfs_found_client()
383 dprintk("--> nfs_get_client(%s,v%u)\n", in nfs_get_client()
410 dprintk("<-- nfs_get_client() Failed to find %s (%ld)\n", in nfs_get_client()
503 dprintk("%s: cannot create RPC client. Error = %ld\n", in nfs_create_rpc_client()
574 dprintk("%s: couldn't create rpc_client!\n", __func__); in nfs_init_server_rpcclient()
607 dprintk("<-- nfs_init_client() = 0 [already %p]\n", clp); in nfs_init_client()
624 dprintk("<-- nfs_init_client() = xerror %d\n", error); in nfs_init_client()
[all …]
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-i2c.c36 #define dprintk(level, fmt, arg...)\ macro
86 dprintk(1, "%s(msg->wlen=%d, nextmsg->rlen=%d)\n", __func__, in i2c_sendbytes()
89 dprintk(1, "%s(msg->len=%d)\n", __func__, msg->len); in i2c_sendbytes()
100 dprintk(1, "%s() returns 0\n", __func__); in i2c_sendbytes()
144 dprintk(1, " %02x", msg->buf[cnt]); in i2c_sendbytes()
146 dprintk(1, " >\n"); in i2c_sendbytes()
168 dprintk(1, "%s(msg->len=%d)\n", __func__, msg->len); in i2c_readbytes()
180 dprintk(1, "%s() returns 0\n", __func__); in i2c_readbytes()
186 dprintk(1, " R"); in i2c_readbytes()
188 dprintk(1, " <R %02x", (msg->addr << 1) + 1); in i2c_readbytes()
[all …]
Dcx23885-core.c51 #define dprintk(level, fmt, arg...)\ macro
432 dprintk(1, "[%p/%d] wakeup reg=%d buf=%d\n", buf, in cx23885_wakeup()
447 dprintk(1, "%s() Erasing channel [%s]\n", __func__, in cx23885_sram_channel_setup()
455 dprintk(1, "%s() Configuring channel [%s]\n", __func__, in cx23885_sram_channel_setup()
472 dprintk(2, "%s() 0x%08x <- 0x%08x\n", __func__, cdt + 16*i, in cx23885_sram_channel_setup()
502 dprintk(2, "[bridge %d] sram setup %s: bpl=%d lines=%d\n", in cx23885_sram_channel_setup()
624 dprintk(1, "%s()\n", __func__); in cx23885_reset()
658 dprintk(1, "%s()\n", __func__); in cx23885_pci_quirks()
686 dprintk(1, "%s(portno=%d)\n", __func__, portno); in cx23885_init_tsport()
855 dprintk(1, "%s() Memory configured for PCIe bridge type %d\n", in cx23885_dev_setup()
[all …]
Dcx23885-video.c67 #define dprintk(level, fmt, arg...)\ macro
109 dprintk(2, "[%p/%d] wakeup reg=%d buf=%d\n", buf, in cx23885_video_wakeup()
117 dprintk(1, "%s(norm = 0x%08x) name: [%s]\n", in cx23885_set_tvnorm()
141 dprintk(1, "%s()\n", __func__); in cx23885_vdev_init()
189 dprintk(1, "Flatiron dump\n"); in cx23885_flatiron_dump()
191 dprintk(1, "FI[%02x] = %02x\n", i, in cx23885_flatiron_dump()
199 dprintk(1, "%s(input = %d)\n", __func__, input); in cx23885_flatiron_mux()
223 dprintk(1, "%s() video_mux: %d [vmux=%d, gpio=0x%x,0x%x,0x%x,0x%x]\n", in cx23885_video_mux()
266 dprintk(1, "%s(input=%d)\n", __func__, input); in cx23885_audio_mux()
294 dprintk(1, "%s()\n", __func__); in cx23885_start_video_dma()
[all …]
Dcx23885-417.c56 #define dprintk(level, fmt, arg...)\ macro
286 dprintk(2, "%s()\n", __func__); in cx23885_mc417_init()
765 dprintk(3, "%s: command(0x%X) = %s\n", __func__, command, in cx23885_mbox_func()
799 dprintk(3, "API Input %d = %d\n", i, data[i]); in cx23885_mbox_func()
823 dprintk(3, "API Output %d = %d\n", i, data[i]); in cx23885_mbox_func()
827 dprintk(3, "API result = %d\n", retval); in cx23885_mbox_func()
848 dprintk(3, "%s() cmds = 0x%08x\n", __func__, command); in cx23885_api_cmd()
878 dprintk(2, "%s()\n", __func__); in cx23885_find_mailbox()
887 dprintk(1, "Mailbox signature found at 0x%x\n", i+1); in cx23885_find_mailbox()
908 dprintk(2, "%s()\n", __func__); in cx23885_load_firmware()
[all …]
Dcx23885-alsa.c44 #define dprintk(level, fmt, arg...) do { \ macro
91 dprintk(1, "vmalloc_32(%d pages) failed\n", nr_pages); in cx23885_alsa_dma_init()
95 dprintk(1, "vmalloc is at addr 0x%08lx, size=%d\n", in cx23885_alsa_dma_init()
170 dprintk(1, "%s()\n", __func__); in cx23885_start_audio_dma()
189 dprintk(1, "Start audio DMA, %d B/line, %d lines/FIFO, %d periods, %d " in cx23885_start_audio_dma()
219 dprintk(1, "Stopping audio DMA\n"); in cx23885_stop_audio_dma()
257 dprintk(1, "Downstream sync error\n"); in cx23885_audio_irq()
277 dprintk(2, "Freeing buffer\n"); in dsp_buffer_free()
355 dprintk(1, "Error opening PCM!\n"); in snd_cx23885_pcm_open()
587 dprintk(0, "registered ALSA audio device\n"); in cx23885_audio_register()
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.c96 static void dprintk(int level, const char *fmt, ...) in dprintk() function
122 static void dprintk(int level, const char *fmt, ...) in dprintk() function
305 dprintk(DEBUG_VERBOSE, "%s %d %d %d %d\n", __func__, in s3c2410_udc_write_packet()
362 dprintk(DEBUG_NORMAL, in s3c2410_udc_write_fifo()
460 dprintk(DEBUG_NORMAL, "%s: buffer full!\n", __func__); in s3c2410_udc_read_fifo()
467 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
493 dprintk(DEBUG_VERBOSE, "%s fifo count : %d [last %d]\n", in s3c2410_udc_read_fifo()
533 dprintk(DEBUG_NORMAL, "%s: fifo_count=%d\n", __func__, bytes_read); in s3c2410_udc_read_fifo_crq()
540 dprintk(DEBUG_VERBOSE, "%s: len=%d %02x:%02x {%x,%x,%x}\n", __func__, in s3c2410_udc_read_fifo_crq()
614 dprintk(DEBUG_NORMAL, "setup begin: fifo READ ERROR" in s3c2410_udc_handle_ep0_idle()
[all …]
/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c207 dprintk("RPC: %s: rep %p opcode 'recv', length %u: success\n", in rpcrdma_recvcq_process_wc()
296 dprintk("RPC: %s: CM address resolution error, ep 0x%p\n", in rpcrdma_conn_upcall()
302 dprintk("RPC: %s: CM route resolution error, ep 0x%p\n", in rpcrdma_conn_upcall()
311 dprintk("RPC: %s: %d responder resources" in rpcrdma_conn_upcall()
331 dprintk("RPC: %s: %sconnected\n", in rpcrdma_conn_upcall()
338 dprintk("RPC: %s: %pIS:%u (ep 0x%p): %s\n", in rpcrdma_conn_upcall()
385 dprintk("RPC: %s: rdma_create_id() failed %i\n", in rpcrdma_create_id()
393 dprintk("RPC: %s: rdma_resolve_addr() failed %i\n", in rpcrdma_create_id()
406 dprintk("RPC: %s: Failed to get device module\n", in rpcrdma_create_id()
417 dprintk("RPC: %s: rdma_resolve_route() failed %i\n", in rpcrdma_create_id()
[all …]
Dsvc_rdma_transport.c136 dprintk("svcrdma: %s(%p)\n", __func__, xprt); in svc_rdma_bc_create()
142 dprintk("svcrdma: %s(%p)\n", __func__, xprt); in svc_rdma_bc_detach()
150 dprintk("svcrdma: %s(%p)\n", __func__, xprt); in svc_rdma_bc_free()
228 dprintk("svcrdma: received CQ event %s (%d), context=%p\n", in cq_event_handler()
244 dprintk("svcrdma: QP event %s (%d) received for QP=%p\n", in qp_event_handler()
255 dprintk("svcrdma: QP ERROR event %s (%d) received for QP=%p, " in qp_event_handler()
358 dprintk("svcrdma: transport closing putting ctxt %p\n", ctxt); in rq_cq_reap()
457 dprintk("svcrdma: sq wc err status %s (%d)\n", in sq_cq_reap()
618 dprintk("svcrdma: failed to create new transport\n"); in handle_connect_req()
623 dprintk("svcrdma: Creating newxprt=%p, cm_id=%p, listenxprt=%p\n", in handle_connect_req()
[all …]
Dtransport.c231 dprintk("RPC: %s: %sconnect\n", __func__, in xprt_rdma_connect_worker()
237 dprintk("RPC: %s: exit\n", __func__); in xprt_rdma_connect_worker()
267 dprintk("RPC: %s: called\n", __func__); in xprt_rdma_destroy()
281 dprintk("RPC: %s: returning\n", __func__); in xprt_rdma_destroy()
307 dprintk("RPC: %s: address too large\n", __func__); in xprt_setup_rdma()
315 dprintk("RPC: %s: couldn't allocate rpcrdma_xprt\n", in xprt_setup_rdma()
408 dprintk("RPC: %s: transport data payload maximum: %zu bytes\n", in xprt_setup_rdma()
414 dprintk("RPC: %s: %s:%s\n", __func__, in xprt_setup_rdma()
439 dprintk("RPC: %s: closing\n", __func__); in xprt_rdma_close()
455 dprintk("RPC: %s: %u\n", __func__, port); in xprt_rdma_set_port()
[all …]
Drpc_rdma.c125 dprintk("RPC: %s: skip=%zu, memmove(%p, %p, %zu)\n", in rpcrdma_tail_pullup()
294 dprintk("RPC: %s: read chunk " in rpcrdma_create_chunks()
308 dprintk("RPC: %s: %s chunk " in rpcrdma_create_chunks()
378 dprintk("RPC: %s: destp 0x%p len %d hdrlen %d\n", in rpcrdma_inline_pullup()
390 dprintk("RPC: %s: tail destp 0x%p len %d\n", in rpcrdma_inline_pullup()
404 dprintk("RPC: %s: page %d destp 0x%p len %d curlen %d\n", in rpcrdma_inline_pullup()
507 dprintk("RPC: %s: cannot marshal multiple chunk lists\n", in rpcrdma_marshal_req()
542 dprintk("RPC: %s: %s: hdrlen %zd rpclen %zd" in rpcrdma_marshal_req()
591 dprintk("RPC: %s: chunk %d@0x%llx:0x%x\n", in rpcrdma_count_chunks()
631 dprintk("RPC: %s: srcp 0x%p len %d hdrlen %d\n", in rpcrdma_inline_fixup()
[all …]
Dsvc_rdma.c236 dprintk("SVCRDMA Module Removed, deregister RPC RDMA transport\n"); in svc_rdma_cleanup()
252 dprintk("SVCRDMA Module Init, register RPC RDMA transport\n"); in svc_rdma_init()
253 dprintk("\tsvcrdma_ord : %d\n", svcrdma_ord); in svc_rdma_init()
254 dprintk("\tmax_requests : %d\n", svcrdma_max_requests); in svc_rdma_init()
255 dprintk("\tsq_depth : %d\n", in svc_rdma_init()
257 dprintk("\tmax_inline : %d\n", svcrdma_max_req_size); in svc_rdma_init()
Dfrwr_ops.c124 dprintk("RPC: %s: recovered FRMR %p\n", __func__, r); in __frwr_recovery_worker()
165 dprintk("RPC: %s: ib_alloc_mr status %i\n", in __frwr_init()
171 dprintk("RPC: %s: sg allocation failure\n", in __frwr_init()
184 dprintk("RPC: %s: ib_dereg_mr status %i\n", in __frwr_release()
199 dprintk("RPC: %s: device's max FR page list len = %u\n", in frwr_op_open()
260 dprintk("RPC: %s: frmr %p flushed\n", __func__, r); in frwr_sendcompletion()
283 dprintk("RPC: %s: initalizing %d FRMRs\n", __func__, i); in frwr_op_init()
378 dprintk("RPC: %s: Using frmr %p to map %u segments (%u bytes)\n", in frwr_op_map()
410 dprintk("RPC: %s: ib_post_send status %i\n", __func__, rc); in frwr_op_map()
429 dprintk("RPC: %s: FRMR %p\n", __func__, mw); in frwr_op_unmap()
[all …]
Dfmr_ops.c75 dprintk("RPC: %s: initalizing %d FMRs\n", __func__, i); in fmr_op_init()
99 dprintk("RPC: %s: ib_alloc_fmr status %i\n", __func__, rc); in fmr_op_init()
174 dprintk("RPC: %s: ib_map_phys_fmr %u@0x%llx+%i (%d) status %i\n", in fmr_op_map()
193 dprintk("RPC: %s: FMR %p\n", __func__, mw); in fmr_op_unmap()
208 dprintk("RPC: %s: ib_unmap_fmr status %i\n", __func__, rc); in fmr_op_unmap()
225 dprintk("RPC: %s: ib_dealloc_fmr failed %i\n", in fmr_op_destroy()
Dsvc_rdma_marshal.c65 dprintk("svcrdma: vaend=%p, ch=%p\n", vaend, ch); in decode_read_list()
97 dprintk("svcrdma: ary=%p, vaend=%p\n", ary, vaend); in decode_write_list()
107 dprintk("svcrdma: ary=%p, wc_nchunks=%d, vaend=%p\n", in decode_write_list()
131 dprintk("svcrdma: ary=%p, vaend=%p\n", ary, vaend); in decode_reply_array()
141 dprintk("svcrdma: ary=%p, wc_nchunks=%d, vaend=%p\n", in decode_reply_array()
159 dprintk("svcrdma: header too short = %d\n", in svc_rdma_xdr_decode_req()
/linux-4.4.14/fs/nfs/objlayout/
Dobjlayout.c60 dprintk("%s: Return %p\n", __func__, objlay); in objlayout_alloc_layout_hdr()
72 dprintk("%s: objlay %p\n", __func__, objlay); in objlayout_free_layout_hdr()
97 dprintk("%s: Begin pnfslay %p\n", __func__, pnfslay); in objlayout_alloc_lseg()
108 dprintk("%s: objio_alloc_lseg Return err %d\n", __func__, in objlayout_alloc_lseg()
115 dprintk("%s: Return %p\n", __func__, lseg); in objlayout_alloc_lseg()
121 dprintk("%s: Err Return=>%d\n", __func__, status); in objlayout_alloc_lseg()
131 dprintk("%s: freeing layout segment %p\n", __func__, lseg); in objlayout_free_lseg()
164 dprintk("%s: pgbase(0x%x) > PAGE_SIZE\n", __func__, *p_pgbase); in _fix_verify_io_params()
209 dprintk("%s: err[%d]: errno=%d is_write=%d dev(%llx:%llx) " in objlayout_io_set_result()
234 dprintk("%s enter\n", __func__); in _rpc_read_complete()
[all …]
Dobjio_osd.c58 dprintk("%s: free od=%p\n", __func__, de->od.od); in objio_free_deviceid_node()
108 dprintk("%s: odi.systemid_len > sizeof(systemid=%zd)\n", in objio_alloc_deviceid_node()
119 dprintk("%s: !odi.osdname_len && !odi.systemid_len\n", in objio_alloc_deviceid_node()
129 dprintk("%s: osduld_info_lookup => %d\n", __func__, err); in objio_alloc_deviceid_node()
140 dprintk("Adding new dev_id(%llx:%llx)\n", in objio_alloc_deviceid_node()
145 dprintk("%s: -ENOMEM od=%p\n", __func__, od); in objio_alloc_deviceid_node()
196 dprintk("%s: Failed allocation numdevs=%d size=%zd\n", __func__, in __alloc_objio_seg()
271 dprintk("%s: Error: return %d\n", __func__, err); in objio_alloc_lseg()
423 dprintk("%s: offset=0x%llx length=0x%x\n", __func__, in objio_read_pagelist()
465 dprintk("%s: g_zero_page index=0x%lx\n", __func__, index); in __r4w_get_page()
[all …]
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-input.c47 #undef dprintk
49 #define dprintk(level, fmt, arg...) do {\ macro
84 dprintk(2, "%s: %i\n",__func__, ir->wait); in tm6000_ir_wait()
97 dprintk(2, "%s\n",__func__); in tm6000_ir_config()
128 dprintk(2, "%s: %s, %d MHz, leader = 0x%04x, pulse = 0x%06x \n", in tm6000_ir_config()
192 dprintk(1, "%s, protocol: 0x%04x, scancode: 0x%08x\n", in tm6000_ir_keydown()
203 dprintk(2, "%s\n",__func__); in tm6000_ir_urb_received()
239 dprintk(3, "%s\n",__func__); in tm6000_ir_handle_key()
270 dprintk(3, "%s, submit_urb = %d, pwled = %d\n",__func__, ir->submit_urb, in tm6000_ir_int_work()
274 dprintk(3, "Resubmit urb\n"); in tm6000_ir_int_work()
[all …]
Dtm6000-alsa.c32 #undef dprintk
34 #define dprintk(level, fmt, arg...) do { \ macro
80 dprintk(1, "Starting audio DMA\n"); in _tm6000_start_audio_dma()
97 dprintk(1, "Stopping audio DMA\n"); in _tm6000_stop_audio_dma()
109 dprintk(2, "Freeing buffer\n"); in dsp_buffer_free()
120 dprintk(2, "Allocating buffer\n"); in dsp_buffer_alloc()
189 dprintk(1, "Error opening PCM!\n"); in snd_tm6000_pcm_open()
222 dprintk(1, "substream was NULL\n"); in tm6000_fillbuf()
228 dprintk(1, "runtime was NULL\n"); in tm6000_fillbuf()
236 dprintk(1, "stride is zero\n"); in tm6000_fillbuf()
[all …]
/linux-4.4.14/net/sunrpc/
Dbackchannel_rqst.c63 dprintk("RPC: free allocations for req= %p\n", req); in xprt_free_allocation()
153 dprintk("RPC: setup backchannel transport\n"); in xprt_setup_bc()
173 dprintk("RPC: adding req= %p\n", req); in xprt_setup_bc()
185 dprintk("RPC: setup backchannel transport done\n"); in xprt_setup_bc()
200 dprintk("RPC: setup backchannel transport failed\n"); in xprt_setup_bc()
224 dprintk("RPC: destroy backchannel transport\n"); in xprt_destroy_bc()
232 dprintk("RPC: req=%p\n", req); in xprt_destroy_bc()
241 dprintk("RPC: backchannel list empty= %s\n", in xprt_destroy_bc()
249 dprintk("RPC: allocate a backchannel request\n"); in xprt_alloc_bc_request()
268 dprintk("RPC: backchannel req=%p\n", req); in xprt_alloc_bc_request()
[all …]
Drpcb_clnt.c218 dprintk("RPC: created new rpcb local clients (rpcb_local_clnt: " in rpcb_set_local()
262 dprintk("RPC: failed to create AF_LOCAL rpcbind " in rpcb_create_local_unix()
270 dprintk("RPC: failed to bind second program to " in rpcb_create_local_unix()
309 dprintk("RPC: failed to create local rpcbind " in rpcb_create_local_net()
322 dprintk("RPC: failed to bind second program to " in rpcb_create_local_net()
402 dprintk("RPC: failed to contact local rpcbind " in rpcb_register_call()
459 dprintk("RPC: %sregistering (%u, %u, %d, %u) with local " in rpcb_register()
487 dprintk("RPC: %sregistering [%u, %u, %s, '%s'] with " in rpcb_register_inet4()
518 dprintk("RPC: %sregistering [%u, %u, %s, '%s'] with " in rpcb_register_inet6()
539 dprintk("RPC: unregistering [%u, %u, '%s'] with " in rpcb_unregister_all_protofamilies()
[all …]
Dxprtsock.c200 dprintk("RPC: %s\n", msg); in xs_pktdump()
204 dprintk("\n"); in xs_pktdump()
205 dprintk("0x%04x ", j); in xs_pktdump()
207 dprintk("%02x%02x%02x%02x ", in xs_pktdump()
210 dprintk("\n"); in xs_pktdump()
459 dprintk("RPC: %5u xmit incomplete (%u left of %u)\n", in xs_nospace()
519 dprintk("RPC: %s(%u) = %d\n", in xs_local_send_request()
542 dprintk("RPC: sendmsg returned unrecognized error %d\n", in xs_local_send_request()
581 dprintk("RPC: xs_udp_send_request(%u) = %d\n", in xs_udp_send_request()
617 dprintk("RPC: sendmsg returned unrecognized error %d\n", in xs_udp_send_request()
[all …]
Dclnt.c50 dprintk("RPC: %5u %s (status %d)\n", t->tk_pid, \
321 dprintk("RPC: Couldn't create auth handle (flavor %u)\n", in rpc_client_register()
368 dprintk("RPC: creating %s client for %s (xprt %p)\n", in rpc_new_client()
595 dprintk("RPC: %s: returned error %d\n", __func__, err); in __rpc_clone_client()
666 dprintk("RPC: failed to create new xprt for clnt %p\n", in rpc_switch_client_transport()
701 dprintk("RPC: replaced xprt for clnt %p\n", clnt); in rpc_switch_client_transport()
709 dprintk("RPC: failed to switch xprt for clnt %p\n", clnt); in rpc_switch_client_transport()
725 dprintk("RPC: killing all tasks for client %p\n", clnt); in rpc_killall_tasks()
820 dprintk("RPC: rpc_release_client(%p)\n", clnt); in rpc_release_client()
1037 dprintk("RPC: rpc_run_bc_task req= %p\n", req); in rpc_run_bc_task()
[all …]
Dsched.c69 dprintk("RPC: %5u disabling timer\n", task->tk_pid); in __rpc_disable_timer()
92 dprintk("RPC: %5u setting alarm for %u ms\n", in __rpc_add_timer()
187 dprintk("RPC: %5u added to queue %p \"%s\"\n", in __rpc_add_wait_queue()
216 dprintk("RPC: %5u removed from queue %p \"%s\"\n", in __rpc_remove_wait_queue()
357 dprintk("RPC: %5u sleep_on(queue \"%s\" time %lu)\n", in __rpc_sleep_on_priority()
418 dprintk("RPC: %5u __rpc_wake_up_task (now %lu)\n", in __rpc_do_wake_up_task()
433 dprintk("RPC: __rpc_wake_up_task done\n"); in __rpc_do_wake_up_task()
526 dprintk("RPC: wake_up_first(%p \"%s\")\n", in rpc_wake_up_first()
625 dprintk("RPC: %5u timeout\n", task->tk_pid); in __rpc_queue_timer_fn()
724 dprintk("RPC: %5u __rpc_execute flags=0x%x\n", in __rpc_execute()
[all …]
Dsvcsock.c129 dprintk("svc: service %p, releasing skb %p\n", rqstp, skb); in svc_release_skb()
270 dprintk("svc: socket %p sendto([%p %Zu... ], %d) = %d (addr %s)\n", in svc_sendto()
338 dprintk("svc: socket %p recvfrom(%p, %Zu) = %d\n", in svc_recvfrom()
436 dprintk("svc: socket %p(inet %p), busy=%d\n", in svc_udp_data_ready()
455 dprintk("svc: socket %p(inet %p), write_space busy=%d\n", in svc_write_space()
461 dprintk("RPC svc_write_space: someone sleeping on %p\n", in svc_write_space()
605 dprintk("svc: recvfrom returned error %d\n", -err); in svc_udp_recvfrom()
781 dprintk("svc: kernel_setsockopt returned %d\n", err); in svc_udp_init()
793 dprintk("svc: socket %p TCP (listen) state change %d\n", in svc_tcp_listen_data_ready()
827 dprintk("svc: socket %p TCP (connected) state change %d (svsk %p)\n", in svc_tcp_state_change()
[all …]
Dxprt.c199 dprintk("RPC: %5u failed to lock transport %p\n", in xprt_reserve_xprt()
256 dprintk("RPC: %5u failed to lock transport %p\n", task->tk_pid, xprt); in xprt_reserve_xprt_cong()
394 dprintk("RPC: %5u xprt_cwnd_limited cong = %lu cwnd = %lu\n", in __xprt_get_cong()
464 dprintk("RPC: cong %ld, cwnd was %ld, now %ld\n", in xprt_adjust_cwnd()
515 dprintk("RPC: write space: waking waiting task on " in xprt_write_space()
627 dprintk("RPC: disconnected transport %p\n", xprt); in xprt_disconnect_done()
739 dprintk("RPC: %5u xprt_connect xprt %p %s connected\n", task->tk_pid, in xprt_connect()
774 dprintk("RPC: %5u xprt_connect_status: connection established\n", in xprt_connect_status()
787 dprintk("RPC: %5u xprt_connect_status: retrying\n", task->tk_pid); in xprt_connect_status()
790 dprintk("RPC: %5u xprt_connect_status: connect attempt timed " in xprt_connect_status()
[all …]
Dsvc_xprt.c74 dprintk("svc: Adding svc transport class '%s'\n", xcl->xcl_name); in svc_reg_xprt_class()
93 dprintk("svc: Removing svc transport class '%s'\n", xcl->xcl_name); in svc_unreg_xprt_class()
251 dprintk("svc: creating transport %s[%d]\n", xprt_name, port); in svc_create_xprt()
275 dprintk("svc: transport %s not found\n", xprt_name); in svc_create_xprt()
339 dprintk("svc: transport %p busy, not enqueued\n", xprt); in svc_xprt_do_enqueue()
392 dprintk("svc: transport %p put into queue\n", xprt); in svc_xprt_do_enqueue()
436 dprintk("svc: transport %p dequeued, inuse=%d\n", in svc_xprt_dequeue()
521 dprintk("svc: daemon %p woken up.\n", rqstp); in svc_wake_up()
747 dprintk("svc_recv: found XPT_CLOSE\n"); in svc_handle_xprt()
767 dprintk("svc: server %p, pool %u, transport %p, inuse=%d\n", in svc_handle_xprt()
[all …]
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-i2c.c38 #define dprintk(level, fmt, arg...) \ macro
89 dprintk(1, "%s(msg->wlen=%d, nextmsg->rlen=%d)\n", __func__, in i2c_sendbytes()
92 dprintk(1, "%s(msg->len=%d)\n", __func__, msg->len); in i2c_sendbytes()
105 dprintk(1, "%s(): returns 0\n", __func__); in i2c_sendbytes()
158 dprintk(1, " %02x", msg->buf[cnt]); in i2c_sendbytes()
160 dprintk(1, " >\n"); in i2c_sendbytes()
183 dprintk(1, "6-%s(msg->len=%d)\n", __func__, msg->len); in i2c_readbytes()
194 dprintk(1, "%s(): returns 0\n", __func__); in i2c_readbytes()
200 dprintk(1, " R"); in i2c_readbytes()
202 dprintk(1, " <R %02x", (msg->addr << 1) + 1); in i2c_readbytes()
[all …]
/linux-4.4.14/drivers/scsi/
Dqla1280.c587 #define dprintk(level, format, a...) \ macro
595 #define dprintk(level, format, a...) do{}while(0) macro
600 #define ENTER(x) dprintk(3, "qla1280 : Entering %s()\n", x);
601 #define LEAVE(x) dprintk(3, "qla1280 : Leaving %s()\n", x);
602 #define ENTER_INTR(x) dprintk(4, "qla1280 : Entering %s()\n", x);
603 #define LEAVE_INTR(x) dprintk(4, "qla1280 : Leaving %s()\n", x);
632 dprintk(2, "Invalid nvram ID or version!\n"); in qla1280_read_nvram()
643 dprintk(3, "qla1280_read_nvram: NVRAM Magic ID= %c %c %c %02x" in qla1280_read_nvram()
679 dprintk(1, "qla1280_read_nvram: Completed Reading NVRAM\n"); in qla1280_read_nvram()
867 dprintk(4, "error_action %i, istatus 0x%04x\n", action, in qla1280_error_action()
[all …]
DNCR5380.c955dprintk(NDEBUG_QUEUES, "scsi%d : command added to %s of queue\n", instance->host_no, (cmd->cmnd[0]… in NCR5380_queue_command_lck()
990 dprintk(NDEBUG_MAIN, "scsi%d : not connected\n", instance->host_no); in DEF_SCSI_QCMD()
998dprintk(NDEBUG_LISTS, "MAIN tmp=%p target=%d busy=%d lun=%llu\n", tmp, tmp->device->id, hostda… in DEF_SCSI_QCMD()
1017dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, "scsi%d : main() : command for target %d lun %llu removed from … in DEF_SCSI_QCMD()
1046dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, "scsi%d : main(): select() failed, returned to issue_queue\n", … in DEF_SCSI_QCMD()
1076 dprintk(NDEBUG_MAIN, "scsi%d : main() : performing information transfer\n", instance->host_no); in DEF_SCSI_QCMD()
1078 dprintk(NDEBUG_MAIN, "scsi%d : main() : done set false\n", instance->host_no); in DEF_SCSI_QCMD()
1110 dprintk(NDEBUG_INTR, "scsi : NCR5380 irq %d triggered\n", in NCR5380_intr()
1124 dprintk(NDEBUG_INTR, "scsi%d : SEL interrupt\n", instance->host_no); in NCR5380_intr()
1128 dprintk(NDEBUG_INTR, "scsi%d : PARITY interrupt\n", instance->host_no); in NCR5380_intr()
[all …]
Datari_NCR5380.c317 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %d: no free tags\n", in is_lun_busy()
343 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %d now allocated by untagged " in cmd_get_tag()
351 dprintk(NDEBUG_TAGS, "scsi%d: using tag %d for target %d lun %d " in cmd_get_tag()
370 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %d untagged cmd finished\n", in cmd_free_tag()
379 dprintk(NDEBUG_TAGS, "scsi%d: freed tag %d for target %d lun %d\n", in cmd_free_tag()
429 dprintk(NDEBUG_MERGING, "VTOP(%p) == %08lx -> merging\n", in merge_contiguous_buffers()
441 dprintk(NDEBUG_MERGING, "merged %d buffers from %p, new length %08x\n", in merge_contiguous_buffers()
898 dprintk(NDEBUG_QUEUES, "scsi%d: command added to %s of queue\n", H_NO(cmd), in NCR5380_queue_command()
978 dprintk(NDEBUG_MAIN, "scsi%d: not connected\n", HOSTNO); in NCR5380_main()
996 dprintk(NDEBUG_LISTS, in NCR5380_main()
[all …]
D3w-xxxx.c244 dprintk(KERN_WARNING "3w-xxxx: tw_check_bits(): No expected bits (0x%x).\n", status_reg_value); in tw_check_bits()
248dprintk(KERN_WARNING "3w-xxxx: tw_check_bits(): Found unexpected bits (0x%x).\n", status_reg_value… in tw_check_bits()
260 dprintk(KERN_WARNING "3w-xxxx: tw_decode_bits()\n"); in tw_decode_bits()
363 dprintk(KERN_NOTICE "3w-xxxx: tw_post_command_packet()\n"); in tw_post_command_packet()
368 dprintk(KERN_WARNING "3w-xxxx: tw_post_command_packet(): Unexpected bits.\n"); in tw_post_command_packet()
407 dprintk(KERN_WARNING "3w-xxxx: tw_decode_sense()\n"); in tw_decode_sense()
550 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_read_queue()\n"); in tw_aen_read_queue()
554 dprintk(KERN_WARNING "3w-xxxx: tw_aen_read_queue(): Unexpected bits.\n"); in tw_aen_read_queue()
595 dprintk(KERN_WARNING "3w-xxxx: tw_aen_read_queue(): Post succeeded.\n"); in tw_aen_read_queue()
614 dprintk(KERN_WARNING "3w-xxxx: tw_aen_complete()\n"); in tw_aen_complete()
[all …]
Dwd7000.c193 #define dprintk printk macro
195 #define dprintk(format,args...) macro
716 dprintk(KERN_DEBUG "wd7000_setup: IRQ=%d, DMA=%d, I/O=0x%x, " in wd7000_setup()
906 dprintk("wd7000_mail_out: 0x%06lx", (long) scbptr); in mail_out()
913 dprintk(" using OGMB 0x%x", ogmb); in mail_out()
924 dprintk(", scb is 0x%06lx", (long) scbptr); in mail_out()
935 dprintk(", no free OGMBs.\n"); in mail_out()
944 dprintk(", awaiting interrupt.\n"); in mail_out()
991 dprintk("\nSCSI command error: SCSI 0x%02x host 0x%04x return %d\n", scsierr, in_error, hosterr); in make_code()
1013 dprintk("wd7000_intr: irq = %d, host = 0x%06lx\n", irq, (long) host); in wd7000_intr()
[all …]
/linux-4.4.14/drivers/media/i2c/
Dir-kbd-i2c.c60 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
98 dprintk(1,"ir hauppauge (rc5): s%d r%d t%d dev=%d code=%d\n", in get_key_haup_common()
139 dprintk(1,"read error\n"); in get_key_pixelview()
156 dprintk(1,"read error\n"); in get_key_fusionhdtv()
161 dprintk(2, "%s: 0x%2x 0x%2x 0x%2x 0x%2x\n", __func__, in get_key_fusionhdtv()
181 dprintk(1,"read error\n"); in get_key_knc1()
189 dprintk(2,"key %02x\n", b); in get_key_knc1()
214 dprintk(1, "read error\n"); in get_key_avermedia_cardbus()
224 dprintk(1, "read error\n"); in get_key_avermedia_cardbus()
231 dprintk(1, "read key 0x%02x/0x%02x\n", key, keygroup); in get_key_avermedia_cardbus()
[all …]
Dsaa6588.c65 #define dprintk if (debug) printk macro
159 dprintk(PREFIX "Read: buffer empty.\n"); in block_from_buf()
164 dprintk(PREFIX "Read: "); in block_from_buf()
166 dprintk("0x%02x ", s->buffer[i]); in block_from_buf()
177 dprintk("%d blocks total.\n", s->block_count); in block_from_buf()
237 dprintk(PREFIX "New block: "); in block_to_buf()
241 dprintk("0x%02x ", blockbuf[i]); in block_to_buf()
257 dprintk("%d blocks total.\n", s->block_count); in block_to_buf()
272 dprintk(PREFIX "read error!\n"); in saa6588_i2c_poll()
282 dprintk("Saw block %d again.\n", blocknum); in saa6588_i2c_poll()
[all …]
/linux-4.4.14/drivers/sbus/char/
Ductrl.c29 #define dprintk(x) printk x macro
31 #define dprintk(x) macro
245 dprintk(("write data 0x%02x\n", value)); \
260 dprintk(("read data 0x%02x\n", value)); \
273 dprintk(("interrupt stat 0x%x int 0x%x\n", stat, intr)); in uctrl_do_txn()
290 dprintk(("ack was %x\n", (byte >> 8))); in uctrl_do_txn()
296 dprintk(("set byte to %02x\n", byte)); in uctrl_do_txn()
315 dprintk(("bytes %x %x\n", (outbits[0] & 0xff), (outbits[1] & 0xff))); in uctrl_get_event_status()
318 dprintk(("ev is %x\n", driver->status.event_status)); in uctrl_get_event_status()
335 dprintk(("bytes %x %x\n", (outbits[0] & 0xff), (outbits[1] & 0xff))); in uctrl_get_external_status()
[all …]
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-mpeg.c48 #define dprintk(level, fmt, arg...) do { \ macro
95 dprintk(1, "cx8802_start_dma w: %d, h: %d, f: %d\n", in cx8802_start_dma()
108 dprintk( 1, "core->active_type_id = 0x%08x\n", core->active_type_id); in cx8802_start_dma()
113 dprintk( 1, "cx8802_start_dma doing .dvb\n"); in cx8802_start_dma()
157 dprintk( 1, "cx8802_start_dma doing .blackbird\n"); in cx8802_start_dma()
179 dprintk( 1, "setting the interrupt mask\n" ); in cx8802_start_dma()
192 dprintk( 1, "cx8802_stop_dma\n" ); in cx8802_stop_dma()
211 dprintk( 1, "cx8802_restart_queue\n" ); in cx8802_restart_queue()
216 dprintk(2,"restart_queue [%p/%d]: restart dma\n", in cx8802_restart_queue()
252 dprintk( 1, "cx8802_buf_queue\n" ); in cx8802_buf_queue()
[all …]
Dcx88-tvaudio.c68 #define dprintk(fmt, arg...) if (audio_debug) \ macro
269 dprintk("%s SAP (status: unknown)\n", __func__); in set_audio_standard_BTSC()
274 dprintk("%s (status: known-good)\n", __func__); in set_audio_standard_BTSC()
355 dprintk("%s SECAM-L NICAM (status: devel)\n", __func__); in set_audio_standard_NICAM()
359 dprintk("%s PAL-I NICAM (status: known-good)\n", __func__); in set_audio_standard_NICAM()
372 dprintk("%s PAL-BGDK NICAM (status: known-good)\n", __func__); in set_audio_standard_NICAM()
612 dprintk("%s PAL-BG A1/2 (status: known-good)\n", __func__); in set_audio_standard_A2()
618 dprintk("%s PAL-DK A1/2 (status: known-good)\n", __func__); in set_audio_standard_A2()
624 dprintk("%s PAL-I A1 (status: known-good)\n", __func__); in set_audio_standard_A2()
629 dprintk("%s AM-L (status: devel)\n", __func__); in set_audio_standard_A2()
[all …]
Dcx88-core.c63 #define dprintk(level,fmt, arg...) do { \ macro
366 dprintk(2,"sram setup %s: bpl=%d lines=%d\n", ch->name, bpl, lines); in cx88_sram_channel_setup()
554 dprintk(1,"%s\n",__func__); in cx88_reset()
666 dprintk(1,"set_scale: %dx%d [%s%s,%s]\n", width, height, in cx88_set_scale()
678 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth); in cx88_set_scale()
683 dprintk(1,"set_scale: hscale 0x%04x\n", value); in cx88_set_scale()
687 dprintk(1,"set_scale: hactive 0x%04x\n", width); in cx88_set_scale()
692 dprintk(1,"set_scale: vdelay 0x%04x\n", norm_vdelay(core->tvnorm)); in cx88_set_scale()
697 dprintk(1,"set_scale: vscale 0x%04x\n", value); in cx88_set_scale()
701 dprintk(1,"set_scale: vactive 0x%04x\n", sheight); in cx88_set_scale()
[all …]
Dcx88-blackbird.c52 #define dprintk(level, fmt, arg...) do { \ macro
318 dprintk(1,"%s: 0x%X\n", __func__, command); in blackbird_mbox_func()
324 dprintk(0, "Firmware and/or mailbox pointer not initialized or corrupted\n"); in blackbird_mbox_func()
330 dprintk(0, "ERROR: Mailbox appears to be in use (%x)\n", flag); in blackbird_mbox_func()
342 dprintk(1, "API Input %d = %d\n", i, data[i]); in blackbird_mbox_func()
357 dprintk(0, "ERROR: API Mailbox timeout %x\n", command); in blackbird_mbox_func()
366 dprintk(1, "API Output %d = %d\n", i, data[i]); in blackbird_mbox_func()
370 dprintk(1, "API result = %d\n",retval); in blackbird_mbox_func()
414 dprintk(1, "Mailbox signature found\n"); in blackbird_find_mailbox()
418 dprintk(0, "Mailbox signature values not found!\n"); in blackbird_find_mailbox()
[all …]
/linux-4.4.14/include/video/
Dsstfb.h20 # define dprintk(X...) printk("sstfb: " X) macro
25 # define dprintk(X...) macro
32 # define r_dprintk(X...) dprintk(X)
37 # define r_ddprintk(X...) dprintk(" " X)
43 # define f_dprintk(X...) dprintk(X)
48 # define f_ddprintk(X...) dprintk(" " X)
53 # define f_dddprintk(X...) dprintk(" " X)
59 # define v_dprintk(X...) dprintk(X)
62 dprintk(X); \
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-417.c92 #define dprintk(level, fmt, arg...) \ macro
362 dprintk(3, "ERROR: Timeout - gpio=%x\n", gpio); in wait_for_mci_complete()
738 dprintk(3, "%s: command(0x%X) = %s\n", __func__, command, in cx231xx_mbox_func()
745dprintk(3, "Firmware and/or mailbox pointer not initialized or corrupted, signature = 0x%x, cmd = … in cx231xx_mbox_func()
755 dprintk(3, "ERROR: Mailbox appears to be in use (%x), cmd = %s\n", in cx231xx_mbox_func()
770 dprintk(3, "API Input %d = %d\n", i, data[i]); in cx231xx_mbox_func()
785 dprintk(3, "ERROR: API Mailbox timeout\n"); in cx231xx_mbox_func()
794 dprintk(3, "API Output %d = %d\n", i, data[i]); in cx231xx_mbox_func()
798 dprintk(3, "API result = %d\n", retval); in cx231xx_mbox_func()
816 dprintk(3, "%s() cmds = 0x%08x\n", __func__, command); in cx231xx_api_cmd()
[all …]
/linux-4.4.14/drivers/parport/
Dparport_sunbpp.c45 #define dprintk(x) printk x macro
47 #define dprintk(x) macro
75 dprintk((KERN_DEBUG "wrote 0x%x\n", d)); in parport_sunbpp_write_data()
103 dprintk((KERN_DEBUG "tcr 0x%x ir 0x%x\n", value_tcr, value_ir)); in status_sunbpp_to_pc()
104 dprintk((KERN_DEBUG "read status 0x%x\n", bits)); in status_sunbpp_to_pc()
124 dprintk((KERN_DEBUG "tcr 0x%x or 0x%x\n", value_tcr, value_or)); in control_sunbpp_to_pc()
125 dprintk((KERN_DEBUG "read control 0x%x\n", bits)); in control_sunbpp_to_pc()
142 dprintk((KERN_DEBUG "frob1: tcr 0x%x or 0x%x\n", in parport_sunbpp_frob_control()
175 dprintk((KERN_DEBUG "frob2: tcr 0x%x or 0x%x\n", in parport_sunbpp_frob_control()
200 dprintk((KERN_DEBUG "forward\n")); in parport_sunbpp_data_forward()
[all …]
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-alsa-pcm.c40 #define dprintk(fmt, arg...) \ macro
123 dprintk("cobalt alsa announce ptr=%p data=%p num_bytes=%zd\n", cobsc, in cobalt_alsa_announce_pcm_data()
128 dprintk("substream was NULL\n"); in cobalt_alsa_announce_pcm_data()
134 dprintk("runtime was NULL\n"); in cobalt_alsa_announce_pcm_data()
141 dprintk("stride is zero\n"); in cobalt_alsa_announce_pcm_data()
146 dprintk("%s: length was zero\n", __func__); in cobalt_alsa_announce_pcm_data()
151 dprintk("dma area was NULL - ignoring\n"); in cobalt_alsa_announce_pcm_data()
265 dprintk("Allocating vbuffer\n"); in snd_pcm_alloc_vmalloc_buffer()
284 dprintk("%s called\n", __func__); in snd_cobalt_pcm_hw_params()
293 dprintk("freeing pcm capture region\n"); in snd_cobalt_pcm_hw_free()
[all …]
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-alsa-pcm.c46 #define dprintk(fmt, arg...) do { \ macro
83 dprintk("cx18 alsa announce ptr=%p data=%p num_bytes=%zu\n", cxsc, in cx18_alsa_announce_pcm_data()
88 dprintk("substream was NULL\n"); in cx18_alsa_announce_pcm_data()
94 dprintk("runtime was NULL\n"); in cx18_alsa_announce_pcm_data()
100 dprintk("stride is zero\n"); in cx18_alsa_announce_pcm_data()
106 dprintk("%s: length was zero\n", __func__); in cx18_alsa_announce_pcm_data()
111 dprintk("dma area was NULL - ignoring\n"); in cx18_alsa_announce_pcm_data()
236 dprintk("Allocating vbuffer\n"); in snd_pcm_alloc_vmalloc_buffer()
255 dprintk("%s called\n", __func__); in snd_cx18_pcm_hw_params()
268 dprintk("freeing pcm capture region\n"); in snd_cx18_pcm_hw_free()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-kthread-out.c59 dprintk(dev, 1, "Video Output Thread Tick\n"); in vivid_thread_vid_out_tick()
102 dprintk(dev, 2, "vid_out buffer %d done\n", in vivid_thread_vid_out_tick()
115 dprintk(dev, 2, "vbi_out buffer %d done\n", in vivid_thread_vid_out_tick()
133 dprintk(dev, 1, "Video Output Thread Start\n"); in vivid_thread_vid_out()
214 dprintk(dev, 1, "Video Output Thread End\n"); in vivid_thread_vid_out()
229 dprintk(dev, 1, "%s\n", __func__); in vivid_start_generating_vid_out()
257 dprintk(dev, 1, "returning from %s\n", __func__); in vivid_start_generating_vid_out()
263 dprintk(dev, 1, "%s\n", __func__); in vivid_stop_generating_vid_out()
278 dprintk(dev, 2, "vid_out buffer %d done\n", in vivid_stop_generating_vid_out()
291 dprintk(dev, 2, "vbi_out buffer %d done\n", in vivid_stop_generating_vid_out()
Dvivid-osd.c100 dprintk(dev, 1, "Unknown ioctl %08x\n", cmd); in vivid_fb_ioctl()
110 dprintk(dev, 1, "vivid_fb_set_var\n"); in vivid_fb_set_var()
113 dprintk(dev, 1, "vivid_fb_set_var - Invalid bpp\n"); in vivid_fb_set_var()
123 dprintk(dev, 1, "vivid_fb_get_fix\n"); in vivid_fb_get_fix()
143 dprintk(dev, 1, "vivid_fb_check_var\n"); in _vivid_fb_check_var()
185 dprintk(dev, 1, "vivid_fb_check_var\n"); in vivid_fb_check_var()
199 dprintk(dev, 1, "vivid_fb_set_par\n"); in vivid_fb_set_par()
246 dprintk(dev, 1, "Set blanking mode : %d\n", blank_mode); in vivid_fb_blank()
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-i2c.c147 dprintk(4, "%s()\n", __func__); in i2c_sendbytes()
170 dprintk(4, "SEND: %02x\n", msg->addr); in i2c_sendbytes()
194 dprintk(4, " %02x\n", msg->buf[i]); in i2c_sendbytes()
224 dprintk(4, "\n"); in i2c_sendbytes()
237 dprintk(4, "%s()\n", __func__); in i2c_readbytes()
256 dprintk(4, " RECV:\n"); in i2c_readbytes()
286 dprintk(4, " %02x\n", msg->buf[i-1]); in i2c_readbytes()
291 dprintk(4, "\n"); in i2c_readbytes()
301 dprintk(4, "%s(num = %d)\n", __func__, num); in i2c_xfer()
304 dprintk(4, "%s(num = %d) addr = 0x%02x len = 0x%x\n", in i2c_xfer()
[all …]
Dau0828-video.c712 dprintk(1, "au0828_analog_stream_enable called\n"); in au0828_analog_stream_enable()
716 dprintk(1, "Changing intf#0 to alt 5\n"); in au0828_analog_stream_enable()
747 dprintk(1, "au0828_analog_stream_disable called\n"); in au0828_analog_stream_disable()
754 dprintk(1, "au0828_analog_stream_reset called\n"); in au0828_analog_stream_reset()
772 dprintk(1, "%s device is misconfigured!\n", __func__); in au0828_stream_interrupt()
783 dprintk(1, "au0828_start_analog_streaming called %d\n", in au0828_start_analog_streaming()
822 dprintk(1, "au0828_stop_streaming called %d\n", dev->streaming_users); in au0828_stop_streaming()
853 dprintk(1, "au0828_stop_vbi_streaming called %d\n", in au0828_stop_vbi_streaming()
897 dprintk(1, "au0828_analog_unregister called\n"); in au0828_analog_unregister()
959 dprintk(1, in au0828_v4l2_open()
[all …]
Dau0828-dvb.c119 dprintk(2, "%s: %d\n", __func__, purb->actual_length); in urb_completion()
122 dprintk(2, "%s: no dev!\n", __func__); in urb_completion()
127 dprintk(2, "%s: not streaming!\n", __func__); in urb_completion()
141 dprintk(1, "Need to restart streaming %02x len=%d!\n", in urb_completion()
162 dprintk(2, "%s()\n", __func__); in stop_urb_transfer()
186 dprintk(2, "%s()\n", __func__); in start_urb_transfer()
189 dprintk(2, "%s: bulk xfer already running!\n", __func__); in start_urb_transfer()
270 dprintk(1, "%s()\n", __func__); in au0828_dvb_start_feed()
278 dprintk(1, "%s(), start_count: %d, stop_count: %d\n", __func__, in au0828_dvb_start_feed()
302 dprintk(1, "%s()\n", __func__); in au0828_dvb_stop_feed()
[all …]
/linux-4.4.14/drivers/video/fbdev/
Ds3c2410fb.c53 #define dprintk(msg...) \ macro
84 dprintk("LCDSADDR1 = 0x%08lx\n", saddr1); in s3c2410fb_set_lcdaddr()
85 dprintk("LCDSADDR2 = 0x%08lx\n", saddr2); in s3c2410fb_set_lcdaddr()
86 dprintk("LCDSADDR3 = 0x%08lx\n", saddr3); in s3c2410fb_set_lcdaddr()
112 dprintk("pixclk %ld, divisor is %ld\n", pixclk, (long)div); in s3c2410fb_calc_pixclk()
133 dprintk("check_var(var=%p, info=%p)\n", var, info); in s3c2410fb_check_var()
152 dprintk("wrong resolution or depth %dx%d at %d bpp\n", in s3c2410fb_check_var()
289 dprintk("setting horz: lft=%d, rt=%d, sync=%d\n", in s3c2410fb_calculate_stn_lcd_regs()
350 dprintk("setting vert: up=%d, low=%d, sync=%d\n", in s3c2410fb_calculate_tft_lcd_regs()
353 dprintk("setting horz: lft=%d, rt=%d, sync=%d\n", in s3c2410fb_calculate_tft_lcd_regs()
[all …]
/linux-4.4.14/fs/nfsd/
Dblocklayoutxdr.c99 dprintk("%s: extent array too small: %u\n", __func__, len); in nfsd4_block_decode_layoutupdate()
106 dprintk("%s: extent array size mismatch: %u/%u\n", in nfsd4_block_decode_layoutupdate()
113 dprintk("%s: failed to allocate extent array\n", __func__); in nfsd4_block_decode_layoutupdate()
125 dprintk("%s: unaligned offset 0x%llx\n", in nfsd4_block_decode_layoutupdate()
131 dprintk("%s: unaligned length 0x%llx\n", in nfsd4_block_decode_layoutupdate()
137 dprintk("%s: unaligned disk offset 0x%llx\n", in nfsd4_block_decode_layoutupdate()
143 dprintk("%s: incorrect extent state %d\n", in nfsd4_block_decode_layoutupdate()
Dnfs3proc.c48 dprintk("nfsd: GETATTR(3) %s\n", in nfsd3_proc_getattr()
71 dprintk("nfsd: SETATTR(3) %s\n", in nfsd3_proc_setattr()
89 dprintk("nfsd: LOOKUP(3) %s %.*s\n", in nfsd3_proc_lookup()
113 dprintk("nfsd: ACCESS(3) %s 0x%x\n", in nfsd3_proc_access()
132 dprintk("nfsd: READLINK(3) %s\n", SVCFH_fmt(&argp->fh)); in nfsd3_proc_readlink()
151 dprintk("nfsd: READ(3) %s %lu bytes at %Lu\n", in nfsd3_proc_read()
187 dprintk("nfsd: WRITE(3) %s %d bytes at %Lu%s\n", in nfsd3_proc_write()
217 dprintk("nfsd: CREATE(3) %s %.*s\n", in nfsd3_proc_create()
252 dprintk("nfsd: MKDIR(3) %s %.*s\n", in nfsd3_proc_mkdir()
272 dprintk("nfsd: SYMLINK(3) %s %.*s -> %.*s\n", in nfsd3_proc_symlink()
[all …]
Dnfsproc.c46 dprintk("nfsd: GETATTR %s\n", SVCFH_fmt(&argp->fh)); in nfsd_proc_getattr()
66 dprintk("nfsd: SETATTR %s, valid=%x, size=%ld\n", in nfsd_proc_setattr()
132 dprintk("nfsd: LOOKUP %s %.*s\n", in nfsd_proc_lookup()
152 dprintk("nfsd: READLINK %s\n", SVCFH_fmt(&argp->fh)); in nfsd_proc_readlink()
172 dprintk("nfsd: READ %s %d bytes at %d\n", in nfsd_proc_read()
212 dprintk("nfsd: WRITE %s %d bytes at %d\n", in nfsd_proc_write()
244 dprintk("nfsd: CREATE %s %.*s\n", in nfsd_proc_create()
368 dprintk("nfsd: existing %s, valid=%x, size=%ld\n", in nfsd_proc_create()
394 dprintk("nfsd: REMOVE %s %.*s\n", SVCFH_fmt(&argp->fh), in nfsd_proc_remove()
409 dprintk("nfsd: RENAME %s %.*s -> \n", in nfsd_proc_rename()
[all …]
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_ca_en50221.c49 #define dprintk if (dvb_ca_en50221_debug) printk macro
259 dprintk("%s\n", __func__); in dvb_ca_en50221_wait_if_status()
272 dprintk("%s succeeded timeout:%lu\n", __func__, jiffies - start); in dvb_ca_en50221_wait_if_status()
285 dprintk("%s failed timeout:%lu\n", __func__, jiffies - start); in dvb_ca_en50221_wait_if_status()
306 dprintk("%s\n", __func__); in dvb_ca_en50221_link_init()
332 dprintk("Chosen link buffer size of %i\n", buf_size); in dvb_ca_en50221_link_init()
372 dprintk("END OF CHAIN TUPLE type:0x%x\n", _tupleType); in dvb_ca_en50221_read_tuple()
382 dprintk("TUPLE type:0x%x length:%i\n", _tupleType, _tupleLength); in dvb_ca_en50221_read_tuple()
387 dprintk(" 0x%02x: 0x%02x %c\n", in dvb_ca_en50221_read_tuple()
531 dprintk("dvb_ca: Skipping unknown tuple type:0x%x length:0x%x\n", tupleType, in dvb_ca_en50221_parse_attributes()
[all …]
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-alsa-pcm.c46 #define dprintk(fmt, arg...) \ macro
84 dprintk("ivtv alsa announce ptr=%p data=%p num_bytes=%zu\n", itvsc, in ivtv_alsa_announce_pcm_data()
89 dprintk("substream was NULL\n"); in ivtv_alsa_announce_pcm_data()
95 dprintk("runtime was NULL\n"); in ivtv_alsa_announce_pcm_data()
101 dprintk("stride is zero\n"); in ivtv_alsa_announce_pcm_data()
107 dprintk("%s: length was zero\n", __func__); in ivtv_alsa_announce_pcm_data()
112 dprintk("dma area was NULL - ignoring\n"); in ivtv_alsa_announce_pcm_data()
243 dprintk("Allocating vbuffer\n"); in snd_pcm_alloc_vmalloc_buffer()
262 dprintk("%s called\n", __func__); in snd_ivtv_pcm_hw_params()
275 dprintk("freeing pcm capture region\n"); in snd_ivtv_pcm_hw_free()
/linux-4.4.14/drivers/media/usb/ttusb-dec/
Dttusb_dec.c57 #define dprintk if (debug) printk macro
221 dprintk("%s:urb shutting down with status: %d\n", in ttusb_dec_handle_irq()
225 dprintk("%s:nonzero status received: %d\n", in ttusb_dec_handle_irq()
240 dprintk("%s:rc signal:%d\n", __func__, buffer[4]); in ttusb_dec_handle_irq()
273 dprintk("%s\n", __func__); in ttusb_dec_send_command()
348 dprintk("%s\n", __func__); in ttusb_dec_get_stb_state()
403 dprintk("%s\n", __func__); in ttusb_dec_set_pids()
790 dprintk("%s: urb error: %d\n", __func__, in ttusb_dec_process_urb()
802 dprintk("%s\n", __func__); in ttusb_dec_setup_urbs()
832 dprintk("%s\n", __func__); in ttusb_dec_stop_iso_xfer()
[all …]
/linux-4.4.14/drivers/media/platform/
Dfsl-viu.c48 #define dprintk(level, fmt, arg...) \ macro
241 dprintk(0, "unknown pixelformat:'%4.4s'\n", (char *)&fourcc); in format_by_fourcc()
293 dprintk(1, "%s vidq=0x%08lx\n", __func__, (unsigned long)vidq); in restart_video_queue()
296 dprintk(2, "restart_queue [%p/%d]: restart dma\n", in restart_video_queue()
319 dprintk(1, "Restarting video dma\n"); in restart_video_queue()
325 dprintk(2, "[%p/%d] restart_queue - first active\n", in restart_video_queue()
333 dprintk(2, "[%p/%d] restart_queue - move to active\n", in restart_video_queue()
353 dprintk(1, "viu/0: [%p/%d] timeout\n", buf, buf->vb.i); in viu_vid_timeout()
374 dprintk(1, "%s, count=%d, size=%d\n", __func__, *count, *size); in buffer_setup()
404 dprintk(1, "buffer_activate [%p/%d]: dma addr 0x%lx\n", in buffer_activate()
[all …]
/linux-4.4.14/drivers/scsi/aacraid/
Dcommctrl.c275 dprintk ((KERN_INFO "Fib Context not found\n")); in next_getadapter_fib()
282 dprintk ((KERN_INFO "Fib Context corrupt?\n")); in next_getadapter_fib()
488 dprintk((KERN_DEBUG"aacraid: send raw srb -EBUSY\n")); in aac_send_raw_srb()
492 dprintk((KERN_DEBUG"aacraid: No permission to send raw srb\n")); in aac_send_raw_srb()
509 dprintk((KERN_DEBUG"aacraid: Could not copy data size from user\n")); in aac_send_raw_srb()
522 dprintk((KERN_DEBUG"aacraid: Could not make a copy of the srb\n")); in aac_send_raw_srb()
527 dprintk((KERN_DEBUG"aacraid: Could not copy srb from user\n")); in aac_send_raw_srb()
561 dprintk((KERN_DEBUG"aacraid: too many sg entries %d\n", in aac_send_raw_srb()
572 dprintk((KERN_DEBUG"aacraid: Bad Size specified in " in aac_send_raw_srb()
583 dprintk((KERN_DEBUG"aacraid: SG with no direction specified in Raw SRB command\n")); in aac_send_raw_srb()
[all …]
/linux-4.4.14/fs/nfs/blocklayout/
Dblocklayout.c94 dprintk("%s enter\n", __func__); in destroy_parallel()
109 dprintk("%s submitting %s bio %u@%llu\n", __func__, in bl_submit_bio()
149 dprintk("%s: npg %d rw %d isect %llu offset %u len %d\n", __func__, in do_add_page_to_bio()
205 dprintk("%s enter\n", __func__); in bl_read_cleanup()
239 dprintk("%s enter nr_pages %u offset %lld count %u\n", __func__, in bl_read_pagelist()
278 dprintk("%s Zeroing page for hole\n", __func__); in bl_read_pagelist()
338 dprintk("%s enter\n", __func__); in bl_write_cleanup()
381 dprintk("%s enter, %Zu@%lld\n", __func__, count, offset); in bl_write_pagelist()
441 dprintk("%s enter\n", __func__); in bl_free_layout_hdr()
454 dprintk("%s enter\n", __func__); in bl_alloc_layout_hdr()
[all …]
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c93 dprintk("%s Reset task %5u for i/o through MDS " in filelayout_reset_write()
110 dprintk("%s Reset task %5u for i/o through MDS " in filelayout_reset_read()
163 dprintk("%s ERROR %d, Reset session. Exchangeid " in filelayout_async_handle_error()
181 dprintk("%s Invalid layout error %d\n", __func__, in filelayout_async_handle_error()
201 dprintk("%s DS connection error %d\n", __func__, in filelayout_async_handle_error()
209 dprintk("%s Retry through MDS. Error %d\n", __func__, in filelayout_async_handle_error()
264 dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino, in filelayout_set_layoutcommit()
297 dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); in filelayout_read_prepare()
318 dprintk("--> %s task->tk_status %d\n", __func__, task->tk_status); in filelayout_read_call_done()
392 dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); in filelayout_write_prepare()
[all …]
/linux-4.4.14/net/atm/
Dmpoa_caches.c15 #define dprintk(format, args...) \
18 #define dprintk(format, args...) \ macro
106 dprintk("adding an ingress entry, ip = %pI4\n", &dst_ip); in in_cache_add_entry()
109 dprintk("new_in_cache_entry: about to lock\n"); in in_cache_add_entry()
127 dprintk("new_in_cache_entry: unlocked\n"); in in_cache_add_entry()
163 dprintk("(%s) threshold exceeded for ip %pI4, sending MPOA res req\n", in cache_hit()
197 dprintk("removing an ingress entry, ip = %pI4\n", in in_cache_remove_entry()
240 dprintk("holding time expired, ip = %pI4\n", in clear_count_and_expired()
315 dprintk("refreshing an entry.\n"); in refresh_entries()
434 dprintk("removing an egress entry.\n"); in eg_cache_remove_entry()
[all …]
Dmpc.c42 #define dprintk(format, args...) \
46 #define dprintk(format, args...) \ macro
314 dprintk("(%s)\n", mpc->dev->name); in start_mpc()
328 dprintk("(%s)", mpc->dev->name); in stop_mpc()
383 dprintk("(%s) received TLV(s), ", dev->name); in lane2_assoc_ind()
384 dprintk("total length of all TLVs %d\n", sizeoftlvs); in lane2_assoc_ind()
396 dprintk(" type 0x%x length %02x\n", type, length); in lane2_assoc_ind()
414 dprintk("(%s) MPOA device type '%s', ", in lane2_assoc_ind()
429 dprintk("ignoring non-MPS device "); in lane2_assoc_ind()
666 dprintk("(%s)\n", dev->name); in mpc_vcc_close()
[all …]
/linux-4.4.14/drivers/media/usb/s2255/
Ds2255drv.c368 #define dprintk(dev, level, fmt, arg...) \ macro
570 dprintk(dev, 1, "No active queue to serve\n"); in s2255_got_frame()
585 dprintk(dev, 2, "%s: [buf] [%p]\n", __func__, buf); in s2255_got_frame()
654 dprintk(dev, 2, "s2255fill at : Buffer 0x%08lx size= %d\n", in s2255_fillbuff()
684 dprintk(vc->dev, 4, "%s\n", __func__); in buffer_prepare()
692 dprintk(vc->dev, 4, "invalid buffer prepare\n"); in buffer_prepare()
697 dprintk(vc->dev, 4, "invalid buffer prepare\n"); in buffer_prepare()
711 dprintk(vc->dev, 1, "%s\n", __func__); in buffer_queue()
796 dprintk(vc->dev, 50, "%s NTSC: %d suggested width: %d, height: %d\n", in vidioc_try_fmt_vid_cap()
838 dprintk(vc->dev, 50, "%s: set width %d height %d field %d\n", __func__, in vidioc_try_fmt_vid_cap()
[all …]
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-audio.c56 #define dprintk(fmt, arg...) do { \ macro
68 dprintk("Stopping isoc\n"); in em28xx_deinit_isoc_audio()
94 dprintk("device disconnected while streaming. URB status=%d.\n", urb->status); in em28xx_audio_isocirq()
108 dprintk("urb completition error %d.\n", urb->status); in em28xx_audio_isocirq()
176 dprintk("Starting isoc transfers\n"); in em28xx_init_audio_isoc()
202 dprintk("Allocating vbuffer\n"); in snd_pcm_alloc_vmalloc_buffer()
265 dprintk("opening device and trying to acquire exclusive lock\n"); in snd_em28xx_capture_open()
293 dprintk("changing alternate number on interface %d to %d\n", in snd_em28xx_capture_open()
329 dprintk("closing device\n"); in snd_em28xx_pcm_close()
341 dprintk("freeing\n"); in snd_em28xx_pcm_close()
[all …]
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_mech.c354 dprintk("gss_kerberos_mech: unable to initialize " in context_v2_alloc_cipher()
359 dprintk("gss_kerberos_mech: error setting key for " in context_v2_alloc_cipher()
407 dprintk("%s: Error %d deriving cksum key\n", in context_derive_keys_des3()
437 dprintk("RPC: %s: entered\n", __func__); in context_derive_keys_rc4()
443 dprintk("%s: error %ld allocating hash '%s'\n", in context_derive_keys_rc4()
484 dprintk("RPC: %s: returning success\n", __func__); in context_derive_keys_rc4()
491 dprintk("RPC: %s: returning %d\n", __func__, err); in context_derive_keys_rc4()
514 dprintk("%s: Error %d deriving initiator_seal key\n", in context_derive_keys_new()
529 dprintk("%s: Error %d deriving acceptor_seal key\n", in context_derive_keys_new()
544 dprintk("%s: Error %d deriving initiator_sign key\n", in context_derive_keys_new()
[all …]
Dgss_krb5_keys.c222 dprintk("%s: got %d from mk_key function for '%s'\n", in krb5_derive_key()
270 dprintk("%s: key->len is %d\n", __func__, key->len); in gss_krb5_des3_make_key()
274 dprintk("%s: randombits->len is %d\n", in gss_krb5_des3_make_key()
309 dprintk("%s: key->len is %d\n", __func__, key->len); in gss_krb5_aes_make_key()
313 dprintk("%s: randombits->len is %d\n", in gss_krb5_aes_make_key()
318 dprintk("%s: randombits->len is %d, key->len is %d\n", in gss_krb5_aes_make_key()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_64_mmu.c34 #define dprintk(X...) printk(KERN_INFO X) macro
36 #define dprintk(X...) do { } while(0) macro
65 dprintk("KVM: No SLB entry found for 0x%lx [%llx | %llx]\n", in kvmppc_mmu_book3s_64_find_slbe()
69 dprintk(" %d: %c%c%c %llx %llx\n", i, in kvmppc_mmu_book3s_64_find_slbe()
157 dprintk("MMU: page=0x%x sdr1=0x%llx pteg=0x%llx vsid=0x%llx\n", in kvmppc_mmu_book3s_64_get_pteg()
337 dprintk("KVM MMU: Translated 0x%lx [0x%llx] -> 0x%llx " in kvmppc_mmu_book3s_64_xlate()
374 dprintk("KVM MMU: Trigger segment fault\n"); in kvmppc_mmu_book3s_64_xlate()
385 dprintk("KVM MMU: slbmte(0x%llx, 0x%llx)\n", rs, rb); in kvmppc_mmu_book3s_64_slbmte()
459 dprintk("KVM MMU: slbie(0x%llx)\n", ea); in kvmppc_mmu_book3s_64_slbie()
466 dprintk("KVM MMU: slbie(0x%llx, 0x%llx)\n", ea, slbe->esid); in kvmppc_mmu_book3s_64_slbie()
[all …]
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dns83820.c96 #define dprintk(x...) do { } while (0) macro
133 #define Dprintk dprintk
474 dprintk("kick_rx: maybe kicking\n"); in kick_rx()
476 dprintk("actually kicking\n"); in kick_rx()
530 dprintk("next_empty[%d] nr_used[%d] next_rx[%d]\n", in ns83820_add_rx_skb()
562 dprintk("rx_refill(%p)\n", ndev); in rx_refill()
627 dprintk("phy_intr: tbisr=%08x, tanar=%08x, tanlpar=%08x\n", in phy_intr()
725 dprintk("ns83820_setup_rx(%p)\n", ndev); in ns83820_setup_rx()
740 dprintk("starting receiver\n"); in ns83820_setup_rx()
782 dprintk("ns83820_cleanup_rx(%p)\n", dev); in ns83820_cleanup_rx()
[all …]
/linux-4.4.14/sound/sparc/
Ddbri.c111 #define dprintk(a, x...) if (dbri_debug & a) printk(KERN_DEBUG x) macro
114 #define dprintk(a, x...) do { } while (0) macro
651 dprintk(D_CMD, "Chip completed command buffer (%d)\n", in dbri_cmdwait()
701 dprintk(D_CMD, "cmd: %lx:%08x\n", in dbri_cmdsend()
706 dprintk(D_CMD, "cmd: %lx:%08x\n", (unsigned long)ptr, *ptr); in dbri_cmdsend()
708 dprintk(D_CMD, "cmd: %lx:%08x\n", (unsigned long)ptr, *ptr); in dbri_cmdsend()
710 dprintk(D_CMD, "cmd: %lx:%08x\n", in dbri_cmdsend()
730 dprintk(D_GEN, "reset 0:%x 2:%x 8:%x 9:%x\n", in dbri_reset()
1202 dprintk(D_DESC, "DESC %d: %08x %08x %08x %08x\n", in setup_descs()
1413 dprintk(D_MM, "cs4215_open: %d channels, %d bits\n", in cs4215_open()
[all …]

123