/linux-3.4.99/drivers/media/dvb/bt8xx/ |
D | dst_ca.c | 38 #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 …]
|
D | dst.c | 54 #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() 96 …dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, ma… in dst_gpio_outb() 108 …dprintk(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 …]
|
/linux-3.4.99/drivers/media/video/saa7164/ |
D | saa7164-api.c | 34 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 …]
|
D | saa7164-bus.c | 60 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 …]
|
D | saa7164-buffer.c | 74 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 …]
|
D | saa7164-fw.c | 87 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 …]
|
D | saa7164-cmd.c | 89 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 …]
|
/linux-3.4.99/drivers/media/video/zoran/ |
D | videocodec.c | 52 #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 …]
|
D | zr36016.c | 60 #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 …]
|
/linux-3.4.99/drivers/media/dvb/mantis/ |
D | mantis_cards.c | 84 dprintk(MANTIS_ERROR, 1, "Mantis == NULL"); in mantis_irq_handler() 106 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); in mantis_irq_handler() 108 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in mantis_irq_handler() 111 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in mantis_irq_handler() 117 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in mantis_irq_handler() 121 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in mantis_irq_handler() 124 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in mantis_irq_handler() 127 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in mantis_irq_handler() 130 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in mantis_irq_handler() 133 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in mantis_irq_handler() [all …]
|
D | hopper_cards.c | 76 dprintk(MANTIS_ERROR, 1, "Mantis == NULL"); in hopper_irq_handler() 98 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); in hopper_irq_handler() 100 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in hopper_irq_handler() 103 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in hopper_irq_handler() 109 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in hopper_irq_handler() 113 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in hopper_irq_handler() 116 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in hopper_irq_handler() 119 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in hopper_irq_handler() 122 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in hopper_irq_handler() 125 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in hopper_irq_handler() [all …]
|
D | mantis_dvb.c | 49 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 …]
|
D | mantis_core.c | 49 dprintk(verbose, MANTIS_ERROR, 1, in read_eeprom_byte() 72 dprintk(verbose, MANTIS_ERROR, 1, in write_eeprom_byte() 89 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); in get_mac_address() 93 dprintk(verbose, MANTIS_ERROR, 0, in get_mac_address() 142 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_core_init() 145 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_core_init() 148 dprintk(verbose, MANTIS_ERROR, 0, in mantis_core_init() 155 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); in mantis_core_init() 160 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); in mantis_core_init() 165 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); in mantis_core_init() [all …]
|
D | mantis_hif.c | 51 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 …]
|
D | mantis_ca.c | 45 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 …]
|
D | mantis_evm.c | 51 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Plugin", mantis->num); in mantis_hifevm_work() 60 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Unplug", mantis->num); in mantis_hifevm_work() 70 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Ext IRQ", mantis->num); in mantis_hifevm_work() 73 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Timeout", mantis->num); in mantis_hifevm_work() 76 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Alignment Error", mantis->num); in mantis_hifevm_work() 79 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Overflow", mantis->num); in mantis_hifevm_work() 82 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num); in mantis_hifevm_work() 85 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): GPIF IRQ", mantis->num); in mantis_hifevm_work() 88 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Empty", mantis->num); in mantis_hifevm_work() 91 …dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis… in mantis_hifevm_work() [all …]
|
D | mantis_i2c.c | 42 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 …]
|
D | mantis_pci.c | 56 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 …]
|
D | mantis_dma.c | 61 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() 137 dprintk(MANTIS_ERROR, 1, "Error allocating DMA buffer"); in mantis_dma_init() 157 dprintk(MANTIS_DEBUG, 1, "Mantis create RISC program"); in mantis_risc_program() [all …]
|
/linux-3.4.99/arch/arm/mach-footbridge/ |
D | netwinder-hw.c | 405 #define dprintk(x...) macro 407 #define dprintk(x...) printk(x) macro 437 dprintk("Identifier: "); in rwa010_read_ident() 446 dprintk("%02X ", bit); in rwa010_read_ident() 450 dprintk("(%02X) ", si[i]); in rwa010_read_ident() 452 dprintk("\n"); in rwa010_read_ident() 459 dprintk("Card no = %d\n", inb(0x203)); in rwa010_global_init() 480 dprintk("Slider base: "); in rwa010_game_port_init() 485 dprintk("%02X%02X (201)\n", inb(0x203), i); in rwa010_game_port_init() 496 dprintk("WaveArtist base: "); in rwa010_waveartist_init() [all …]
|
/linux-3.4.99/drivers/media/dvb/b2c2/ |
D | flexcop.h | 16 #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)
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | mb86a16.c | 57 #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=0x%i)", in mb86a16_read() 142 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set() 169 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set() 180 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst() 196 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set() 212 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcofs_data_set() [all …]
|
/linux-3.4.99/drivers/media/video/ |
D | videobuf2-core.c | 27 #define dprintk(level, fmt, arg...) \ macro 87 dprintk(3, "Freed plane %d of buffer %d\n", plane, in __vb2_buf_mem_free() 136 dprintk(3, "Buffer %d, plane %d offset 0x%08lx\n", in __setup_offsets() 163 dprintk(1, "Memory alloc for buffer struct failed\n"); in __vb2_queue_alloc() 182 dprintk(1, "Failed allocating memory for " in __vb2_queue_alloc() 194 dprintk(1, "Buffer %d %p initialization" in __vb2_queue_alloc() 207 dprintk(1, "Allocated %d buffers, %d plane(s) each\n", in __vb2_queue_alloc() 278 dprintk(1, "Multi-planar buffer passed but " in __verify_planes_array() 284 dprintk(1, "Incorrect planes array length, " in __verify_planes_array() 413 dprintk(1, "querybuf: wrong buffer type\n"); in vb2_querybuf() [all …]
|
/linux-3.4.99/drivers/media/common/tuners/ |
D | max2165.c | 36 #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 …]
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | dvb-usb-common.h | 17 #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)
|