Home
last modified time | relevance | path

Searched refs:dprintk (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/linux-6.6.21/drivers/media/pci/bt8xx/
Ddst_ca.c26 #define dprintk(x, y, z, format, arg...) do { \ macro
58 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum()
59 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum()
61 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum()
73 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command()
78 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command()
82 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command()
88 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command()
92 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command()
111 dprintk(verbose, DST_CA_NOTICE, 1, " Put Command"); in dst_put_ci()
[all …]
/linux-6.6.21/drivers/media/pci/saa7164/
Dsaa7164-api.c20 dprintk(DBGLVL_API, "%s()\n", __func__); in saa7164_api_get_load_info()
43 dprintk(DBGLVL_API, "%s()\n", __func__); in saa7164_api_collect_debug()
70 dprintk(DBGLVL_API, "%s(level=%d)\n", __func__, level); in saa7164_api_set_debug()
78 dprintk(DBGLVL_API, "%s() Was %d\n", __func__, lvl.dwDebugLevel); in saa7164_api_set_debug()
97 dprintk(DBGLVL_API, "%s(nr=%d, unitid=0x%x)\n", __func__, in saa7164_api_set_vbi_format()
118 dprintk(DBGLVL_API, "SET/PROBE Verified\n"); in saa7164_api_set_vbi_format()
137 dprintk(DBGLVL_API, "SET/COMMIT Verified\n"); in saa7164_api_set_vbi_format()
139 dprintk(DBGLVL_API, "rsp.bmHint = 0x%x\n", rsp.bmHint); in saa7164_api_set_vbi_format()
140 dprintk(DBGLVL_API, "rsp.bFormatIndex = 0x%x\n", in saa7164_api_set_vbi_format()
142 dprintk(DBGLVL_API, "rsp.bFrameIndex = 0x%x\n", in saa7164_api_set_vbi_format()
[all …]
Dsaa7164-bus.c46 dprintk(DBGLVL_BUS, "Dumping the bus structure:\n"); in saa7164_bus_dump()
47 dprintk(DBGLVL_BUS, " .type = %d\n", b->Type); in saa7164_bus_dump()
48 dprintk(DBGLVL_BUS, " .dev->bmmio = 0x%p\n", dev->bmmio); in saa7164_bus_dump()
49 dprintk(DBGLVL_BUS, " .m_wMaxReqSize = 0x%x\n", b->m_wMaxReqSize); in saa7164_bus_dump()
50 dprintk(DBGLVL_BUS, " .m_pdwSetRing = 0x%p\n", b->m_pdwSetRing); in saa7164_bus_dump()
51 dprintk(DBGLVL_BUS, " .m_dwSizeSetRing = 0x%x\n", b->m_dwSizeSetRing); in saa7164_bus_dump()
52 dprintk(DBGLVL_BUS, " .m_pdwGetRing = 0x%p\n", b->m_pdwGetRing); in saa7164_bus_dump()
53 dprintk(DBGLVL_BUS, " .m_dwSizeGetRing = 0x%x\n", b->m_dwSizeGetRing); in saa7164_bus_dump()
55 dprintk(DBGLVL_BUS, " .m_dwSetReadPos = 0x%x (0x%08x)\n", in saa7164_bus_dump()
58 dprintk(DBGLVL_BUS, " .m_dwSetWritePos = 0x%x (0x%08x)\n", in saa7164_bus_dump()
[all …]
Dsaa7164-buffer.c60 dprintk(DBGLVL_BUF, "%s() buffer @ 0x%p nr=%d\n", in saa7164_buffer_display()
62 dprintk(DBGLVL_BUF, " pci_cpu @ 0x%p dma @ 0x%08llx len = 0x%x\n", in saa7164_buffer_display()
64 dprintk(DBGLVL_BUF, " pt_cpu @ 0x%p pt_dma @ 0x%08llx len = 0x%x\n", in saa7164_buffer_display()
70 dprintk(DBGLVL_BUF, " pt[%02d] = 0x%p -> 0x%llx\n", in saa7164_buffer_display()
121 dprintk(DBGLVL_BUF, "%s() allocated buffer @ 0x%p (%d pageptrs)\n", in saa7164_buffer_alloc()
123 dprintk(DBGLVL_BUF, " pci_cpu @ 0x%p dma @ 0x%08lx len = 0x%x\n", in saa7164_buffer_alloc()
125 dprintk(DBGLVL_BUF, " pt_cpu @ 0x%p pt_dma @ 0x%08lx len = 0x%x\n", in saa7164_buffer_alloc()
132 dprintk(DBGLVL_BUF, " pt[%02d] = 0x%p -> 0x%llx\n", in saa7164_buffer_alloc()
158 dprintk(DBGLVL_BUF, "%s() deallocating buffer @ 0x%p\n", in saa7164_buffer_dealloc()
180 dprintk(DBGLVL_BUF, "%s(idx = %d)\n", __func__, i); in saa7164_buffer_zero_offsets()
[all …]
Dsaa7164-fw.c73 dprintk(DBGLVL_FW, in saa7164_downloadimage()
95 dprintk(DBGLVL_FW, "%s() dlflag = 0x%x\n", __func__, dlflag); in saa7164_downloadimage()
96 dprintk(DBGLVL_FW, "%s() dlflag_ack = 0x%x\n", __func__, dlflag_ack); in saa7164_downloadimage()
97 dprintk(DBGLVL_FW, "%s() drflag = 0x%x\n", __func__, drflag); in saa7164_downloadimage()
98 dprintk(DBGLVL_FW, "%s() drflag_ack = 0x%x\n", __func__, drflag_ack); in saa7164_downloadimage()
99 dprintk(DBGLVL_FW, "%s() bleflag = 0x%x\n", __func__, bleflag); in saa7164_downloadimage()
102 dprintk(DBGLVL_FW, "%s() dlflag (0x%x)= 0x%x\n", __func__, dlflag, reg); in saa7164_downloadimage()
104 dprintk(DBGLVL_FW, in saa7164_downloadimage()
124 dprintk(DBGLVL_FW, "%s() memcpy %d\n", __func__, dstsize); in saa7164_downloadimage()
141 dprintk(DBGLVL_FW, "%s() memcpy(l) %d\n", __func__, dstsize); in saa7164_downloadimage()
[all …]
Dsaa7164-cmd.c75 dprintk(DBGLVL_CMD, "%s()\n", __func__); in saa7164_irq_dequeue()
88 dprintk(DBGLVL_CMD, "%s() timeout = %d\n", __func__, timeout); in saa7164_irq_dequeue()
90 dprintk(DBGLVL_CMD, in saa7164_irq_dequeue()
127 dprintk(DBGLVL_CMD, "%s()\n", __func__); in saa7164_cmd_dequeue()
141 dprintk(DBGLVL_CMD, "%s() timeout = %d\n", __func__, timeout); in saa7164_cmd_dequeue()
164 dprintk(DBGLVL_CMD, "%s() signalled seqno(%d) (for dequeue)\n", in saa7164_cmd_dequeue()
254 dprintk(DBGLVL_CMD, "%s(seqno=%d)\n", __func__, seqno); in saa7164_cmd_wait()
267 dprintk(DBGLVL_CMD, in saa7164_cmd_wait()
286 dprintk(DBGLVL_CMD, "%s(seqno=%d) Waiting res = %d (signalled=%d)\n", in saa7164_cmd_wait()
301 dprintk(DBGLVL_CMD, "%s()\n", __func__); in saa7164_cmd_signal()
[all …]
/linux-6.6.21/drivers/media/pci/mantis/
Dhopper_cards.c83 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); in hopper_irq_handler()
85 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in hopper_irq_handler()
88 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in hopper_irq_handler()
94 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in hopper_irq_handler()
102 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in hopper_irq_handler()
105 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in hopper_irq_handler()
108 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in hopper_irq_handler()
111 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in hopper_irq_handler()
114 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in hopper_irq_handler()
117 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); in hopper_irq_handler()
[all …]
Dmantis_dvb.c37 dprintk(MANTIS_DEBUG, 1, "Power ON"); in mantis_frontend_power()
45 dprintk(MANTIS_DEBUG, 1, "Power OFF"); in mantis_frontend_power()
51 dprintk(MANTIS_DEBUG, 1, "Unknown state <%02x>", power); in mantis_frontend_power()
63 dprintk(MANTIS_DEBUG, 1, "Frontend RESET"); in mantis_frontend_soft_reset()
84 dprintk(MANTIS_ERROR, 1, "Frontend POWER OFF failed! <%d>", err); in mantis_frontend_shutdown()
96 dprintk(MANTIS_DEBUG, 1, "Mantis DVB Start feed"); in mantis_dvb_start_feed()
98 dprintk(MANTIS_DEBUG, 1, "no frontend ?"); in mantis_dvb_start_feed()
103 dprintk(MANTIS_DEBUG, 1, "mantis start feed, feeds=%d", mantis->feeds); in mantis_dvb_start_feed()
106 dprintk(MANTIS_DEBUG, 1, "mantis start feed & dma"); in mantis_dvb_start_feed()
119 dprintk(MANTIS_DEBUG, 1, "Mantis DVB Stop feed"); in mantis_dvb_stop_feed()
[all …]
Dmantis_hif.c39 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Smart buffer operation timeout !", mantis->num); in mantis_hif_sbuf_opdone_wait()
42 dprintk(MANTIS_DEBUG, 1, "Smart Buffer Operation complete"); in mantis_hif_sbuf_opdone_wait()
57 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write ACK timed out !", mantis->num); in mantis_hif_write_wait()
60 dprintk(MANTIS_DEBUG, 1, "Write Acknowledged"); in mantis_hif_write_wait()
67 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num); in mantis_hif_write_wait()
72 dprintk(MANTIS_DEBUG, 1, "HIF Write success"); in mantis_hif_write_wait()
82 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF Mem Read", mantis->num); in mantis_hif_read_mem()
95 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): GPIF Smart Buffer operation failed", mantis->num); in mantis_hif_read_mem()
101 dprintk(MANTIS_DEBUG, 1, "Mem Read: 0x%02x", data); in mantis_hif_read_mem()
111 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF Mem Write", mantis->num); in mantis_hif_write_mem()
[all …]
Dmantis_cards.c92 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); in mantis_irq_handler()
94 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in mantis_irq_handler()
97 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in mantis_irq_handler()
103 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in mantis_irq_handler()
111 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in mantis_irq_handler()
114 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in mantis_irq_handler()
117 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in mantis_irq_handler()
120 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in mantis_irq_handler()
123 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in mantis_irq_handler()
126 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); in mantis_irq_handler()
[all …]
Dmantis_ca.c33 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Read", slot); in mantis_ca_read_attr_mem()
46 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Write", slot); in mantis_ca_write_attr_mem()
59 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Read", slot); in mantis_ca_read_cam_ctl()
72 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Write", slot); in mantis_ca_write_cam_ctl()
85 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot RESET", slot); in mantis_ca_slot_reset()
101 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot shutdown", slot); in mantis_ca_slot_shutdown()
111 dprintk(MANTIS_DEBUG, 1, "Slot(%d): TS control", slot); in mantis_ts_control()
121 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Poll Slot status", slot); in mantis_slot_status()
124 dprintk(MANTIS_DEBUG, 1, "CA Module present and ready"); in mantis_slot_status()
127 dprintk(MANTIS_DEBUG, 1, "CA Module not present or not ready"); in mantis_slot_status()
[all …]
Dmantis_i2c.c30 dprintk(MANTIS_INFO, 0, " %s: Address=[0x%02x] <R>[ ", in mantis_i2c_read()
52 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); in mantis_i2c_read()
61 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); in mantis_i2c_read()
65 dprintk(MANTIS_INFO, 0, "%02x ", msg->buf[i]); in mantis_i2c_read()
67 dprintk(MANTIS_INFO, 0, "]\n"); in mantis_i2c_read()
77 dprintk(MANTIS_INFO, 0, " %s: Address=[0x%02x] <W>[ ", in mantis_i2c_write()
81 dprintk(MANTIS_INFO, 0, "%02x ", msg->buf[i]); in mantis_i2c_write()
100 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); in mantis_i2c_write()
109 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); in mantis_i2c_write()
111 dprintk(MANTIS_INFO, 0, "]\n"); in mantis_i2c_write()
[all …]
Dmantis_evm.c38 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Plugin", mantis->num); in mantis_hifevm_work()
47 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Unplug", mantis->num); in mantis_hifevm_work()
57 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Ext IRQ", mantis->num); in mantis_hifevm_work()
60 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Timeout", mantis->num); in mantis_hifevm_work()
63 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Alignment Error", mantis->num); in mantis_hifevm_work()
66 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Overflow", mantis->num); in mantis_hifevm_work()
69 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num); in mantis_hifevm_work()
72 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): GPIF IRQ", mantis->num); in mantis_hifevm_work()
75 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Empty", mantis->num); in mantis_hifevm_work()
78dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis… in mantis_hifevm_work()
[all …]
Dmantis_pci.c44 dprintk(MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_pci_init()
54 dprintk(MANTIS_ERROR, 1, "ERROR: PCI enable failed <%i>", err); in mantis_pci_init()
60 dprintk(MANTIS_ERROR, 1, "ERROR: Unable to obtain 32 bit DMA <%i>", err); in mantis_pci_init()
71 dprintk(MANTIS_ERROR, 1, "ERROR: BAR0 Request failed !"); in mantis_pci_init()
80 dprintk(MANTIS_ERROR, 1, "ERROR: BAR0 remap failed !"); in mantis_pci_init()
89 dprintk(MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_pci_init()
94 dprintk(MANTIS_ERROR, 0, in mantis_pci_init()
109 dprintk(MANTIS_ERROR, 1, "ERROR: IRQ registration failed ! <%d>", err); in mantis_pci_init()
119 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> I/O unmap", ret); in mantis_pci_init()
124 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> releasing regions", ret); in mantis_pci_init()
[all …]
Dmantis_dma.c49 dprintk(MANTIS_ERROR, 1, in mantis_dma_exit()
61 dprintk(MANTIS_ERROR, 1, in mantis_dma_exit()
84 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
89 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
100 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
107 dprintk(MANTIS_ERROR, 1, in mantis_alloc_buffers()
115 dprintk(MANTIS_ERROR, 1, "Out of memory (?) ....."); in mantis_alloc_buffers()
123 dprintk(MANTIS_DEBUG, 1, "Mantis DMA init"); in mantis_dma_init()
126 dprintk(MANTIS_ERROR, 1, "Error allocating DMA buffer"); in mantis_dma_init()
144 dprintk(MANTIS_DEBUG, 1, "Mantis create RISC program"); in mantis_risc_program()
[all …]
/linux-6.6.21/drivers/media/dvb-core/
Ddvb_vb2.c23 #define dprintk(level, fmt, arg...) \ macro
44 dprintk(3, "[%s] count=%d, size=%d\n", ctx->name, in _queue_setup()
56 dprintk(1, "[%s] data will not fit into plane (%lu < %lu)\n", in _buffer_prepare()
62 dprintk(3, "[%s]\n", ctx->name); in _buffer_prepare()
77 dprintk(3, "[%s]\n", ctx->name); in _buffer_queue()
84 dprintk(3, "[%s] count=%d\n", ctx->name, count); in _start_streaming()
94 dprintk(3, "[%s]\n", ctx->name); in _stop_streaming()
111 dprintk(3, "[%s]\n", ctx->name); in _dmxdev_lock()
120 dprintk(3, "[%s]\n", ctx->name); in _dmxdev_unlock()
142 dprintk(3, "[%s]\n", ctx->name); in _fill_dmx_buffer()
[all …]
/linux-6.6.21/drivers/media/common/b2c2/
Dflexcop.h17 #define dprintk(level, args...) \ macro
20 #define dprintk(level, args...) no_printk(args) macro
23 #define deb_info(args...) dprintk(0x01, args)
24 #define deb_tuner(args...) dprintk(0x02, args)
25 #define deb_i2c(args...) dprintk(0x04, args)
26 #define deb_ts(args...) dprintk(0x08, args)
27 #define deb_sram(args...) dprintk(0x10, args)
28 #define deb_rdump(args...) dprintk(0x20, args)
29 #define deb_i2c_dump(args...) dprintk(0x40, args)
/linux-6.6.21/drivers/media/dvb-frontends/
Dmb86a16.c43 #define dprintk(x, y, z, format, arg...) do { \ macro
59 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()")
60 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->")
74 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write()
104 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", in mb86a16_read()
130 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set()
157 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set()
168 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst()
184 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set()
200 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcofs_data_set()
[all …]
Dzl10039.c22 #define dprintk(args...) \ macro
76 dprintk("%s\n", __func__); in zl10039_read()
79 dprintk("%s: i2c read error\n", __func__); in zl10039_read()
105 dprintk("%s\n", __func__); in zl10039_write()
110 dprintk("%s: i2c write error\n", __func__); in zl10039_write()
137 dprintk("%s\n", __func__); in zl10039_init()
143 dprintk("Note: i2c write error normal when resetting the tuner\n"); in zl10039_init()
148 dprintk("Tuner power up failed\n"); in zl10039_init()
162 dprintk("%s\n", __func__); in zl10039_sleep()
167 dprintk("Tuner sleep failed\n"); in zl10039_sleep()
[all …]
Dlgs8gxx.c20 #define dprintk(args...) \ macro
51 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, data); in lgs8gxx_write_reg()
56 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in lgs8gxx_write_reg()
81 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, ret); in lgs8gxx_read_reg()
87 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, b1[0]); in lgs8gxx_read_reg()
156 dprintk("Set IF Freq to %dkHz\n", freq); in lgs8gxx_set_if_freq()
159 dprintk("Set IF Freq to baseband\n"); in lgs8gxx_set_if_freq()
161 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32); in lgs8gxx_set_if_freq()
200 dprintk("AFC = %u kHz\n", (u32)val); in lgs8gxx_get_afc_phase()
366 dprintk("try GI 945\n"); in lgs8gxx_autolock_gi()
[all …]
/linux-6.6.21/drivers/media/tuners/
Dmax2165.c22 #define dprintk(args...) \ macro
41 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, data); in max2165_write_reg()
46 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in max2165_write_reg()
66 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, ret); in max2165_read_reg()
72 dprintk("%s: reg=0x%02X, data=0x%02X\n", in max2165_read_reg()
111 dprintk("tf_ntch_low_cfg = 0x%X\n", priv->tf_ntch_low_cfg); in max2165_read_rom_table()
112 dprintk("tf_ntch_hi_cfg = 0x%X\n", priv->tf_ntch_hi_cfg); in max2165_read_rom_table()
113 dprintk("tf_balun_low_ref = 0x%X\n", priv->tf_balun_low_ref); in max2165_read_rom_table()
114 dprintk("tf_balun_hi_ref = 0x%X\n", priv->tf_balun_hi_ref); in max2165_read_rom_table()
115 dprintk("bb_filter_7mhz_cfg = 0x%X\n", priv->bb_filter_7mhz_cfg); in max2165_read_rom_table()
[all …]
Dxc5000.c36 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
298 dprintk(1, "%s()\n", __func__); in xc5000_tuner_reset()
405 dprintk(1, "%s()\n", __func__); in xc_initialize()
413 dprintk(1, "%s(0x%04x,0x%04x)\n", __func__, video_mode, audio_mode); in xc_set_tv_standard()
415 dprintk(1, "%s() Standard = %s\n", in xc_set_tv_standard()
419 dprintk(1, "%s() Standard = %s\n", in xc_set_tv_standard()
433 dprintk(1, "%s(%d) Source = %s\n", __func__, rf_mode, in xc_set_signal_source()
451 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_set_rf_frequency()
469 dprintk(1, "%s(freq_khz = %d) freq_code = 0x%x\n", in xc_set_IF_frequency()
562 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_tune_channel()
[all …]
/linux-6.6.21/arch/arm/mach-footbridge/
Dnetwinder-hw.c400 #define dprintk(x...) macro
402 #define dprintk(x...) printk(x) macro
432 dprintk("Identifier: "); in rwa010_read_ident()
441 dprintk("%02X ", bit); in rwa010_read_ident()
445 dprintk("(%02X) ", si[i]); in rwa010_read_ident()
447 dprintk("\n"); in rwa010_read_ident()
454 dprintk("Card no = %d\n", inb(0x203)); in rwa010_global_init()
475 dprintk("Slider base: "); in rwa010_game_port_init()
480 dprintk("%02X%02X (201)\n", inb(0x203), i); in rwa010_game_port_init()
491 dprintk("WaveArtist base: "); in rwa010_waveartist_init()
[all …]
/linux-6.6.21/drivers/media/usb/dvb-usb/
Ddvb-usb-common.h18 #define deb_info(args...) dprintk(dvb_usb_debug,0x001,args)
19 #define deb_xfer(args...) dprintk(dvb_usb_debug,0x002,args)
20 #define deb_pll(args...) dprintk(dvb_usb_debug,0x004,args)
21 #define deb_ts(args...) dprintk(dvb_usb_debug,0x008,args)
22 #define deb_err(args...) dprintk(dvb_usb_debug,0x010,args)
23 #define deb_rc(args...) dprintk(dvb_usb_debug,0x020,args)
24 #define deb_fw(args...) dprintk(dvb_usb_debug,0x040,args)
25 #define deb_mem(args...) dprintk(dvb_usb_debug,0x080,args)
26 #define deb_uxfer(args...) dprintk(dvb_usb_debug,0x100,args)
DcinergyT2.h28 #define deb_info(args...) dprintk(dvb_usb_cinergyt2_debug, 0x001, args)
29 #define deb_xfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x002, args)
30 #define deb_pll(args...) dprintk(dvb_usb_cinergyt2_debug, 0x004, args)
31 #define deb_ts(args...) dprintk(dvb_usb_cinergyt2_debug, 0x008, args)
32 #define deb_err(args...) dprintk(dvb_usb_cinergyt2_debug, 0x010, args)
33 #define deb_rc(args...) dprintk(dvb_usb_cinergyt2_debug, 0x020, args)
34 #define deb_fw(args...) dprintk(dvb_usb_cinergyt2_debug, 0x040, args)
35 #define deb_mem(args...) dprintk(dvb_usb_cinergyt2_debug, 0x080, args)
36 #define deb_uxfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x100, args)

12345678910>>...16