Home
last modified time | relevance | path

Searched refs:dprintk (Results 1 - 25 of 813) sorted by relevance

12345678910>>...33

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A 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(verbos in dst_put_ci()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A 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(verbos in dst_put_ci()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A 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_AP in saa7164_api_set_vbi_format()
[all...]
H A 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()
255 dprintk(DBGLVL_CMD, "%s(seqno=%d)\n", __func__, seqno); in saa7164_cmd_wait()
268 dprintk(DBGLVL_CMD, in saa7164_cmd_wait()
287 dprintk(DBGLVL_CMD, "%s(seqno=%d) Waiting res = %d (signalled=%d)\n", in saa7164_cmd_wait()
302 dprintk(DBGLVL_CM in saa7164_cmd_signal()
[all...]
H A 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_BU in saa7164_bus_dump()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
H A 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_AP in saa7164_api_set_vbi_format()
[all...]
H A 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_CM in saa7164_cmd_signal()
[all...]
H A 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_BU in saa7164_bus_dump()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H A 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_DEBU in hopper_irq_handler()
[all...]
H A 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_DEBU in mantis_irq_handler()
[all...]
H A Dmantis_core.c37 dprintk(verbose, MANTIS_ERROR, 1, in read_eeprom_byte()
54 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); in get_mac_address()
58 dprintk(verbose, MANTIS_ERROR, 0, in get_mac_address()
107 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_core_init()
110 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_core_init()
113 dprintk(verbose, MANTIS_ERROR, 0, in mantis_core_init()
120 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); in mantis_core_init()
125 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); in mantis_core_init()
130 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); in mantis_core_init()
135 dprintk(verbos in mantis_core_init()
[all...]
H A 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()
122 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Poll Slot status", slot); in mantis_slot_status()
125 dprintk(MANTIS_DEBUG, 1, "CA Module present and ready"); in mantis_slot_status()
128 dprintk(MANTIS_DEBU in mantis_slot_status()
[all...]
H A 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_DEBU in mantis_dvb_stop_feed()
[all...]
H A 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_DEBU in mantis_hif_write_mem()
[all...]
H A 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_INF in mantis_i2c_write()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H A 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_DEBU in hopper_irq_handler()
[all...]
H A 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_DEBU in mantis_irq_handler()
[all...]
H A 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_DEBU in mantis_slot_status()
[all...]
H A 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_DEBU in mantis_dvb_stop_feed()
[all...]
H A 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_DEBU in mantis_hif_write_mem()
[all...]
H A 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_INF in mantis_i2c_write()
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_vb2.c27 #define dprintk(level, fmt, arg...) \ macro
48 dprintk(3, "[%s] count=%d, size=%d\n", ctx->name, in _queue_setup()
60 dprintk(1, "[%s] data will not fit into plane (%lu < %lu)\n", in _buffer_prepare()
66 dprintk(3, "[%s]\n", ctx->name); in _buffer_prepare()
81 dprintk(3, "[%s]\n", ctx->name); in _buffer_queue()
88 dprintk(3, "[%s] count=%d\n", ctx->name, count); in _start_streaming()
98 dprintk(3, "[%s]\n", ctx->name); in _stop_streaming()
115 dprintk(3, "[%s]\n", ctx->name); in _dmxdev_lock()
124 dprintk(3, "[%s]\n", ctx->name); in _dmxdev_unlock()
146 dprintk( in _fill_dmx_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A 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( in _fill_dmx_buffer()
[all...]
/kernel/linux/linux-5.10/drivers/media/common/b2c2/
H A Dflexcop.h17 #define dprintk(level,args...) \ macro
20 #define dprintk(level,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)
/kernel/linux/linux-6.6/drivers/media/common/b2c2/
H A 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)

Completed in 11 milliseconds

12345678910>>...33