Searched refs:dprintk (Results 1 - 200 of 446) sorted by relevance

123

/linux-4.1.27/drivers/media/usb/dvb-usb/
H A 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)
H A 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)
H A 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)
H A 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)
H A 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)
H A 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)
H A 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)
H A 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)
H A Ddtt200u.h20 #define deb_info(args...) dprintk(dvb_usb_dtt200u_debug,0x01,args)
21 #define deb_xfer(args...) dprintk(dvb_usb_dtt200u_debug,0x02,args)
/linux-4.1.27/drivers/media/common/b2c2/
H A 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)
H A 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.1.27/drivers/media/pci/bt8xx/
H A Ddst_ca.c38 #define dprintk(x, y, z, format, arg...) do { \ macro
84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); put_checksum()
85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); put_checksum()
87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); put_checksum()
99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); dst_ci_command()
104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); dst_ci_command()
108 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); dst_ci_command()
114 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); dst_ci_command()
118 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); dst_ci_command()
137 dprintk(verbose, DST_CA_NOTICE, 1, " Put Command"); dst_put_ci()
161 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); ca_get_app_info()
164 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); ca_get_app_info()
165 dprintk(verbose, DST_CA_INFO, 1, " ================================ CI Module Application Info ======================================"); ca_get_app_info()
166 dprintk(verbose, DST_CA_INFO, 1, " Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d]\n%s: Application info=[%s]", ca_get_app_info()
169 dprintk(verbose, DST_CA_INFO, 1, " =================================================================================================="); ca_get_app_info()
176 dprintk(verbose, DST_CA_ERROR, 1, "Invalid string length returned in ca_get_app_info(). Recovering."); ca_get_app_info()
200 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); ca_get_ca_info()
203 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); ca_get_ca_info()
206 dprintk(verbose, DST_CA_INFO, 0, " DST data = ["); ca_get_ca_info()
208 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x", state->messages[i]); ca_get_ca_info()
210 dprintk(verbose, DST_CA_INFO, 0, "]\n"); ca_get_ca_info()
216 dprintk(verbose, DST_CA_ERROR, 1, "Invalid number of ids (>100). Recovering."); ca_get_ca_info()
220 dprintk(verbose, DST_CA_INFO, 0, " CA_INFO = ["); ca_get_ca_info()
224 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x%02x", state->messages[srcPtr + 0], state->messages[srcPtr + 1]); ca_get_ca_info()
231 dprintk(verbose, DST_CA_INFO, 0, "]\n"); ca_get_ca_info()
244 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); ca_get_slot_caps()
247 dprintk(verbose, DST_CA_NOTICE, 1, " -->dst_put_ci SUCCESS !"); ca_get_slot_caps()
251 dprintk(verbose, DST_CA_INFO, 1, " Slot cap = [%d]", slot_cap[7]); ca_get_slot_caps()
252 dprintk(verbose, DST_CA_INFO, 0, "===================================\n"); ca_get_slot_caps()
254 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_cap[i]); ca_get_slot_caps()
255 dprintk(verbose, DST_CA_INFO, 0, "\n"); ca_get_slot_caps()
284 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); ca_get_slot_info()
287 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); ca_get_slot_info()
291 dprintk(verbose, DST_CA_INFO, 1, " Slot info = [%d]", slot_info[3]); ca_get_slot_info()
292 dprintk(verbose, DST_CA_INFO, 0, "===================================\n"); ca_get_slot_info()
294 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_info[i]); ca_get_slot_info()
295 dprintk(verbose, DST_CA_INFO, 0, "\n"); ca_get_slot_info()
324 dprintk(verbose, DST_CA_NOTICE, 1, " Message = [%*ph]", ca_get_message()
332 dprintk(verbose, DST_CA_NOTICE, 1, " Command=[0x%x]", command); ca_get_message()
358 dprintk(verbose, DST_CA_ERROR, 1, " Message too long ! *** Bailing Out *** !"); handle_dst_tag()
382 dprintk(verbose, DST_CA_ERROR, 1, " DST-CI Command failed."); write_to_8820()
383 dprintk(verbose, DST_CA_NOTICE, 1, " Resetting DST."); write_to_8820()
387 dprintk(verbose, DST_CA_NOTICE, 1, " DST-CI Command success."); write_to_8820()
398 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); asn_1_decode()
401 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length); asn_1_decode()
407 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length); asn_1_decode()
417 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); debug_string()
419 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]); debug_string()
420 dprintk(verbose, DST_CA_DEBUG, 0, "]\n"); debug_string()
432 dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length); ca_set_pmt()
457 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !"); dst_check_ca_pmt()
463 dprintk(verbose, DST_CA_ERROR, 1, " Not there yet"); dst_check_ca_pmt()
468 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !"); dst_check_ca_pmt()
471 dprintk(verbose, DST_CA_NOTICE, 1, " ca_set_pmt.. success !"); dst_check_ca_pmt()
487 dprintk(verbose, DST_CA_ERROR, 1, " Memory allocation failure"); ca_send_message()
490 dprintk(verbose, DST_CA_DEBUG, 1, " "); ca_send_message()
507 dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command); ca_send_message()
511 dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT"); ca_send_message()
513 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT Failed !"); ca_send_message()
517 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT Success !"); ca_send_message()
520 dprintk(verbose, DST_CA_INFO, 1, "Command = CA_PMT_REPLY"); ca_send_message()
523 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT_REPLY Failed !"); ca_send_message()
527 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT_REPLY Success !"); ca_send_message()
530 dprintk(verbose, DST_CA_INFO, 1, " Getting Cam Application information"); ca_send_message()
533 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_APP_INFO_ENQUIRY Failed !"); ca_send_message()
537 dprintk(verbose, DST_CA_INFO, 1, " -->CA_APP_INFO_ENQUIRY Success !"); ca_send_message()
540 dprintk(verbose, DST_CA_INFO, 1, " Getting CA Information"); ca_send_message()
543 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_INFO_ENQUIRY Failed !"); ca_send_message()
547 dprintk(verbose, DST_CA_INFO, 1, " -->CA_INFO_ENQUIRY Success !"); ca_send_message()
574 dprintk(verbose, DST_CA_ERROR, 1, " Memory allocation failure"); dst_ca_ioctl()
582 dprintk(verbose, DST_CA_INFO, 1, " Sending message"); dst_ca_ioctl()
584 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SEND_MSG Failed !"); dst_ca_ioctl()
590 dprintk(verbose, DST_CA_INFO, 1, " Getting message"); dst_ca_ioctl()
592 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_MSG Failed !"); dst_ca_ioctl()
596 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_MSG Success !"); dst_ca_ioctl()
599 dprintk(verbose, DST_CA_ERROR, 1, " Resetting DST"); dst_ca_ioctl()
604 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot info"); dst_ca_ioctl()
606 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_SLOT_INFO Failed !"); dst_ca_ioctl()
610 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_SLOT_INFO Success !"); dst_ca_ioctl()
613 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot capabilities"); dst_ca_ioctl()
615 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_CAP Failed !"); dst_ca_ioctl()
619 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_CAP Success !"); dst_ca_ioctl()
622 dprintk(verbose, DST_CA_INFO, 1, " Getting descrambler description"); dst_ca_ioctl()
624 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_DESCR_INFO Failed !"); dst_ca_ioctl()
628 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_DESCR_INFO Success !"); dst_ca_ioctl()
631 dprintk(verbose, DST_CA_INFO, 1, " Setting descrambler"); dst_ca_ioctl()
633 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SET_DESCR Failed !"); dst_ca_ioctl()
637 dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_DESCR Success !"); dst_ca_ioctl()
640 dprintk(verbose, DST_CA_INFO, 1, " Setting PID"); dst_ca_ioctl()
642 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SET_PID Failed !"); dst_ca_ioctl()
646 dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_PID Success !"); dst_ca_ioctl()
661 dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file); dst_ca_open()
669 dprintk(verbose, DST_CA_DEBUG, 1, " Device closed."); dst_ca_release()
677 dprintk(verbose, DST_CA_DEBUG, 1, " Device read."); dst_ca_read()
684 dprintk(verbose, DST_CA_DEBUG, 1, " Device write."); dst_ca_write()
711 dprintk(verbose, DST_CA_ERROR, 1, "registering DST-CA device"); dst_ca_attach()
H A 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); dst_gpio_outb()
96 dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, mask, enbb); dst_gpio_outb()
108 dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", err, enbb, outhigh); dst_gpio_outb()
122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err); dst_gpio_inb()
132 dprintk(verbose, DST_INFO, 1, "Resetting state machine"); rdc_reset_state()
134 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); rdc_reset_state()
139 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); rdc_reset_state()
150 dprintk(verbose, DST_DEBUG, 1, "Resetting DST"); rdc_8820_reset()
152 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); rdc_8820_reset()
157 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); rdc_8820_reset()
167 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); dst_pio_enable()
178 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); dst_pio_disable()
195 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb ERROR !"); dst_wait_dst_ready()
199 dprintk(verbose, DST_INFO, 1, "dst wait ready after %d", i); dst_wait_dst_ready()
204 dprintk(verbose, DST_NOTICE, 1, "dst wait NOT ready after %d", i); dst_wait_dst_ready()
212 dprintk(verbose, DST_NOTICE, 1, "Trying to return from previous errors."); dst_error_recovery()
224 dprintk(verbose, DST_INFO, 1, "Trying to bailout from previous error."); dst_error_bailout()
235 dprintk(verbose, DST_INFO, 1, "Initializing DST."); dst_comm_init()
237 dprintk(verbose, DST_ERROR, 1, "PIO Enable Failed"); dst_comm_init()
241 dprintk(verbose, DST_ERROR, 1, "RDC 8820 State RESET Failed."); dst_comm_init()
265 dprintk(verbose, DST_NOTICE, 0, "writing [ "); write_dst()
267 dprintk(verbose, DST_NOTICE, 0, "%02x ", data[i]); write_dst()
268 dprintk(verbose, DST_NOTICE, 0, "]\n"); write_dst()
272 dprintk(verbose, DST_INFO, 1, "_write_dst error (err == %i, len == 0x%02x, b0 == 0x%02x)", err, len, data[0]); write_dst()
279 dprintk(verbose, DST_INFO, 1, "RDC 8820 RESET"); write_dst()
303 dprintk(verbose, DST_INFO, 1, "read_dst error (err == %i, len == 0x%02x, b0 == 0x%02x)", err, len, ret[0]); read_dst()
310 dprintk(verbose, DST_INFO, 1, "RDC 8820 RESET"); read_dst()
315 dprintk(verbose, DST_DEBUG, 1, "reply is 0x%x", ret[0]); read_dst()
317 dprintk(verbose, DST_DEBUG, 0, " 0x%x", ret[err]); read_dst()
319 dprintk(verbose, DST_DEBUG, 0, "\n"); read_dst()
329 dprintk(verbose, DST_INFO, 1, "Polarization=[Vertical]"); dst_set_polarization()
333 dprintk(verbose, DST_INFO, 1, "Polarization=[Horizontal]"); dst_set_polarization()
346 dprintk(verbose, DST_INFO, 1, "set Frequency %u", freq); dst_set_freq()
465 dprintk(verbose, DST_INFO, 1, "set symrate %u", srate); dst_set_symbolrate()
473 dprintk(verbose, DST_INFO, 1, "set symcalc %u", symcalc); dst_set_symbolrate()
488 dprintk(verbose, DST_DEBUG, 1, "%s", state->fw_name); dst_set_symbolrate()
562 dprintk(verbose, DST_ERROR, 0, "DST type flags :"); dst_type_flags_print()
564 dprintk(verbose, DST_ERROR, 0, " 0x%x newtuner", DST_TYPE_HAS_TS188); dst_type_flags_print()
566 dprintk(verbose, DST_ERROR, 0, " 0x%x newtuner 2", DST_TYPE_HAS_NEWTUNE_2); dst_type_flags_print()
568 dprintk(verbose, DST_ERROR, 0, " 0x%x ts204", DST_TYPE_HAS_TS204); dst_type_flags_print()
570 dprintk(verbose, DST_ERROR, 0, " 0x%x VLF", DST_TYPE_HAS_VLF); dst_type_flags_print()
572 dprintk(verbose, DST_ERROR, 0, " 0x%x symdiv", DST_TYPE_HAS_SYMDIV); dst_type_flags_print()
574 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 1", DST_TYPE_HAS_FW_1); dst_type_flags_print()
576 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 2", DST_TYPE_HAS_FW_2); dst_type_flags_print()
578 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 3", DST_TYPE_HAS_FW_3); dst_type_flags_print()
579 dprintk(verbose, DST_ERROR, 0, "\n"); dst_type_flags_print()
604 dprintk(verbose, DST_INFO, 1, "invalid dst type %d", type); dst_type_print()
607 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype); dst_type_print()
915 dprintk(verbose, DST_INFO, 1, "Unsupported Command"); dst_get_mac()
920 dprintk(verbose, DST_ERROR, 1, "MAC Address=[%pM]", state->mac_address); dst_get_mac()
930 dprintk(verbose, DST_INFO, 1, "Unsupported Command"); dst_fw_ver()
934 dprintk(verbose, DST_ERROR, 1, "Firmware Ver = %x.%x Build = %02x, on %x:%x, %x-%x-20%02x", dst_fw_ver()
951 dprintk(verbose, DST_INFO, 1, "Unsupported Command"); dst_card_type()
956 dprintk(verbose, DST_ERROR, 1, "Device Model=[%s]", &state->card_info[0]); dst_card_type()
961 dprintk(verbose, DST_ERROR, 1, "DST has [%s] tuner, tuner type=[%d]", dst_card_type()
974 dprintk(verbose, DST_INFO, 1, "Unsupported Command"); dst_get_vendor()
979 dprintk(verbose, DST_ERROR, 1, "Vendor=[%s]", &state->vendor[0]); dst_get_vendor()
1002 dprintk(verbose, DST_ERROR, 1, "Cmd=[0x04] failed"); dst_check_stv0299()
1008 dprintk(verbose, DST_ERROR, 1, "Found a STV0299 NIM"); dst_check_stv0299()
1022 dprintk(verbose, DST_ERROR, 1, "Cmd=[0x10], failed"); dst_check_mb86a15()
1028 dprintk(verbose, DST_ERROR, 1, "Found a MB86A15 NIM"); dst_check_mb86a15()
1043 dprintk(verbose, DST_ERROR, 1, "DST TYpe = MULTI FE"); dst_get_tuner_info()
1046 dprintk(verbose, DST_INFO, 1, "Cmd=[0x13], Unsupported"); dst_get_tuner_info()
1051 dprintk(verbose, DST_INFO, 1, "Cmd=[0xb], Unsupported"); dst_get_tuner_info()
1057 dprintk(verbose, DST_ERROR, 1, "DST type has TS=188"); dst_get_tuner_info()
1067 dprintk(verbose, DST_ERROR, 1, "DST has Daughterboard"); dst_get_tuner_info()
1075 dprintk(verbose, DST_ERROR, 1, "Forcing [%s] to TS188", state->fw_name); dst_get_tuner_info()
1104 dprintk(verbose, DST_INFO, 1, "Write not Acknowledged! [Reply=0x%02x]", reply); dst_get_device_id()
1114 dprintk(verbose, DST_INFO, 1, "Checksum failure!"); dst_get_device_id()
1126 dprintk(verbose, DST_ERROR, 1, "Recognise [%s]", p_dst_type->device_id); dst_get_device_id()
1134 dprintk(verbose, DST_ERROR, 1, "Unsupported"); dst_get_device_id()
1142 dprintk(verbose, DST_ERROR, 1, "Unsupported"); dst_get_device_id()
1150 dprintk(verbose, DST_ERROR, 1, "[%s] has a [%s]", dst_get_device_id()
1159 dprintk(verbose, DST_ERROR, 1, "Unable to recognize %s or %s", &state->rxbuffer[0], &state->rxbuffer[1]); dst_get_device_id()
1160 dprintk(verbose, DST_ERROR, 1, "please email linux-dvb@linuxtv.org with this type in"); dst_get_device_id()
1177 dprintk(verbose, DST_ERROR, 1, "RDC 8820 RESET Failed."); dst_probe()
1185 dprintk(verbose, DST_ERROR, 1, "DST Initialization Failed."); dst_probe()
1190 dprintk(verbose, DST_ERROR, 1, "unknown device."); dst_probe()
1194 dprintk(verbose, DST_INFO, 1, "MAC: Unsupported command"); dst_probe()
1198 dprintk(verbose, DST_INFO, 1, "Tuner: Unsupported command"); dst_probe()
1205 dprintk(verbose, DST_INFO, 1, "FW: Unsupported command"); dst_probe()
1209 dprintk(verbose, DST_INFO, 1, "Card: Unsupported command"); dst_probe()
1213 dprintk(verbose, DST_INFO, 1, "Vendor: Unsupported command"); dst_probe()
1227 dprintk(verbose, DST_NOTICE, 1, "DST Communication Initialization Failed."); dst_command()
1231 dprintk(verbose, DST_INFO, 1, "Trying to recover.. "); dst_command()
1233 dprintk(verbose, DST_ERROR, 1, "Recovery Failed."); dst_command()
1239 dprintk(verbose, DST_ERROR, 1, "PIO Disable Failed."); dst_command()
1245 dprintk(verbose, DST_DEBUG, 1, "Trying to recover.. "); dst_command()
1247 dprintk(verbose, DST_INFO, 1, "Recovery Failed."); dst_command()
1253 dprintk(verbose, DST_INFO, 1, "write not acknowledged 0x%02x ", reply); dst_command()
1265 dprintk(verbose, DST_DEBUG, 1, "Trying to recover.. "); dst_command()
1267 dprintk(verbose, DST_INFO, 1, "Recovery failed."); dst_command()
1273 dprintk(verbose, DST_INFO, 1, "checksum failure"); dst_command()
1289 //dprintk("%s: Getting Signal strength and other parameters\n", __func__); dst_get_signal()
1349 dprintk(verbose, DST_DEBUG, 1, "read not successful"); dst_get_tuna()
1356 dprintk(verbose, DST_INFO, 1, "checksum failure ? "); dst_get_tuna()
1361 dprintk(verbose, DST_INFO, 1, "checksum failure? "); dst_get_tuna()
1387 dprintk(verbose, DST_INFO, 1, "type_flags 0x%x ", state->type_flags); dst_write_tuna()
1397 dprintk(verbose, DST_DEBUG, 1, "DST Communication initialization failed."); dst_write_tuna()
1412 dprintk(verbose, DST_DEBUG, 1, "write not successful"); dst_write_tuna()
1416 dprintk(verbose, DST_DEBUG, 1, "DST PIO disable failed !"); dst_write_tuna()
1420 dprintk(verbose, DST_DEBUG, 1, "read verify not successful."); dst_write_tuna()
1424 dprintk(verbose, DST_DEBUG, 1, "write not acknowledged 0x%02x ", reply); dst_write_tuna()
1622 dprintk(verbose, DST_DEBUG, 1, "Set Frequency=[%d]", p->frequency); dst_set_frontend()
1630 dprintk(verbose, DST_DEBUG, 1, "Set Symbolrate=[%d]", p->symbol_rate); dst_set_frontend()
1656 dprintk(verbose, DST_DEBUG, 1, "Set Frequency=[%d]", p->frequency); dst_tune_frontend()
1664 dprintk(verbose, DST_DEBUG, 1, "Set Symbolrate=[%d]", p->symbol_rate); dst_tune_frontend()
1750 dprintk(verbose, DST_ERROR, 1, "unknown DST type. please report to the LinuxTV.org DVB mailinglist."); dst_attach()
H A Dbttv-input.c40 #undef dprintk macro
41 #define dprintk(fmt, ...) \ macro
68 dprintk("irq gpio=0x%x code=%d | %s%s%s\n", ir_handle_key()
102 dprintk("gpio=0x%x code=%d | %s\n", ir_enltv_handle_key()
113 dprintk("(cnt) gpio=0x%x code=%d | %s\n", ir_enltv_handle_key()
183 dprintk("rc5_decode(%x) bad code\n", bttv_rc5_decode()
188 dprintk("code=%x, rc5=%x, start=%x, toggle=%x, address=%x, " bttv_rc5_decode()
217 dprintk("spurious timer_end\n"); bttv_rc5_timer_end()
223 dprintk("short code: %x\n", ir->code); bttv_rc5_timer_end()
246 dprintk("scancode %x, toggle %x\n", scancode, toggle); bttv_rc5_timer_end()
272 dprintk("RC5 IRQ: gap %d us for %s\n", bttv_rc5_irq()
346 dprintk("read error\n"); get_key_pv951()
353 dprintk("key %02x\n", b); get_key_pv951()
522 dprintk("Ooops: IR config error [card=%d]\n", btv->c.type); bttv_input_init()
H A Dbt878.c75 #if defined(dprintk)
76 #undef dprintk macro
78 #define dprintk(fmt, arg...) \ macro
169 dprintk("bt878: risc len lines %u, bytes per line %u\n", bt878_risc_program()
207 dprintk("bt878 debug: bt878_start (ctl=%8.8x)\n", controlreg); bt878_start()
241 dprintk("bt878 debug: bt878_stop\n"); bt878_stop()
253 dprintk("bt878(%d) debug: bt878_stop, i=%d, stat=0x%8.8x\n", bt878_stop()
278 /* dprintk("bt878(%d) debug: irq count %d, stat 0x%8.8x, mask 0x%8.8x\n",bt->nr,count,stat,mask); */ bt878_irq()
346 // dprintk("dvb_bt8xx: dst enable mask 0x%02x enb 0x%02x \n", mp->dstg.enb.mask, mp->dstg.enb.enable); bt878_device_control()
352 // dprintk("dvb_bt8xx: dst write gpio mask 0x%02x out 0x%02x\n", mp->dstg.outp.mask, mp->dstg.outp.highvals); bt878_device_control()
361 // dprintk("dvb_bt8xx: dst read gpio 0x%02x\n", (unsigned)mp->dstg.rd.value); bt878_device_control()
/linux-4.1.27/drivers/media/pci/mantis/
H A Dhopper_cards.c76 dprintk(MANTIS_ERROR, 1, "Mantis == NULL"); hopper_irq_handler()
97 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); hopper_irq_handler()
99 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); hopper_irq_handler()
102 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); hopper_irq_handler()
108 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); hopper_irq_handler()
112 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); hopper_irq_handler()
115 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); hopper_irq_handler()
118 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); hopper_irq_handler()
121 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); hopper_irq_handler()
124 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); hopper_irq_handler()
127 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); hopper_irq_handler()
132 dprintk(MANTIS_DEBUG, 0, "<%s>", label[9]); hopper_irq_handler()
148 dprintk(MANTIS_DEBUG, 0, "<Unknown> Stat=<%02x> Mask=<%02x>", stat, mask); hopper_irq_handler()
150 dprintk(MANTIS_DEBUG, 0, "\n"); hopper_irq_handler()
177 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis PCI initialization failed <%d>", err); hopper_pci_probe()
183 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis stream control failed <%d>", err); hopper_pci_probe()
189 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis I2C initialization failed <%d>", err); hopper_pci_probe()
195 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis MAC address read failed <%d>", err); hopper_pci_probe()
201 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DMA initialization failed <%d>", err); hopper_pci_probe()
207 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DVB initialization failed <%d>", err); hopper_pci_probe()
215 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DMA exit! <%d>", err); hopper_pci_probe()
219 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis I2C exit! <%d>", err); hopper_pci_probe()
223 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis PCI exit! <%d>", err); hopper_pci_probe()
227 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis free! <%d>", err); hopper_pci_probe()
H A Dmantis_i2c.c42 dprintk(MANTIS_INFO, 0, " %s: Address=[0x%02x] <R>[ ", mantis_i2c_read()
64 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); mantis_i2c_read()
73 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); mantis_i2c_read()
77 dprintk(MANTIS_INFO, 0, "%02x ", msg->buf[i]); mantis_i2c_read()
79 dprintk(MANTIS_INFO, 0, "]\n"); mantis_i2c_read()
89 dprintk(MANTIS_INFO, 0, " %s: Address=[0x%02x] <W>[ ", mantis_i2c_write()
93 dprintk(MANTIS_INFO, 0, "%02x ", msg->buf[i]); mantis_i2c_write()
112 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); mantis_i2c_write()
121 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); mantis_i2c_write()
123 dprintk(MANTIS_INFO, 0, "]\n"); mantis_i2c_write()
140 dprintk(MANTIS_DEBUG, 1, "Messages:%d", num); mantis_i2c_xfer()
151 dprintk(MANTIS_DEBUG, 0, " Byte MODE:\n"); mantis_i2c_xfer()
172 dprintk(MANTIS_DEBUG, 0, " Byte <%d> RXD=0x%02x [%02x]\n", 0x0, data, msgs[i + 1].buf[0]); mantis_i2c_xfer()
175 dprintk(MANTIS_ERROR, 1, " I/O error, LINE:%d", __LINE__); mantis_i2c_xfer()
181 dprintk(MANTIS_ERROR, 1, " I/O error, LINE:%d", __LINE__); mantis_i2c_xfer()
242 dprintk(MANTIS_DEBUG, 1, "Initializing I2C .."); mantis_i2c_init()
247 dprintk(MANTIS_DEBUG, 1, "Disabling I2C interrupt"); mantis_i2c_init()
259 dprintk(MANTIS_DEBUG, 1, "Disabling I2C interrupt"); mantis_i2c_exit()
263 dprintk(MANTIS_DEBUG, 1, "Removing I2C adapter"); mantis_i2c_exit()
H A Dmantis_pci.c56 dprintk(MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", mantis_pci_init()
66 dprintk(MANTIS_ERROR, 1, "ERROR: PCI enable failed <%i>", err); mantis_pci_init()
72 dprintk(MANTIS_ERROR, 1, "ERROR: Unable to obtain 32 bit DMA <%i>", err); mantis_pci_init()
83 dprintk(MANTIS_ERROR, 1, "ERROR: BAR0 Request failed !"); mantis_pci_init()
92 dprintk(MANTIS_ERROR, 1, "ERROR: BAR0 remap failed !"); mantis_pci_init()
101 dprintk(MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", mantis_pci_init()
106 dprintk(MANTIS_ERROR, 0, mantis_pci_init()
121 dprintk(MANTIS_ERROR, 1, "ERROR: IRQ registration failed ! <%d>", err); mantis_pci_init()
131 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> I/O unmap", ret); mantis_pci_init()
136 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> releasing regions", ret); mantis_pci_init()
141 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> disabling device", ret); mantis_pci_init()
145 dprintk(MANTIS_ERROR, 1, "ERROR: <%d> exiting", ret); mantis_pci_init()
154 dprintk(MANTIS_NOTICE, 1, " mem: 0x%p", mantis->mmio); mantis_pci_exit()
H A Dmantis_evm.c50 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Plugin", mantis->num); mantis_hifevm_work()
59 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Unplug", mantis->num); mantis_hifevm_work()
69 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Ext IRQ", mantis->num); mantis_hifevm_work()
72 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Timeout", mantis->num); mantis_hifevm_work()
75 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Alignment Error", mantis->num); mantis_hifevm_work()
78 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Overflow", mantis->num); mantis_hifevm_work()
81 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num); mantis_hifevm_work()
84 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): GPIF IRQ", mantis->num); mantis_hifevm_work()
87 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Empty", mantis->num); mantis_hifevm_work()
90 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis->num); mantis_hifevm_work()
101 dprintk(MANTIS_DEBUG, 1, "Initializing Mantis Host I/F Event manager"); mantis_evmgr_init()
113 dprintk(MANTIS_DEBUG, 1, "Mantis Host I/F Event manager exiting"); mantis_evmgr_exit()
H A Dmantis_ca.c45 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Read", slot); mantis_ca_read_attr_mem()
58 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request Attribute Mem Write", slot); mantis_ca_write_attr_mem()
71 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Read", slot); mantis_ca_read_cam_ctl()
84 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Request CAM control Write", slot); mantis_ca_write_cam_ctl()
97 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot RESET", slot); mantis_ca_slot_reset()
113 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Slot shutdown", slot); mantis_ca_slot_shutdown()
123 dprintk(MANTIS_DEBUG, 1, "Slot(%d): TS control", slot); mantis_ts_control()
134 dprintk(MANTIS_DEBUG, 1, "Slot(%d): Poll Slot status", slot); mantis_slot_status()
137 dprintk(MANTIS_DEBUG, 1, "CA Module present and ready"); mantis_slot_status()
140 dprintk(MANTIS_DEBUG, 1, "CA Module not present or not ready"); mantis_slot_status()
152 dprintk(MANTIS_DEBUG, 1, "Initializing Mantis CA"); mantis_ca_init()
155 dprintk(MANTIS_ERROR, 1, "Out of memory!, exiting .."); mantis_ca_init()
181 dprintk(MANTIS_ERROR, 1, "Registering EN50221 device"); mantis_ca_init()
184 dprintk(MANTIS_ERROR, 1, "EN50221: Initialization failed <%d>", result); mantis_ca_init()
187 dprintk(MANTIS_ERROR, 1, "Registered EN50221 device"); mantis_ca_init()
200 dprintk(MANTIS_DEBUG, 1, "Mantis CA exit"); mantis_ca_exit()
205 dprintk(MANTIS_ERROR, 1, "Unregistering EN50221 device"); mantis_ca_exit()
H A Dmantis_core.c49 dprintk(verbose, MANTIS_ERROR, 1, read_eeprom_byte()
66 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); get_mac_address()
70 dprintk(verbose, MANTIS_ERROR, 0, get_mac_address()
119 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", mantis_core_init()
122 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", mantis_core_init()
125 dprintk(verbose, MANTIS_ERROR, 0, mantis_core_init()
132 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); mantis_core_init()
137 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); mantis_core_init()
142 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); mantis_core_init()
147 dprintk(verbose, MANTIS_DEBUG, 1, "Mantis DVB init failed"); mantis_core_init()
152 dprintk(verbose, MANTIS_DEBUG, 1, "Mantis UART init failed"); mantis_core_init()
162 dprintk(verbose, MANTIS_ERROR, 1, "DMA engine stopping"); mantis_core_exit()
165 dprintk(verbose, MANTIS_ERROR, 1, "UART exit failed"); mantis_core_exit()
168 dprintk(verbose, MANTIS_ERROR, 1, "DMA exit failed"); mantis_core_exit()
170 dprintk(verbose, MANTIS_ERROR, 1, "DVB exit failed"); mantis_core_exit()
172 dprintk(verbose, MANTIS_ERROR, 1, "I2C adapter delete.. failed"); mantis_core_exit()
199 dprintk(verbose, MANTIS_DEBUG, 1, "TS direction setup"); mantis_set_direction()
H A Dmantis_cards.c84 dprintk(MANTIS_ERROR, 1, "Mantis == NULL"); mantis_irq_handler()
105 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask); mantis_irq_handler()
107 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); mantis_irq_handler()
110 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); mantis_irq_handler()
116 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); mantis_irq_handler()
120 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); mantis_irq_handler()
123 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); mantis_irq_handler()
126 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); mantis_irq_handler()
129 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); mantis_irq_handler()
132 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); mantis_irq_handler()
135 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); mantis_irq_handler()
140 dprintk(MANTIS_DEBUG, 0, "<%s>", label[9]); mantis_irq_handler()
156 dprintk(MANTIS_DEBUG, 0, "<Unknown> Stat=<%02x> Mask=<%02x>", stat, mask); mantis_irq_handler()
158 dprintk(MANTIS_DEBUG, 0, "\n"); mantis_irq_handler()
185 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis PCI initialization failed <%d>", err); mantis_pci_probe()
191 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis stream control failed <%d>", err); mantis_pci_probe()
197 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis I2C initialization failed <%d>", err); mantis_pci_probe()
203 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis MAC address read failed <%d>", err); mantis_pci_probe()
209 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DMA initialization failed <%d>", err); mantis_pci_probe()
215 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DVB initialization failed <%d>", err); mantis_pci_probe()
220 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis UART initialization failed <%d>", err); mantis_pci_probe()
229 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis UART exit! <%d>", err); mantis_pci_probe()
234 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis DMA exit! <%d>", err); mantis_pci_probe()
238 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis I2C exit! <%d>", err); mantis_pci_probe()
242 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis PCI exit! <%d>", err); mantis_pci_probe()
246 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis free! <%d>", err); mantis_pci_probe()
H A Dmantis_dvb.c49 dprintk(MANTIS_DEBUG, 1, "Power ON"); mantis_frontend_power()
57 dprintk(MANTIS_DEBUG, 1, "Power OFF"); mantis_frontend_power()
63 dprintk(MANTIS_DEBUG, 1, "Unknown state <%02x>", power); mantis_frontend_power()
75 dprintk(MANTIS_DEBUG, 1, "Frontend RESET"); mantis_frontend_soft_reset()
96 dprintk(MANTIS_ERROR, 1, "Frontend POWER OFF failed! <%d>", err); mantis_frontend_shutdown()
108 dprintk(MANTIS_DEBUG, 1, "Mantis DVB Start feed"); mantis_dvb_start_feed()
110 dprintk(MANTIS_DEBUG, 1, "no frontend ?"); mantis_dvb_start_feed()
115 dprintk(MANTIS_DEBUG, 1, "mantis start feed, feeds=%d", mantis->feeds); mantis_dvb_start_feed()
118 dprintk(MANTIS_DEBUG, 1, "mantis start feed & dma"); mantis_dvb_start_feed()
131 dprintk(MANTIS_DEBUG, 1, "Mantis DVB Stop feed"); mantis_dvb_stop_feed()
133 dprintk(MANTIS_DEBUG, 1, "no frontend ?"); mantis_dvb_stop_feed()
139 dprintk(MANTIS_DEBUG, 1, "mantis stop feed and dma"); mantis_dvb_stop_feed()
152 dprintk(MANTIS_DEBUG, 1, "dvb_register_adapter"); mantis_dvb_init()
162 dprintk(MANTIS_ERROR, 1, "Error registering adapter"); mantis_dvb_init()
178 dprintk(MANTIS_DEBUG, 1, "dvb_dmx_init"); mantis_dvb_init()
181 dprintk(MANTIS_ERROR, 1, "dvb_dmx_init failed, ERROR=%d", result); mantis_dvb_init()
189 dprintk(MANTIS_DEBUG, 1, "dvb_dmxdev_init"); mantis_dvb_init()
194 dprintk(MANTIS_ERROR, 1, "dvb_dmxdev_init failed, ERROR=%d", result); mantis_dvb_init()
202 dprintk(MANTIS_ERROR, 1, "dvb_dmx_init failed, ERROR=%d", result); mantis_dvb_init()
209 dprintk(MANTIS_ERROR, 1, "dvb_dmx_init failed, ERROR=%d", result); mantis_dvb_init()
215 dprintk(MANTIS_ERROR, 1, "dvb_dmx_init failed, ERROR=%d", result); mantis_dvb_init()
225 dprintk(MANTIS_ERROR, 1, "!!! NO Frontends found !!!"); mantis_dvb_init()
229 dprintk(MANTIS_ERROR, 1, "FE <NULL>"); mantis_dvb_init()
234 dprintk(MANTIS_ERROR, 1, "ERROR: Frontend registration failed"); mantis_dvb_init()
282 dprintk(MANTIS_ERROR, 1, "Frontend exit while POWER ON! <%d>", err); mantis_dvb_exit()
296 dprintk(MANTIS_DEBUG, 1, "dvb_unregister_adapter"); mantis_dvb_exit()
H A Dmantis_vp1034.c53 dprintk(MANTIS_ERROR, 1, "Polarization=[13V]"); vp1034_set_voltage()
58 dprintk(MANTIS_ERROR, 1, "Polarization=[18V]"); vp1034_set_voltage()
63 dprintk(MANTIS_ERROR, 1, "Frontend (dummy) POWERDOWN"); vp1034_set_voltage()
66 dprintk(MANTIS_ERROR, 1, "Invalid = (%d)", (u32) voltage); vp1034_set_voltage()
85 dprintk(MANTIS_ERROR, 1, "Probing for MB86A16 (DVB-S/DSS)"); vp1034_frontend_init()
88 dprintk(MANTIS_ERROR, 1, vp1034_frontend_init()
96 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", vp1034_frontend_init()
103 dprintk(MANTIS_ERROR, 1, "Done!"); vp1034_frontend_init()
H A Dmantis_dma.c61 dprintk(MANTIS_ERROR, 1, mantis_dma_exit()
73 dprintk(MANTIS_ERROR, 1, mantis_dma_exit()
96 dprintk(MANTIS_ERROR, 1, mantis_alloc_buffers()
101 dprintk(MANTIS_ERROR, 1, mantis_alloc_buffers()
112 dprintk(MANTIS_ERROR, 1, mantis_alloc_buffers()
119 dprintk(MANTIS_ERROR, 1, mantis_alloc_buffers()
127 dprintk(MANTIS_ERROR, 1, "Out of memory (?) ....."); mantis_alloc_buffers()
135 dprintk(MANTIS_DEBUG, 1, "Mantis DMA init"); mantis_dma_init()
137 dprintk(MANTIS_ERROR, 1, "Error allocating DMA buffer"); mantis_dma_init()
157 dprintk(MANTIS_DEBUG, 1, "Mantis create RISC program"); mantis_risc_program()
160 dprintk(MANTIS_DEBUG, 1, "risc len lines %u, bytes per line %u, bytes per DMA tr %u", mantis_risc_program()
165 dprintk(MANTIS_DEBUG, 1, "RISC PROG line=[%d], step=[%d]", line, step); mantis_risc_program()
184 dprintk(MANTIS_DEBUG, 1, "Mantis Start DMA engine"); mantis_dma_start()
202 dprintk(MANTIS_DEBUG, 1, "Mantis Stop DMA engine"); mantis_dma_stop()
223 dprintk(MANTIS_DEBUG, 1, "last block=[%d] finished block=[%d]", mantis_dma_xfer()
H A Dmantis_hif.c51 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Smart buffer operation timeout !", mantis->num); mantis_hif_sbuf_opdone_wait()
54 dprintk(MANTIS_DEBUG, 1, "Smart Buffer Operation complete"); mantis_hif_sbuf_opdone_wait()
69 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write ACK timed out !", mantis->num); mantis_hif_write_wait()
72 dprintk(MANTIS_DEBUG, 1, "Write Acknowledged"); mantis_hif_write_wait()
79 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num); mantis_hif_write_wait()
84 dprintk(MANTIS_DEBUG, 1, "HIF Write success"); mantis_hif_write_wait()
94 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF Mem Read", mantis->num); mantis_hif_read_mem()
107 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): GPIF Smart Buffer operation failed", mantis->num); mantis_hif_read_mem()
113 dprintk(MANTIS_DEBUG, 1, "Mem Read: 0x%02x", data); mantis_hif_read_mem()
123 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF Mem Write", mantis->num); mantis_hif_write_mem()
136 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): HIF Smart Buffer operation failed", mantis->num); mantis_hif_write_mem()
140 dprintk(MANTIS_DEBUG, 1, "Mem Write: (0x%02x to 0x%02x)", data, addr); mantis_hif_write_mem()
151 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF I/O Read", mantis->num); mantis_hif_read_iom()
164 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): HIF Smart Buffer operation failed", mantis->num); mantis_hif_read_iom()
169 dprintk(MANTIS_DEBUG, 1, "I/O Read: 0x%02x", data); mantis_hif_read_iom()
181 dprintk(MANTIS_DEBUG, 1, "Adapter(%d) Slot(0): Request HIF I/O Write", mantis->num); mantis_hif_write_iom()
193 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): HIF Smart Buffer operation failed", mantis->num); mantis_hif_write_iom()
197 dprintk(MANTIS_DEBUG, 1, "I/O Write: (0x%02x to 0x%02x)", data, addr); mantis_hif_write_iom()
211 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Initializing Mantis Host Interface", mantis->num); mantis_hif_init()
233 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Exiting Mantis Host Interface", mantis->num); mantis_hif_exit()
H A Dmantis_ioc.c52 dprintk(MANTIS_ERROR, 1, "ERROR: i2c read: < err=%i d0=0x%02x d1=0x%02x >", read_eeprom_bytes()
67 dprintk(MANTIS_ERROR, 1, "ERROR: Mantis EEPROM read error <%d>", err); mantis_get_mac()
72 dprintk(MANTIS_ERROR, 0, " MAC Address=[%pM]\n", mac_addr); mantis_get_mac()
83 dprintk(MANTIS_DEBUG, 1, "Set Bit <%d> to <%d>", bitpos, value); mantis_gpio_set_bits()
90 dprintk(MANTIS_DEBUG, 1, "GPIO Value <%02x>", mantis->gpio_status); mantis_gpio_set_bits()
103 dprintk(MANTIS_DEBUG, 1, "Set stream to HIF"); mantis_stream_control()
111 dprintk(MANTIS_DEBUG, 1, "Set stream to CAM"); mantis_stream_control()
118 dprintk(MANTIS_ERROR, 1, "Unknown MODE <%02x>", stream_ctl); mantis_stream_control()
H A Dmantis_uart.c75 dprintk(MANTIS_ERROR, 1, "RX Fifo FULL"); mantis_uart_read()
79 dprintk(MANTIS_DEBUG, 1, "Reading ... <%02x>", data[i] & 0x3f); mantis_uart_read()
82 dprintk(MANTIS_ERROR, 1, "UART framing error"); mantis_uart_read()
86 dprintk(MANTIS_ERROR, 1, "UART parity error"); mantis_uart_read()
104 dprintk(MANTIS_INFO, 1, "UART BUF:%d <%02x> ", i, buf[i]); mantis_uart_work()
106 dprintk(MANTIS_DEBUG, 0, "\n"); mantis_uart_work()
151 dprintk(MANTIS_INFO, 1, "Initializing UART @ %sbps parity:%s", mantis_uart_init()
176 dprintk(MANTIS_DEBUG, 1, "UART successfully initialized"); mantis_uart_init()
H A Dhopper_vp3028.c59 dprintk(MANTIS_ERROR, 1, "Probing for 10353 (DVB-T)"); vp3028_frontend_init()
65 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", vp3028_frontend_init()
71 dprintk(MANTIS_ERROR, 1, "Done!"); vp3028_frontend_init()
H A Dmantis_vp1033.c110 dprintk(MANTIS_ERROR, 1, "Write: I2C Transfer failed"); lgtdqcs001f_tuner_set()
175 dprintk(MANTIS_ERROR, 1, "Probing for STV0299 (DVB-S)"); vp1033_frontend_init()
180 dprintk(MANTIS_ERROR, 1, "found STV0299 DVB-S frontend @ 0x%02x", vp1033_frontend_init()
183 dprintk(MANTIS_ERROR, 1, "Mantis DVB-S STV0299 frontend attach success"); vp1033_frontend_init()
188 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", vp1033_frontend_init()
195 dprintk(MANTIS_ERROR, 1, "Done!"); vp1033_frontend_init()
H A Dmantis_vp2033.c135 dprintk(MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); vp2033_frontend_init()
141 dprintk(MANTIS_ERROR, 1, vp2033_frontend_init()
150 dprintk(MANTIS_ERROR, 1, vp2033_frontend_init()
158 dprintk(MANTIS_ERROR, 1, "Mantis DVB-C Philips CU1216 frontend attach success"); vp2033_frontend_init()
163 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", vp2033_frontend_init()
171 dprintk(MANTIS_DEBUG, 1, "Done!"); vp2033_frontend_init()
H A Dmantis_vp2040.c135 dprintk(MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); vp2040_frontend_init()
141 dprintk(MANTIS_ERROR, 1, vp2040_frontend_init()
150 dprintk(MANTIS_ERROR, 1, vp2040_frontend_init()
158 dprintk(MANTIS_ERROR, 1, "Mantis DVB-C Philips CU1216 frontend attach success"); vp2040_frontend_init()
163 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", vp2040_frontend_init()
170 dprintk(MANTIS_DEBUG, 1, "Done!"); vp2040_frontend_init()
H A Dmantis_vp3030.c70 dprintk(MANTIS_ERROR, 1, "Probing for 10353 (DVB-T)"); vp3030_frontend_init()
78 dprintk(MANTIS_ERROR, 1, "Frontend on <%s> POWER ON failed! <%d>", vp3030_frontend_init()
86 dprintk(MANTIS_ERROR, 1, "Done!"); vp3030_frontend_init()
H A Dmantis_pcmcia.c49 dprintk(MANTIS_DEBUG, 1, "Event: CAM Plugged IN: Adapter(%d) Slot(0)", mantis->num); mantis_event_cam_plugin()
73 dprintk(MANTIS_DEBUG, 1, "Event: CAM Unplugged: Adapter(%d) Slot(0)", mantis->num); mantis_event_cam_unplug()
97 dprintk(MANTIS_DEBUG, 1, "CAM found on Adapter(%d) Slot(0)", mantis->num); mantis_pcmcia_init()
104 dprintk(MANTIS_DEBUG, 1, "Empty Slot on Adapter(%d) Slot(0)", mantis->num); mantis_pcmcia_init()
/linux-4.1.27/drivers/media/pci/saa7164/
H A Dsaa7164-api.c34 dprintk(DBGLVL_API, "%s()\n", __func__); saa7164_api_get_load_info()
57 dprintk(DBGLVL_API, "%s()\n", __func__); saa7164_api_collect_debug()
84 dprintk(DBGLVL_API, "%s(level=%d)\n", __func__, level); saa7164_api_set_debug()
92 dprintk(DBGLVL_API, "%s() Was %d\n", __func__, lvl.dwDebugLevel); saa7164_api_set_debug()
111 dprintk(DBGLVL_API, "%s(nr=%d, unitid=0x%x)\n", __func__, saa7164_api_set_vbi_format()
132 dprintk(DBGLVL_API, "SET/PROBE Verified\n"); saa7164_api_set_vbi_format()
151 dprintk(DBGLVL_API, "SET/COMMIT Verified\n"); saa7164_api_set_vbi_format()
153 dprintk(DBGLVL_API, "rsp.bmHint = 0x%x\n", rsp.bmHint); saa7164_api_set_vbi_format()
154 dprintk(DBGLVL_API, "rsp.bFormatIndex = 0x%x\n", saa7164_api_set_vbi_format()
156 dprintk(DBGLVL_API, "rsp.bFrameIndex = 0x%x\n", saa7164_api_set_vbi_format()
163 dprintk(DBGLVL_API, "%s(nr=%d) Success\n", __func__, port->nr); saa7164_api_set_vbi_format()
174 dprintk(DBGLVL_ENC, "%s()\n", __func__); saa7164_api_set_gop_size()
194 dprintk(DBGLVL_ENC, "%s() unitid=0x%x\n", __func__, saa7164_api_set_encoder()
254 dprintk(DBGLVL_ENC, "%s() unitid=0x%x\n", __func__, saa7164_api_get_encoder()
302 dprintk(DBGLVL_ENC, "encoder_profile = %d\n", port->encoder_profile); saa7164_api_get_encoder()
303 dprintk(DBGLVL_ENC, "video_format = %d\n", port->video_format); saa7164_api_get_encoder()
304 dprintk(DBGLVL_ENC, "audio_format = %d\n", port->audio_format); saa7164_api_get_encoder()
305 dprintk(DBGLVL_ENC, "video_resolution= %d\n", port->video_resolution); saa7164_api_get_encoder()
306 dprintk(DBGLVL_ENC, "v.ucVideoBitRateMode = %d\n", saa7164_api_get_encoder()
308 dprintk(DBGLVL_ENC, "v.dwVideoBitRate = %d\n", saa7164_api_get_encoder()
310 dprintk(DBGLVL_ENC, "v.dwVideoBitRatePeak = %d\n", saa7164_api_get_encoder()
312 dprintk(DBGLVL_ENC, "a.ucVideoBitRateMode = %d\n", saa7164_api_get_encoder()
314 dprintk(DBGLVL_ENC, "a.dwVideoBitRate = %d\n", saa7164_api_get_encoder()
316 dprintk(DBGLVL_ENC, "a.dwVideoBitRatePeak = %d\n", saa7164_api_get_encoder()
318 dprintk(DBGLVL_ENC, "aspect.width / height = %d:%d\n", saa7164_api_get_encoder()
330 dprintk(DBGLVL_ENC, "%s(%d)\n", __func__, saa7164_api_set_aspect_ratio()
354 dprintk(DBGLVL_ENC, "%s(%d) now %d:%d\n", __func__, saa7164_api_set_aspect_ratio()
391 dprintk(DBGLVL_ENC, "%s() unitid=0x%x ctl=%d, val=%d\n", saa7164_api_set_usercontrol()
415 dprintk(DBGLVL_ENC, "%s() ctl=%d, val=%d\n", saa7164_api_get_usercontrol()
442 dprintk(DBGLVL_ENC, "%s() v_mux=%d a_mux=%d\n", saa7164_api_set_videomux()
477 dprintk(DBGLVL_API, "%s(%d)\n", __func__, mute); saa7164_api_audio_mute()
494 dprintk(DBGLVL_API, "%s(%d)\n", __func__, level); saa7164_api_set_audio_volume()
512 dprintk(DBGLVL_API, "%s(%d) min=%d max=%d cur=%d\n", __func__, saa7164_api_set_audio_volume()
538 dprintk(DBGLVL_API, "%s(%d) min=%d max=%d cur=%d\n", __func__, saa7164_api_set_audio_volume()
551 dprintk(DBGLVL_API, "%s()\n", __func__); saa7164_api_set_audio_std()
589 dprintk(DBGLVL_API, "%s(%d)\n", __func__, autodetect); saa7164_api_set_audio_detection()
616 dprintk(DBGLVL_ENC, "%s() v_mux=%d\n", saa7164_api_get_videomux()
631 dprintk(DBGLVL_API, "%s(nr=%d type=%d val=%x)\n", __func__, saa7164_api_set_dif()
685 dprintk(DBGLVL_API, "%s(nr=%d, 0x%x)\n", __func__, port->nr, std); saa7164_api_configure_dif()
688 dprintk(DBGLVL_API, " NTSC\n"); saa7164_api_configure_dif()
692 dprintk(DBGLVL_API, " PAL-I\n"); saa7164_api_configure_dif()
696 dprintk(DBGLVL_API, " PAL-M\n"); saa7164_api_configure_dif()
700 dprintk(DBGLVL_API, " PAL-N\n"); saa7164_api_configure_dif()
704 dprintk(DBGLVL_API, " PAL-Nc\n"); saa7164_api_configure_dif()
708 dprintk(DBGLVL_API, " PAL-B\n"); saa7164_api_configure_dif()
712 dprintk(DBGLVL_API, " PAL-DK\n"); saa7164_api_configure_dif()
716 dprintk(DBGLVL_API, " SECAM-L\n"); saa7164_api_configure_dif()
721 dprintk(DBGLVL_API, " Unknown (assuming DTV)\n"); saa7164_api_configure_dif()
750 dprintk(DBGLVL_API, "%s(nr=%d type=%d)\n", __func__, saa7164_api_initialize_dif()
787 dprintk(DBGLVL_API, "%s(nr=%d unitid=0x%x,%d)\n", saa7164_api_transition_port()
829 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex); saa7164_api_configure_port_vbi()
830 dprintk(DBGLVL_API, " VideoStandard = 0x%x\n", fmt->VideoStandard); saa7164_api_configure_port_vbi()
831 dprintk(DBGLVL_API, " StartLine = %d\n", fmt->StartLine); saa7164_api_configure_port_vbi()
832 dprintk(DBGLVL_API, " EndLine = %d\n", fmt->EndLine); saa7164_api_configure_port_vbi()
833 dprintk(DBGLVL_API, " FieldRate = %d\n", fmt->FieldRate); saa7164_api_configure_port_vbi()
834 dprintk(DBGLVL_API, " bNumLines = %d\n", fmt->bNumLines); saa7164_api_configure_port_vbi()
851 dprintk(DBGLVL_API, " = port->hwcfg.BARLocation = 0x%x\n", saa7164_api_configure_port_vbi()
854 dprintk(DBGLVL_API, " = VS_FORMAT_VBI (becomes dev->en[%d])\n", saa7164_api_configure_port_vbi()
865 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", tsfmt->bFormatIndex); saa7164_api_configure_port_mpeg2ts()
866 dprintk(DBGLVL_API, " bDataOffset = 0x%x\n", tsfmt->bDataOffset); saa7164_api_configure_port_mpeg2ts()
867 dprintk(DBGLVL_API, " bPacketLength= 0x%x\n", tsfmt->bPacketLength); saa7164_api_configure_port_mpeg2ts()
868 dprintk(DBGLVL_API, " bStrideLength= 0x%x\n", tsfmt->bStrideLength); saa7164_api_configure_port_mpeg2ts()
869 dprintk(DBGLVL_API, " bguid = (....)\n"); saa7164_api_configure_port_mpeg2ts()
886 dprintk(DBGLVL_API, " = port->hwcfg.BARLocation = 0x%x\n", saa7164_api_configure_port_mpeg2ts()
889 dprintk(DBGLVL_API, " = VS_FORMAT_MPEGTS (becomes dev->ts[%d])\n", saa7164_api_configure_port_mpeg2ts()
900 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex); saa7164_api_configure_port_mpeg2ps()
901 dprintk(DBGLVL_API, " wPacketLength= 0x%x\n", fmt->wPacketLength); saa7164_api_configure_port_mpeg2ps()
902 dprintk(DBGLVL_API, " wPackLength= 0x%x\n", fmt->wPackLength); saa7164_api_configure_port_mpeg2ps()
903 dprintk(DBGLVL_API, " bPackDataType= 0x%x\n", fmt->bPackDataType); saa7164_api_configure_port_mpeg2ps()
920 dprintk(DBGLVL_API, " = port->hwcfg.BARLocation = 0x%x\n", saa7164_api_configure_port_mpeg2ps()
923 dprintk(DBGLVL_API, " = VS_FORMAT_MPEGPS (becomes dev->enc[%d])\n", saa7164_api_configure_port_mpeg2ps()
951 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
962 dprintk(DBGLVL_API, "@ 0x%x =\n", idx); saa7164_api_dump_subdevs()
965 dprintk(DBGLVL_API, " GENERAL_REQUEST\n"); saa7164_api_dump_subdevs()
968 dprintk(DBGLVL_API, " VC_TUNER_PATH\n"); saa7164_api_dump_subdevs()
970 dprintk(DBGLVL_API, " pathid = 0x%x\n", saa7164_api_dump_subdevs()
975 dprintk(DBGLVL_API, " VC_INPUT_TERMINAL\n"); saa7164_api_dump_subdevs()
978 dprintk(DBGLVL_API, " terminalid = 0x%x\n", saa7164_api_dump_subdevs()
980 dprintk(DBGLVL_API, " terminaltype = 0x%x\n", saa7164_api_dump_subdevs()
984 dprintk(DBGLVL_API, " = ITT_ANTENNA\n"); saa7164_api_dump_subdevs()
987 dprintk(DBGLVL_API, " = LINE_CONNECTOR\n"); saa7164_api_dump_subdevs()
990 dprintk(DBGLVL_API, " = SPDIF_CONNECTOR\n"); saa7164_api_dump_subdevs()
993 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
997 dprintk(DBGLVL_API, " = SVIDEO_CONNECTOR\n"); saa7164_api_dump_subdevs()
1000 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1004 dprintk(DBGLVL_API, " = STANDARD_DMA\n"); saa7164_api_dump_subdevs()
1007 dprintk(DBGLVL_API, " = undefined (0x%x)\n", saa7164_api_dump_subdevs()
1010 dprintk(DBGLVL_API, " assocterminal= 0x%x\n", saa7164_api_dump_subdevs()
1012 dprintk(DBGLVL_API, " iterminal = 0x%x\n", saa7164_api_dump_subdevs()
1014 dprintk(DBGLVL_API, " controlsize = 0x%x\n", saa7164_api_dump_subdevs()
1018 dprintk(DBGLVL_API, " VC_OUTPUT_TERMINAL\n"); saa7164_api_dump_subdevs()
1021 dprintk(DBGLVL_API, " unitid = 0x%x\n", saa7164_api_dump_subdevs()
1023 dprintk(DBGLVL_API, " terminaltype = 0x%x\n", saa7164_api_dump_subdevs()
1027 dprintk(DBGLVL_API, " = ITT_ANTENNA\n"); saa7164_api_dump_subdevs()
1030 dprintk(DBGLVL_API, " = LINE_CONNECTOR\n"); saa7164_api_dump_subdevs()
1033 dprintk(DBGLVL_API, " = SPDIF_CONNECTOR\n"); saa7164_api_dump_subdevs()
1036 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1040 dprintk(DBGLVL_API, " = SVIDEO_CONNECTOR\n"); saa7164_api_dump_subdevs()
1043 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1047 dprintk(DBGLVL_API, " = STANDARD_DMA\n"); saa7164_api_dump_subdevs()
1050 dprintk(DBGLVL_API, " = undefined (0x%x)\n", saa7164_api_dump_subdevs()
1053 dprintk(DBGLVL_API, " assocterminal= 0x%x\n", saa7164_api_dump_subdevs()
1055 dprintk(DBGLVL_API, " sourceid = 0x%x\n", saa7164_api_dump_subdevs()
1057 dprintk(DBGLVL_API, " iterminal = 0x%x\n", saa7164_api_dump_subdevs()
1059 dprintk(DBGLVL_API, " BARLocation = 0x%x\n", saa7164_api_dump_subdevs()
1061 dprintk(DBGLVL_API, " flags = 0x%x\n", saa7164_api_dump_subdevs()
1063 dprintk(DBGLVL_API, " interruptid = 0x%x\n", saa7164_api_dump_subdevs()
1065 dprintk(DBGLVL_API, " buffercount = 0x%x\n", saa7164_api_dump_subdevs()
1067 dprintk(DBGLVL_API, " metadatasize = 0x%x\n", saa7164_api_dump_subdevs()
1069 dprintk(DBGLVL_API, " controlsize = 0x%x\n", saa7164_api_dump_subdevs()
1071 dprintk(DBGLVL_API, " numformats = 0x%x\n", saa7164_api_dump_subdevs()
1120 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1124 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1128 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1132 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1141 dprintk(DBGLVL_API, " TUNER_UNIT\n"); saa7164_api_dump_subdevs()
1144 dprintk(DBGLVL_API, " unitid = 0x%x\n", saa7164_api_dump_subdevs()
1146 dprintk(DBGLVL_API, " sourceid = 0x%x\n", saa7164_api_dump_subdevs()
1148 dprintk(DBGLVL_API, " iunit = 0x%x\n", saa7164_api_dump_subdevs()
1150 dprintk(DBGLVL_API, " tuningstandards = 0x%x\n", saa7164_api_dump_subdevs()
1152 dprintk(DBGLVL_API, " controlsize = 0x%x\n", saa7164_api_dump_subdevs()
1154 dprintk(DBGLVL_API, " controls = 0x%x\n", saa7164_api_dump_subdevs()
1164 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1171 dprintk(DBGLVL_API, " VC_SELECTOR_UNIT\n"); saa7164_api_dump_subdevs()
1172 dprintk(DBGLVL_API, " unitid = 0x%x\n", saa7164_api_dump_subdevs()
1174 dprintk(DBGLVL_API, " nrinpins = 0x%x\n", saa7164_api_dump_subdevs()
1176 dprintk(DBGLVL_API, " sourceid = 0x%x\n", saa7164_api_dump_subdevs()
1181 dprintk(DBGLVL_API, " VC_PROCESSING_UNIT\n"); saa7164_api_dump_subdevs()
1182 dprintk(DBGLVL_API, " unitid = 0x%x\n", saa7164_api_dump_subdevs()
1184 dprintk(DBGLVL_API, " sourceid = 0x%x\n", saa7164_api_dump_subdevs()
1186 dprintk(DBGLVL_API, " controlsize = 0x%x\n", saa7164_api_dump_subdevs()
1195 dprintk(DBGLVL_API, " (becomes dev->enc[%d])\n", saa7164_api_dump_subdevs()
1201 dprintk(DBGLVL_API, " FEATURE_UNIT\n"); saa7164_api_dump_subdevs()
1202 dprintk(DBGLVL_API, " unitid = 0x%x\n", saa7164_api_dump_subdevs()
1204 dprintk(DBGLVL_API, " sourceid = 0x%x\n", saa7164_api_dump_subdevs()
1206 dprintk(DBGLVL_API, " controlsize = 0x%x\n", saa7164_api_dump_subdevs()
1214 dprintk(DBGLVL_API, " (becomes dev->enc[%d])\n", saa7164_api_dump_subdevs()
1219 dprintk(DBGLVL_API, " ENCODER_UNIT\n"); saa7164_api_dump_subdevs()
1220 dprintk(DBGLVL_API, " subtype = 0x%x\n", edh->subtype); saa7164_api_dump_subdevs()
1221 dprintk(DBGLVL_API, " unitid = 0x%x\n", edh->unitid); saa7164_api_dump_subdevs()
1222 dprintk(DBGLVL_API, " vsourceid = 0x%x\n", saa7164_api_dump_subdevs()
1224 dprintk(DBGLVL_API, " asourceid = 0x%x\n", saa7164_api_dump_subdevs()
1226 dprintk(DBGLVL_API, " iunit = 0x%x\n", edh->iunit); saa7164_api_dump_subdevs()
1234 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1240 dprintk(DBGLVL_API, " EXTENSION_UNIT\n"); saa7164_api_dump_subdevs()
1242 dprintk(DBGLVL_API, " unitid = 0x%x\n", saa7164_api_dump_subdevs()
1244 dprintk(DBGLVL_API, " deviceid = 0x%x\n", saa7164_api_dump_subdevs()
1246 dprintk(DBGLVL_API, " devicetype = 0x%x\n", saa7164_api_dump_subdevs()
1249 dprintk(DBGLVL_API, " = Decoder Device\n"); saa7164_api_dump_subdevs()
1251 dprintk(DBGLVL_API, " = GPIO Source\n"); saa7164_api_dump_subdevs()
1253 dprintk(DBGLVL_API, " = Video Decoder\n"); saa7164_api_dump_subdevs()
1255 dprintk(DBGLVL_API, " = Audio Decoder\n"); saa7164_api_dump_subdevs()
1257 dprintk(DBGLVL_API, " = Crossbar\n"); saa7164_api_dump_subdevs()
1259 dprintk(DBGLVL_API, " = Tuner\n"); saa7164_api_dump_subdevs()
1261 dprintk(DBGLVL_API, " = IF PLL\n"); saa7164_api_dump_subdevs()
1263 dprintk(DBGLVL_API, " = Demodulator\n"); saa7164_api_dump_subdevs()
1265 dprintk(DBGLVL_API, " = RDS Decoder\n"); saa7164_api_dump_subdevs()
1267 dprintk(DBGLVL_API, " = Encoder\n"); saa7164_api_dump_subdevs()
1269 dprintk(DBGLVL_API, " = IR Decoder\n"); saa7164_api_dump_subdevs()
1271 dprintk(DBGLVL_API, " = EEPROM\n"); saa7164_api_dump_subdevs()
1273 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1276 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1279 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1282 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1285 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1287 dprintk(DBGLVL_API, " numgpiopins = 0x%x\n", saa7164_api_dump_subdevs()
1289 dprintk(DBGLVL_API, " numgpiogroups = 0x%x\n", saa7164_api_dump_subdevs()
1291 dprintk(DBGLVL_API, " controlsize = 0x%x\n", saa7164_api_dump_subdevs()
1300 dprintk(DBGLVL_API, saa7164_api_dump_subdevs()
1306 dprintk(DBGLVL_API, " PVC_INFRARED_UNIT\n"); saa7164_api_dump_subdevs()
1309 dprintk(DBGLVL_API, " DRM_UNIT\n"); saa7164_api_dump_subdevs()
1312 dprintk(DBGLVL_API, "default %d\n", hdr->subtype); saa7164_api_dump_subdevs()
1315 dprintk(DBGLVL_API, " 1.%x\n", hdr->len); saa7164_api_dump_subdevs()
1316 dprintk(DBGLVL_API, " 2.%x\n", hdr->type); saa7164_api_dump_subdevs()
1317 dprintk(DBGLVL_API, " 3.%x\n", hdr->subtype); saa7164_api_dump_subdevs()
1318 dprintk(DBGLVL_API, " 4.%x\n", hdr->unitid); saa7164_api_dump_subdevs()
1332 dprintk(DBGLVL_API, "%s()\n", __func__); saa7164_api_enum_subdevs()
1340 dprintk(DBGLVL_API, "%s() total descriptor size = %d bytes.\n", saa7164_api_enum_subdevs()
1376 dprintk(DBGLVL_API, "%s()\n", __func__); saa7164_api_i2c_read()
1406 dprintk(DBGLVL_API, "%s() len = %d bytes\n", __func__, len); saa7164_api_i2c_read()
1437 dprintk(DBGLVL_API, "%s()\n", __func__); saa7164_api_i2c_write()
1467 dprintk(DBGLVL_API, "%s() len = %d bytes\n", __func__, len); saa7164_api_i2c_write()
1496 dprintk(DBGLVL_API, "%s(0x%x, %d, %d)\n", saa7164_api_modify_gpio()
H A Dsaa7164-buffer.c74 dprintk(DBGLVL_BUF, "%s() buffer @ 0x%p nr=%d\n", saa7164_buffer_display()
76 dprintk(DBGLVL_BUF, " pci_cpu @ 0x%p dma @ 0x%08llx len = 0x%x\n", saa7164_buffer_display()
78 dprintk(DBGLVL_BUF, " pt_cpu @ 0x%p pt_dma @ 0x%08llx len = 0x%x\n", saa7164_buffer_display()
84 dprintk(DBGLVL_BUF, " pt[%02d] = 0x%p -> 0x%llx\n", saa7164_buffer_display()
137 dprintk(DBGLVL_BUF, "%s() allocated buffer @ 0x%p (%d pageptrs)\n", saa7164_buffer_alloc()
139 dprintk(DBGLVL_BUF, " pci_cpu @ 0x%p dma @ 0x%08lx len = 0x%x\n", saa7164_buffer_alloc()
141 dprintk(DBGLVL_BUF, " pt_cpu @ 0x%p pt_dma @ 0x%08lx len = 0x%x\n", saa7164_buffer_alloc()
148 dprintk(DBGLVL_BUF, " pt[%02d] = 0x%p -> 0x%llx\n", saa7164_buffer_alloc()
173 dprintk(DBGLVL_BUF, "%s() deallocating buffer @ 0x%p\n", saa7164_buffer_dealloc()
194 dprintk(DBGLVL_BUF, "%s(idx = %d)\n", __func__, i); saa7164_buffer_zero_offsets()
210 dprintk(DBGLVL_BUF, "%s(idx = %d)\n", __func__, i); saa7164_buffer_activate()
221 dprintk(DBGLVL_BUF, " buf[%d] offset 0x%llx (0x%x) " saa7164_buffer_activate()
243 dprintk(DBGLVL_BUF, "%s(port=%d)\n", __func__, port->nr); saa7164_buffer_cfg_port()
249 dprintk(DBGLVL_BUF, " configured:\n"); saa7164_buffer_cfg_port()
250 dprintk(DBGLVL_BUF, " lmmio 0x%p\n", dev->lmmio); saa7164_buffer_cfg_port()
251 dprintk(DBGLVL_BUF, " bufcounter 0x%x = 0x%x\n", port->bufcounter, saa7164_buffer_cfg_port()
254 dprintk(DBGLVL_BUF, " pitch 0x%x = %d\n", port->pitch, saa7164_buffer_cfg_port()
257 dprintk(DBGLVL_BUF, " bufsize 0x%x = %d\n", port->bufsize, saa7164_buffer_cfg_port()
260 dprintk(DBGLVL_BUF, " buffercount = %d\n", port->hwcfg.buffercount); saa7164_buffer_cfg_port()
261 dprintk(DBGLVL_BUF, " bufoffset = 0x%x\n", port->bufoffset); saa7164_buffer_cfg_port()
262 dprintk(DBGLVL_BUF, " bufptr32h = 0x%x\n", port->bufptr32h); saa7164_buffer_cfg_port()
263 dprintk(DBGLVL_BUF, " bufptr32l = 0x%x\n", port->bufptr32l); saa7164_buffer_cfg_port()
306 dprintk(DBGLVL_BUF, "%s() allocated user buffer @ 0x%p\n", saa7164_buffer_alloc_user()
H A Dsaa7164-bus.c60 dprintk(DBGLVL_BUS, "Dumping the bus structure:\n"); saa7164_bus_dump()
61 dprintk(DBGLVL_BUS, " .type = %d\n", b->Type); saa7164_bus_dump()
62 dprintk(DBGLVL_BUS, " .dev->bmmio = 0x%p\n", dev->bmmio); saa7164_bus_dump()
63 dprintk(DBGLVL_BUS, " .m_wMaxReqSize = 0x%x\n", b->m_wMaxReqSize); saa7164_bus_dump()
64 dprintk(DBGLVL_BUS, " .m_pdwSetRing = 0x%p\n", b->m_pdwSetRing); saa7164_bus_dump()
65 dprintk(DBGLVL_BUS, " .m_dwSizeSetRing = 0x%x\n", b->m_dwSizeSetRing); saa7164_bus_dump()
66 dprintk(DBGLVL_BUS, " .m_pdwGetRing = 0x%p\n", b->m_pdwGetRing); saa7164_bus_dump()
67 dprintk(DBGLVL_BUS, " .m_dwSizeGetRing = 0x%x\n", b->m_dwSizeGetRing); saa7164_bus_dump()
69 dprintk(DBGLVL_BUS, " .m_dwSetReadPos = 0x%x (0x%08x)\n", saa7164_bus_dump()
72 dprintk(DBGLVL_BUS, " .m_dwSetWritePos = 0x%x (0x%08x)\n", saa7164_bus_dump()
75 dprintk(DBGLVL_BUS, " .m_dwGetReadPos = 0x%x (0x%08x)\n", saa7164_bus_dump()
78 dprintk(DBGLVL_BUS, " .m_dwGetWritePos = 0x%x (0x%08x)\n", saa7164_bus_dump()
112 dprintk(DBGLVL_BUS, "Dumping msg structure:\n"); saa7164_bus_dumpmsg()
113 dprintk(DBGLVL_BUS, " .id = %d\n", m->id); saa7164_bus_dumpmsg()
114 dprintk(DBGLVL_BUS, " .flags = 0x%x\n", m->flags); saa7164_bus_dumpmsg()
115 dprintk(DBGLVL_BUS, " .size = 0x%x\n", m->size); saa7164_bus_dumpmsg()
116 dprintk(DBGLVL_BUS, " .command = 0x%x\n", m->command); saa7164_bus_dumpmsg()
117 dprintk(DBGLVL_BUS, " .controlselector = 0x%x\n", m->controlselector); saa7164_bus_dumpmsg()
118 dprintk(DBGLVL_BUS, " .seqno = %d\n", m->seqno); saa7164_bus_dumpmsg()
120 dprintk(DBGLVL_BUS, " .buffer (ignored)\n"); saa7164_bus_dumpmsg()
148 dprintk(DBGLVL_BUS, "%s()\n", __func__); saa7164_bus_set()
180 dprintk(DBGLVL_BUS, "%s() bytes_to_write = %d\n", __func__, saa7164_bus_set()
183 dprintk(DBGLVL_BUS, "%s() free_write_space = %d\n", __func__, saa7164_bus_set()
186 dprintk(DBGLVL_BUS, "%s() curr_srp = %x\n", __func__, curr_srp); saa7164_bus_set()
187 dprintk(DBGLVL_BUS, "%s() curr_swp = %x\n", __func__, curr_swp); saa7164_bus_set()
219 dprintk(DBGLVL_BUS, "%s() new_swp = %x\n", __func__, new_swp); saa7164_bus_set()
220 dprintk(DBGLVL_BUS, "%s() bus->m_dwSizeSetRing = %x\n", __func__, saa7164_bus_set()
243 dprintk(DBGLVL_BUS, "%s() space_rem = %x\n", __func__, saa7164_bus_set()
246 dprintk(DBGLVL_BUS, "%s() sizeof(*msg) = %d\n", __func__, saa7164_bus_set()
250 dprintk(DBGLVL_BUS, "%s() tr4\n", __func__); saa7164_bus_set()
261 dprintk(DBGLVL_BUS, "%s() tr5\n", __func__); saa7164_bus_set()
283 dprintk(DBGLVL_BUS, "%s() tr6\n", __func__); saa7164_bus_set()
291 dprintk(DBGLVL_BUS, "%s() new_swp = %x\n", __func__, new_swp); saa7164_bus_set()
H A Dsaa7164-cmd.c89 dprintk(DBGLVL_CMD, "%s()\n", __func__); saa7164_irq_dequeue()
102 dprintk(DBGLVL_CMD, "%s() timeout = %d\n", __func__, timeout); saa7164_irq_dequeue()
104 dprintk(DBGLVL_CMD, saa7164_irq_dequeue()
142 dprintk(DBGLVL_CMD, "%s()\n", __func__); saa7164_cmd_dequeue()
156 dprintk(DBGLVL_CMD, "%s() timeout = %d\n", __func__, timeout); saa7164_cmd_dequeue()
179 dprintk(DBGLVL_CMD, "%s() signalled seqno(%d) (for dequeue)\n", saa7164_cmd_dequeue()
272 dprintk(DBGLVL_CMD, "%s(seqno=%d)\n", __func__, seqno); saa7164_cmd_wait()
285 dprintk(DBGLVL_CMD, saa7164_cmd_wait()
304 dprintk(DBGLVL_CMD, "%s(seqno=%d) Waiting res = %d " saa7164_cmd_wait()
319 dprintk(DBGLVL_CMD, "%s()\n", __func__); saa7164_cmd_signal()
324 dprintk(DBGLVL_CMD, saa7164_cmd_signal()
335 dprintk(DBGLVL_CMD, "%s(seqno=%d) calling wake_up\n", saa7164_cmd_signal()
356 dprintk(DBGLVL_CMD, "%s(unitid = %s (%d) , command = 0x%x, " saa7164_cmd_send()
389 dprintk(DBGLVL_CMD, "%s() pcommand_t.seqno = %d\n", saa7164_cmd_send()
392 dprintk(DBGLVL_CMD, "%s() pcommand_t.size = %d\n", saa7164_cmd_send()
413 dprintk(DBGLVL_CMD, "%s() loop\n", __func__); saa7164_cmd_send()
416 dprintk(DBGLVL_CMD, "%s() loop ret = %d\n", __func__, ret); saa7164_cmd_send()
434 dprintk(4, "%s() SAA_ERR_EMPTY\n", __func__); saa7164_cmd_send()
442 dprintk(DBGLVL_CMD, "%s() presponse_t->seqno = %d\n", saa7164_cmd_send()
445 dprintk(DBGLVL_CMD, "%s() presponse_t->flags = 0x%x\n", saa7164_cmd_send()
448 dprintk(DBGLVL_CMD, "%s() presponse_t->size = %d\n", saa7164_cmd_send()
454 dprintk(DBGLVL_CMD, saa7164_cmd_send()
486 dprintk(DBGLVL_CMD, "%s() errdata %02x%02x%02x%02x\n", saa7164_cmd_send()
491 dprintk(DBGLVL_CMD, "%s() cmd, error code = 0x%x\n", saa7164_cmd_send()
496 dprintk(DBGLVL_CMD, "%s() INVALID_COMMAND\n", saa7164_cmd_send()
501 dprintk(DBGLVL_CMD, "%s() INVALID_DATA\n", saa7164_cmd_send()
506 dprintk(DBGLVL_CMD, "%s() TIMEOUT\n", __func__); saa7164_cmd_send()
510 dprintk(DBGLVL_CMD, "%s() NAK\n", __func__); saa7164_cmd_send()
515 dprintk(DBGLVL_CMD, saa7164_cmd_send()
519 dprintk(DBGLVL_CMD, "%s() UNKNOWN\n", __func__); saa7164_cmd_send()
540 dprintk(DBGLVL_CMD, "%s() Invalid\n", __func__); saa7164_cmd_send()
562 dprintk(DBGLVL_CMD, "%s() Resp recd\n", __func__); saa7164_cmd_send()
579 dprintk(DBGLVL_CMD, "%s() Calling dequeue then exit\n", __func__); saa7164_cmd_send()
H A Dsaa7164-fw.c87 dprintk(DBGLVL_FW, saa7164_downloadimage()
109 dprintk(DBGLVL_FW, "%s() dlflag = 0x%x\n", __func__, dlflag); saa7164_downloadimage()
110 dprintk(DBGLVL_FW, "%s() dlflag_ack = 0x%x\n", __func__, dlflag_ack); saa7164_downloadimage()
111 dprintk(DBGLVL_FW, "%s() drflag = 0x%x\n", __func__, drflag); saa7164_downloadimage()
112 dprintk(DBGLVL_FW, "%s() drflag_ack = 0x%x\n", __func__, drflag_ack); saa7164_downloadimage()
113 dprintk(DBGLVL_FW, "%s() bleflag = 0x%x\n", __func__, bleflag); saa7164_downloadimage()
116 dprintk(DBGLVL_FW, "%s() dlflag (0x%x)= 0x%x\n", __func__, dlflag, reg); saa7164_downloadimage()
118 dprintk(DBGLVL_FW, saa7164_downloadimage()
138 dprintk(DBGLVL_FW, "%s() memcpy %d\n", __func__, dstsize); saa7164_downloadimage()
155 dprintk(DBGLVL_FW, "%s() memcpy(l) %d\n", __func__, dstsize); saa7164_downloadimage()
215 dprintk(DBGLVL_FW, "%s()\n", __func__); saa7164_downloadfirmware()
232 dprintk(DBGLVL_FW, "%s() err_flags = %x\n", saa7164_downloadfirmware()
236 dprintk(DBGLVL_FW, "%s() err_flags = %x\n", saa7164_downloadfirmware()
285 dprintk(DBGLVL_FW, "%s() Loader 1 has loaded.\n", saa7164_downloadfirmware()
292 dprintk(DBGLVL_FW, "%s() err_flags2 = %x\n", saa7164_downloadfirmware()
295 dprintk(DBGLVL_FW, "%s() err_flags2 = %x\n", saa7164_downloadfirmware()
347 dprintk(DBGLVL_FW, "%s() Loader flags 1:0x%x 2:0x%x.\n", saa7164_downloadfirmware()
363 dprintk(DBGLVL_FW, "%s() Loader 2 has loaded.\n", saa7164_downloadfirmware()
373 dprintk(DBGLVL_FW, saa7164_downloadfirmware()
410 dprintk(DBGLVL_FW, "Device has Firmware Version %d.%d.%d.%d\n", saa7164_downloadfirmware()
468 dprintk(DBGLVL_FW, "Onboard BootLoader:\n"); saa7164_downloadfirmware()
469 dprintk(DBGLVL_FW, "->Flag 0x%x\n", saa7164_downloadfirmware()
471 dprintk(DBGLVL_FW, "->Ack 0x%x\n", saa7164_downloadfirmware()
473 dprintk(DBGLVL_FW, "->FW Version 0x%x\n", version); saa7164_downloadfirmware()
474 dprintk(DBGLVL_FW, "->Loader Version 0x%x\n", saa7164_downloadfirmware()
481 dprintk(DBGLVL_FW, "BootLoader version in " saa7164_downloadfirmware()
488 dprintk(DBGLVL_FW, "BootLoader version " saa7164_downloadfirmware()
511 dprintk(DBGLVL_FW, "Firmware version in file %d.%d.%d.%d\n", saa7164_downloadfirmware()
534 dprintk(DBGLVL_FW, "bootloader d/l starts.\n"); saa7164_downloadfirmware()
555 dprintk(DBGLVL_FW, saa7164_downloadfirmware()
H A Dsaa7164-core.c278 dprintk(DBGLVL_IRQ, "%s() bufnr: %d\n", __func__, bufnr); saa7164_work_enchandler_helper()
383 dprintk(DBGLVL_IRQ, saa7164_work_enchandler()
459 dprintk(DBGLVL_IRQ, saa7164_work_vbihandler()
548 dprintk(DBGLVL_IRQ, "%s() %Ldms elapsed\n", __func__, saa7164_irq_vbi()
573 dprintk(DBGLVL_IRQ, "%s() %Ldms elapsed\n", __func__, saa7164_irq_encoder()
607 dprintk(DBGLVL_IRQ, "%s() wp: %d processing: %d\n", saa7164_irq_ts()
705 dprintk(DBGLVL_IRQ, saa7164_irq()
734 dprintk(1, "Firmware status:\n"); saa7164_getfirmwarestatus()
735 dprintk(1, " .status = 0x%08x\n", s->status); saa7164_getfirmwarestatus()
736 dprintk(1, " .mode = 0x%08x\n", s->mode); saa7164_getfirmwarestatus()
737 dprintk(1, " .spec = 0x%08x\n", s->spec); saa7164_getfirmwarestatus()
738 dprintk(1, " .inst = 0x%08x\n", s->inst); saa7164_getfirmwarestatus()
739 dprintk(1, " .cpuload = 0x%08x\n", s->cpuload); saa7164_getfirmwarestatus()
740 dprintk(1, " .remainheap = 0x%08x\n", s->remainheap); saa7164_getfirmwarestatus()
748 dprintk(1, "Device running firmware version %d.%d.%d.%d (0x%x)\n", saa7164_getcurrentfirmwareversion()
763 dprintk(1, "--------------------> " saa7164_dumpregs()
767 dprintk(1, "region0[0x%08x] = " saa7164_dumpregs()
791 dprintk(1, "@0x%p hwdesc sizeof(struct tmComResHWDescr) = %d bytes\n", saa7164_dump_hwdesc()
794 dprintk(1, " .bLength = 0x%x\n", dev->hwdesc.bLength); saa7164_dump_hwdesc()
795 dprintk(1, " .bDescriptorType = 0x%x\n", dev->hwdesc.bDescriptorType); saa7164_dump_hwdesc()
796 dprintk(1, " .bDescriptorSubtype = 0x%x\n", saa7164_dump_hwdesc()
799 dprintk(1, " .bcdSpecVersion = 0x%x\n", dev->hwdesc.bcdSpecVersion); saa7164_dump_hwdesc()
800 dprintk(1, " .dwClockFrequency = 0x%x\n", dev->hwdesc.dwClockFrequency); saa7164_dump_hwdesc()
801 dprintk(1, " .dwClockUpdateRes = 0x%x\n", dev->hwdesc.dwClockUpdateRes); saa7164_dump_hwdesc()
802 dprintk(1, " .bCapabilities = 0x%x\n", dev->hwdesc.bCapabilities); saa7164_dump_hwdesc()
803 dprintk(1, " .dwDeviceRegistersLocation = 0x%x\n", saa7164_dump_hwdesc()
806 dprintk(1, " .dwHostMemoryRegion = 0x%x\n", saa7164_dump_hwdesc()
809 dprintk(1, " .dwHostMemoryRegionSize = 0x%x\n", saa7164_dump_hwdesc()
812 dprintk(1, " .dwHostHibernatMemRegion = 0x%x\n", saa7164_dump_hwdesc()
815 dprintk(1, " .dwHostHibernatMemRegionSize = 0x%x\n", saa7164_dump_hwdesc()
821 dprintk(1, "@0x%p intfdesc " saa7164_dump_intfdesc()
825 dprintk(1, " .bLength = 0x%x\n", dev->intfdesc.bLength); saa7164_dump_intfdesc()
826 dprintk(1, " .bDescriptorType = 0x%x\n", dev->intfdesc.bDescriptorType); saa7164_dump_intfdesc()
827 dprintk(1, " .bDescriptorSubtype = 0x%x\n", saa7164_dump_intfdesc()
830 dprintk(1, " .bFlags = 0x%x\n", dev->intfdesc.bFlags); saa7164_dump_intfdesc()
831 dprintk(1, " .bInterfaceType = 0x%x\n", dev->intfdesc.bInterfaceType); saa7164_dump_intfdesc()
832 dprintk(1, " .bInterfaceId = 0x%x\n", dev->intfdesc.bInterfaceId); saa7164_dump_intfdesc()
833 dprintk(1, " .bBaseInterface = 0x%x\n", dev->intfdesc.bBaseInterface); saa7164_dump_intfdesc()
834 dprintk(1, " .bInterruptId = 0x%x\n", dev->intfdesc.bInterruptId); saa7164_dump_intfdesc()
835 dprintk(1, " .bDebugInterruptId = 0x%x\n", saa7164_dump_intfdesc()
838 dprintk(1, " .BARLocation = 0x%x\n", dev->intfdesc.BARLocation); saa7164_dump_intfdesc()
843 dprintk(1, "@0x%p busdesc sizeof(struct tmComResBusDescr) = %d bytes\n", saa7164_dump_busdesc()
846 dprintk(1, " .CommandRing = 0x%016Lx\n", dev->busdesc.CommandRing); saa7164_dump_busdesc()
847 dprintk(1, " .ResponseRing = 0x%016Lx\n", dev->busdesc.ResponseRing); saa7164_dump_busdesc()
848 dprintk(1, " .CommandWrite = 0x%x\n", dev->busdesc.CommandWrite); saa7164_dump_busdesc()
849 dprintk(1, " .CommandRead = 0x%x\n", dev->busdesc.CommandRead); saa7164_dump_busdesc()
850 dprintk(1, " .ResponseWrite = 0x%x\n", dev->busdesc.ResponseWrite); saa7164_dump_busdesc()
851 dprintk(1, " .ResponseRead = 0x%x\n", dev->busdesc.ResponseRead); saa7164_dump_busdesc()
1044 dprintk(1, "%s()\n", __func__); saa7164_dev_unregister()
1158 dprintk(DBGLVL_THR, "thread started\n"); saa7164_thread_function()
1168 dprintk(DBGLVL_THR, "thread running\n"); saa7164_thread_function()
1183 dprintk(DBGLVL_THR, "thread exiting\n"); saa7164_thread_function()
1281 dprintk(1, "Bus is operating correctly using " saa7164_initdev()
1368 dprintk(1, "%s() parameter debug = %d\n", __func__, saa_debug); saa7164_initdev()
1369 dprintk(1, "%s() parameter waitsecs = %d\n", __func__, waitsecs); saa7164_initdev()
1384 dprintk(1, "%s()\n", __func__); saa7164_shutdown()
H A Dsaa7164-encoder.c62 dprintk(DBGLVL_ENC, "%s()\n", __func__); saa7164_encoder_configure()
89 dprintk(DBGLVL_ENC, "%s(port=%d) dmaqueue\n", __func__, port->nr); saa7164_encoder_buffers_dealloc()
96 dprintk(DBGLVL_ENC, "%s(port=%d) used\n", __func__, port->nr); saa7164_encoder_buffers_dealloc()
103 dprintk(DBGLVL_ENC, "%s(port=%d) free\n", __func__, port->nr); saa7164_encoder_buffers_dealloc()
111 dprintk(DBGLVL_ENC, "%s(port=%d) done\n", __func__, port->nr); saa7164_encoder_buffers_dealloc()
126 dprintk(DBGLVL_ENC, "%s()\n", __func__); saa7164_encoder_buffers_alloc()
130 dprintk(DBGLVL_ENC, saa7164_encoder_buffers_alloc()
141 dprintk(DBGLVL_ENC, saa7164_encoder_buffers_alloc()
221 dprintk(DBGLVL_ENC, "%s(id=0x%x)\n", __func__, (u32)id); vidioc_s_std()
238 dprintk(DBGLVL_ENC, "%s(id=0x%x) OK\n", __func__, (u32)id); vidioc_s_std()
287 dprintk(DBGLVL_ENC, "%s() input=%d\n", __func__, *i); vidioc_g_input()
298 dprintk(DBGLVL_ENC, "%s() input=%d\n", __func__, i); vidioc_s_input()
325 dprintk(DBGLVL_ENC, "VIDIOC_G_TUNER: tuner type %d\n", t->type); vidioc_g_tuner()
367 dprintk(DBGLVL_ENC, "%s() frequency=%d tuner=%d\n", __func__, vidioc_s_frequency()
406 dprintk(DBGLVL_ENC, "%s(id=%d, value=%d)\n", __func__, vidioc_g_ctrl()
443 dprintk(DBGLVL_ENC, "%s(id=%d, value=%d)\n", __func__, vidioc_s_ctrl()
763 dprintk(DBGLVL_ENC, "VIDIOC_G_FMT: w: %d, h: %d\n", vidioc_g_fmt_vid_cap()
781 dprintk(DBGLVL_ENC, "VIDIOC_TRY_FMT: w: %d, h: %d\n", vidioc_try_fmt_vid_cap()
799 dprintk(DBGLVL_ENC, "VIDIOC_S_FMT: w: %d, h: %d, f: %d\n", vidioc_s_fmt_vid_cap()
898 dprintk(DBGLVL_ENC, "%s() Stopped\n", __func__); saa7164_encoder_stop_port()
916 dprintk(DBGLVL_ENC, "%s() Acquired\n", __func__); saa7164_encoder_acquire_port()
934 dprintk(DBGLVL_ENC, "%s() Paused\n", __func__); saa7164_encoder_pause_port()
955 dprintk(DBGLVL_ENC, "%s(port=%d)\n", __func__, port->nr); saa7164_encoder_stop_streaming()
961 dprintk(DBGLVL_ENC, "%s(port=%d) Hardware stopped\n", __func__, saa7164_encoder_stop_streaming()
985 dprintk(DBGLVL_ENC, "%s(port=%d) Released\n", __func__, port->nr); saa7164_encoder_stop_streaming()
995 dprintk(DBGLVL_ENC, "%s(port=%d)\n", __func__, port->nr); saa7164_encoder_start_streaming()
1027 dprintk(DBGLVL_ENC, "%s() Acquired\n", __func__); saa7164_encoder_start_streaming()
1045 dprintk(DBGLVL_ENC, "%s() Paused\n", __func__); saa7164_encoder_start_streaming()
1062 dprintk(DBGLVL_ENC, "%s() Running\n", __func__); saa7164_encoder_start_streaming()
1080 dprintk(DBGLVL_ENC, "%s()\n", __func__); fops_open()
1099 dprintk(DBGLVL_ENC, "%s()\n", __func__); fops_release()
1140 dprintk(DBGLVL_ENC, "%s() returns %p\n", __func__, ubuf); saa7164_enc_next_buf()
1202 dprintk(DBGLVL_ENC, fops_read()
1342 dprintk(DBGLVL_ENC, "%s()\n", __func__); saa7164_encoder_alloc()
1362 dprintk(DBGLVL_ENC, "%s()\n", __func__); saa7164_encoder_register()
1456 dprintk(DBGLVL_ENC, "%s(port=%d)\n", __func__, port->nr); saa7164_encoder_unregister()
1470 dprintk(DBGLVL_ENC, "%s(port=%d) done\n", __func__, port->nr); saa7164_encoder_unregister()
H A Dsaa7164-vbi.c44 dprintk(DBGLVL_VBI, "%s()\n", __func__); saa7164_vbi_configure()
63 dprintk(DBGLVL_VBI, "%s() ends\n", __func__); saa7164_vbi_configure()
76 dprintk(DBGLVL_VBI, "%s(port=%d) dmaqueue\n", __func__, port->nr); saa7164_vbi_buffers_dealloc()
83 dprintk(DBGLVL_VBI, "%s(port=%d) used\n", __func__, port->nr); saa7164_vbi_buffers_dealloc()
90 dprintk(DBGLVL_VBI, "%s(port=%d) free\n", __func__, port->nr); saa7164_vbi_buffers_dealloc()
98 dprintk(DBGLVL_VBI, "%s(port=%d) done\n", __func__, port->nr); saa7164_vbi_buffers_dealloc()
113 dprintk(DBGLVL_VBI, "%s()\n", __func__); saa7164_vbi_buffers_alloc()
193 dprintk(DBGLVL_VBI, "%s(id=0x%x)\n", __func__, (u32)id); vidioc_s_std()
210 dprintk(DBGLVL_VBI, "%s(id=0x%x) OK\n", __func__, (u32)id); vidioc_s_std()
259 dprintk(DBGLVL_VBI, "%s() input=%d\n", __func__, *i); vidioc_g_input()
270 dprintk(DBGLVL_VBI, "%s() input=%d\n", __func__, i); vidioc_s_input()
297 dprintk(DBGLVL_VBI, "VIDIOC_G_TUNER: tuner type %d\n", t->type); vidioc_g_tuner()
339 dprintk(DBGLVL_VBI, "%s() frequency=%d tuner=%d\n", __func__, vidioc_s_frequency()
378 dprintk(DBGLVL_VBI, "%s(id=%d, value=%d)\n", __func__, vidioc_g_ctrl()
415 dprintk(DBGLVL_VBI, "%s(id=%d, value=%d)\n", __func__, vidioc_s_ctrl()
702 dprintk(DBGLVL_VBI, "VIDIOC_G_FMT: w: %d, h: %d\n", vidioc_g_fmt_vid_cap()
720 dprintk(DBGLVL_VBI, "VIDIOC_TRY_FMT: w: %d, h: %d\n", vidioc_try_fmt_vid_cap()
738 dprintk(DBGLVL_VBI, "VIDIOC_S_FMT: w: %d, h: %d, f: %d\n", vidioc_s_fmt_vid_cap()
824 dprintk(DBGLVL_VBI, "%s() Stopped\n", __func__); saa7164_vbi_stop_port()
842 dprintk(DBGLVL_VBI, "%s() Acquired\n", __func__); saa7164_vbi_acquire_port()
860 dprintk(DBGLVL_VBI, "%s() Paused\n", __func__); saa7164_vbi_pause_port()
881 dprintk(DBGLVL_VBI, "%s(port=%d)\n", __func__, port->nr); saa7164_vbi_stop_streaming()
887 dprintk(DBGLVL_VBI, "%s(port=%d) Hardware stopped\n", __func__, saa7164_vbi_stop_streaming()
911 dprintk(DBGLVL_VBI, "%s(port=%d) Released\n", __func__, port->nr); saa7164_vbi_stop_streaming()
921 dprintk(DBGLVL_VBI, "%s(port=%d)\n", __func__, port->nr); saa7164_vbi_start_streaming()
956 dprintk(DBGLVL_VBI, "%s() Acquired\n", __func__); saa7164_vbi_start_streaming()
974 dprintk(DBGLVL_VBI, "%s() Paused\n", __func__); saa7164_vbi_start_streaming()
992 dprintk(DBGLVL_VBI, "%s() Running\n", __func__); saa7164_vbi_start_streaming()
1027 dprintk(DBGLVL_VBI, "%s()\n", __func__); fops_open()
1046 dprintk(DBGLVL_VBI, "%s()\n", __func__); fops_release()
1086 dprintk(DBGLVL_VBI, "%s() returns %p\n", __func__, ubuf); saa7164_vbi_next_buf()
1148 dprintk(DBGLVL_VBI, fops_read()
1291 dprintk(DBGLVL_VBI, "%s()\n", __func__); saa7164_vbi_alloc()
1311 dprintk(DBGLVL_VBI, "%s()\n", __func__); saa7164_vbi_register()
1365 dprintk(DBGLVL_VBI, "%s(port=%d)\n", __func__, port->nr); saa7164_vbi_unregister()
H A Dsaa7164-dvb.c96 dprintk(DBGLVL_DVB, "%s() Stopped\n", __func__); saa7164_dvb_stop_port()
114 dprintk(DBGLVL_DVB, "%s() Acquired\n", __func__); saa7164_dvb_acquire_port()
132 dprintk(DBGLVL_DVB, "%s() Paused\n", __func__); saa7164_dvb_pause_port()
150 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); saa7164_dvb_stop_streaming()
172 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); saa7164_dvb_start_port()
191 dprintk(DBGLVL_DVB, "%s() Acquired\n", __func__); saa7164_dvb_start_port()
209 dprintk(DBGLVL_DVB, "%s() Paused\n", __func__); saa7164_dvb_start_port()
226 dprintk(DBGLVL_DVB, "%s() Running\n", __func__); saa7164_dvb_start_port()
240 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); saa7164_dvb_start_feed()
251 dprintk(DBGLVL_DVB, "%s(port=%d) now feeding = %d\n", saa7164_dvb_start_feed()
265 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); saa7164_dvb_stop_feed()
273 dprintk(DBGLVL_DVB, "%s(port=%d) now feeding = %d\n", saa7164_dvb_stop_feed()
286 dprintk(DBGLVL_DVB, "%s(port=%d)\n", __func__, port->nr); dvb_register()
429 dprintk(DBGLVL_DVB, "%s()\n", __func__); saa7164_dvb_unregister()
467 dprintk(DBGLVL_DVB, "%s()\n", __func__); saa7164_dvb_register()
H A Dsaa7164-i2c.c36 dprintk(DBGLVL_I2C, "%s(num = %d)\n", __func__, num); i2c_xfer()
39 dprintk(DBGLVL_I2C, "%s(num = %d) addr = 0x%02x len = 0x%x\n", i2c_xfer()
98 dprintk(DBGLVL_I2C, "%s(bus = %d)\n", __func__, bus->nr); saa7164_i2c_register()
/linux-4.1.27/drivers/media/pci/zoran/
H A Dvideocodec.c52 #define dprintk(num, format, args...) \ macro
85 dprintk(1, KERN_ERR "videocodec_attach: no data\n"); videocodec_attach()
89 dprintk(2, videocodec_attach()
94 dprintk(1, videocodec_attach()
104 dprintk(4, "videocodec_attach: try '%s'\n", videocodec_attach()
113 dprintk(1, videocodec_attach()
124 dprintk(3, "videocodec_attach '%s'\n", videocodec_attach()
128 dprintk(1, videocodec_attach()
138 dprintk(4, videocodec_attach()
144 dprintk(4, videocodec_attach()
158 dprintk(1, KERN_ERR "videocodec_attach: no codec found!\n"); videocodec_attach()
176 dprintk(1, KERN_ERR "videocodec_detach: no data\n"); videocodec_detach()
180 dprintk(2, videocodec_detach()
185 dprintk(1, videocodec_detach()
197 dprintk(3, videocodec_detach()
202 dprintk(1, videocodec_detach()
210 dprintk(4, videocodec_detach()
214 dprintk(4, videocodec_detach()
229 dprintk(1, KERN_ERR "videocodec_detach: given codec not found!\n"); videocodec_detach()
239 dprintk(1, KERN_ERR "videocodec_register: no data!\n"); videocodec_register()
243 dprintk(2, videocodec_register()
249 dprintk(1, KERN_ERR "videocodec_register: no memory\n"); videocodec_register()
256 dprintk(4, "videocodec: hooked in as first element\n"); videocodec_register()
261 dprintk(4, "videocodec: hooked in after '%s'\n", videocodec_register()
274 dprintk(1, KERN_ERR "videocodec_unregister: no data!\n"); videocodec_unregister()
278 dprintk(2, videocodec_unregister()
283 dprintk(1, videocodec_unregister()
292 dprintk(1, videocodec_unregister()
298 dprintk(3, "videocodec: unregister '%s' is ok.\n", videocodec_unregister()
302 dprintk(4, videocodec_unregister()
306 dprintk(4, videocodec_unregister()
316 dprintk(1, videocodec_unregister()
382 dprintk(1, KERN_ERR "videocodec: can't init procfs.\n"); videocodec_init()
H A Dzr36016.c60 #define dprintk(num, format, args...) \ macro
85 dprintk(1, zr36016_read()
89 dprintk(4, "%s: reading from 0x%04x: %02x\n", ptr->name, reg, zr36016_read()
100 dprintk(4, "%s: writing 0x%02x to 0x%04x\n", ptr->name, value, zr36016_write()
107 dprintk(1, zr36016_write()
128 dprintk(1, zr36016_readi()
133 dprintk(4, "%s: reading indirect from 0x%04x: %02x\n", ptr->name, zr36016_readi()
143 dprintk(4, "%s: writing indirect 0x%02x to 0x%04x\n", ptr->name, zr36016_writei()
151 dprintk(1, zr36016_writei()
183 dprintk(1, KERN_INFO "%s: registers: ", ptr->name); zr36016_basic_test()
185 dprintk(1, "%02x ", zr36016_readi(ptr, i)); zr36016_basic_test()
186 dprintk(1, "\n"); zr36016_basic_test()
192 dprintk(1, zr36016_basic_test()
200 dprintk(1, zr36016_basic_test()
209 dprintk(1, zr36016_basic_test()
233 dprintk(4, "%s: write data block to 0x%04x (len=%d)\n",
300 dprintk(2, "%s: set_mode %d call\n", ptr->name, mode); zr36016_set_mode()
320 dprintk(2, "%s: set_video %d.%d, %d/%d-%dx%d (0x%x) call\n", zr36016_set_video()
359 dprintk(2, "%s: control %d call with %d byte\n", ptr->name, type, zr36016_control()
412 dprintk(1, "%s: finished codec #%d\n", ptr->name, zr36016_unset()
439 dprintk(2, "zr36016: initializing VFE subsystem #%d.\n", zr36016_setup()
443 dprintk(1, zr36016_setup()
450 dprintk(1, KERN_ERR "zr36016: Can't get enough memory!\n"); zr36016_setup()
473 dprintk(1, KERN_INFO "%s: codec v%d attached and running\n", zr36016_setup()
502 //dprintk(1, "ZR36016 driver %s\n",ZR016_VERSION); zr36016_init_module()
511 dprintk(1, zr36016_cleanup_module()
H A Dzoran_card.c253 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); dc10_init()
265 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); dc10plus_init()
271 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); buz_init()
282 dprintk(3, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); lml33_init()
736 dprintk(4, zoran_check_jpg_settings()
741 dprintk(4, zoran_check_jpg_settings()
774 dprintk(1, zoran_check_jpg_settings()
852 dprintk(1, zoran_check_jpg_settings()
860 dprintk(1, zoran_check_jpg_settings()
943 dprintk(1, KERN_ERR "%s: %s internal error\n", zoran_open_init_params()
966 dprintk(5, KERN_INFO "%s: Testing interrupts...\n", ZR_DEVNAME(zr)); test_interrupts()
968 dprintk(1, ": time spent: %d\n", 1 * HZ - timeout); test_interrupts()
979 dprintk(1, zr36057_init()
1013 dprintk(1, zr36057_init()
1022 dprintk(1, zr36057_init()
1038 dprintk(1, zr36057_init()
1136 dprintk(1, KERN_ERR "%s: %s - no memory\n", zoran_setup_videocodec()
1205 dprintk(1, KERN_ERR "%s: driver limited to %d card(s) maximum\n", zoran_probe()
1212 dprintk(1, KERN_ERR "%s: %s - kzalloc failed\n", zoran_probe()
1229 dprintk(1, zoran_probe()
1235 dprintk(1, zoran_probe()
1245 dprintk(1, zoran_probe()
1249 dprintk(1, zoran_probe()
1258 dprintk(1, zoran_probe()
1264 dprintk(3, zoran_probe()
1271 dprintk(1, zoran_probe()
1290 dprintk(1, KERN_ERR "%s: %s() - ioremap failed\n", zoran_probe()
1299 dprintk(1, zoran_probe()
1304 dprintk(1, zoran_probe()
1309 dprintk(1, zoran_probe()
1322 dprintk(2, KERN_INFO "%s: Changing PCI latency from %d to %d\n", zoran_probe()
1330 dprintk(2, KERN_INFO "%s: Initializing i2c bus...\n", zoran_probe()
1334 dprintk(1, KERN_ERR "%s: %s - can't initialize i2c bus\n", zoran_probe()
1348 dprintk(2, zoran_probe()
1357 dprintk(1, zoran_probe()
1369 dprintk(1, zoran_probe()
1388 dprintk(1, KERN_ERR "%s: %s - no codec found\n", zoran_probe()
1393 dprintk(1, KERN_ERR "%s: %s - wrong codec\n", zoran_probe()
1404 dprintk(1, KERN_ERR "%s: %s - no VFE found\n", zoran_probe()
1409 dprintk(1, KERN_ERR "%s: %s = wrong VFE\n", zoran_probe()
1418 dprintk(1, KERN_INFO zoran_probe()
1491 dprintk(1, zoran_init()
1499 dprintk(1, zoran_init()
1507 dprintk(1, zoran_init()
H A Dzoran_driver.c223 dprintk(2, v4l_fbuffer_alloc()
232 dprintk(1, v4l_fbuffer_alloc()
245 dprintk(4, v4l_fbuffer_alloc()
264 dprintk(4, KERN_INFO "%s: %s\n", ZR_DEVNAME(zr), __func__); v4l_fbuffer_free()
317 dprintk(2, jpg_fbuffer_alloc()
326 dprintk(1, jpg_fbuffer_alloc()
339 dprintk(1, jpg_fbuffer_alloc()
357 dprintk(1, jpg_fbuffer_alloc()
376 dprintk(4, jpg_fbuffer_alloc()
395 dprintk(4, KERN_DEBUG "%s: %s\n", ZR_DEVNAME(zr), __func__); jpg_fbuffer_free()
450 dprintk(1, zoran_v4l_set_format()
461 dprintk(1, zoran_v4l_set_format()
471 dprintk(1, zoran_v4l_set_format()
493 dprintk(1, zoran_v4l_queue_frame()
502 dprintk(1, zoran_v4l_queue_frame()
516 dprintk(1, zoran_v4l_queue_frame()
536 dprintk(2, zoran_v4l_queue_frame()
571 dprintk(1, v4l_sync()
580 dprintk(1, v4l_sync()
588 dprintk(1, v4l_sync()
604 dprintk(2, v4l_sync()
640 dprintk(1, zoran_jpg_queue_frame()
649 dprintk(1, zoran_jpg_queue_frame()
661 dprintk(1, zoran_jpg_queue_frame()
673 dprintk(1, zoran_jpg_queue_frame()
691 dprintk(2, zoran_jpg_queue_frame()
732 dprintk(1, jpg_qbuf()
743 dprintk(1, jpg_qbuf()
772 dprintk(1, jpg_sync()
780 dprintk(1, jpg_sync()
796 dprintk(1, jpg_sync()
816 dprintk(2, jpg_sync()
911 dprintk(2, KERN_INFO "%s: %s(%s, pid=[%d]), users(-)=%d\n", zoran_open()
917 dprintk(1, KERN_ERR "%s: too many users (%d) on device\n", zoran_open()
926 dprintk(1, zoran_open()
938 dprintk(1, zoran_open()
973 dprintk(2, KERN_INFO "%s: open failed (%d), users(-)=%d\n", zoran_open()
985 dprintk(2, KERN_INFO "%s: %s(%s, pid=[%d]), users(+)=%d\n", zoran_close()
1030 dprintk(4, KERN_INFO "%s: %s done\n", ZR_DEVNAME(zr), __func__); zoran_close()
1090 dprintk(3, setup_fbuffer()
1099 dprintk(1, setup_fbuffer()
1106 dprintk(1, setup_fbuffer()
1113 dprintk(1, setup_fbuffer()
1149 dprintk(1, setup_window()
1157 dprintk(1, setup_window()
1165 dprintk(1, setup_window()
1196 dprintk(1, setup_window()
1239 dprintk(1, setup_window()
1278 dprintk(1, setup_overlay()
1286 dprintk(1, setup_overlay()
1303 dprintk(1, setup_overlay()
1310 dprintk(1, setup_overlay()
1344 dprintk(1, zoran_v4l2_buffer_status()
1352 dprintk(3, zoran_v4l2_buffer_status()
1388 dprintk(1, zoran_v4l2_buffer_status()
1423 dprintk(5, zoran_v4l2_buffer_status()
1445 dprintk(1, zoran_set_norm()
1453 dprintk(1, zoran_set_norm()
1494 dprintk(1, zoran_set_input()
1502 dprintk(1, zoran_set_input()
1780 dprintk(3, "x=%d, y=%d, w=%d, h=%d, cnt=%d, map=0x%p\n", zoran_s_fmt_vid_overlay()
1804 dprintk(3, "size=%dx%d, fmt=0x%x (%4.4s)\n", zoran_s_fmt_vid_out()
1814 dprintk(1, KERN_ERR "%s: VIDIOC_S_FMT - cannot change capture mode\n", zoran_s_fmt_vid_out()
1896 dprintk(1, KERN_ERR "%s: VIDIOC_S_FMT - unknown/unsupported format 0x%x\n", zoran_s_fmt_vid_cap()
1905 dprintk(1, KERN_ERR "%s: VIDIOC_S_FMT - cannot change capture mode\n", zoran_s_fmt_vid_cap()
1970 dprintk(1, KERN_ERR "%s: VIDIOC_S_FBUF - format=0x%x (%4.4s) not allowed\n", zoran_s_fbuf()
2006 dprintk(2, zoran_reqbufs()
2018 dprintk(2, zoran_reqbufs()
2060 dprintk(1, zoran_reqbufs()
2097 dprintk(1, KERN_ERR zoran_qbuf()
2122 dprintk(1, KERN_ERR zoran_qbuf()
2139 dprintk(1, KERN_ERR zoran_qbuf()
2162 dprintk(1, KERN_ERR zoran_dqbuf()
2193 dprintk(1, KERN_ERR zoran_dqbuf()
2216 dprintk(1, KERN_ERR zoran_dqbuf()
2272 dprintk(1, zoran_streamon()
2343 dprintk(1, KERN_ERR zoran_streamoff()
2528 dprintk(1, KERN_ERR zoran_cropcap()
2560 dprintk(1, zoran_g_crop()
2591 dprintk(1, KERN_ERR zoran_s_crop()
2601 dprintk(1, KERN_ERR zoran_s_crop()
2669 dprintk(1, KERN_WARNING zoran_s_jpegcomp()
2714 dprintk(3, zoran_poll()
2736 dprintk(3, zoran_poll()
2755 dprintk(1, zoran_poll()
2798 dprintk(3, KERN_INFO "%s: %s - munmap(%s)\n", ZR_DEVNAME(zr), zoran_vm_close()
2815 dprintk(3, KERN_INFO "%s: %s - free %s buffers\n", ZR_DEVNAME(zr), zoran_vm_close()
2861 dprintk(3, zoran_mmap()
2868 dprintk(1, zoran_mmap()
2878 dprintk(1, zoran_mmap()
2892 dprintk(1, zoran_mmap()
2905 dprintk(1, zoran_mmap()
2935 dprintk(1, zoran_mmap()
2967 dprintk(1, zoran_mmap()
H A Dzr36050.c58 #define dprintk(num, format, args...) \ macro
82 dprintk(1, zr36050_read()
86 dprintk(4, "%s: reading from 0x%04x: %02x\n", ptr->name, reg, zr36050_read()
97 dprintk(4, "%s: writing 0x%02x to 0x%04x\n", ptr->name, value, zr36050_write()
104 dprintk(1, zr36050_write()
158 dprintk(1, zr36050_wait_end()
179 dprintk(1, zr36050_basic_test()
189 dprintk(1, zr36050_basic_test()
198 dprintk(1, zr36050_basic_test()
222 dprintk(4, "%s: write data block to 0x%04x (len=%d)\n", ptr->name, zr36050_pushit()
351 dprintk(3, "%s: write SOF (%dx%d, %d components)\n", ptr->name, zr36050_set_sof()
383 dprintk(3, "%s: write SOS\n", ptr->name); zr36050_set_sos()
410 dprintk(3, "%s: write DRI\n", ptr->name); zr36050_set_dri()
435 dprintk(2, "%s: COMPRESSION SETUP\n", ptr->name); zr36050_init()
465 dprintk(3, "%s: write DQT, DHT, APP\n", ptr->name); zr36050_init()
488 dprintk(2, "%s: Status after table preload: 0x%02x\n", zr36050_init()
492 dprintk(1, KERN_ERR "%s: init aborted!\n", zr36050_init()
504 dprintk(3, zr36050_init()
517 dprintk(3, "%s: code: nettobit=%ld, highnettobits=%ld\n", zr36050_init()
536 dprintk(2, "%s: EXPANSION SETUP\n", ptr->name); zr36050_init()
549 dprintk(3, "%s: write DHT\n", ptr->name); zr36050_init()
558 dprintk(2, "%s: Status after table preload: 0x%02x\n", zr36050_init()
562 dprintk(1, KERN_ERR "%s: init aborted!\n", zr36050_init()
590 dprintk(2, "%s: set_mode %d call\n", ptr->name, mode); zr36050_set_mode()
611 dprintk(2, "%s: set_video %d.%d, %d/%d-%dx%d (0x%x) q%d call\n", zr36050_set_video()
653 dprintk(2, "%s: control %d call with %d byte\n", ptr->name, type, zr36050_control()
775 dprintk(1, "%s: finished codec #%d\n", ptr->name, zr36050_unset()
802 dprintk(2, "zr36050: initializing MJPEG subsystem #%d.\n", zr36050_setup()
806 dprintk(1, zr36050_setup()
813 dprintk(1, KERN_ERR "zr36050: Can't get enough memory!\n"); zr36050_setup()
849 dprintk(1, KERN_INFO "%s: codec attached and running\n", zr36050_setup()
878 //dprintk(1, "ZR36050 driver %s\n",ZR050_VERSION); zr36050_init_module()
887 dprintk(1, zr36050_cleanup_module()
H A Dzoran_procfs.c107 dprintk(4, setparam()
149 dprintk(1, zoran_write()
160 dprintk(4, KERN_INFO "%s: write_proc: name=%pD count=%zu zr=%p\n", zoran_write()
201 dprintk(2, zoran_proc_init()
206 dprintk(1, KERN_ERR "%s: Unable to initialise /proc/%s\n", zoran_proc_init()
H A Dzr36060.c62 #define dprintk(num, format, args...) \ macro
86 dprintk(1, zr36060_read()
90 //dprintk(4, "%s: reading from 0x%04x: %02x\n",ptr->name,reg,value); zr36060_read()
100 //dprintk(4, "%s: writing 0x%02x to 0x%04x\n",ptr->name,value,reg); zr36060_write()
101 dprintk(4, "0x%02x @0x%04x\n", value, reg); zr36060_write()
107 dprintk(1, zr36060_write()
161 dprintk(1, zr36060_wait_end()
180 dprintk(1, zr36060_basic_test()
189 dprintk(1, zr36060_basic_test()
213 dprintk(4, "%s: write data block to 0x%04x (len=%d)\n", ptr->name, zr36060_pushit()
342 dprintk(3, "%s: write SOF (%dx%d, %d components)\n", ptr->name, zr36060_set_sof()
375 dprintk(3, "%s: write SOS\n", ptr->name); zr36060_set_sos()
403 dprintk(3, "%s: write DRI\n", ptr->name); zr36060_set_dri()
428 dprintk(2, "%s: COMPRESSION SETUP\n", ptr->name); zr36060_init()
490 dprintk(3, zr36060_init()
503 dprintk(3, "%s: code: nettobit=%ld, highnettobits=%ld\n", zr36060_init()
522 dprintk(2, "%s: EXPANSION SETUP\n", ptr->name); zr36060_init()
558 dprintk(2, "%s: Status after table preload: 0x%02x\n", ptr->name, zr36060_init()
562 dprintk(1, KERN_ERR "%s: init aborted!\n", ptr->name); zr36060_init()
581 dprintk(2, "%s: set_mode %d call\n", ptr->name, mode); zr36060_set_mode()
603 dprintk(2, "%s: set_video %d/%d-%dx%d (%%%d) call\n", ptr->name, zr36060_set_video()
762 dprintk(2, "%s: control %d call with %d byte\n", ptr->name, type, zr36060_control()
882 dprintk(1, "%s: finished codec #%d\n", ptr->name, zr36060_unset()
909 dprintk(2, "zr36060: initializing MJPEG subsystem #%d.\n", zr36060_setup()
913 dprintk(1, zr36060_setup()
920 dprintk(1, KERN_ERR "zr36060: Can't get enough memory!\n"); zr36060_setup()
957 dprintk(1, KERN_INFO "%s: codec attached and running\n", zr36060_setup()
986 //dprintk(1, "zr36060 driver %s\n",ZR060_VERSION); zr36060_init_module()
995 dprintk(1, zr36060_cleanup_module()
/linux-4.1.27/drivers/media/tuners/
H A Dmax2165.c36 #define dprintk(args...) \ macro
55 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, data); max2165_write_reg()
60 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", max2165_write_reg()
80 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, ret); max2165_read_reg()
86 dprintk("%s: reg=0x%02X, data=0x%02X\n", max2165_read_reg()
125 dprintk("tf_ntch_low_cfg = 0x%X\n", priv->tf_ntch_low_cfg); max2165_read_rom_table()
126 dprintk("tf_ntch_hi_cfg = 0x%X\n", priv->tf_ntch_hi_cfg); max2165_read_rom_table()
127 dprintk("tf_balun_low_ref = 0x%X\n", priv->tf_balun_low_ref); max2165_read_rom_table()
128 dprintk("tf_balun_hi_ref = 0x%X\n", priv->tf_balun_hi_ref); max2165_read_rom_table()
129 dprintk("bb_filter_7mhz_cfg = 0x%X\n", priv->bb_filter_7mhz_cfg); max2165_read_rom_table()
130 dprintk("bb_filter_8mhz_cfg = 0x%X\n", priv->bb_filter_8mhz_cfg); max2165_read_rom_table()
223 dprintk("tf = %X\n", tf); max2165_set_rf()
254 dprintk("auto VCO active: %d, auto VCO success: %d\n", max2165_debug_status()
256 dprintk("PLL locked: %d\n", pll_locked); max2165_debug_status()
257 dprintk("DC offset low: %d, DC offset high: %d\n", max2165_debug_status()
259 dprintk("Signal lvl over threshold: %d\n", signal_lv_over_threshold); max2165_debug_status()
260 dprintk("VCO: %d, VCO Sub-band: %d, ADC: %d\n", vco, vco_sub_band, adc); max2165_debug_status()
280 dprintk("%s() frequency=%d\n", __func__, c->frequency); max2165_set_params()
300 dprintk("%s()\n", __func__); max2165_get_frequency()
308 dprintk("%s()\n", __func__); max2165_get_bandwidth()
319 dprintk("%s()\n", __func__); max2165_get_status()
335 dprintk("%s()\n", __func__); max2165_sleep()
342 dprintk("%s()\n", __func__); max2165_init()
376 dprintk("%s()\n", __func__); max2165_release()
409 dprintk("%s(%d-%04x)\n", __func__, max2165_attach()
H A Dxc5000.c50 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
312 dprintk(1, "%s()\n", __func__); xc5000_tuner_reset()
419 dprintk(1, "%s()\n", __func__); xc_initialize()
427 dprintk(1, "%s(0x%04x,0x%04x)\n", __func__, video_mode, audio_mode); xc_set_tv_standard()
429 dprintk(1, "%s() Standard = %s\n", xc_set_tv_standard()
433 dprintk(1, "%s() Standard = %s\n", xc_set_tv_standard()
447 dprintk(1, "%s(%d) Source = %s\n", __func__, rf_mode, xc_set_signal_source()
465 dprintk(1, "%s(%u)\n", __func__, freq_hz); xc_set_rf_frequency()
483 dprintk(1, "%s(freq_khz = %d) freq_code = 0x%x\n", xc_set_IF_frequency()
593 dprintk(1, "%s(%u)\n", __func__, freq_hz); xc_tune_channel()
640 dprintk(1, "waiting for firmware upload (%s)...\n", xc5000_fwupload()
648 dprintk(1, "firmware uploading...\n"); xc5000_fwupload()
652 dprintk(1, "Firmware upload complete...\n"); xc5000_fwupload()
681 dprintk(1, "*** ADC envelope (0-1023) = %d\n", adc_envelope); xc_debug_dump()
684 dprintk(1, "*** Frequency error = %d Hz\n", freq_error_hz); xc_debug_dump()
687 dprintk(1, "*** Lock status (0-Wait, 1-Locked, 2-No-signal) = %d\n", xc_debug_dump()
693 dprintk(1, "*** HW: V%d.%d, FW: V %d.%d.%d\n", xc_debug_dump()
698 dprintk(1, "*** Horizontal sync frequency = %d Hz\n", hsync_freq_hz); xc_debug_dump()
701 dprintk(1, "*** Frame lines = %d\n", frame_lines); xc_debug_dump()
704 dprintk(1, "*** Quality (0:<8dB, 7:>56dB) = %d\n", quality & 0x07); xc_debug_dump()
707 dprintk(1, "*** Unweighted analog SNR = %d dB\n", snr & 0x3f); xc_debug_dump()
710 dprintk(1, "*** Total gain = %d.%d dB\n", totalgain / 256, xc_debug_dump()
715 dprintk(1, "*** PLL lock status = 0x%04x\n", regval); xc_debug_dump()
748 dprintk(1, "%s() setting OUTPUT_AMP to 0x%x\n", xc5000_tune_digital()
771 dprintk(1, "Unable to load firmware and init tuner\n"); xc5000_set_digital_params()
775 dprintk(1, "%s() frequency=%d (Hz)\n", __func__, freq); xc5000_set_digital_params()
779 dprintk(1, "%s() VSB modulation\n", __func__); xc5000_set_digital_params()
785 dprintk(1, "%s() QAM modulation\n", __func__); xc5000_set_digital_params()
798 dprintk(1, "%s() OFDM\n", __func__); xc5000_set_digital_params()
820 dprintk(1, "%s() QAM modulation\n", __func__); xc5000_set_digital_params()
835 dprintk(1, "%s() Bandwidth %dMHz (%d)\n", __func__, xc5000_set_digital_params()
846 dprintk(1, "%s() frequency=%d (compensated to %d)\n", xc5000_set_digital_params()
866 dprintk(1, "%s() returns %s id = 0x%x\n", __func__, xc5000_is_firmware_loaded()
876 dprintk(1, "%s() frequency=%d (in units of 62.5khz)\n", xc5000_config_tv()
966 dprintk(1, "xc5000: PLL not locked (0x%x). Reloading...\n", xc5000_set_tv_freq()
985 dprintk(1, "%s() frequency=%d (in units of khz)\n", xc5000_config_radio()
989 dprintk(1, "%s() radio input not configured\n", __func__); xc5000_config_radio()
1012 dprintk(1, "%s() unknown radio input %d\n", __func__, xc5000_set_radio_freq()
1049 dprintk(1, "Unable to load firmware and init tuner\n"); xc5000_set_params()
1094 dprintk(1, "%s()\n", __func__); xc5000_get_frequency()
1102 dprintk(1, "%s()\n", __func__); xc5000_get_if_frequency()
1110 dprintk(1, "%s()\n", __func__); xc5000_get_bandwidth()
1123 dprintk(1, "%s() lock_status = 0x%08x\n", __func__, lock_status); xc5000_get_status()
1151 dprintk(1, "firmware read %Zu bytes.\n", fw->size); xc_load_fw_and_init_tuner()
1253 dprintk(1, "%s()\n", __func__); xc5000_do_timer_sleep()
1269 dprintk(1, "%s()\n", __func__); xc5000_sleep()
1286 dprintk(1, "%s()\n", __func__); xc5000_suspend()
1303 dprintk(1, "%s()\n", __func__); xc5000_resume()
1316 dprintk(1, "%s()\n", __func__); xc5000_init()
1333 dprintk(1, "%s()\n", __func__); xc5000_release()
1358 dprintk(1, "%s()\n", __func__); xc5000_set_config()
1404 dprintk(1, "%s(%d-%04x)\n", __func__, xc5000_attach()
H A Dmt2131.c37 #define dprintk(level,fmt, arg...) if (debug >= level) \ macro
110 dprintk(1, "%s() freq=%d\n", __func__, freq); mt2131_set_params()
156 dprintk(1, "IF1: %dMHz IF2: %dMHz\n", MT2131_IF1, MT2131_IF2); mt2131_set_params()
157 dprintk(1, "PLL freq=%dkHz band=%d\n", (int)freq, (int)if_band_center); mt2131_set_params()
158 dprintk(1, "PLL f_lo1=%dkHz f_lo2=%dkHz\n", (int)f_lo1, (int)f_lo2); mt2131_set_params()
159 dprintk(1, "PLL div1=%d num1=%d div2=%d num2=%d\n", mt2131_set_params()
161 dprintk(1, "PLL [1..6]: %2x %2x %2x %2x %2x %2x\n", mt2131_set_params()
187 dprintk(1, "%s()\n", __func__); mt2131_get_frequency()
205 dprintk(1, "%s() - LO Status = 0x%x, AFC Status = 0x%x\n", mt2131_get_status()
215 dprintk(1, "%s()\n", __func__); mt2131_init()
235 dprintk(1, "%s()\n", __func__); mt2131_release()
264 dprintk(1, "%s()\n", __func__); mt2131_attach()
H A Dxc4000.c69 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
280 dprintk(1, "%s()\n", __func__); xc4000_tuner_reset()
371 dprintk(1, "%s(0x%04x,0x%04x)\n", __func__, video_mode, audio_mode); xc_set_tv_standard()
372 dprintk(1, "%s() Standard = %s\n", xc_set_tv_standard()
390 dprintk(1, "%s(%d) Source = %s\n", __func__, rf_mode, xc_set_signal_source()
408 dprintk(1, "%s(%u)\n", __func__, freq_hz); xc_set_rf_frequency()
521 dprintk(1, "%s(%u)\n", __func__, freq_hz); xc_tune_channel()
737 dprintk(1, "Reading custom firmware %s\n", fname); xc4000_fwupload()
742 dprintk(1, "Trying to read firmware %s\n", fname); xc4000_fwupload()
747 dprintk(1, "Trying to read firmware %s\n", fname); xc4000_fwupload()
762 dprintk(1, "Loading Firmware: %s\n", fname); xc4000_fwupload()
783 dprintk(1, "Loading %d firmware images from %s, type: %s, ver %d.%d\n", xc4000_fwupload()
874 dprintk(1, "Firmware files loaded.\n"); xc4000_fwupload()
888 dprintk(1, "%s called int_freq=%d\n", __func__, int_freq); load_scode()
954 dprintk(1, "%s called\n", __func__); check_firmware()
970 dprintk(1, "checking firmware, user requested type="); check_firmware()
984 dprintk(1, "BASE firmware not changed.\n"); check_firmware()
1005 dprintk(1, "Load init1 firmware, if exists\n"); check_firmware()
1023 dprintk(1, "Std-specific firmware already loaded.\n"); check_firmware()
1039 dprintk(1, "SCODE firmware already loaded.\n"); check_firmware()
1047 dprintk(1, "load scode failed %d\n", rc); check_firmware()
1058 dprintk(1, "Device is Xceive %d version %d.%d, " check_firmware()
1101 dprintk(1, "Retrying firmware load\n"); check_firmware()
1124 dprintk(1, "*** ADC envelope (0-1023) = %d\n", adc_envelope); xc_debug_dump()
1127 dprintk(1, "*** Frequency error = %d Hz\n", freq_error_hz); xc_debug_dump()
1130 dprintk(1, "*** Lock status (0-Wait, 1-Locked, 2-No-signal) = %d\n", xc_debug_dump()
1135 dprintk(1, "*** HW: V%02x.%02x, FW: V%02x.%02x\n", xc_debug_dump()
1141 dprintk(1, "*** Horizontal sync frequency = %d Hz\n", xc_debug_dump()
1145 dprintk(1, "*** Frame lines = %d\n", frame_lines); xc_debug_dump()
1149 dprintk(1, "*** Quality (0:<8dB, 7:>56dB) = %d\n", quality); xc_debug_dump()
1152 dprintk(1, "*** Signal level = -%ddB (%d)\n", signal >> 8, signal); xc_debug_dump()
1155 dprintk(1, "*** Noise level = %ddB (%d)\n", noise >> 8, noise); xc_debug_dump()
1167 dprintk(1, "%s() frequency=%d (Hz)\n", __func__, c->frequency); xc4000_set_params()
1173 dprintk(1, "%s() VSB modulation\n", __func__); xc4000_set_params()
1180 dprintk(1, "%s() QAM modulation\n", __func__); xc4000_set_params()
1188 dprintk(1, "%s() OFDM\n", __func__); xc4000_set_params()
1220 dprintk(1, "%s() frequency=%d (compensated)\n", xc4000_set_params()
1284 dprintk(1, "%s() frequency=%d (in units of 62.5Hz)\n", xc4000_set_analog_params()
1303 dprintk(1, "%s() frequency=%d (in units of 62.5khz)\n", xc4000_set_analog_params()
1549 dprintk(1, "%s() freq = %u, SNR = %d\n", xc4000_get_frequency()
1557 dprintk(1, "%s()\n", __func__); xc4000_get_frequency()
1565 dprintk(1, "%s()\n", __func__); xc4000_get_bandwidth()
1588 dprintk(2, "%s() lock_status = %d\n", __func__, lock_status); xc4000_get_status()
1598 dprintk(1, "%s()\n", __func__); xc4000_sleep()
1625 dprintk(1, "%s()\n", __func__); xc4000_init()
1634 dprintk(1, "%s()\n", __func__); xc4000_release()
1676 dprintk(1, "%s(%d-%04x)\n", __func__, xc4000_attach()
H A Dtda827x.c33 #define dprintk(args...) \ macro
86 dprintk("setting tda827x to radio FM\n"); tda827x_set_std()
88 dprintk("setting tda827x to system %s\n", mode); tda827x_set_std()
167 dprintk("%s:\n", __func__); tda827xo_set_params()
239 dprintk("%s:\n", __func__); tda827xo_sleep()
451 dprintk("%s:\n", __func__); tda827xa_sleep()
471 dprintk("tda827x_config not defined, cannot set LNA gain!\n"); tda827xa_lna_gain()
477 dprintk("setting LNA to high gain\n"); tda827xa_lna_gain()
479 dprintk("setting LNA to low gain\n"); tda827xa_lna_gain()
527 dprintk("%s:\n", __func__); tda827xa_set_params()
546 dprintk("%s select tda827xa_dvbc\n", __func__); tda827xa_set_params()
605 dprintk("tda8275a AGC2 gain is: %d\n", buf[1]); tda827xa_set_params()
728 dprintk("AGC2 gain is: %d\n", tuner_reg[1]); tda827xa_set_analog_params()
794 dprintk("%s:\n", __func__); tda827x_init()
869 dprintk("tda827x tuner found\n"); tda827x_probe_version()
875 dprintk("tda827xa tuner found\n"); tda827x_probe_version()
889 dprintk("%s:\n", __func__); tda827x_attach()
900 dprintk("type set to %s\n", fe->ops.tuner_ops.info.name); tda827x_attach()
H A Dmt2060.c39 #define dprintk(args...) do { if (debug) {printk(KERN_DEBUG "MT2060: " args); printk("\n"); }} while (0) macro
131 dprintk("Spurs before : f_lo1: %d f_lo2: %d (kHz)", mt2060_spurcheck()
146 dprintk("Spurs after : f_lo1: %d f_lo2: %d (kHz)", mt2060_spurcheck()
222 dprintk("IF1: %dMHz",(int)if1); mt2060_set_params()
223 dprintk("PLL freq=%dkHz f_lo1=%dkHz f_lo2=%dkHz",(int)freq,(int)f_lo1,(int)f_lo2); mt2060_set_params()
224 dprintk("PLL div1=%d num1=%d div2=%d num2=%d",(int)div1,(int)num1,(int)div2,(int)num2); 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]); mt2060_set_params()
283 dprintk("calibration was successful: %d", (int)priv->fmfreq); mt2060_calibrate()
285 dprintk("FMCAL timed out"); mt2060_calibrate()
H A Dmt2266.c54 #define dprintk(args...) do { if (debug) {printk(KERN_DEBUG "MT2266: " args); printk("\n"); }} while (0) macro
167 dprintk("Switch from UHF to VHF"); mt2266_set_params()
172 dprintk("Switch from VHF to UHF"); mt2266_set_params()
214 dprintk("set_parms: tune=%d band=%d %s", mt2266_set_params()
217 dprintk("set_parms: [1..3]: %2x %2x %2x", mt2266_set_params()
236 dprintk("Lock when i=%i",(int)i); mt2266_set_params()
/linux-4.1.27/drivers/media/dvb-frontends/
H A 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, mb86a16_write()
118 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", mb86a16_read()
144 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); CNTM_set()
171 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); smrt_set()
182 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); srst()
198 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); afcex_data_set()
214 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); afcofs_data_set()
227 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); stlp_set()
240 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); Vi_set()
282 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); initial_set()
295 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); S01T_set()
312 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); EN_set()
337 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); AFCEXEN_set()
351 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); DAGC_data_set()
429 dprintk(verbose, MB86A16_ERROR, 1, "CNTM set Error"); signal_det()
435 dprintk(verbose, MB86A16_ERROR, 1, "CNTM set Error"); signal_det()
455 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); signal_det()
469 dprintk(verbose, MB86A16_ERROR, 1, "CNTM set Error"); signal_det()
544 dprintk(verbose, MB86A16_ERROR, 1, "RF Setup - I2C transfer error"); rf_val_set()
573 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); afcerr_chk()
592 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); dagcm_val_get()
629 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_read_status()
642 dprintk(verbose, MB86A16_INFO, 1, "Status = %02x,", val); sync_chk()
648 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); sync_chk()
735 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); freqerr_chk()
972 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); SEQ_set()
983 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); iq_vt_set()
993 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); FEC_srst()
1003 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); S2T_set()
1013 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); S45T_set()
1065 dprintk(verbose, MB86A16_INFO, 1, "freq=%d Mhz, symbrt=%d Ksps", state->frequency, state->srate); mb86a16_set_fe()
1092 dprintk(verbose, MB86A16_ERROR, 1, "initial set failed"); mb86a16_set_fe()
1096 dprintk(verbose, MB86A16_ERROR, 1, "DAGC data set error"); mb86a16_set_fe()
1100 dprintk(verbose, MB86A16_ERROR, 1, "EN set error"); mb86a16_set_fe()
1104 dprintk(verbose, MB86A16_ERROR, 1, "AFCEXEN set error"); mb86a16_set_fe()
1108 dprintk(verbose, MB86A16_ERROR, 1, "CNTM set error"); mb86a16_set_fe()
1112 dprintk(verbose, MB86A16_ERROR, 1, "S01T set error"); mb86a16_set_fe()
1117 dprintk(verbose, MB86A16_ERROR, 1, "smrt info get error"); mb86a16_set_fe()
1190 dprintk(verbose, MB86A16_ERROR, 1, "rf val set error"); mb86a16_set_fe()
1195 dprintk(verbose, MB86A16_ERROR, 1, "afcex data set error"); mb86a16_set_fe()
1199 dprintk(verbose, MB86A16_ERROR, 1, "srst error"); mb86a16_set_fe()
1205 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_set_fe()
1217 dprintk(verbose, MB86A16_INFO, 1, "Probably Duplicate Signal, j = %d", j); mb86a16_set_fe()
1221 dprintk(verbose, MB86A16_DEBUG, 1, "------ Signal detect ------ [swp_freq=[%07d, srate=%05d]]", swp_freq, state->srate); mb86a16_set_fe()
1229 dprintk(verbose, MB86A16_ERROR, 1, "rf val set error"); mb86a16_set_fe()
1233 dprintk(verbose, MB86A16_ERROR, 1, "afcex data set error"); mb86a16_set_fe()
1238 dprintk(verbose, MB86A16_ERROR, 1, "***** Signal Found *****"); mb86a16_set_fe()
1241 dprintk(verbose, MB86A16_ERROR, 1, "!!!!! No signal !!!!!, try again..."); mb86a16_set_fe()
1244 dprintk(verbose, MB86A16_ERROR, 1, "smrt set error"); mb86a16_set_fe()
1270 dprintk(verbose, MB86A16_INFO, 1, " Start Freq Error Check"); mb86a16_set_fe()
1278 dprintk(verbose, MB86A16_ERROR, 1, "S01T set error"); mb86a16_set_fe()
1283 dprintk(verbose, MB86A16_ERROR, 1, "smrt set error"); mb86a16_set_fe()
1287 dprintk(verbose, MB86A16_ERROR, 1, "EN set error"); mb86a16_set_fe()
1291 dprintk(verbose, MB86A16_ERROR, 1, "AFCEXEN set error"); mb86a16_set_fe()
1296 dprintk(verbose, MB86A16_ERROR, 1, "AFCOFS data set error"); mb86a16_set_fe()
1300 dprintk(verbose, MB86A16_ERROR, 1, "srst error"); mb86a16_set_fe()
1318 dprintk(verbose, MB86A16_ERROR, 1, "smrt set error"); mb86a16_set_fe()
1322 dprintk(verbose, MB86A16_ERROR, 1, "AFCEXEN set error"); mb86a16_set_fe()
1327 dprintk(verbose, MB86A16_ERROR, 1, "DAGC data set error"); mb86a16_set_fe()
1334 dprintk(verbose, MB86A16_ERROR, 1, "rf val set error"); mb86a16_set_fe()
1338 dprintk(verbose, MB86A16_ERROR, 1, "afcex data set error"); mb86a16_set_fe()
1352 dprintk(verbose, MB86A16_ERROR, 1, "rf val set error"); mb86a16_set_fe()
1356 dprintk(verbose, MB86A16_ERROR, 1, "afcex data set"); mb86a16_set_fe()
1373 dprintk(verbose, MB86A16_ERROR, 1, "rf val set"); mb86a16_set_fe()
1377 dprintk(verbose, MB86A16_ERROR, 1, "afcex data set"); mb86a16_set_fe()
1391 dprintk(verbose, MB86A16_INFO, 1, "SWEEP Frequency = %d", swp_freq); mb86a16_set_fe()
1393 dprintk(verbose, MB86A16_INFO, 1, "Adjusting .., DELTA Freq = %d, SWEEP Freq=%d", delta_freq, swp_freq); mb86a16_set_fe()
1395 dprintk(verbose, MB86A16_INFO, 1, "NO -- SIGNAL !"); mb86a16_set_fe()
1405 dprintk(verbose, MB86A16_ERROR, 1, "S01T set error"); mb86a16_set_fe()
1409 dprintk(verbose, MB86A16_ERROR, 1, "DAGC data set error"); mb86a16_set_fe()
1415 dprintk(verbose, MB86A16_ERROR, 1, "smrt set error"); mb86a16_set_fe()
1419 dprintk(verbose, MB86A16_ERROR, 1, "EN set error"); mb86a16_set_fe()
1423 dprintk(verbose, MB86A16_ERROR, 1, "AFCEXEN set error"); mb86a16_set_fe()
1428 dprintk(verbose, MB86A16_ERROR, 1, "rf val set error"); mb86a16_set_fe()
1432 dprintk(verbose, MB86A16_ERROR, 1, "afcex data set error"); mb86a16_set_fe()
1436 dprintk(verbose, MB86A16_ERROR, 1, "srst error"); mb86a16_set_fe()
1444 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_set_fe()
1471 dprintk(verbose, MB86A16_INFO, 1, "-------- Viterbi=[%d] SYNC=[%d] ---------", VIRM, sync); mb86a16_set_fe()
1498 dprintk(verbose, MB86A16_INFO, 1, "NO -- SYNC"); mb86a16_set_fe()
1504 dprintk(verbose, MB86A16_INFO, 1, "NO -- SIGNAL"); mb86a16_set_fe()
1510 dprintk(verbose, MB86A16_INFO, 1, "******* SYNC *******"); mb86a16_set_fe()
1519 dprintk(verbose, MB86A16_INFO, 1, "AGC = %02x CNM = %02x", agcval, cnmval); mb86a16_set_fe()
1561 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_send_diseqc_msg()
1589 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_send_diseqc_burst()
1622 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_set_tone()
1635 dprintk(verbose, MB86A16_ERROR, 1, "Successfully acquired LOCK"); mb86a16_search()
1639 dprintk(verbose, MB86A16_ERROR, 1, "Lock acquisition failed!"); mb86a16_search()
1681 dprintk(verbose, MB86A16_DEBUG, 1, "BER coarse=[0x%02x]", *ber); mb86a16_read_ber()
1701 dprintk(verbose, MB86A16_DEBUG, 1, "BER fine=[0x%02x]", *ber); mb86a16_read_ber()
1717 dprintk(verbose, MB86A16_DEBUG, 1, "BER fine=[0x%02x]", *ber); mb86a16_read_ber()
1722 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_read_ber()
1733 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_read_signal_strength()
1738 dprintk(verbose, MB86A16_DEBUG, 1, "Signal strength=[%d %%]", (u8) *strength); mb86a16_read_signal_strength()
1782 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_read_snr()
1793 dprintk(verbose, MB86A16_ERROR, 1, "SNR (Quality) = [%d dB], Level=%d %%", *snr, q_level); mb86a16_read_snr()
1805 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); mb86a16_read_ucblocks()
H A Dlgs8gxx.c34 #define dprintk(args...) \ macro
65 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, data); lgs8gxx_write_reg()
70 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", lgs8gxx_write_reg()
95 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, ret); lgs8gxx_read_reg()
101 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, b1[0]); lgs8gxx_read_reg()
170 dprintk("Set IF Freq to %dkHz\n", freq); lgs8gxx_set_if_freq()
173 dprintk("Set IF Freq to baseband\n"); lgs8gxx_set_if_freq()
175 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32); lgs8gxx_set_if_freq()
214 dprintk("AFC = %u kHz\n", (u32)val); lgs8gxx_get_afc_phase()
380 dprintk("try GI 945\n"); lgs8gxx_autolock_gi()
382 dprintk("try GI 595\n"); lgs8gxx_autolock_gi()
384 dprintk("try GI 420\n"); lgs8gxx_autolock_gi()
405 dprintk("auto detect finished\n"); lgs8gxx_autolock_gi()
419 dprintk("%s\n", __func__); lgs8gxx_auto_detect()
468 dprintk("GI 945 locked\n"); lgs8gxx_auto_detect()
470 dprintk("GI 595 locked\n"); lgs8gxx_auto_detect()
472 dprintk("GI 420 locked\n"); lgs8gxx_auto_detect()
491 dprintk("lgs8gxx_auto_detect failed\n"); lgs8gxx_auto_lock()
493 dprintk("detected param = 0x%02X\n", detected_param); lgs8gxx_auto_lock()
631 dprintk("%s\n", __func__); lgs8gxx_init()
634 dprintk("reg 0 = 0x%02X\n", data); lgs8gxx_init()
657 dprintk("%s\n", __func__); lgs8gxx_release()
678 dprintk("%s\n", __func__); lgs8gxx_set_fe()
698 dprintk("%s\n", __func__); lgs8gxx_get_fe()
741 dprintk("%s\n", __func__); lgs8gxx_read_status()
757 dprintk("Reg 0x4B: 0x%02X\n", t); lgs8gxx_read_status()
773 dprintk("%s: fe_status=0x%x\n", __func__, *fe_status); lgs8gxx_read_status()
782 dprintk("%s()\n", __func__); lgs8gxx_read_signal_agc()
790 dprintk("agc_lvl: 0x%04X\n", v); lgs8gxx_read_signal_agc()
819 dprintk("%s\n", __func__); lgs8913_read_signal_strength()
827 dprintk("Fake signal strength\n"); lgs8913_read_signal_strength()
834 dprintk("gi = %d\n", gi); lgs8913_read_signal_strength()
847 dprintk("%s: signal=0x%02X\n", __func__, *signal); lgs8913_read_signal_strength()
850 dprintk("%s: AVG Noise=0x%02X\n", __func__, t); lgs8913_read_signal_strength()
860 dprintk("%s\n", __func__); lgs8g75_read_signal_strength()
869 dprintk("%s: signal=0x%02X\n", __func__, *signal); lgs8g75_read_signal_strength()
896 dprintk("AVG Noise=0x%02X\n", t); lgs8gxx_read_snr()
899 dprintk("snr=0x%x\n", *snr); lgs8gxx_read_snr()
907 dprintk("%s: ucblocks=0x%x\n", __func__, *ucblocks); lgs8gxx_read_ucblocks()
951 dprintk("%s\n", __func__); lgs8gxx_read_ber()
973 dprintk("error=%d total=%d\n", err_cnt, total_cnt); lgs8gxx_read_ber()
980 dprintk("%s: ber=0x%x\n", __func__, *ber); lgs8gxx_read_ber()
1034 dprintk("%s()\n", __func__); lgs8gxx_attach()
1048 dprintk("%s lgs8gxx not found at i2c addr 0x%02X\n", lgs8gxx_attach()
1065 dprintk("%s() error_out\n", __func__); lgs8gxx_attach()
H A Dzl10039.c36 #define dprintk(args...) \ macro
90 dprintk("%s\n", __func__); zl10039_read()
93 dprintk("%s: i2c read error\n", __func__); zl10039_read()
119 dprintk("%s\n", __func__); zl10039_write()
124 dprintk("%s: i2c write error\n", __func__); zl10039_write()
149 dprintk("%s\n", __func__); zl10039_init()
155 dprintk("Note: i2c write error normal when resetting the " zl10039_init()
161 dprintk("Tuner power up failed\n"); zl10039_init()
175 dprintk("%s\n", __func__); zl10039_sleep()
180 dprintk("Tuner sleep failed\n"); zl10039_sleep()
199 dprintk("%s\n", __func__); zl10039_set_params()
200 dprintk("Set frequency = %d, symbol rate = %d\n", zl10039_set_params()
244 dprintk("Error setting tuner\n"); zl10039_set_params()
252 dprintk("%s\n", __func__); zl10039_release()
270 dprintk("%s\n", __func__); zl10039_attach()
299 dprintk("Chip ID=%x does not match a known type\n", state->id); zl10039_attach()
305 dprintk("Tuner attached @ i2c address 0x%02x\n", i2c_addr); zl10039_attach()
H A Datbm8830.c28 #define dprintk(args...) \ macro
53 dprintk("%s: reg=0x%04X, data=0x%02X\n", __func__, reg, data); atbm8830_write_reg()
79 dprintk("%s: error reg=0x%04x, ret=%i\n", __func__, reg, ret); atbm8830_read_reg()
89 dprintk("%s: reg=0x%04X, data=0x%02X\n", atbm8830_read_reg()
265 dprintk("%s\n", __func__); atbm8830_release()
275 dprintk("%s\n", __func__); atbm8830_set_fe()
289 dprintk("Try %d\n", i); atbm8830_set_fe()
292 dprintk("ATBM8830 locked!\n"); atbm8830_set_fe()
303 dprintk("%s\n", __func__); atbm8830_get_fe()
344 dprintk("%s\n", __func__); atbm8830_read_status()
352 dprintk("%s: fe_status=0x%x\n", __func__, *fe_status); atbm8830_read_status()
355 dprintk("AGC Lock: %d\n", agc_locked); atbm8830_read_status()
366 dprintk("%s\n", __func__); atbm8830_read_ber()
380 dprintk("%s: ber=0x%x\n", __func__, *ber); atbm8830_read_ber()
390 dprintk("%s\n", __func__); atbm8830_read_signal_strength()
401 dprintk("AGC PWM = 0x%02X\n", pwm); atbm8830_read_signal_strength()
411 dprintk("%s\n", __func__); atbm8830_read_snr()
418 dprintk("%s\n", __func__); atbm8830_read_ucblocks()
468 dprintk("%s()\n", __func__); atbm8830_attach()
482 dprintk("%s atbm8830/8831 not found at i2c addr 0x%02X\n", atbm8830_attach()
486 dprintk("atbm8830 chip id: 0x%02X\n", data); atbm8830_attach()
499 dprintk("%s() error_out\n", __func__); atbm8830_attach()
H A Dstb0899_drv.c249 dprintk(state->verbose, FE_ERROR, 1, _stb0899_read_reg()
256 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x", _stb0899_read_reg()
545 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", stb0899_write_regs()
569 dprintk(state->verbose, FE_DEBUG, 1, "div=%d, mclk=%d", div, mclk); stb0899_get_mclk()
585 dprintk(state->verbose, FE_DEBUG, 1, "state->config=%p", state->config); stb0899_set_mclk()
587 dprintk(state->verbose, FE_DEBUG, 1, "mdiv=%d", mdiv); stb0899_set_mclk()
592 dprintk(state->verbose, FE_DEBUG, 1, "MasterCLOCK=%d", internal->master_clk); stb0899_set_mclk()
621 dprintk(state->verbose, FE_DEBUG, 1, "Release Frontend"); stb0899_release()
696 dprintk(state->verbose, FE_ERROR, 1, "timed out !!"); stb0899_wait_diseqc_fifo_empty()
738 dprintk(state->verbose, FE_ERROR, 1, "timed out!!"); stb0899_wait_diseqc_rxidle()
787 dprintk(state->verbose, FE_ERROR, 1, "timed out!!"); stb0899_wait_diseqc_txidle()
868 dprintk(state->verbose, FE_DEBUG, 1, "Going to Sleep .. (Really tired .. :-))"); stb0899_sleep()
900 dprintk(state->verbose, FE_DEBUG, 1, "Initializing STB0899 ... "); stb0899_init()
903 dprintk(state->verbose, FE_DEBUG, 1, "init device"); stb0899_init()
907 dprintk(state->verbose, FE_DEBUG, 1, "init S2 demod"); stb0899_init()
915 dprintk(state->verbose, FE_DEBUG, 1, "init S1 demod"); stb0899_init()
920 dprintk(state->verbose, FE_DEBUG, 1, "init S2 FEC"); stb0899_init()
928 dprintk(state->verbose, FE_DEBUG, 1, "init TST"); stb0899_init()
985 dprintk(state->verbose, FE_DEBUG, 1, "AGCIQVALUE = 0x%02x, C = %d * 0.1 dBm", stb0899_read_signal_strength()
997 dprintk(state->verbose, FE_DEBUG, 1, "IF_AGC_GAIN = 0x%04x, C = %d * 0.1 dBm", stb0899_read_signal_strength()
1002 dprintk(state->verbose, FE_DEBUG, 1, "Unsupported delivery system"); stb0899_read_signal_strength()
1030 dprintk(state->verbose, FE_DEBUG, 1, "NIR = 0x%02x%02x = %u, C/N = %d * 0.1 dBm\n", stb0899_read_snr()
1054 dprintk(state->verbose, FE_DEBUG, 1, "Es/N0 quant = %d (%d) estimate = %u (%d), C/N = %d * 0.1 dBm", stb0899_read_snr()
1059 dprintk(state->verbose, FE_DEBUG, 1, "Unsupported delivery system"); stb0899_read_snr()
1076 dprintk(state->verbose, FE_DEBUG, 1, "Delivery system DVB-S/DSS"); stb0899_read_status()
1080 dprintk(state->verbose, FE_DEBUG, 1, "--------> FE_HAS_CARRIER | FE_HAS_LOCK"); stb0899_read_status()
1085 dprintk(state->verbose, FE_DEBUG, 1, "--------> FE_HAS_VITERBI | FE_HAS_SYNC"); stb0899_read_status()
1094 dprintk(state->verbose, FE_DEBUG, 1, "Delivery system DVB-S2"); stb0899_read_status()
1099 dprintk(state->verbose, FE_DEBUG, 1, stb0899_read_status()
1105 dprintk(state->verbose, FE_DEBUG, 1, stb0899_read_status()
1111 dprintk(state->verbose, FE_DEBUG, 1, stb0899_read_status()
1116 dprintk(state->verbose, FE_DEBUG, 1, stb0899_read_status()
1125 dprintk(state->verbose, FE_DEBUG, 1, "Unsupported delivery system"); stb0899_read_status()
1174 dprintk(state->verbose, FE_DEBUG, 1, "Unsupported delivery system"); stb0899_read_ber()
1248 dprintk(state->verbose, FE_DEBUG, 1, "Enabling I2C Repeater ..."); stb0899_i2c_gate_ctrl()
1253 dprintk(state->verbose, FE_DEBUG, 1, "Disabling I2C Repeater ..."); stb0899_i2c_gate_ctrl()
1260 dprintk(state->verbose, FE_ERROR, 1, "I2C Repeater control failed"); stb0899_i2c_gate_ctrl()
1283 dprintk(state->verbose, FE_DEBUG, 1, "ID reg=[0x%02x]", id); stb0899_get_dev_id()
1287 dprintk(state->verbose, FE_ERROR, 1, "Device ID=[%d], Release=[%d]", stb0899_get_dev_id()
1293 dprintk(state->verbose, FE_ERROR, 1, "Demodulator Core ID=[%s], Version=[%d]", (char *) &demod_str, demod_ver); stb0899_get_dev_id()
1297 dprintk(state->verbose, FE_ERROR, 1, "couldn't find a STB 0899"); stb0899_get_dev_id()
1301 dprintk(state->verbose, FE_ERROR, 1, "FEC Core ID=[%s], Version=[%d]", (char*) &fec_str, fec_ver); stb0899_get_dev_id()
1316 dprintk(state->verbose, FE_DEBUG, 1, "Delivery System -- DVB-S"); stb0899_set_delivery()
1399 dprintk(state->verbose, FE_ERROR, 1, "Unsupported delivery system"); stb0899_set_delivery()
1444 dprintk(state->verbose, FE_DEBUG, 1, "delivery system=%d", state->delsys); stb0899_search()
1447 dprintk(state->verbose, FE_DEBUG, 1, "Frequency=%d, Srate=%d", i_params->freq, i_params->srate); stb0899_search()
1450 dprintk(state->verbose, FE_DEBUG, 1, "Parameters IN RANGE"); stb0899_search()
1471 dprintk(state->verbose, FE_DEBUG, 1, "DVB-S delivery system"); stb0899_search()
1499 dprintk(state->verbose, FE_DEBUG, 1, "running DVB-S search algo .."); stb0899_search()
1502 dprintk(state->verbose, FE_DEBUG, 1, stb0899_search()
1508 // dprintk(state->verbose, FE_DEBUG, 1, "VSTATUS=0x%02x", internal->v_status); stb0899_search()
1509 // dprintk(state->verbose, FE_DEBUG, 1, "ERR_CTRL=0x%02x", internal->err_ctrl); stb0899_search()
1543 dprintk(state->verbose, FE_DEBUG, 1, "running DVB-S2 search algo .."); stb0899_search()
1546 dprintk(state->verbose, FE_DEBUG, 1, stb0899_search()
1561 dprintk(state->verbose, FE_ERROR, 1, "Unsupported delivery system"); stb0899_search()
1575 dprintk(state->verbose, FE_DEBUG, 1, "Get params"); stb0899_get_frontend()
H A Ds921.c39 #define dprintk(args...) \ macro
274 dprintk("frequency=%i\n", p->frequency); s921_pll_tune()
314 dprintk("status 0x80: %02x\n", rc); s921_pll_tune()
321 dprintk("status 0x01: %02x\n", rc); s921_pll_tune()
324 dprintk("status 0x80: %02x\n", rc); s921_pll_tune()
327 dprintk("status 0x80: %02x\n", rc); s921_pll_tune()
330 dprintk("status 0x32: %02x\n", rc); s921_pll_tune()
332 dprintk("pll tune band=%d, pll=%d\n", f_switch, (int)f_offset); s921_pll_tune()
342 dprintk("\n"); s921_initfe()
370 dprintk("status = %04x\n", regstatus); s921_read_status()
403 dprintk("strength = 0x%04x\n", *strength); s921_read_signal_strength()
406 dprintk("status 0x01: %02x\n", rc); s921_read_signal_strength()
409 dprintk("status 0x80: %02x\n", rc); s921_read_signal_strength()
412 dprintk("status 0x32: %02x\n", rc); s921_read_signal_strength()
423 dprintk("\n"); s921_set_frontend()
456 dprintk("\n"); s921_tune()
476 dprintk("\n"); s921_release()
489 dprintk("\n"); s921_attach()
H A Dlnbp22.c44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) macro
61 dprintk(1, "%s: %d (18V=%d 13V=%d)\n", __func__, voltage, lnbp22_set_voltage()
78 dprintk(1, "%s: 0x%02x)\n", __func__, lnbp22->config[3]); lnbp22_set_voltage()
92 dprintk(1, "%s: %d\n", __func__, (int)arg); lnbp22_enable_high_lnb_voltage()
103 dprintk(1, "%s\n", __func__); lnbp22_release()
129 dprintk(0, "%s LNBP22 not found\n", __func__); lnbp22_attach()
H A Dau8522_dig.c34 #define dprintk(arg...)\ macro
231 dprintk("%s()\n", __func__); au8522_mse2snr_lookup()
240 dprintk("%s() snr=%d\n", __func__, *snr); au8522_mse2snr_lookup()
270 dprintk("%s() IF Frequency not supported\n", __func__); au8522_set_if()
273 dprintk("%s() %s MHz\n", __func__, ifmhz); au8522_set_if()
560 dprintk("%s(0x%08x)\n", __func__, m); au8522_enable_modulation()
564 dprintk("%s() VSB_8\n", __func__); au8522_enable_modulation()
572 dprintk("%s() QAM 64\n", __func__); au8522_enable_modulation()
581 dprintk("%s() QAM 256 (zv_mode)\n", __func__); au8522_enable_modulation()
590 dprintk("%s() QAM 256\n", __func__); au8522_enable_modulation()
599 dprintk("%s() Invalid modulation\n", __func__); au8522_enable_modulation()
615 dprintk("%s(frequency=%d)\n", __func__, c->frequency); au8522_set_frontend()
634 dprintk("%s() increase tuner settling time for zv_mode\n", au8522_set_frontend()
656 dprintk("%s() Checking VSB_8\n", __func__); au8522_read_status()
661 dprintk("%s() Checking QAM\n", __func__); au8522_read_status()
671 dprintk("%s() DEMODLOCKING\n", __func__); au8522_read_status()
677 dprintk("%s() TUNERLOCKING\n", __func__); au8522_read_status()
700 dprintk("%s() status 0x%08x\n", __func__, *status); au8522_read_status()
743 dprintk("%s()\n", __func__); au8522_read_snr()
856 dprintk("%s state allocation failed\n", __func__); au8522_attach()
860 dprintk("%s using new instance\n", __func__); au8522_attach()
864 dprintk("%s using existing instance\n", __func__); au8522_attach()
H A Ddib9000.c24 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB9000: "); printk(args); printk("\n"); } } while (0) macro
261 dprintk("i2c read error on %d", reg); dib9000_read16_attr()
288 dprintk("read register %x error", reg); dib9000_i2c_read16()
400 /* dprintk("%d memcmd: %d %d %d\n", state->fe_id, addr, addr+len, len); */ dib9000_risc_mem_setup_cmd()
443 dprintk("could not get the lock"); dib9000_risc_mem_read()
459 dprintk("could not get the lock"); dib9000_risc_mem_write()
482 dprintk("going to download %dB of microcode", len); dib9000_firmware_download()
484 dprintk("error while downloading microcode for RISC %c", 'A' + risc_id); dib9000_firmware_download()
488 dprintk("Microcode for RISC %c loaded", 'A' + risc_id); dib9000_firmware_download()
514 dprintk("MBX: init ERROR, no response from RISC %c", 'A' + risc_id); dib9000_mbx_host_init()
517 dprintk("MBX: initialized"); dib9000_mbx_host_init()
534 dprintk("could not get the lock"); dib9000_mbx_send_attr()
541 dprintk("MBX: RISC mbx full, retrying"); dib9000_mbx_send_attr()
547 /*dprintk( "MBX: size: %d", size); */ dib9000_mbx_send_attr()
554 dprintk("--> %02x %d ", id, len + 1); dib9000_mbx_send_attr()
556 dprintk("%04x ", data[i]); dib9000_mbx_send_attr()
557 dprintk("\n"); dib9000_mbx_send_attr()
599 dprintk("could not get the lock"); dib9000_mbx_read()
625 dprintk("<-- "); dib9000_mbx_read()
627 dprintk("%04x ", d[i]); dib9000_mbx_read()
628 dprintk("\n"); dib9000_mbx_read()
631 dprintk("MBX: message is too big for message cache (%d), flushing message", size); dib9000_mbx_read()
652 dprintk("%s", b); dib9000_risc_debug_buf()
654 dprintk("RISC%d: %d.%04d %s", state->fe_id, ts / 10000, ts % 10000, *b ? b : "<empty>"); dib9000_risc_debug_buf()
669 /* dprintk( "MBX: fetched %04x message to cache", *block); */ dib9000_mbx_fetch_to_cache()
689 dprintk("MBX: no free cache-slot found for new message..."); dib9000_mbx_fetch_to_cache()
709 dprintk("could not get the lock"); dib9000_mbx_process()
718 /* dprintk( "cleared IRQ: %x", tmp); */ dib9000_mbx_process()
753 dprintk("waiting for message %d timed out", id); dib9000_mbx_get_message_attr()
773 dprintk("RISC: ver: %d.%02d (IC: %d)", fw_version >> 10, fw_version & 0x3ff, (r[2] << 8) | r[3]); dib9000_risc_check_version()
787 dprintk("RISC: invalid firmware version"); dib9000_risc_check_version()
791 dprintk("RISC: valid firmware version"); dib9000_risc_check_version()
853 dprintk("wrong Vendor ID (0x%x)", value); dib9000_identify()
859 dprintk("wrong Device ID (0x%x)", value); dib9000_identify()
865 dprintk("this driver does not work with DiB7000PC"); dib9000_identify()
871 dprintk("found DiB7000MA/PA/MB/PB"); dib9000_identify()
874 dprintk("found DiB7000HC"); dib9000_identify()
877 dprintk("found DiB7000MC"); dib9000_identify()
880 dprintk("found DiB9000A"); dib9000_identify()
883 dprintk("found DiB9000H"); dib9000_identify()
886 dprintk("found DiB9000M"); dib9000_identify()
1016 /* dprintk( "APB access thru rd fw %d %x", address, attribute); */ dib9000_risc_apb_access_read()
1046 /* dprintk( "APB access thru wr fw %d %x", address, attribute); */ dib9000_risc_apb_access_write()
1138 dprintk("error : firmware returned %dbytes needed but the used buffer has only %dbytes\n Firmware init ABORTED", size, dib9000_fw_init()
1194 dprintk("could not get the lock"); dib9000_fw_get_channel()
1537 dprintk("setting output mode for demod %p to %d", fe, mode); dib9000_fw_set_output_mode()
1559 dprintk("Unhandled output_mode passed to be set for demod %p", &state->fe[0]); dib9000_fw_set_output_mode()
1593 dprintk("TunerITF: read busy"); dib9000_tuner_xfer()
1604 dprintk("TunerITF: read failed"); dib9000_tuner_xfer()
1612 dprintk("TunerITF: read more data than expected"); dib9000_tuner_xfer()
1618 dprintk("TunerITF: write busy"); dib9000_tuner_xfer()
1634 dprintk("TunerITF: write failed"); dib9000_tuner_xfer()
1679 dprintk("could not get the lock"); dib9000_fw_component_bus_xfer()
1762 dprintk("gpio dir: %04x: gpio val: %04x", st->gpio_dir, st->gpio_val); dib9000_cfg_gpio()
1782 dprintk("pid filter cmd postpone"); dib9000_fw_pid_filter_ctrl()
1790 dprintk("could not get the lock"); dib9000_fw_pid_filter_ctrl()
1797 dprintk("PID filter enabled %d", onoff); dib9000_fw_pid_filter_ctrl()
1812 dprintk("pid filter postpone"); dib9000_fw_pid_filter()
1820 dprintk("can not add any more pid ctrl cmd"); dib9000_fw_pid_filter()
1825 dprintk("could not get the lock"); dib9000_fw_pid_filter()
1828 dprintk("Index %x, PID %d, OnOff %d", id, pid, onoff); dib9000_fw_pid_filter()
1871 dprintk("could not get the lock"); dib9000_sleep()
1901 dprintk("could not get the lock"); dib9000_get_frontend()
1909 dprintk("TPS lock on the slave%i", index_frontend); dib9000_get_frontend()
1997 dprintk("dib9000: must specify frequency "); dib9000_set_frontend()
2002 dprintk("dib9000: must specify bandwidth "); dib9000_set_frontend()
2008 dprintk("could not get the lock"); dib9000_set_frontend()
2075 dprintk("tune failed"); dib9000_set_frontend()
2082 dprintk("tune success on frontend%i", index_frontend_success); dib9000_set_frontend()
2171 dprintk("could not get the lock"); dib9000_read_status()
2204 dprintk("could not get the lock"); dib9000_read_ber()
2208 dprintk("could not get the lock"); dib9000_read_ber()
2239 dprintk("could not get the lock"); dib9000_read_signal_strength()
2252 dprintk("could not get the lock"); dib9000_read_signal_strength()
2283 dprintk("could not get the lock"); dib9000_get_snr()
2322 dprintk("could not get the lock"); dib9000_read_snr()
2347 dprintk("could not get the lock"); dib9000_read_unc_blocks()
2351 dprintk("could not get the lock"); dib9000_read_unc_blocks()
2378 dprintk("%s: not enough memory", __func__); dib9000_i2c_enumeration()
2383 dprintk("%s: not enough memory", __func__); dib9000_i2c_enumeration()
2410 dprintk("DiB9000 #%d: not identified", k); dib9000_i2c_enumeration()
2419 dprintk("IC %d initialized (to i2c_address 0x%x)", k, new_addr); dib9000_i2c_enumeration()
2447 dprintk("set slave fe %p to index %i", fe_slave, index_frontend); dib9000_set_slave_frontend()
2452 dprintk("too many slave frontend"); dib9000_set_slave_frontend()
2465 dprintk("remove slave fe %p (index %i)", state->fe[index_frontend - 1], index_frontend - 1); dib9000_remove_slave_frontend()
2470 dprintk("no frontend to be removed"); dib9000_remove_slave_frontend()
H A Dtda10048.c134 #define dprintk(level, fmt, arg...)\ macro
230 dprintk(2, "%s(reg = 0x%02x, data = 0x%02x)\n", __func__, reg, data); tda10048_writereg()
252 dprintk(2, "%s(reg = 0x%02x)\n", __func__, reg); tda10048_readreg()
271 dprintk(2, "%s(%d, ?, len = %d)\n", __func__, reg, len); tda10048_writeregbulk()
287 dprintk(2, "%s(): write len = %d\n", tda10048_writeregbulk()
309 dprintk(1, "%s()\n", __func__); tda10048_set_phy2()
345 dprintk(1, "%s()\n", __func__); tda10048_set_wref()
375 dprintk(1, "%s()\n", __func__); tda10048_set_invwref()
399 dprintk(1, "%s(bw=%d)\n", __func__, bw); tda10048_set_bandwidth()
426 dprintk(1, "%s(bw = %d)\n", __func__, bw); tda10048_set_if()
459 dprintk(1, "- freq_if_hz = %d\n", state->freq_if_hz); tda10048_set_if()
460 dprintk(1, "- xtal_hz = %d\n", state->xtal_hz); tda10048_set_if()
461 dprintk(1, "- pll_mfactor = %d\n", state->pll_mfactor); tda10048_set_if()
462 dprintk(1, "- pll_nfactor = %d\n", state->pll_nfactor); tda10048_set_if()
463 dprintk(1, "- pll_pfactor = %d\n", state->pll_pfactor); tda10048_set_if()
469 dprintk(1, "- sample_freq = %d\n", state->sample_freq); tda10048_set_if()
576 dprintk(1, "%s(%d)\n", __func__, inversion); tda10048_set_inversion()
692 dprintk(1, "%s(%d)\n", __func__, enable); tda10048_i2c_gate_ctrl()
708 dprintk(1, "%s(%d)\n", __func__, serial); tda10048_output_mode()
732 dprintk(1, "%s(frequency=%d)\n", __func__, p->frequency); tda10048_set_frontend()
766 dprintk(1, "%s()\n", __func__); tda10048_init()
804 dprintk(1, "%s() status =0x%02x\n", __func__, reg); tda10048_read_status()
828 dprintk(1, "%s()\n", __func__); tda10048_read_ber()
855 dprintk(1, "%s()\n", __func__); tda10048_read_signal_strength()
1002 dprintk(1, "%s()\n", __func__); tda10048_read_snr()
1020 dprintk(1, "%s()\n", __func__); tda10048_read_ucblocks()
1036 dprintk(1, "%s()\n", __func__); tda10048_get_frontend()
1054 dprintk(1, "%s()\n", __func__); tda10048_release()
1104 dprintk(1, "%s()\n", __func__); tda10048_attach()
H A Ds5h1420.c74 #define dprintk(x...) do { \ macro
105 /* dprintk("rd(%02x): %02x %02x\n", state->config->demod_address, reg, b[0]); */ s5h1420_readreg()
116 /* dprintk("wr(%02x): %02x %02x\n", state->config->demod_address, reg, data); */ s5h1420_writereg()
119 dprintk("%s: writereg error (err == %i, reg == 0x%02x, data == 0x%02x)\n", __func__, err, reg, data); s5h1420_writereg()
131 dprintk("enter %s\n", __func__); s5h1420_set_voltage()
148 dprintk("leave %s\n", __func__); s5h1420_set_voltage()
156 dprintk("enter %s\n", __func__); s5h1420_set_tone()
168 dprintk("leave %s\n", __func__); s5h1420_set_tone()
182 dprintk("enter %s\n", __func__); s5h1420_send_master_cmd()
214 dprintk("leave %s\n", __func__); s5h1420_send_master_cmd()
336 dprintk("enter %s\n", __func__); s5h1420_read_status()
398 dprintk("for MPEG_CLK_INTL %d %x\n", tmp, val); s5h1420_read_status()
426 dprintk("leave %s\n", __func__); s5h1420_read_status()
468 dprintk("%s\n", __func__); s5h1420_reset()
480 dprintk("enter %s\n", __func__); s5h1420_setsymbolrate()
487 dprintk("symbol rate register: %06llx\n", (unsigned long long)val); s5h1420_setsymbolrate()
495 dprintk("leave %s\n", __func__); s5h1420_setsymbolrate()
508 dprintk("enter %s\n", __func__); s5h1420_setfreqoffset()
514 dprintk("phase rotator/freqoffset: %d %06x\n", freqoffset, val); s5h1420_setfreqoffset()
522 dprintk("leave %s\n", __func__); s5h1420_setfreqoffset()
551 dprintk("enter %s\n", __func__); s5h1420_setfec_inversion()
592 dprintk("fec: %02x %02x\n", vit08, vit09); s5h1420_setfec_inversion()
595 dprintk("leave %s\n", __func__); s5h1420_setfec_inversion()
638 dprintk("enter %s\n", __func__); s5h1420_set_frontend()
661 dprintk("simple tune\n"); s5h1420_set_frontend()
664 dprintk("tuning demod\n"); s5h1420_set_frontend()
681 dprintk("pll01: %d, ToneFreq: %d\n", state->fclk/1000000 - 8, (state->fclk + (TONE_FREQ * 32) - 1) / (TONE_FREQ * 32)); s5h1420_set_frontend()
744 dprintk("leave %s\n", __func__); s5h1420_set_frontend()
H A Dstb6000.c31 #define dprintk(args...) \ macro
63 dprintk("%s:\n", __func__); stb6000_sleep()
70 dprintk("%s: i2c error\n", __func__); stb6000_sleep()
94 dprintk("%s:\n", __func__); stb6000_set_params()
151 dprintk("%s: i2c error\n", __func__); stb6000_set_params()
169 dprintk("%s: i2c error\n", __func__); stb6000_set_params()
222 dprintk("%s:\n", __func__); stb6000_attach()
H A Dstb6100.c42 #define dprintk(x, y, z, format, arg...) do { \ macro
145 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]", stb6100_read_regs()
153 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); stb6100_read_regs()
155 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]); stb6100_read_regs()
174 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); stb6100_read_reg()
178 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); stb6100_read_reg()
179 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[reg], regs[0]); stb6100_read_reg()
204 dprintk(verbose, FE_ERROR, 1, "Invalid register range %d:%d", stb6100_write_reg_range()
214 dprintk(verbose, FE_DEBUG, 1, " Write @ 0x%02x: [%d:%d]", state->config->tuner_address, start, len); stb6100_write_reg_range()
216 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[start + i], buf[i]); stb6100_write_reg_range()
220 dprintk(verbose, FE_ERROR, 1, "(0x%x) write err [%d:%d], rc=[%d]", stb6100_write_reg_range()
230 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); stb6100_write_reg()
245 dprintk(verbose, FE_ERROR, 1, "%s failed", __func__); stb6100_get_status()
265 dprintk(verbose, FE_DEBUG, 1, "bandwidth = %u Hz", state->bandwidth); stb6100_get_bandwidth()
275 dprintk(verbose, FE_DEBUG, 1, "set bandwidth to %u Hz", bandwidth); stb6100_set_bandwidth()
326 dprintk(verbose, FE_DEBUG, 1, stb6100_get_frequency()
344 dprintk(verbose, FE_DEBUG, 1, "Version 2010-8-14 13:51"); stb6100_set_frequency()
347 dprintk(verbose, FE_DEBUG, 1, "Get frontend parameters"); stb6100_set_frequency()
442 dprintk(verbose, FE_DEBUG, 1, stb6100_set_frequency()
H A Ds5h1409.c62 #define dprintk if (debug) printk macro
353 dprintk("%s()\n", __func__); s5h1409_softreset()
369 dprintk("%s(%d KHz)\n", __func__, KHz); s5h1409_set_if_freq()
394 dprintk("%s(%d)\n", __func__, inverted); s5h1409_set_spectralinversion()
407 dprintk("%s(0x%08x)\n", __func__, m); s5h1409_enable_modulation()
411 dprintk("%s() VSB_8\n", __func__); s5h1409_enable_modulation()
419 dprintk("%s() QAM_AUTO (64/256)\n", __func__); s5h1409_enable_modulation()
426 dprintk("%s() Invalid modulation\n", __func__); s5h1409_enable_modulation()
440 dprintk("%s(%d)\n", __func__, enable); s5h1409_i2c_gate_ctrl()
452 dprintk("%s(%d)\n", __func__, enable); s5h1409_set_gpio()
466 dprintk("%s(%d)\n", __func__, enable); s5h1409_sleep()
475 dprintk("%s()\n", __func__); s5h1409_register_reset()
506 dprintk("%s() setting QAM state to OPT_L3\n", s5h1409_set_qam_amhum_mode()
514 dprintk("%s() setting QAM state to OPT_L2\n", s5h1409_set_qam_amhum_mode()
524 dprintk("%s() setting QAM state to OPT_L1\n", __func__); s5h1409_set_qam_amhum_mode()
581 dprintk("%s() setting QAM state to INTERLEAVE_SET\n", s5h1409_set_qam_interleave_mode()
593 dprintk("%s() setting QAM state to TUNING_STARTED\n", s5h1409_set_qam_interleave_mode()
639 dprintk("%s(frequency=%d)\n", __func__, p->frequency); s5h1409_set_frontend()
681 dprintk("%s(%d)\n", __func__, mode); s5h1409_set_mpeg_timing()
689 dprintk("%s(%d) Mode1 or Defaulting\n", __func__, mode); s5h1409_set_mpeg_timing()
713 dprintk("%s()\n", __func__); s5h1409_init()
805 dprintk("%s() status 0x%08x\n", __func__, *status); s5h1409_read_status()
813 dprintk("%s()\n", __func__); s5h1409_qam256_lookup_snr()
828 dprintk("%s()\n", __func__); s5h1409_qam64_lookup_snr()
843 dprintk("%s()\n", __func__); s5h1409_vsb_lookup_snr()
852 dprintk("%s() snr=%d\n", __func__, *snr); s5h1409_vsb_lookup_snr()
860 dprintk("%s()\n", __func__); s5h1409_read_snr()
H A Dcx24116.c51 #define dprintk(args...) \ macro
290 dprintk("%s(%d)\n", __func__, inversion); cx24116_set_inversion()
422 dprintk("%s(0x%02x,0x%02x)\n", __func__, m, f); cx24116_lookup_fecmod()
441 dprintk("%s(0x%02x,0x%02x)\n", __func__, mod, fec); cx24116_set_fec()
451 dprintk("%s() mask/val = 0x%02x/0x%02x\n", __func__, cx24116_set_fec()
459 dprintk("%s(%d)\n", __func__, rate); cx24116_set_symbolrate()
464 dprintk("%s() unsupported symbol_rate = %d\n", __func__, rate); cx24116_set_symbolrate()
469 dprintk("%s() symbol_rate = %d\n", __func__, rate); cx24116_set_symbolrate()
483 dprintk("%s()\n", __func__); cx24116_firmware_ondemand()
533 dprintk("%s()\n", __func__); cx24116_cmd_execute()
545 dprintk("%s: 0x%02x == 0x%02x\n", __func__, i, cmd->args[i]); cx24116_cmd_execute()
572 dprintk("%s\n", __func__); cx24116_load_firmware()
573 dprintk("Firmware is %zu bytes (%02x %02x .. %02x %02x)\n", cx24116_load_firmware()
693 dprintk("%s: status = 0x%02x\n", __func__, lock); cx24116_read_status()
713 dprintk("%s()\n", __func__); cx24116_read_ber()
732 dprintk("%s()\n", __func__); cx24116_read_signal_strength()
747 dprintk("%s: raw / cooked = 0x%04x / 0x%04x\n", cx24116_read_signal_strength()
764 dprintk("%s()\n", __func__); cx24116_read_snr_pct()
774 dprintk("%s: raw / cooked = 0x%02x / 0x%04x\n", __func__, cx24116_read_snr_pct()
788 dprintk("%s()\n", __func__); cx24116_read_snr_esno()
793 dprintk("%s: raw 0x%04x\n", __func__, *snr); cx24116_read_snr_esno()
810 dprintk("%s()\n", __func__); cx24116_read_ucblocks()
831 dprintk("%s() qstatus = 0x%02x\n", __func__, cx24116_wait_for_lnb()
841 dprintk("%s(): LNB not ready\n", __func__); cx24116_wait_for_lnb()
852 dprintk("%s: %s\n", __func__, cx24116_set_voltage()
880 dprintk("%s(%d)\n", __func__, tone); cx24116_set_tone()
901 dprintk("%s: setting tone on\n", __func__); cx24116_set_tone()
905 dprintk("%s: setting tone off\n", __func__); cx24116_set_tone()
1024 dprintk("%s burst=%d\n", __func__, cx24116_send_diseqc_msg()
1063 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); cx24116_diseqc_send_burst()
1113 dprintk("%s\n", __func__); cx24116_release()
1125 dprintk("%s\n", __func__); cx24116_attach()
1165 dprintk("%s()\n", __func__); cx24116_initfe()
1197 dprintk("%s()\n", __func__); cx24116_sleep()
1226 dprintk("%s()\n", __func__); cx24116_set_frontend()
1230 dprintk("%s: DVB-S delivery system selected\n", __func__); cx24116_set_frontend()
1234 dprintk("%s: unsupported modulation selected (%d)\n", cx24116_set_frontend()
1244 dprintk("%s: unsupported rolloff selected (%d)\n", cx24116_set_frontend()
1252 dprintk("%s: DVB-S2 delivery system selected\n", __func__); cx24116_set_frontend()
1259 dprintk("%s: unsupported modulation selected (%d)\n", cx24116_set_frontend()
1277 dprintk("%s: unsupported pilot mode selected (%d)\n", cx24116_set_frontend()
1294 dprintk("%s: unsupported rolloff selected (%d)\n", cx24116_set_frontend()
1301 dprintk("%s: unsupported delivery system selected (%d)\n", cx24116_set_frontend()
1327 dprintk("%s: delsys = %d\n", __func__, state->dcur.delsys); cx24116_set_frontend()
1328 dprintk("%s: modulation = %d\n", __func__, state->dcur.modulation); cx24116_set_frontend()
1329 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency); cx24116_set_frontend()
1330 dprintk("%s: pilot = %d (val = 0x%02x)\n", __func__, cx24116_set_frontend()
1332 dprintk("%s: retune = %d\n", __func__, retune); cx24116_set_frontend()
1333 dprintk("%s: rolloff = %d (val = 0x%02x)\n", __func__, cx24116_set_frontend()
1335 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); cx24116_set_frontend()
1336 dprintk("%s: FEC = %d (mask/val = 0x%02x/0x%02x)\n", __func__, cx24116_set_frontend()
1338 dprintk("%s: Inversion = %d (val = 0x%02x)\n", __func__, cx24116_set_frontend()
1423 dprintk("%s: Tuned\n", __func__); cx24116_set_frontend()
1429 dprintk("%s: Not tuned\n", __func__); cx24116_set_frontend()
H A Dstv0288.c56 #define dprintk(args...) \ macro
77 dprintk("%s: writereg error (reg == 0x%02x, val == 0x%02x, " stv0288_writeregI()
115 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", stv0288_readreg()
150 dprintk("stv0288: stv0288_set_symbolrate\n"); stv0288_set_symbolrate()
162 dprintk("%s\n", __func__); stv0288_send_diseqc_msg()
181 dprintk("%s\n", __func__); stv0288_send_diseqc_burst()
328 dprintk("%s: %s\n", __func__, stv0288_set_voltage()
342 dprintk("stv0288: init chip\n"); stv0288_init()
372 dprintk("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); stv0288_read_status()
381 dprintk("stv0288 has locked\n"); stv0288_read_status()
395 dprintk("stv0288_read_ber %d\n", *ber); stv0288_read_ber()
410 dprintk("stv0288_read_signal_strength %d\n", *strength); stv0288_read_signal_strength()
431 dprintk("stv0288_read_snr %d\n", *snr); stv0288_read_snr()
444 dprintk("stv0288_read_ber %d\n", *ucblocks); stv0288_read_ucblocks()
451 dprintk("%s(..)\n", __func__); stv0288_set_property()
464 dprintk("%s : FE_SET_FRONTEND\n", __func__); stv0288_set_frontend()
467 dprintk("%s: unsupported delivery " stv0288_set_frontend()
597 dprintk("stv0288 id %x\n", id); stv0288_attach()
H A Ds5h1411.c51 #define dprintk(arg...) do { \ macro
381 dprintk("%s()\n", __func__); s5h1411_softreset()
392 dprintk("%s(%d KHz)\n", __func__, KHz); s5h1411_set_if_freq()
411 dprintk("%s(%d KHz) Invalid, defaulting to 5380\n", s5h1411_set_if_freq()
432 dprintk("%s(%d)\n", __func__, mode); s5h1411_set_mpeg_timing()
440 dprintk("%s(%d) Mode1 or Defaulting\n", __func__, mode); s5h1411_set_mpeg_timing()
462 dprintk("%s(%d)\n", __func__, inversion); s5h1411_set_spectralinversion()
477 dprintk("%s(%d)\n", __func__, serial); s5h1411_set_serialmode()
491 dprintk("%s(0x%08x)\n", __func__, m); s5h1411_enable_modulation()
494 dprintk("%s() Already at desired modulation. Skipping...\n", s5h1411_enable_modulation()
501 dprintk("%s() VSB_8\n", __func__); s5h1411_enable_modulation()
510 dprintk("%s() QAM_AUTO (64/256)\n", __func__); s5h1411_enable_modulation()
518 dprintk("%s() Invalid modulation\n", __func__); s5h1411_enable_modulation()
533 dprintk("%s(%d)\n", __func__, enable); s5h1411_i2c_gate_ctrl()
546 dprintk("%s(%d)\n", __func__, enable); s5h1411_set_gpio()
561 dprintk("%s(%d)\n", __func__, enable); s5h1411_set_powerstate()
582 dprintk("%s()\n", __func__); s5h1411_register_reset()
593 dprintk("%s(frequency=%d)\n", __func__, p->frequency); s5h1411_set_frontend()
625 dprintk("%s()\n", __func__); s5h1411_init()
719 dprintk("%s() status 0x%08x\n", __func__, *status); s5h1411_read_status()
727 dprintk("%s()\n", __func__); s5h1411_qam256_lookup_snr()
742 dprintk("%s()\n", __func__); s5h1411_qam64_lookup_snr()
757 dprintk("%s()\n", __func__); s5h1411_vsb_lookup_snr()
766 dprintk("%s() snr=%d\n", __func__, *snr); s5h1411_vsb_lookup_snr()
774 dprintk("%s()\n", __func__); s5h1411_read_snr()
H A Dsi21xx.c108 #define dprintk(args...) \ macro
248 dprintk("%s: writereg error (reg1 == 0x%02x, data == 0x%02x, " si21_writeregs()
268 dprintk("%s: writereg error (reg == 0x%02x, data == 0x%02x, " si21_writereg()
306 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", si21_readreg()
332 dprintk("%s: readreg error (ret == %i)\n", __func__, ret); si21_readregs()
341 dprintk("%s\n", __func__); si21xx_wait_diseqc_idle()
345 dprintk("%s: timeout!!\n", __func__); si21xx_wait_diseqc_idle()
361 dprintk("%s : srate = %i\n", __func__ , srate); si21xx_set_symbolrate()
391 dprintk("%s\n", __func__); si21xx_send_diseqc_msg()
418 dprintk("%s\n", __func__); si21xx_send_diseqc_burst()
442 dprintk("%s\n", __func__); si21xx_set_tone()
462 dprintk("%s: %s\n", __func__, si21xx_set_voltage()
490 dprintk("%s\n", __func__); si21xx_init()
533 dprintk(" %s : TS Set Error\n", __func__); si21xx_init()
556 dprintk("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, lock); si21_read_status()
587 dprintk("%s : AGCPWR: 0x%02x%02x, signal=0x%04x\n", __func__, si21_read_signal_strength()
601 dprintk("%s\n", __func__); si21_read_ber()
621 dprintk("%s\n", __func__); si21_read_snr()
630 dprintk("%s\n", __func__); si21_read_ucblocks()
658 dprintk("%s\n", __func__); si21xx_setacquire()
737 dprintk("%s : FE_SET_FRONTEND\n", __func__); si21xx_set_frontend()
740 dprintk("%s: unsupported delivery system selected (%d)\n", si21xx_set_frontend()
850 dprintk("%s\n", __func__); si21xx_sleep()
864 dprintk("%s\n", __func__); si21xx_release()
909 dprintk("%s\n", __func__); si21xx_attach()
H A Dtda826x.c31 #define dprintk(args...) \ macro
58 dprintk("%s:\n", __func__); tda826x_sleep()
66 dprintk("%s: i2c error\n", __func__); tda826x_sleep()
85 dprintk("%s:\n", __func__); tda826x_set_params()
115 dprintk("%s: i2c error\n", __func__); tda826x_set_params()
154 dprintk("%s:\n", __func__); tda826x_attach()
H A Dlgs8gl5.c63 #define dprintk(args...) \ macro
85 dprintk("%s: error (reg=0x%02x, val=0x%02x, ret=%i)\n", lgs8gl5_write_reg()
170 dprintk("%s\n", __func__); lgs8gl5_soft_reset()
186 dprintk("%s\n", __func__); lgs8gl5_start_demod()
207 dprintk("Wait for carrier[%d] 0x%02X\n", n, val); lgs8gl5_start_demod()
218 dprintk("Wait for lock[%d] 0x%02X\n", n, val); lgs8gl5_start_demod()
236 dprintk("%s\n", __func__); lgs8gl5_init()
319 dprintk("%s\n", __func__); lgs8gl5_set_frontend()
386 dprintk("%s\n", __func__); lgs8gl5_attach()
H A Dstv0900_core.c150 dprintk("%s: i2c error %d\n", __func__, ret); stv0900_write_reg()
174 dprintk("%s: i2c error %d, reg[0x%02x]\n", stv0900_read_reg()
294 dprintk("%s: Calculated Mclk = %d\n", __func__, mclk); stv0900_get_mclk_freq()
309 dprintk("%s: Mclk set to %d, Quartz = %d\n", __func__, mclk, stv0900_set_mclk()
377 dprintk("%s\n", __func__); stv0900_set_ts_parallel_serial()
419 dprintk("%s: 0x0a\n", __func__); stv0900_set_ts_parallel_serial()
465 dprintk("%s: 0x12\n", __func__); stv0900_set_ts_parallel_serial()
532 dprintk("%s: Invalid parameter\n", __func__); stv0900_set_tuner()
534 dprintk("%s: Frequency=%d\n", __func__, frequency); stv0900_set_tuner()
540 dprintk("%s: Invalid parameter\n", __func__); stv0900_set_tuner()
542 dprintk("%s: Bandwidth=%d\n", __func__, bandwidth); stv0900_set_tuner()
557 dprintk("%s: Invalid parameter\n", __func__); stv0900_set_bandwidth()
559 dprintk("%s: Bandwidth=%d\n", __func__, bandwidth); stv0900_set_bandwidth()
614 dprintk("%s\n", __func__); stv0900_get_rf_level()
648 dprintk("%s: RFLevel = %d\n", __func__, rf_lvl); stv0900_get_rf_level()
687 dprintk("%s\n", __func__); stv0900_carr_get_quality()
849 dprintk("Demod State = %d\n", dmd_state); stv0900_get_demod_lock()
869 dprintk("DEMOD LOCK OK\n"); stv0900_get_demod_lock()
871 dprintk("DEMOD LOCK FAIL\n"); stv0900_get_demod_lock()
882 dprintk("%s\n", __func__); stv0900_stop_all_s2_modcod()
899 dprintk("%s\n", __func__); stv0900_activate_s2_modcod()
955 dprintk("%s\n", __func__); stv0900_activate_s2_modcod_single()
1093 dprintk("%s\n", __func__); stv0900_get_optim_carr_loop()
1206 dprintk("%s\n", __func__); stv0900_get_optim_short_carr_loop()
1275 dprintk("%s\n", __func__); stv0900_st_dvbs2_single()
1354 dprintk("%s\n", __func__); stv0900_init_internal()
1359 dprintk("%s: Find Internal Structure!\n", __func__); stv0900_init_internal()
1377 dprintk("%s: Create New Internal Structure!\n", __func__); stv0900_init_internal()
1538 dprintk("%s: locked = %d\n", __func__, locked); stv0900_status()
1548 dprintk("TS bitrate = %d Mbit/sec\n", bitrate); stv0900_status()
1557 dprintk("%s\n", __func__); stv0900_set_mis()
1560 dprintk("Disable MIS filtering\n"); stv0900_set_mis()
1563 dprintk("Enable MIS filtering - %d\n", mis); stv0900_set_mis()
1585 dprintk("%s: ", __func__); stv0900_search()
1642 dprintk("Search Success\n"); stv0900_search()
1645 dprintk("Search Fail\n"); stv0900_search()
1655 dprintk("%s: ", __func__); stv0900_read_status()
1658 dprintk("DEMOD LOCK OK\n"); stv0900_read_status()
1669 dprintk("DEMOD LOCK FAIL\n"); stv0900_read_status()
1705 dprintk("%s\n", __func__); stv0900_init()
1802 dprintk("%s: %s\n", __func__, ((toneoff == 0) ? "On" : "Off")); stv0900_set_tone()
1832 dprintk("%s\n", __func__); stv0900_release()
1839 dprintk("%s: Actually removing\n", __func__); stv0900_release()
1852 dprintk("%s\n", __func__); stv0900_sleep()
1961 dprintk("%s: Attaching STV0900 demodulator(%d) \n", __func__, demod); stv0900_attach()
1965 dprintk("%s: Failed to attach STV0900 demodulator(%d) \n", stv0900_attach()
H A Ddib7000p.c29 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000P: "); printk(args); printk("\n"); } } while (0) macro
101 dprintk("could not acquire lock"); dib7000p_read_word()
119 dprintk("i2c read error on %d", reg); dib7000p_read_word()
131 dprintk("could not acquire lock"); dib7000p_write_word()
177 dprintk("setting output mode for demod %p to %d", &state->demod, mode); dib7000p_set_output_mode()
207 dprintk("Unhandled output_mode passed to be set for demod %p", &state->demod); dib7000p_set_output_mode()
227 dprintk("diversity combination deactivated - forced by COFDM parameters"); dib7000p_set_diversity_in()
358 // dprintk( "908: %x, 909: %x\n", reg_908, reg_909); dib7000p_set_adc_state()
377 dprintk("using default timf"); dib7000p_set_bandwidth()
380 dprintk("using updated timf"); dib7000p_set_bandwidth()
497 dprintk("Updating pll (prediv: old = %d new = %d ; loopdiv : old = %d new = %d)", prediv, bw->pll_prediv, loopdiv, bw->pll_ratio); dib7000p_update_pll()
514 dprintk("Waiting for PLL to lock"); dib7000p_update_pll()
524 dprintk("gpio dir: %x: val: %x, pwm_pos: %x", st->gpio_dir, st->gpio_val, st->cfg.gpio_pwm_pos); dib7000p_reset_gpio()
672 dprintk("GPIO reset was not successful."); dib7000p_demod_reset()
684 dprintk("OUTPUT_MODE could not be reset."); dib7000p_demod_reset()
762 dprintk("no valid AGC configuration found for band 0x%02x", band); dib7000p_set_agc_config()
779 dprintk("WBD: ref: %d, sel: %d, active: %d, alpha: %d", dib7000p_set_agc_config()
809 dprintk("setting a frequency offset of %dkHz internal freq = %d invert = %d", offset_khz, internal, invert); dib7000p_set_dds()
905 dprintk("SPLIT %p: %hd", demod, agc_split); dib7000p_agc_startup()
937 dprintk("updated timf_frequency: %d (default: %d)", state->timf, state->cfg.bw->timf); dib7000p_update_timf()
1205 dprintk("relative position of the Spur: %dk (RF: %dk, XTAL: %dk)", f_rel, rf_khz, xtal); dib7000p_spur_protect()
1255 dprintk("PALF COEF: %d re: %d im: %d", k, coef_re[k], coef_im[k]); dib7000p_spur_protect()
1283 dprintk("SFN workaround is active"); dib7000p_tune()
1393 dprintk("checking demod on I2C address: %d (%x)", st->i2c_addr, st->i2c_addr); dib7000p_identify()
1396 dprintk("wrong Vendor ID (read=0x%x)", value); dib7000p_identify()
1401 dprintk("wrong Device ID (%x)", value); dib7000p_identify()
1539 dprintk("autosearch returns: %d", found); dib7000p_set_frontend()
1954 dprintk("Next all layers stats available in %u us.", time_us); dib7000p_get_stats()
2022 dprintk("-D- DiB7000PC detected"); dib7000pc_detection()
2030 dprintk("-D- DiB7000PC detected"); dib7000pc_detection()
2034 dprintk("-D- DiB7000PC not detected"); dib7000pc_detection()
2053 dprintk("PID filter enabled %d", onoff); dib7000p_pid_filter_ctrl()
2060 dprintk("PID filter: index %x, PID %d, OnOff %d", id, pid, onoff); dib7000p_pid_filter()
2091 dprintk("DiB7000P #%d: not identified\n", k); dib7000p_i2c_enumeration()
2103 dprintk("IC %d initialized (to i2c_address 0x%x)", k, new_addr); dib7000p_i2c_enumeration()
2139 dprintk("raw pow_i = %d", pow_i); dib7000p_get_adc_power()
2146 dprintk(" mant = %d exp = %d", mant / 1000, exp); dib7000p_get_adc_power()
2149 dprintk(" ix = %d", ix); dib7000p_get_adc_power()
2153 dprintk(" pow_i = %d", pow_i); dib7000p_get_adc_power()
2188 dprintk("Tuner ITF: write busy (overflow)"); w7090p_tuner_write_serpar()
2208 dprintk("TunerITF: read busy (overflow)"); w7090p_tuner_read_serpar()
2217 dprintk("TunerITF: read busy (empty)"); w7090p_tuner_read_serpar()
2438 dprintk("Configure DibStream Tx"); dib7090_cfg_DibTx()
2458 dprintk("Configure DibStream Rx"); dib7090_cfg_DibRx()
2495 dprintk("Enable Mpeg mux"); dib7090_configMpegMux()
2516 dprintk("SET MPEG ON DIBSTREAM TX"); dib7090_setDibTxMux()
2521 dprintk("SET DIV_OUT ON DIBSTREAM TX"); dib7090_setDibTxMux()
2526 dprintk("SET ADC_OUT ON DIBSTREAM TX"); dib7090_setDibTxMux()
2542 dprintk("SET DEM OUT OLD INTERF ON HOST BUS"); dib7090_setHostBusMux()
2547 dprintk("SET DIBSTREAM TX ON HOST BUS"); dib7090_setHostBusMux()
2552 dprintk("SET MPEG MUX ON HOST BUS"); dib7090_setHostBusMux()
2568 dprintk("%s mode OFF : by default Enable Mpeg INPUT", __func__); dib7090_set_diversity_in()
2584 dprintk("%s ON : Enable diversity INPUT", __func__); dib7090_set_diversity_in()
2615 dprintk("setting output mode TS_SERIAL using Mpeg Mux"); dib7090_set_output_mode()
2619 dprintk("setting output mode TS_SERIAL using Smooth bloc"); dib7090_set_output_mode()
2627 dprintk("setting output mode TS_PARALLEL_GATED using Mpeg Mux"); dib7090_set_output_mode()
2631 dprintk("setting output mode TS_PARALLEL_GATED using Smooth block"); dib7090_set_output_mode()
2638 dprintk("setting output mode TS_PARALLEL_CONT using Smooth block"); dib7090_set_output_mode()
2644 dprintk("setting output mode TS_FIFO using Smooth block"); dib7090_set_output_mode()
2652 dprintk("setting output mode MODE_DIVERSITY"); dib7090_set_output_mode()
2658 dprintk("setting output mode MODE_ANALOG_ADC"); dib7090_set_output_mode()
2681 dprintk("sleep dib7090: %d", onoff); dib7090_tuner_sleep()
H A Ddib7000m.c24 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB7000M: "); printk(args); printk("\n"); } } while (0) macro
77 dprintk("could not acquire lock"); dib7000m_read_word()
95 dprintk("i2c read error on %d",reg); dib7000m_read_word()
108 dprintk("could not acquire lock"); dib7000m_write_word()
157 dprintk( "setting output mode for demod %p to %d", &state->demod, mode); dib7000m_set_output_mode()
184 dprintk( "Unhandled output_mode passed to be set for demod %p",&state->demod); dib7000m_set_output_mode()
305 // dprintk( "913: %x, 914: %x", reg_913, reg_914); dib7000m_set_adc_state()
323 dprintk( "using default timf"); dib7000m_set_bandwidth()
326 dprintk( "using updated timf"); dib7000m_set_bandwidth()
343 dprintk( "diversity combination deactivated - forced by COFDM parameters"); dib7000m_set_diversity_in()
583 dprintk( "GPIO reset was not successful."); dib7000m_demod_reset()
586 dprintk( "OUTPUT_MODE could not be reset."); dib7000m_demod_reset()
653 dprintk( "AGC split_offset: %d",split_offset); dib7000m_agc_soft_split()
690 dprintk( "no valid AGC configuration found for band 0x%02x",band); dib7000m_set_agc_config()
706 dprintk( "WBD: ref: %d, sel: %d, active: %d, alpha: %d", dib7000m_set_agc_config()
727 // dprintk( "929: %x %d %d", dib7000m_set_agc_config()
745 dprintk( "updated timf_frequency: %d (default: %d)",state->timf, state->timf_default); dib7000m_update_timf()
807 dprintk( "SPLIT %p: %hd", demod, agc_split); dib7000m_agc_startup()
1016 dprintk( "autosearch failed"); dib7000m_autosearch_irq()
1021 dprintk( "autosearch succeeded"); dib7000m_autosearch_irq()
1105 dprintk( "could not start Slow ADC"); dib7000m_wakeup()
1124 dprintk( "wrong Vendor ID (0x%x)",value); dib7000m_identify()
1133 dprintk( "wrong Device ID (0x%x)",value); dib7000m_identify()
1139 dprintk( "this driver does not work with DiB7000PC"); dib7000m_identify()
1144 case 0x4000: dprintk( "found DiB7000MA/PA/MB/PB"); break; dib7000m_identify()
1145 case 0x4001: state->reg_offs = 1; dprintk( "found DiB7000HC"); break; dib7000m_identify()
1146 case 0x4002: state->reg_offs = 1; dprintk( "found DiB7000MC"); break; dib7000m_identify()
1147 case 0x4003: state->reg_offs = 1; dprintk( "found DiB9000"); break; dib7000m_identify()
1245 dprintk("autosearch returns: %d",found); dib7000m_set_frontend()
1333 dprintk("PID filter enabled %d", onoff); dib7000m_pid_filter_ctrl()
1341 dprintk("PID filter: index %x, PID %d, OnOff %d", id, pid, onoff); dib7000m_pid_filter()
1365 dprintk("DiB7000M #%d: not identified", k);
1378 dprintk("IC %d initialized (to i2c_address 0x%x)", k, new_addr);
H A Ddib8000.c34 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiB8000: "); printk(args); printk("\n"); } } while (0) macro
150 dprintk("could not acquire lock"); dib8000_i2c_read16()
160 dprintk("i2c read error on %d", reg); dib8000_i2c_read16()
185 dprintk("i2c read error on %d", reg); __dib8000_read_word()
197 dprintk("could not acquire lock"); dib8000_read_word()
213 dprintk("could not acquire lock"); dib8000_read32()
231 dprintk("could not acquire lock"); dib8000_i2c_write16()
252 dprintk("could not acquire lock"); dib8000_write_word()
398 dprintk("acquisition mode activated"); dib8000_set_acquisition_mode()
411 dprintk("-I- Setting output mode for demod %p to %d", dib8000_set_output_mode()
446 dprintk("Unhandled output_mode passed to be set for demod %p", dib8000_set_output_mode()
467 dprintk("set diversity input to %i", onoff); dib8000_set_diversity_in()
534 dprintk("powermode : 774 : %x ; 775 : %x; 776 : %x ; 900 : %x; 1280 : %x", reg_774, reg_775, reg_776, reg_900, reg_1280); dib8000_set_power_mode()
622 dprintk("using default timf"); dib8000_set_bandwidth()
625 dprintk("using updated timf"); dib8000_set_bandwidth()
670 dprintk("ifreq: %d %x, inversion: %d", bw->ifreq, bw->ifreq, bw->ifreq >> 25); dib8000_reset_pll_common()
707 dprintk("clk_cfg1: 0x%04x", clk_cfg1); dib8000_reset_pll()
757 dprintk("Updating pll (prediv: old = %d new = %d ; loopdiv : old = %d new = %d)", prediv, pll->pll_prediv, loopdiv, pll->pll_ratio); dib8000_update_pll()
770 dprintk("Old Internal = %d", internal); dib8000_update_pll()
773 dprintk("Xtal = %d , New Fmem = %d New Fdemod = %d, New Fsampling = %d", xtal, internal/1000, internal/2000, internal/8000); dib8000_update_pll()
774 dprintk("New Internal = %d", internal); dib8000_update_pll()
783 dprintk("Waiting for PLL to lock"); dib8000_update_pll()
787 dprintk("PLL Updated with prediv = %d and loopdiv = %d", dib8000_update_pll()
792 dprintk("PLL: Bandwidth Change %d MHz -> %d MHz (prediv: %d->%d)", state->current_demod_bw / 1000, bw / 1000, oldprediv, state->cfg.pll->pll_prediv); dib8000_update_pll()
798 dprintk("PLL: New Setting for %d MHz Bandwidth (prediv: %d, ratio: %d)", bw/1000, state->cfg.pll->pll_prediv, state->cfg.pll->pll_ratio); dib8000_update_pll()
810 dprintk("PLL: Update ratio (prediv: %d, ratio: %d)", state->cfg.pll->pll_prediv, ratio); dib8000_update_pll()
844 dprintk("gpio dir: %x: gpio val: %x", st->cfg.gpio_dir, st->cfg.gpio_val); dib8000_cfg_gpio()
961 dprintk("wrong Vendor ID (read=0x%x)", value); dib8000_identify()
968 dprintk("wrong Device ID (%x)", value); dib8000_identify()
974 dprintk("found DiB8000A"); dib8000_identify()
977 dprintk("found DiB8000B"); dib8000_identify()
980 dprintk("found DiB8000C"); dib8000_identify()
983 dprintk("found DiB8096P"); dib8000_identify()
1040 dprintk("error : dib8000 MA not supported"); dib8000_reset()
1072 dprintk("using standard PAD-drive-settings, please adjust settings in config-struct to be optimal."); dib8000_reset()
1083 dprintk("GPIO reset was not successful."); dib8000_reset()
1087 dprintk("OUTPUT_MODE could not be resetted."); dib8000_reset()
1179 dprintk("no valid AGC configuration found for band 0x%02x", band); dib8000_set_agc_config()
1195 dprintk("WBD: ref: %d, sel: %d, active: %d, alpha: %d", dib8000_set_agc_config()
1254 dprintk("AGC split_offset: %d", split_offset); dib8000_agc_soft_split()
1398 dprintk("Configure DibStream Tx"); dib8096p_cfg_DibTx()
1417 dprintk("Configure DibStream Rx synchroMode = %d", synchroMode); dib8096p_cfg_DibRx()
1459 dprintk("Enable Mpeg mux"); dib8096p_configMpegMux()
1480 dprintk("SET MPEG ON DIBSTREAM TX"); dib8096p_setDibTxMux()
1484 dprintk("SET DIV_OUT ON DIBSTREAM TX"); dib8096p_setDibTxMux()
1488 dprintk("SET ADC_OUT ON DIBSTREAM TX"); dib8096p_setDibTxMux()
1503 dprintk("SET DEM OUT OLD INTERF ON HOST BUS"); dib8096p_setHostBusMux()
1508 dprintk("SET DIBSTREAM TX ON HOST BUS"); dib8096p_setHostBusMux()
1513 dprintk("SET MPEG MUX ON HOST BUS"); dib8096p_setHostBusMux()
1529 dprintk("%s mode OFF : by default Enable Mpeg INPUT", dib8096p_set_diversity_in()
1547 dprintk("%s ON : Enable diversity INPUT", __func__); dib8096p_set_diversity_in()
1579 dprintk("dib8096P setting output mode TS_SERIAL using Mpeg Mux"); dib8096p_set_output_mode()
1583 dprintk("dib8096P setting output mode TS_SERIAL using Smooth bloc"); dib8096p_set_output_mode()
1592 dprintk("dib8096P setting output mode TS_PARALLEL_GATED using Mpeg Mux"); dib8096p_set_output_mode()
1596 dprintk("dib8096P setting output mode TS_PARALLEL_GATED using Smooth block"); dib8096p_set_output_mode()
1604 dprintk("dib8096P setting output mode TS_PARALLEL_CONT using Smooth block"); dib8096p_set_output_mode()
1612 dprintk("dib8096P setting output mode TS_FIFO using Smooth block"); dib8096p_set_output_mode()
1620 dprintk("dib8096P setting output mode MODE_DIVERSITY"); dib8096p_set_output_mode()
1626 dprintk("dib8096P setting output mode MODE_ANALOG_ADC"); dib8096p_set_output_mode()
1635 dprintk("output_mpeg2_in_188_bytes = %d", dib8096p_set_output_mode()
1681 dprintk("Tuner ITF: write busy (overflow)"); dib8096p_tuner_write_serpar()
1702 dprintk("TunerITF: read busy (overflow)"); dib8096p_tuner_read_serpar()
1711 dprintk("TunerITF: read busy (empty)"); dib8096p_tuner_read_serpar()
1892 dprintk("sleep dib8096p: %d", onoff); dib8096p_tuner_sleep()
1961 dprintk("Updated timing frequency: %d (default: %d)", state->timf, state->timf_default); dib8000_update_timf()
2121 dprintk("sub_channel_prbs_group = %d , subchannel =%d prbs = 0x%04x", sub_channel_prbs_group, subchannel, lut_prbs_8k[sub_channel_prbs_group]); dib8000_get_init_prbs()
2607 dprintk("Using list for autosearch : %d", slist); dib8000_autosearch_start()
2641 dprintk("dib8000_autosearch_irq: max correlation result available"); dib8000_autosearch_irq()
2646 dprintk("dib8000_autosearch_irq failed"); dib8000_autosearch_irq()
2651 dprintk("dib8000_autosearch_irq succeeded"); dib8000_autosearch_irq()
2702 dprintk("setting a DDS frequency offset of %c%dkHz", invert ? '-' : ' ', dds / unit_khz_dds_val); dib8000_set_dds()
2741 dprintk("%dkhz tuner offset (frequency = %dHz & current_rf = %dHz) total_dds_offset_hz = %d", c->frequency - current_rf, c->frequency, current_rf, total_dds_offset_khz); dib8000_set_frequency_offset()
2893 dprintk("init sdram"); dib8090p_init_sdram()
2934 dprintk("transmission mode auto"); is_manual_mode()
2942 dprintk("guard interval auto"); is_manual_mode()
2951 dprintk("no layer modulation specified"); is_manual_mode()
2973 dprintk("layer %c has either modulation or FEC auto", is_manual_mode()
2984 dprintk("number of segments is invalid"); is_manual_mode()
3012 dprintk("IN: context status = %d, TUNE_STATE %d autosearch step = %u jiffies = %lu", dib8000_tune()
3025 dprintk("Tuning channel on %s search mode", dib8000_tune()
3105 /* dprintk("corm fft: %u %u %u", corm[0], corm[1], corm[2]); */ dib8000_tune()
3125 /* dprintk("Autosearch FFT has found Mode %d", max_value + 1); */ dib8000_tune()
3140 /* dprintk("guard interval found=%i", state->found_guard); */ dib8000_tune()
3236 dprintk("layer%i: time interleaver = %d ", i, c->layer[i].interleaving); dib8000_tune()
3255 dprintk("Deeper interleaver mode = %d on layer %d : timeout mult factor = %d => will use timeout = %ld", dib8000_tune()
3266 dprintk("ISDB-T layer locks: Layer A %s, Layer B %s, Layer C %s", dib8000_tune()
3286 dprintk("Not all ISDB-T layers locked in %d ms: Layer A %s, Layer B %s, Layer C %s", dib8000_tune()
3351 dprintk("could not start Slow ADC"); dib8000_wakeup()
3403 dprintk("dib8000_get_frontend: TMCC lock"); dib8000_get_frontend()
3407 dprintk("TMCC lock on the slave%i", index_frontend); dib8000_get_frontend()
3439 dprintk("dib8000_get_frontend: transmission mode 2K"); dib8000_get_frontend()
3443 dprintk("dib8000_get_frontend: transmission mode 4K"); dib8000_get_frontend()
3448 dprintk("dib8000_get_frontend: transmission mode 8K"); dib8000_get_frontend()
3455 dprintk("dib8000_get_frontend: Guard Interval = 1/32 "); dib8000_get_frontend()
3459 dprintk("dib8000_get_frontend: Guard Interval = 1/16 "); dib8000_get_frontend()
3462 dprintk("dib8000_get_frontend: Guard Interval = 1/8 "); dib8000_get_frontend()
3466 dprintk("dib8000_get_frontend: Guard Interval = 1/4 "); dib8000_get_frontend()
3473 dprintk("dib8000_get_frontend: partial_reception = %d ", fe->dtv_property_cache.isdbt_partial_reception); dib8000_get_frontend()
3487 dprintk("dib8000_get_frontend: Layer %d segments = %d ", dib8000_get_frontend()
3496 dprintk("dib8000_get_frontend: Layer %d time_intlv = %d ", dib8000_get_frontend()
3504 dprintk("dib8000_get_frontend: Layer %d Code Rate = 1/2 ", i); dib8000_get_frontend()
3509 dprintk("dib8000_get_frontend: Layer %d Code Rate = 2/3 ", i); dib8000_get_frontend()
3514 dprintk("dib8000_get_frontend: Layer %d Code Rate = 3/4 ", i); dib8000_get_frontend()
3519 dprintk("dib8000_get_frontend: Layer %d Code Rate = 5/6 ", i); dib8000_get_frontend()
3524 dprintk("dib8000_get_frontend: Layer %d Code Rate = 7/8 ", i); dib8000_get_frontend()
3533 dprintk("dib8000_get_frontend: Layer %d DQPSK ", i); dib8000_get_frontend()
3538 dprintk("dib8000_get_frontend: Layer %d QPSK ", i); dib8000_get_frontend()
3543 dprintk("dib8000_get_frontend: Layer %d QAM16 ", i); dib8000_get_frontend()
3549 dprintk("dib8000_get_frontend: Layer %d QAM64 ", i); dib8000_get_frontend()
3580 dprintk("dib8000: must at least specify frequency "); dib8000_set_frontend()
3585 dprintk("dib8000: no bandwidth specified, set to default "); dib8000_set_frontend()
3673 dprintk("autosearch succeeded on fe%i", index_frontend); dib8000_set_frontend()
3679 dprintk("Restarting frontend %d\n", l); dib8000_set_frontend()
3710 dprintk("tuning done with status %d", dib8000_get_status(state->fe[0])); dib8000_set_frontend()
3714 dprintk("strange callback time something went wrong"); dib8000_set_frontend()
4174 dprintk("Next all layers stats available in %u us.", time_us); dib8000_get_stats()
4203 dprintk("Next layer %c stats will be available in %u us\n", dib8000_get_stats()
4241 dprintk("set slave fe %p to index %i", fe_slave, index_frontend); dib8000_set_slave_frontend()
4246 dprintk("too many slave frontend"); dib8000_set_slave_frontend()
4258 dprintk("remove slave fe %p (index %i)", state->fe[index_frontend-1], index_frontend-1); dib8000_remove_slave_frontend()
4263 dprintk("no frontend to be removed"); dib8000_remove_slave_frontend()
4285 dprintk("%s: not enough memory", __func__); dib8000_i2c_enumeration()
4290 dprintk("%s: not enough memory", __func__); dib8000_i2c_enumeration()
4296 dprintk("%s: not enough memory", __func__); dib8000_i2c_enumeration()
4315 dprintk("#%d: not identified", k); dib8000_i2c_enumeration()
4329 dprintk("IC %d initialized (to i2c_address 0x%x)", k, new_addr); dib8000_i2c_enumeration()
4387 dprintk("pid filter enabled %d", onoff); dib8000_pid_filter_ctrl()
4394 dprintk("Index %x, PID %d, OnOff %d", id, pid, onoff); dib8000_pid_filter()
4433 dprintk("dib8000_init"); dib8000_init()
H A Dcx24123.c48 #define dprintk(args...) \ macro
300 dprintk("inversion off\n"); cx24123_set_inversion()
305 dprintk("inversion on\n"); cx24123_set_inversion()
310 dprintk("inversion auto\n"); cx24123_set_inversion()
328 dprintk("read inversion off\n"); cx24123_get_inversion()
331 dprintk("read inversion on\n"); cx24123_get_inversion()
355 dprintk("set FEC to 1/2\n"); cx24123_set_fec()
360 dprintk("set FEC to 2/3\n"); cx24123_set_fec()
365 dprintk("set FEC to 3/4\n"); cx24123_set_fec()
370 dprintk("set FEC to 4/5\n"); cx24123_set_fec()
375 dprintk("set FEC to 5/6\n"); cx24123_set_fec()
380 dprintk("set FEC to 6/7\n"); cx24123_set_fec()
385 dprintk("set FEC to 7/8\n"); cx24123_set_fec()
390 dprintk("set FEC to auto\n"); cx24123_set_fec()
504 dprintk("srate=%d, ratio=0x%08x, sample_rate=%i sample_gain=%d\n", cx24123_set_symbolrate()
595 dprintk("pll writereg called, data=0x%08x\n", data); cx24123_pll_writereg()
653 dprintk("frequency=%i\n", p->frequency); cx24123_pll_tune()
673 dprintk("pll tune VCA=%d, band=%d, pll=%d\n", state->VCAarg, cx24123_pll_tune()
704 dprintk("init frontend\n"); cx24123_initfe()
732 dprintk("setting voltage 13V\n"); cx24123_set_voltage()
735 dprintk("setting voltage 18V\n"); cx24123_set_voltage()
767 dprintk("\n"); cx24123_send_diseqc_msg()
803 dprintk("\n"); cx24123_diseqc_send_burst()
881 dprintk("BER = %d\n", *ber); cx24123_read_ber()
894 dprintk("Signal strength = %d\n", *signal_strength); cx24123_read_signal_strength()
908 dprintk("read S/N index = %d\n", *snr); cx24123_read_snr()
918 dprintk("\n"); cx24123_set_frontend()
953 dprintk("\n"); cx24123_get_frontend()
981 dprintk("setting tone on\n"); cx24123_set_tone()
984 dprintk("setting tone off\n"); cx24123_set_tone()
1020 dprintk("\n"); cx24123_release()
1061 dprintk("\n"); cx24123_attach()
H A Dstv0299.c75 #define dprintk(args...) \ macro
90 dprintk("%s: writereg error (reg == 0x%02x, val == 0x%02x, " stv0299_writeregI()
117 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", stv0299_readreg()
132 dprintk("%s: readreg error (ret == %i)\n", __func__, ret); stv0299_readregs()
139 dprintk ("%s\n", __func__); stv0299_set_FEC()
179 dprintk ("%s\n", __func__); stv0299_get_fec()
194 dprintk ("%s\n", __func__); stv0299_wait_diseqc_fifo()
198 dprintk ("%s: timeout!!\n", __func__); stv0299_wait_diseqc_fifo()
211 dprintk ("%s\n", __func__); stv0299_wait_diseqc_idle()
215 dprintk ("%s: timeout!!\n", __func__); stv0299_wait_diseqc_idle()
250 dprintk ("%s\n", __func__); stv0299_get_symbolrate()
262 dprintk ("%s : srate = %i\n", __func__, srate); stv0299_get_symbolrate()
263 dprintk ("%s : ofset = %i\n", __func__, offset); stv0299_get_symbolrate()
281 dprintk ("%s\n", __func__); stv0299_send_diseqc_msg()
310 dprintk ("%s\n", __func__); stv0299_send_diseqc_burst()
360 dprintk("%s: %s\n", __func__, stv0299_set_voltage()
459 dprintk("stv0299: init chip\n"); stv0299_init()
486 dprintk ("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); stv0299_read_status()
526 dprintk ("%s : FE_READ_SIGNAL_STRENGTH : AGC2I: 0x%02x%02x, signal=0x%04x\n", __func__, stv0299_read_signal_strength()
568 dprintk ("%s : FE_SET_FRONTEND\n", __func__); stv0299_set_frontend()
H A Dtda10086.c47 #define dprintk(args...) \ macro
62 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", tda10086_write_byte()
81 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, tda10086_read_byte()
111 dprintk ("%s\n", __func__); tda10086_init()
193 dprintk ("%s\n", __func__); tda10086_set_tone()
219 dprintk ("%s\n", __func__); tda10086_send_master_cmd()
247 dprintk ("%s\n", __func__); tda10086_send_burst()
274 dprintk ("%s %i %i\n", __func__, fe_params->inversion, state->config->invert); tda10086_set_inversion()
308 dprintk ("%s %i\n", __func__, symbol_rate); tda10086_set_symbol_rate()
374 dprintk("%s %i\n", __func__, fe_params->fec_inner); tda10086_set_fec()
420 dprintk ("%s\n", __func__); tda10086_set_frontend()
468 dprintk ("%s\n", __func__); tda10086_get_frontend()
559 dprintk ("%s\n", __func__); tda10086_read_status()
588 dprintk ("%s\n", __func__); tda10086_read_signal_strength()
601 dprintk ("%s\n", __func__); tda10086_read_snr()
613 dprintk ("%s\n", __func__); tda10086_read_ucblocks()
629 dprintk ("%s\n", __func__); tda10086_read_ber()
644 dprintk ("%s\n", __func__); tda10086_sleep()
655 dprintk ("%s\n", __func__); tda10086_i2c_gate_ctrl()
747 dprintk ("%s\n", __func__); tda10086_attach()
H A Ddibx000_common.c11 #define dprintk(args...) do { if (debug) { printk(KERN_DEBUG "DiBX000: "); printk(args); printk("\n"); } } while (0) macro
18 dprintk("could not acquire lock"); dibx000_write_word()
44 dprintk("could not acquire lock"); dibx000_read_word()
62 dprintk("i2c read error on %d", reg); dibx000_read_word()
195 dprintk("selecting interface: %d", intf); dibx000_i2c_select_interface()
285 dprintk("%s: too much I2C message to be transmitted (%i).\ dibx000_i2c_gated_gpio67_xfer()
293 dprintk("could not acquire lock"); dibx000_i2c_gated_gpio67_xfer()
332 dprintk("%s: too much I2C message to be transmitted (%i).\ dibx000_i2c_gated_tuner_xfer()
340 dprintk("could not acquire lock"); dibx000_i2c_gated_tuner_xfer()
437 dprintk("could not acquire lock"); dibx000_init_i2c_master()
H A Dcx24113.c37 #define dprintk(args...) \ macro
209 dprintk("power estimation: %d, thres: %d, gain_level: %d/%d\n", cx24113_set_gain_settings()
265 dprintk("bandwidth to be set: %d\n", bandwidth_khz); cx24113_set_bandwidth()
272 dprintk("bandwidth: %d %d\n", r >> 6, bandwidth_khz); cx24113_set_bandwidth()
291 dprintk("PLL locked: %d\n", r); cx24113_get_status()
330 dprintk("calculating N/F for %dHz with vcodiv %d\n", freq_hz, vcodiv); cx24113_calc_pll_nf()
349 dprintk("1 N: %d, F: %lld, R: %d\n", N, (long long)F, R); cx24113_calc_pll_nf()
354 dprintk("2 N: %d, F: %lld, R: %d\n", N, (long long)F, R); cx24113_calc_pll_nf()
357 dprintk("3 N: %d, F: %lld, R: %d\n", N, (long long)F, R); cx24113_calc_pll_nf()
370 dprintk("4 N: %d, F: %lld, R: %d\n", N, (long long)F, R); cx24113_calc_pll_nf()
407 dprintk("tuning to frequency: %d\n", frequency); cx24113_set_frequency()
514 dprintk("signal strength: %d\n", s); cx24113_agc_callback()
533 dprintk("\n"); cx24113_release()
H A Dtda1004x.c43 #define dprintk(args...) \ macro
134 dprintk("%s: reg=0x%x, data=0x%x\n", __func__, reg, data); tda1004x_write_byteI()
140 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", tda1004x_write_byteI()
143 dprintk("%s: success reg=0x%x, data=0x%x, ret=%i\n", __func__, tda1004x_write_byteI()
156 dprintk("%s: reg=0x%x\n", __func__, reg); tda1004x_read_byte()
163 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, tda1004x_read_byte()
168 dprintk("%s: success reg=0x%x, data=0x%x, ret=%i\n", __func__, tda1004x_read_byte()
176 dprintk("%s: reg=0x%x, mask=0x%x, data=0x%x\n", __func__, reg, tda1004x_write_mask()
197 dprintk("%s: reg=0x%x, len=0x%x\n", __func__, reg, len); tda1004x_write_buf()
212 dprintk("%s\n", __func__); tda1004x_enable_tuner_i2c()
221 dprintk("%s\n", __func__); tda1004x_disable_tuner_i2c()
350 dprintk("%s: fw_pos=0x%x\n", __func__, pos); tda1004x_do_upload()
451 dprintk("%s: setting up PLLs for a 4 MHz Xtal\n", __func__); tda10046_init_plls()
454 dprintk("%s: setting up PLLs for a 16 MHz Xtal\n", __func__); tda10046_init_plls()
495 dprintk("%s: 16MHz Xtal, reducing I2C speed\n", __func__); tda10046_fwupload()
619 dprintk("%s\n", __func__); tda10045_init()
649 dprintk("%s\n", __func__); tda10046_init()
711 dprintk("%s\n", __func__); tda1004x_set_fe()
908 dprintk("%s\n", __func__); tda1004x_get_fe()
1024 dprintk("%s\n", __func__); tda1004x_read_status()
1083 dprintk("%s: fe_status=0x%x\n", __func__, *fe_status); tda1004x_read_status()
1093 dprintk("%s\n", __func__); tda1004x_read_signal_strength()
1112 dprintk("%s: signal=0x%x\n", __func__, *signal); tda1004x_read_signal_strength()
1121 dprintk("%s\n", __func__); tda1004x_read_snr()
1130 dprintk("%s: snr=0x%x\n", __func__, *snr); tda1004x_read_snr()
1141 dprintk("%s\n", __func__); tda1004x_read_ucblocks()
1167 dprintk("%s: ucblocks=0x%x\n", __func__, *ucblocks); tda1004x_read_ucblocks()
1176 dprintk("%s\n", __func__); tda1004x_read_ber()
1190 dprintk("%s: ber=0x%x\n", __func__, *ber); tda1004x_read_ber()
H A Ddib0090.c41 #define dprintk(args...) do { \ macro
221 dprintk("could not acquire lock"); dib0090_read_reg()
253 dprintk("could not acquire lock"); dib0090_write_reg()
282 dprintk("could not acquire lock"); dib0090_fw_read_reg()
309 dprintk("could not acquire lock"); dib0090_fw_write_reg()
354 dprintk("Tuner identification (Version = 0x%04x)", v); dib0090_identify()
369 dprintk("SOC 8090 P1-G11R1 Has been detected"); dib0090_identify()
373 dprintk("SOC 8090 P1-G21R1 Has been detected"); dib0090_identify()
377 dprintk("SOC 7090 P1-G11R1 Has been detected"); dib0090_identify()
381 dprintk("SOC 7090 P1-G21R1 Has been detected"); dib0090_identify()
390 dprintk("MP001 : 9090/8096"); dib0090_identify()
393 dprintk("MP005 : Single Sband"); dib0090_identify()
396 dprintk("MP008 : diversity VHF-UHF-LBAND"); dib0090_identify()
399 dprintk("MP009 : diversity 29098 CBAND-UHF-LBAND-SBAND"); dib0090_identify()
407 dprintk("P1G_21R2 detected"); dib0090_identify()
411 dprintk("P1G detected"); dib0090_identify()
415 dprintk("P1D/E/F detected"); dib0090_identify()
418 dprintk("P1C detected"); dib0090_identify()
421 dprintk("P1-A/B detected: driver is deactivated - not available"); dib0090_identify()
444 dprintk("FE: Tuner identification (Version = 0x%04x)", v); dib0090_fw_identify()
459 dprintk("SOC 8090 P1-G11R1 Has been detected"); dib0090_fw_identify()
463 dprintk("SOC 8090 P1-G21R1 Has been detected"); dib0090_fw_identify()
467 dprintk("SOC 7090 P1-G11R1 Has been detected"); dib0090_fw_identify()
471 dprintk("SOC 7090 P1-G21R1 Has been detected"); dib0090_fw_identify()
480 dprintk("MP001 : 9090/8096"); dib0090_fw_identify()
483 dprintk("MP005 : Single Sband"); dib0090_fw_identify()
486 dprintk("MP008 : diversity VHF-UHF-LBAND"); dib0090_fw_identify()
489 dprintk("MP009 : diversity 29098 CBAND-UHF-LBAND-SBAND"); dib0090_fw_identify()
497 dprintk("P1G_21R2 detected"); dib0090_fw_identify()
501 dprintk("P1G detected"); dib0090_fw_identify()
505 dprintk("P1D/E/F detected"); dib0090_fw_identify()
508 dprintk("P1C detected"); dib0090_fw_identify()
511 dprintk("P1-A/B detected: driver is deactivated - not available"); dib0090_fw_identify()
577 dprintk("Pll: Unable to lock Pll"); dib0090_reset_digital()
599 dprintk("fw reset digital"); dib0090_fw_reset_digital()
648 dprintk("Pll: Unable to lock Pll"); dib0090_fw_reset_digital()
919 dprintk("wbd-target: %d dB", (u32) state->wbd_target); dib0090_wbd_target()
1016 dprintk("GA CALC: DB: %3d(rf) + %3d(bb) = %3d gain_reg[0]=%04x gain_reg[1]=%04x gain_reg[2]=%04x gain_reg[0]=%04x", rf, bb, rf + bb, dib0090_gain_apply()
1047 dprintk("total RF gain: %ddB, step: %d", (u32) cfg[0], dib0090_read_reg(state, 0x2a)); dib0090_set_rframp_pwm()
1066 dprintk("total BB gain: %ddB, step: %d", (u32) cfg[0], dib0090_read_reg(state, 0x33)); dib0090_set_bbramp_pwm()
1118 dprintk("ramp RF gain = %d BAND = %s version = %d", state->rf_ramp[0], (state->current_band == BAND_CBAND) ? "CBAND" : "NOT CBAND", state->identity.version & 0x1f); dib0090_pwm_gain_reset()
1121 dprintk("DE-Engage mux for direct gain reg control"); dib0090_pwm_gain_reset()
1124 dprintk("Engage mux for PWM control"); dib0090_pwm_gain_reset()
1302 dprintk dib0090_gain_control()
1343 dprintk("using wbd-table-entry with max freq %d", wbd->max_freq); dib0090_get_wbd_target()
1364 dprintk("wbd-target: %d dB", (u32) state->wbd_target); dib0090_get_wbd_target()
1365 dprintk("wbd offset applied is %d", wbd_tcold); dib0090_get_wbd_target()
1406 dprintk("%s() function can only be used for dib7090P", __func__); dib0090_update_rframp_7090()
1589 dprintk("Pll lock : %d", (dib0090_read_reg(state, 0x1a) >> 11) & 0x1); dib0090_reset()
1681 dprintk("Start DC offset calibration"); dib0090_dc_offset_calibration()
1704 dprintk("Sart/continue DC calibration for %s path", (state->dc->i == 1) ? "I" : "Q"); dib0090_dc_offset_calibration()
1726 dprintk("adc_diff = %d, current step= %d", (u32) state->adc_diff, state->step); dib0090_dc_offset_calibration()
1729 dprintk("Change of sign of the minimum adc diff"); dib0090_dc_offset_calibration()
1732 dprintk("adc_diff = %d, min_adc_diff = %d current_step = %d", state->adc_diff, state->min_adc_diff, state->step); dib0090_dc_offset_calibration()
1751 dprintk("Since adc_diff N = %d > adc_diff step N-1 = %d, Come back one step", state->adc_diff, state->min_adc_diff); dib0090_dc_offset_calibration()
1756 dprintk("BB Offset Cal, BBreg=%hd,Offset=%hd,Value Set=%hd", state->dc->addr, state->adc_diff, state->step); dib0090_dc_offset_calibration()
1812 dprintk("WBD calibration offset = %d", state->wbd_offset); dib0090_wbd_calibration()
2057 dprintk("%s() function can only be used for dib7090", __func__); dib0090_update_tuning_table_7090()
2091 dprintk("Start Captrim search : %s", (force_soft_search == 1) ? "FORCE SOFT SEARCH" : "AUTO"); dib0090_captrim_search()
2133 dprintk("***Final Captrim= 0x%x", state->fcaptrim); dib0090_captrim_search()
2139 dprintk("CAPTRIM=%d; ADC = %d (ADC) & %dmV", (u32) state->captrim, (u32) adc, (u32) (adc) * (u32) 1800 / (u32) 1024); dib0090_captrim_search()
2155 dprintk("CAPTRIM=%d is closer to target (%d/%d)", (u32) state->captrim, (u32) adc, (u32) state->adc_diff); dib0090_captrim_search()
2209 dprintk("temperature: %d C", state->temperature - 30); dib0090_get_temperature()
2471 dprintk("Final Captrim: %d", (u32) state->fcaptrim); dib0090_tune()
2472 dprintk("HFDIV code: %d", (u32) pll->hfdiv_code); dib0090_tune()
2473 dprintk("VCO = %d", (u32) pll->vco_band); dib0090_tune()
2474 dprintk("VCOF in kHz: %d ((%d*%d) << 1))", (u32) ((pll->hfdiv * state->rf_request) * 2), (u32) pll->hfdiv, (u32) state->rf_request); dib0090_tune()
2475 dprintk("REFDIV: %d, FREF: %d", (u32) 1, (u32) state->config->io.clock_khz); dib0090_tune()
2476 dprintk("FBDIV: %d, Rest: %d", (u32) dib0090_read_reg(state, 0x15), (u32) dib0090_read_reg(state, 0x17)); dib0090_tune()
2477 dprintk("Num: %d, Den: %d, SD: %d", (u32) dib0090_read_reg(state, 0x17), (u32) (dib0090_read_reg(state, 0x16) >> 8), dib0090_tune()
2491 dprintk("P1G : The cable band is selected and lna_tune = %d", tune->lna_tune); dib0090_tune()
2663 dprintk("DiB0090 FW: successfully identified"); dib0090_fw_register()
H A Disl6423.c42 #define dprintk(__y, __z, format, arg...) do { \ macro
76 dprintk(FE_DEBUG, 1, "write reg %02X", reg); isl6423_write()
83 dprintk(FE_ERROR, 1, "I/O error <%d>", err); isl6423_write()
107 dprintk(FE_ERROR, 1, "I/O error <%d>", err); isl6423_set_modulation()
142 dprintk(FE_ERROR, 1, "I/O error <%d>", err); isl6423_voltage_boost()
192 dprintk(FE_ERROR, 1, "I/O error <%d>", err); isl6423_set_voltage()
255 dprintk(FE_ERROR, 1, "I/O error <%d>", err); isl6423_set_current()
H A Dstb0899_algo.c83 dprintk(state->verbose, FE_DEBUG, 1, "-->"); stb0899_set_srate()
191 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !"); stb0899_check_tmg()
194 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !"); stb0899_check_tmg()
198 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !"); stb0899_check_tmg()
240 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq); stb0899_search_tmg()
262 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg); stb0899_check_carrier()
265 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !"); stb0899_check_carrier()
268 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !"); stb0899_check_carrier()
296 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk); stb0899_search_carrier()
322 dprintk(state->verbose, FE_DEBUG, 1, "----> CARRIER OK !, Derot Freq=%d", internal->derot_freq); stb0899_search_carrier()
379 dprintk(state->verbose, FE_DEBUG, 1, "-----------------> DATA OK !"); stb0899_check_data()
411 dprintk(state->verbose, FE_DEBUG, 1, "Derot freq=%d, mclk=%d", derot_freq, internal->mclk); stb0899_search_data()
438 dprintk(state->verbose, FE_DEBUG, 1, "------> DATAOK ! Derot Freq=%d", internal->derot_freq); stb0899_search_data()
460 dprintk(state->verbose, FE_DEBUG, 1, "----> RANGEOK !"); stb0899_check_range()
463 dprintk(state->verbose, FE_DEBUG, 1, "----> OUT OF RANGE !"); stb0899_check_range()
553 dprintk(state->verbose, FE_DEBUG, 1, "Set the timing loop to acquisition"); stb0899_dvbs_algo()
564 dprintk(state->verbose, FE_DEBUG, 1, "Derot Percent=%d Srate=%d mclk=%d", stb0899_dvbs_algo()
572 dprintk(state->verbose, FE_DEBUG, 1, "RESET stream merger"); stb0899_dvbs_algo()
607 dprintk(state->verbose, FE_DEBUG, 1, "Tuner set frequency"); stb0899_dvbs_algo()
615 dprintk(state->verbose, FE_DEBUG, 1, "current derot freq=%d", internal->derot_freq); stb0899_dvbs_algo()
631 dprintk(state->verbose, FE_DEBUG, 1, stb0899_dvbs_algo()
636 dprintk(state->verbose, FE_DEBUG, 1, stb0899_dvbs_algo()
641 dprintk(state->verbose, FE_DEBUG, 1, stb0899_dvbs_algo()
646 dprintk(state->verbose, FE_DEBUG, 1, stb0899_dvbs_algo()
653 dprintk(state->verbose, FE_DEBUG, 1, stb0899_dvbs_algo()
657 dprintk(state->verbose, FE_DEBUG, 1, stb0899_dvbs_algo()
674 dprintk(state->verbose, FE_DEBUG, 1, "Locked & Range OK !"); stb0899_dvbs_algo()
715 dprintk(state->verbose, FE_DEBUG, 1, "Unsupported Puncture Rate"); stb0899_dvbs_algo()
1104 dprintk(state->verbose, FE_DEBUG, 1, "DMD_STATUS=[0x%02x]", reg); stb0899_dvbs2_get_dmd_status()
1106 dprintk(state->verbose, FE_DEBUG, 1, "------------->IF AGC LOCKED !"); stb0899_dvbs2_get_dmd_status()
1108 dprintk(state->verbose, FE_DEBUG, 1, "----------->DMD STAT2=[0x%02x]", reg); stb0899_dvbs2_get_dmd_status()
1120 dprintk(state->verbose, FE_DEBUG, 1, "----------------> DVB-S2 LOCK !"); stb0899_dvbs2_get_dmd_status()
1138 dprintk(state->verbose, FE_DEBUG, 1, "---------> CFGPDELSTATUS=[0x%02x]", reg); stb0899_dvbs2_get_data_lock()
1162 dprintk(state->verbose, FE_DEBUG, 1, "---------->DVB-S2 FEC LOCK !"); stb0899_dvbs2_get_fec_status()
1393 dprintk(state->verbose, FE_DEBUG, 1, "------------> DVB-S2 DEMOD LOCK !"); stb0899_dvbs2_algo()
1449 dprintk(state->verbose, FE_DEBUG, 1, "----------------> DVB-S2 FEC Lock !"); stb0899_dvbs2_algo()
H A Dds3000.c35 #define dprintk(args...) \ macro
247 dprintk("%s: write reg 0x%02x, value 0x%02x\n", __func__, reg, data); ds3000_writereg()
295 dprintk("%s: write reg 0x%02x, len = %d\n", __func__, reg, len); ds3000_writeFW()
339 dprintk("%s: read reg 0x%02x, value 0x%02x\n", __func__, reg, b1[0]); ds3000_readreg()
353 dprintk("%s()\n", __func__); ds3000_firmware_ondemand()
378 dprintk("%s: Firmware upload %s\n", __func__, ds3000_firmware_ondemand()
390 dprintk("%s\n", __func__); ds3000_load_firmware()
391 dprintk("Firmware is %zu bytes (%02x %02x .. %02x %02x)\n", ds3000_load_firmware()
412 dprintk("%s(%d)\n", __func__, voltage); ds3000_set_voltage()
466 dprintk("%s: status = 0x%02x\n", __func__, lock); ds3000_read_status()
479 dprintk("%s()\n", __func__); ds3000_read_ber()
572 dprintk("%s()\n", __func__); ds3000_read_snr()
588 dprintk("%s: raw / cooked = 0x%02x / 0x%04x\n", __func__, ds3000_read_snr()
621 dprintk("%s: raw / cooked = 0x%02x / 0x%04x\n", __func__, ds3000_read_snr()
639 dprintk("%s()\n", __func__); ds3000_read_ucblocks()
674 dprintk("%s(%d)\n", __func__, tone); ds3000_set_tone()
686 dprintk("%s: setting tone on\n", __func__); ds3000_set_tone()
693 dprintk("%s: setting tone off\n", __func__); ds3000_set_tone()
711 dprintk("%s(", __func__); ds3000_send_diseqc_msg()
713 dprintk("0x%02x", d->msg[i]); ds3000_send_diseqc_msg()
715 dprintk(", "); ds3000_send_diseqc_msg()
775 dprintk("%s()\n", __func__); ds3000_diseqc_send_burst()
828 dprintk("%s\n", __func__); ds3000_release()
840 dprintk("%s\n", __func__); ds3000_attach()
913 dprintk("%s() ", __func__); ds3000_set_frontend()
1068 dprintk("%s()\n", __func__); ds3000_get_algo()
1082 dprintk("%s()\n", __func__); ds3000_initfe()
H A Dstv0900_sw.c318 dprintk("lock: srate=%d r0=0x%x r1=0x%x r2=0x%x r3=0x%x \n", stv0900_get_symbol_rate()
342 dprintk("%s: Mclk %d, SR %d, Dmd %d\n", __func__, mclk, stv0900_set_symbol_rate()
692 dprintk("%s\n", __func__); stv0900_set_viterbi_tracq()
707 dprintk("%s: ViterbiStandard = ", __func__); stv0900_set_viterbi_standard()
711 dprintk("Auto\n"); stv0900_set_viterbi_standard()
716 dprintk("DVBS1\n"); stv0900_set_viterbi_standard()
742 dprintk("DSS\n"); stv0900_set_viterbi_standard()
840 dprintk("%s\n", __func__); stv0900_track_optimization()
848 dprintk("%s: found DVB-S or DSS\n", __func__); stv0900_track_optimization()
873 dprintk("%s: found DVB-S2\n", __func__); stv0900_track_optimization()
934 dprintk("%s: found unknown standard\n", __func__); stv0900_track_optimization()
1039 dprintk("%s\n", __func__); stv0900_get_fec_lock()
1065 dprintk("%s: DEMOD FEC LOCK OK\n", __func__); stv0900_get_fec_lock()
1067 dprintk("%s: DEMOD FEC LOCK FAIL\n", __func__); stv0900_get_fec_lock()
1079 dprintk("%s\n", __func__); stv0900_wait_for_lock()
1089 dprintk("%s: Timer = %d, time_out = %d\n", stv0900_wait_for_lock()
1100 dprintk("%s: DEMOD LOCK OK\n", __func__); stv0900_wait_for_lock()
1102 dprintk("%s: DEMOD LOCK FAIL\n", __func__); stv0900_wait_for_lock()
1134 dprintk("%s: standard %d\n", __func__, fnd_standard); stv0900_get_standard()
1175 dprintk("%s: Invalid parameter\n", __func__); stv0900_get_tuner_freq()
1177 dprintk("%s: Frequency=%d\n", __func__, freq); stv0900_get_tuner_freq()
1229 dprintk("%s: modcode=0x%x \n", __func__, result->modcode); stv0900_get_signal_params()
1272 dprintk("%s: range %d\n", __func__, range); stv0900_get_signal_params()
1346 dprintk("%s\n", __func__); stv0900_blind_check_agc2_min_level()
1488 dprintk("lock: I2C_DEMOD_MODE_FIELD =0. Search started." stv0900_search_srate_coarse()
1618 dprintk("%s\n", __func__); stv0900_blind_search_algo()
1635 dprintk("%s agc2_int=%d agc2_th=%d \n", __func__, agc2_int, agc2_th); stv0900_blind_search_algo()
1714 dprintk("%s\n", __func__); stv0900_set_viterbi_acq()
1728 dprintk("%s\n", __func__); stv0900_set_search_standard()
1732 dprintk("Search Standard = DVBS1\n"); stv0900_set_search_standard()
1735 dprintk("Search Standard = DSS\n"); stv0900_set_search_standard()
1738 dprintk("Search Standard = DVBS2\n"); stv0900_set_search_standard()
1742 dprintk("Search Standard = AUTO\n"); stv0900_set_search_standard()
1834 dprintk("%s\n", __func__); stv0900_algo()
1926 dprintk("%s: NO AGC1, POWERI, POWERQ\n", __func__); stv0900_algo()
H A Ddib0070.c41 #define dprintk(args...) do { \ macro
90 dprintk("could not acquire lock"); dib0070_read_reg()
122 dprintk("could not acquire lock"); dib0070_write_reg()
209 dprintk("CAPTRIM=%hd; ADC = %hd (ADC) & %dmV", state->captrim, adc, (u32) adc*(u32)1800/(u32)1024); dib0070_captrim()
220 dprintk("CAPTRIM=%hd is closer to target (%hd/%hd)", state->captrim, adc, state->adc_diff); dib0070_captrim()
247 dprintk("CTRL_LO5: 0x%x", lo5); dib0070_set_ctrl_lo5()
262 dprintk("vga filter register is set to %x", state->cfg->vga_filter); dib0070_ctrl_agc_filter()
386 dprintk("Tuning for Band: %hd (%d kHz)", band, freq); dib0070_tune_digital()
464 dprintk("REFDIV: %hd, FREF: %d", REFDIV, FREF); dib0070_tune_digital()
465 dprintk("FBDIV: %d, Rest: %d", FBDiv, Rest); dib0070_tune_digital()
466 dprintk("Num: %hd, Den: %hd, SD: %hd", (u16) Rest, Den, (state->lo4 >> 12) & 0x1); dib0070_tune_digital()
467 dprintk("HFDIV code: %hd", state->current_tune_table_index->hfdiv); dib0070_tune_digital()
468 dprintk("VCO = %hd", state->current_tune_table_index->vco_band); dib0070_tune_digital()
469 dprintk("VCOF: ((%hd*%d) << 1))", state->current_tune_table_index->vco_multi, freq); dib0070_tune_digital()
630 dprintk("Gain: %d, WBDOffset (3.3V) = %hd", gain, state->wbd_offset_3_3[gain-6]); dib0070_wbd_offset_calibration()
670 dprintk("Revision: %x", state->revision); dib0070_reset()
673 dprintk("Error: this driver is not to be used meant for P1D or earlier"); dib0070_reset()
H A Dstv0367.c45 #define dprintk(args...) \ macro
907 dprintk("%s:\n", __func__); stv0367ter_gate_ctrl()
929 dprintk("%s:\n", __func__); stv0367_get_tuner_freq()
938 dprintk("%s: frequency=%d\n", __func__, freq); stv0367_get_tuner_freq()
1027 dprintk("%s:\n", __func__); stv0367ter_get_mclk()
1044 dprintk("N=%d M=%d P=%d mclk_Hz=%d ExtClk_Hz=%d\n", stv0367ter_get_mclk()
1049 dprintk("%s: mclk_Hz=%d\n", __func__, mclk_Hz); stv0367ter_get_mclk()
1059 dprintk("%s:\n", __func__); stv0367ter_filt_coeff_init()
1091 dprintk("%s:\n", __func__); stv0367ter_agc_iir_lock_detect_set()
1120 dprintk("%s:\n", __func__); stv0367_iir_filt_init()
1157 dprintk("%s:\n", __func__); stv0367ter_agc_iir_rst()
1202 dprintk("%s:\n", __func__); stv0367ter_check_syr()
1217 dprintk("stv0367ter_check_syr SYRStatus %s\n", stv0367ter_check_syr()
1231 dprintk("%s:\n", __func__); stv0367ter_check_cpamp()
1251 dprintk("%s: CPAMPMin=%d wd=%d\n", __func__, CPAMPMin, wd); stv0367ter_check_cpamp()
1258 /*dprintk("CPAMPvalue= %d at wd=%d\n",CPAMPvalue,wd); */ stv0367ter_check_cpamp()
1260 dprintk("******last CPAMPvalue= %d at wd=%d\n", CPAMPvalue, wd); stv0367ter_check_cpamp()
1280 dprintk("%s:\n", __func__); stv0367ter_lock_algo()
1321 dprintk("state=%p\n", state); stv0367ter_lock_algo()
1322 dprintk("LOCK OK! mode=%d SYR_STAT=0x%x R367TER_STATUS=0x%x\n", stv0367ter_lock_algo()
1327 dprintk("PRVIT=0x%x I2CRPT=0x%x\n", tmp, tmp2); stv0367ter_lock_algo()
1330 dprintk("GAIN_SRC1=0x%x\n", tmp); stv0367ter_lock_algo()
1449 dprintk("FE_TER_LOCKOK !!!\n"); stv0367ter_lock_algo()
1459 dprintk("%s:\n", __func__); stv0367ter_set_ts_mode()
1483 dprintk("%s:\n", __func__); stv0367ter_set_clk_pol()
1506 dprintk("%s:\n", __func__);
1517 dprintk("%s:\n", __func__); stv0367ter_standby()
1543 dprintk("%s:\n", __func__); stv0367ter_init()
1560 dprintk("FE_STV0367TER_SetCLKgen for 27Mhz\n"); stv0367ter_init()
1598 dprintk("%s:\n", __func__); stv0367ter_algo()
1606 dprintk("ALGO: FE_TER_NORMAL_IF_TUNER selected\n"); stv0367ter_algo()
1612 dprintk("ALGO: FE_TER_LONGPATH_IF_TUNER selected\n"); stv0367ter_algo()
1618 dprintk("ALGO: FE_TER_IQ_TUNER selected\n"); stv0367ter_algo()
1632 dprintk("%s: inversion AUTO\n", __func__); stv0367ter_algo()
1705 dprintk("DEROT temp=0x%x\n", temp); stv0367ter_algo()
2081 dprintk("%s:\n", __func__); stv0367ter_read_status()
2087 dprintk("%s: stv0367 has locked\n", __func__); stv0367ter_read_status()
2318 dprintk("%s: chip_id = 0x%x\n", __func__, state->chip_id); stv0367ter_attach()
2337 dprintk("%s:\n", __func__); stv0367cab_gate_ctrl()
2366 dprintk("stv0367cab_get_mclk BYPASS_PLLXN mclk_Hz=%d\n", stv0367cab_get_mclk()
2371 dprintk("stv0367cab_get_mclk final mclk_Hz=%d\n", mclk_Hz); stv0367cab_get_mclk()
2490 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); stv0367cab_set_derot_freq()
2506 dprintk("%s: sampled_if=0x%x\n", __func__, sampled_if); stv0367cab_set_derot_freq()
2539 dprintk("%s:\n", __func__); stv0367cab_set_srate()
2723 dprintk("%s:\n", __func__); stv0367cab_read_status()
2729 dprintk("%s: stv0367 has locked\n", __func__); stv0367cab_read_status()
2739 dprintk("%s:\n", __func__); stv0367cab_standby()
2775 dprintk("%s:\n", __func__); stv0367cab_init()
2783 dprintk("Setting TSMode = STV0367_DVBCI_CLOCK\n"); stv0367cab_init()
2833 dprintk("%s:\n", __func__); stv0367cab_algo()
2896 dprintk("%s: DemodTimeOut=%d\n", __func__, DemodTimeOut); stv0367cab_algo()
2967 dprintk("QAM_Lock=0x%x LockTime=%d\n", QAM_Lock, LockTime); stv0367cab_algo()
2970 dprintk("R367CAB_IT_STATUS1=0x%x\n", tmp); stv0367cab_algo()
2975 dprintk("QAM_Lock=0x%x\n", QAM_Lock); stv0367cab_algo()
2978 dprintk("R367CAB_IT_STATUS1=0x%x\n", tmp); stv0367cab_algo()
2980 dprintk("R367CAB_IT_STATUS2=0x%x\n", tmp); stv0367cab_algo()
2983 dprintk("stv0367cab_get_derot_freq=0x%x\n", tmp); stv0367cab_algo()
3087 dprintk("%s: freq = %d, srate = %d\n", __func__, stv0367cab_set_frontend()
3146 dprintk("%s:\n", __func__); stv0367cab_get_frontend()
3173 dprintk("%s: tuner frequency = %d\n", __func__, p->frequency); stv0367cab_get_frontend()
3262 dprintk("%s: signal=%d dBm\n", __func__, signal); stv0367cab_read_strength()
3269 dprintk("%s: strength=%d\n", __func__, (*strength)); stv0367cab_read_strength()
3357 dprintk("%s: noisepercentage=%d\n", __func__, noisepercentage); stv0367cab_read_snr()
3376 dprintk("%s: uncorrected blocks=%d corrected blocks=%d tscount=%d\n", stv0367cab_read_ucblcks()
3433 dprintk("%s: chip_id = 0x%x\n", __func__, state->chip_id); stv0367cab_attach()
H A Dcx22702.c54 #define dprintk if (debug) printk macro
253 dprintk("%s(%d)\n", __func__, enable); cx22702_i2c_gate_ctrl()
290 dprintk("%s: invalid bandwidth\n", __func__); cx22702_set_tps()
314 dprintk("%s: Autodetecting\n", __func__); cx22702_set_tps()
330 dprintk("%s: invalid modulation\n", __func__); cx22702_set_tps()
346 dprintk("%s: invalid hierarchy\n", __func__); cx22702_set_tps()
369 dprintk("%s: invalid code_rate_HP\n", __func__); cx22702_set_tps()
389 dprintk("%s: invalid code_rate_LP\n", __func__); cx22702_set_tps()
408 dprintk("%s: invalid guard_interval\n", __func__); cx22702_set_tps()
418 dprintk("%s: invalid transmission_mode\n", __func__); cx22702_set_tps()
466 dprintk("%s: status demod=0x%02x agc=0x%02x\n" cx22702_read_status()
H A Dau8522_common.c31 #define dprintk(arg...)\ macro
85 dprintk("%s(%d)\n", __func__, enable); au8522_i2c_gate_ctrl()
106 dprintk("%s(%d)\n", __func__, enable); au8522_analog_i2c_gate_ctrl()
193 dprintk("%s: %d\n", __func__, led); au8522_led_ctrl()
229 dprintk("%s()\n", __func__); au8522_init()
249 dprintk("%s()\n", __func__); au8522_sleep()
H A Ddrxk_hard.c169 #define dprintk(level, fmt, arg...) do { \ macro
259 dprintk(3, ":"); i2c_write()
299 dprintk(2, ": read from"); i2c_read()
329 dprintk(2, "(0x%08x, 0x%02x)\n", reg, flags); read16_flags()
363 dprintk(2, "(0x%08x, 0x%02x)\n", reg, flags); read32_flags()
399 dprintk(2, "(0x%08x, 0x%04x, 0x%02x)\n", reg, data, flags); write16_flags()
429 dprintk(2, "(0x%08x, 0x%08x, 0x%02x)\n", reg, data, flags); write32_flags()
470 dprintk(2, "(0x%08x, 0x%02x)\n", address, flags); write_block()
502 dprintk(1, "\n"); power_up_device()
598 dprintk(1, "\n"); init_state()
786 dprintk(1, "\n"); drxx_open()
819 dprintk(1, "\n"); get_device_capabilities()
1017 dprintk(1, "\n"); hi_command()
1058 dprintk(1, "\n"); hi_cfg_command()
1100 dprintk(1, "\n"); init_hi()
1117 dprintk(1, ": mpeg %s, %s mode\n", mpegts_configure_pins()
1271 dprintk(1, "\n"); mpegts_disable()
1283 dprintk(1, "\n"); bl_chain_cmd()
1332 dprintk(1, "\n"); download_microcode()
1393 dprintk(1, "\n"); dvbt_enable_ofdm_token_ring()
1429 dprintk(1, "\n"); mpegts_stop()
1469 dprintk(1, "\n"); scu_command()
1557 dprintk(1, "\n"); set_iqm_af()
1591 dprintk(1, "\n"); ctrl_power_mode()
1699 dprintk(1, "\n"); power_down_dvbt()
1754 dprintk(1, "\n"); setoperation_mode()
1805 dprintk(1, ": DVB-T\n"); setoperation_mode()
1813 dprintk(1, ": DVB-C Annex %c\n", setoperation_mode()
1838 dprintk(1, "\n"); start()
1883 dprintk(1, "\n"); shut_down()
1893 dprintk(1, "\n"); get_lock_status()
1944 dprintk(1, "\n"); mpegts_dto_init()
2004 dprintk(1, "\n"); mpegts_dto_setup()
2135 dprintk(1, "\n"); mpegts_configure_polarity()
2166 dprintk(1, "\n"); set_agc_rf()
2319 dprintk(1, "\n"); set_agc_if()
2450 dprintk(1, "\n"); get_qam_signal_to_noise()
2507 dprintk(1, "\n"); get_dvbt_signal_to_noise()
2595 dprintk(1, "\n"); get_signal_to_noise()
2616 dprintk(1, "\n");
2683 dprintk(1, "\n");
2727 dprintk(1, "\n");
2759 dprintk(1, "\n"); ConfigureI2CBridge()
2798 dprintk(1, "\n"); set_pre_saw()
2820 dprintk(1, "\n"); bl_direct_cmd()
2867 dprintk(1, "\n"); adc_sync_measurement()
2905 dprintk(1, "\n"); adc_synchronization()
2960 dprintk(1, "\n"); set_frequency_shifter()
3031 dprintk(1, "\n"); init_agc()
3208 dprintk(1, "\n"); dvbtqam_get_acc_pkt_err()
3230 dprintk(1, "\n"); dvbt_sc_command()
3344 dprintk(1, "\n"); power_up_dvbt()
3355 dprintk(1, "\n"); dvbt_ctrl_set_inc_enable()
3371 dprintk(1, "\n"); dvbt_ctrl_set_fr_enable()
3392 dprintk(1, "\n"); dvbt_ctrl_set_echo_threshold()
3426 dprintk(1, "\n"); dvbt_ctrl_set_sqi_speed()
3463 dprintk(1, "\n"); dvbt_activate_presets()
3501 dprintk(1, "\n"); set_dvbt_standard()
3709 dprintk(1, "\n"); dvbt_start()
3751 dprintk(1, "IF =%d, TFO = %d\n", set_dvbt()
4102 dprintk(1, "\n"); get_dvbt_lock_status()
4137 dprintk(1, "\n"); power_up_qam()
4153 dprintk(1, "\n"); power_down_qam()
4205 dprintk(1, "\n"); set_qam_measurement()
4274 dprintk(1, "\n"); set_qam16()
4468 dprintk(1, "\n"); set_qam32()
4664 dprintk(1, "\n"); set_qam64()
4859 dprintk(1, "\n"); set_qam128()
5056 dprintk(1, "\n"); set_qam256()
5253 dprintk(1, "\n"); qam_reset_qam()
5285 dprintk(1, "\n"); qam_set_symbolrate()
5352 dprintk(1, "\n"); get_qam_lock_status()
5453 dprintk(1, "\n"); set_qam()
5522 dprintk(1, "Could not set demodulator parameters.\n"); set_qam()
5523 dprintk(1, set_qam()
5529 dprintk(1, set_qam()
5716 dprintk(1, "\n"); set_qam_standard()
5883 dprintk(1, "\n"); write_gpio()
5970 dprintk(1, "\n"); switch_antenna_to_qam()
5995 dprintk(1, "\n"); switch_antenna_to_dvbt()
6026 dprintk(1, "\n"); power_down_device()
6060 dprintk(1, "\n"); init_drxk()
6284 dprintk(1, ": %s\n", fw ? "firmware loaded" : "firmware not loaded"); load_firmware_cb()
6312 dprintk(1, "\n"); drxk_release()
6322 dprintk(1, "\n"); drxk_sleep()
6337 dprintk(1, ": %s\n", enable ? "enable" : "disable"); drxk_gate_ctrl()
6352 dprintk(1, "\n"); drxk_set_parameters()
6647 dprintk(1, "\n"); drxk_read_status()
6664 dprintk(1, "\n"); drxk_read_signal_strength()
6680 dprintk(1, "\n"); drxk_read_snr()
6701 dprintk(1, "\n"); drxk_read_ucblocks()
6719 dprintk(1, "\n"); drxk_get_tune_settings()
6780 dprintk(1, "\n"); drxk_attach()
/linux-4.1.27/fs/nfs/
H A Dnfs4getroot.c17 dprintk("--> nfs4_get_rootfh()\n"); nfs4_get_rootfh()
26 dprintk("nfs4_get_rootfh: getroot error = %d\n", -ret); nfs4_get_rootfh()
48 dprintk("<-- nfs4_get_rootfh() = %d\n", ret); nfs4_get_rootfh()
H A Dnfs3proc.c70 dprintk("%s: call fsinfo\n", __func__); do_proc_get_root()
73 dprintk("%s: reply fsinfo: %d\n", __func__, status); do_proc_get_root()
78 dprintk("%s: reply getattr: %d\n", __func__, status); do_proc_get_root()
112 dprintk("NFS call getattr\n"); nfs3_proc_getattr()
115 dprintk("NFS reply getattr: %d\n", status); nfs3_proc_getattr()
135 dprintk("NFS call setattr\n"); nfs3_proc_setattr()
142 dprintk("NFS reply setattr: %d\n", status); nfs3_proc_setattr()
167 dprintk("NFS call lookup %s\n", name->name); nfs3_proc_lookup()
182 dprintk("NFS reply lookup: %d\n", status); nfs3_proc_lookup()
201 dprintk("NFS call access\n"); nfs3_proc_access()
234 dprintk("NFS reply access: %d\n", status); nfs3_proc_access()
254 dprintk("NFS call readlink\n"); nfs3_proc_readlink()
264 dprintk("NFS reply readlink: %d\n", status); nfs3_proc_readlink()
326 dprintk("NFS call create %pd\n", dentry); nfs3_proc_create()
378 dprintk("NFS call setattr (post-create)\n"); nfs3_proc_create()
390 dprintk("NFS reply setattr (post-create): %d\n", status); nfs3_proc_create()
402 dprintk("NFS reply create: %d\n", status); nfs3_proc_create()
421 dprintk("NFS call remove %s\n", name->name); nfs3_proc_remove()
430 dprintk("NFS reply remove: %d\n", status); nfs3_proc_remove()
499 dprintk("NFS call link %s\n", name->name); nfs3_proc_link()
511 dprintk("NFS reply link: %d\n", status); nfs3_proc_link()
525 dprintk("NFS call symlink %pd\n", dentry); nfs3_proc_symlink()
542 dprintk("NFS reply symlink: %d\n", status); nfs3_proc_symlink()
553 dprintk("NFS call mkdir %pd\n", dentry); nfs3_proc_mkdir()
580 dprintk("NFS reply mkdir: %d\n", status); nfs3_proc_mkdir()
599 dprintk("NFS call rmdir %s\n", name->name); nfs3_proc_rmdir()
609 dprintk("NFS reply rmdir: %d\n", status); nfs3_proc_rmdir()
651 dprintk("NFS call readdir%s %d\n", nfs3_proc_readdir()
665 dprintk("NFS reply readdir%s: %d\n", nfs3_proc_readdir()
678 dprintk("NFS call mknod %pd %u:%u\n", dentry, nfs3_proc_mknod()
725 dprintk("NFS reply mknod: %d\n", status); nfs3_proc_mknod()
740 dprintk("NFS call fsstat\n"); nfs3_proc_statfs()
743 dprintk("NFS reply fsstat: %d\n", status); nfs3_proc_statfs()
758 dprintk("NFS call fsinfo\n"); do_proc_fsinfo()
761 dprintk("NFS reply fsinfo: %d\n", status); do_proc_fsinfo()
792 dprintk("NFS call pathconf\n"); nfs3_proc_pathconf()
795 dprintk("NFS reply pathconf: %d\n", status); nfs3_proc_pathconf()
H A Dproc.c65 dprintk("%s: call getattr\n", __func__); nfs_proc_get_root()
71 dprintk("%s: reply getattr: %d\n", __func__, status); nfs_proc_get_root()
74 dprintk("%s: call statfs\n", __func__); nfs_proc_get_root()
81 dprintk("%s: reply statfs: %d\n", __func__, status); nfs_proc_get_root()
110 dprintk("NFS call getattr\n"); nfs_proc_getattr()
113 dprintk("NFS reply getattr: %d\n", status); nfs_proc_getattr()
136 dprintk("NFS call setattr\n"); nfs_proc_setattr()
143 dprintk("NFS reply setattr: %d\n", status); nfs_proc_setattr()
168 dprintk("NFS call lookup %s\n", name->name); nfs_proc_lookup()
171 dprintk("NFS reply lookup: %d\n", status); nfs_proc_lookup()
190 dprintk("NFS call readlink\n"); nfs_proc_readlink()
192 dprintk("NFS reply readlink: %d\n", status); nfs_proc_readlink()
238 dprintk("NFS call create %pd\n", dentry); nfs_proc_create()
250 dprintk("NFS reply create: %d\n", status); nfs_proc_create()
268 dprintk("NFS call mknod %pd\n", dentry); nfs_proc_mknod()
297 dprintk("NFS reply mknod: %d\n", status); nfs_proc_mknod()
314 dprintk("NFS call remove %s\n", name->name); nfs_proc_remove()
318 dprintk("NFS reply remove: %d\n", status); nfs_proc_remove()
374 dprintk("NFS call link %s\n", name->name); nfs_proc_link()
378 dprintk("NFS reply link: %d\n", status); nfs_proc_link()
402 dprintk("NFS call symlink %pd\n", dentry); nfs_proc_symlink()
428 dprintk("NFS reply symlink: %d\n", status); nfs_proc_symlink()
441 dprintk("NFS call mkdir %pd\n", dentry); nfs_proc_mkdir()
454 dprintk("NFS reply mkdir: %d\n", status); nfs_proc_mkdir()
472 dprintk("NFS call rmdir %s\n", name->name); nfs_proc_rmdir()
475 dprintk("NFS reply rmdir: %d\n", status); nfs_proc_rmdir()
504 dprintk("NFS call readdir %d\n", (unsigned int)cookie); nfs_proc_readdir()
509 dprintk("NFS reply readdir: %d\n", status); nfs_proc_readdir()
525 dprintk("NFS call statfs\n"); nfs_proc_statfs()
528 dprintk("NFS reply statfs: %d\n", status); nfs_proc_statfs()
553 dprintk("NFS call fsinfo\n"); nfs_proc_fsinfo()
556 dprintk("NFS reply fsinfo: %d\n", status); nfs_proc_fsinfo()
H A Dcallback.c52 dprintk("NFS: Callback listener port = %u (af %u, net %p)\n", nfs4_callback_up_net()
59 dprintk("NFS: Callback listener port = %u (af %u, net %p)\n", nfs4_callback_up_net()
139 dprintk("Invoking bc_svc_process()\n"); nfs41_callback_svc()
141 dprintk("bc_svc_process() returned w/ error code= %d\n", nfs41_callback_svc()
169 dprintk("--> %s return %d\n", __func__, PTR_ERR_OR_ZERO(rqstp)); nfs41_callback_up()
251 dprintk("nfs_callback_up: service started\n"); nfs_callback_start_svc()
262 dprintk("NFS: destroy per-net callback data; net=%p\n", net); nfs_callback_down_net()
274 dprintk("NFS: create per-net callback data; net=%p\n", net); nfs_callback_up_net()
306 dprintk("NFS: Couldn't create callback socket: err = %d; " nfs_callback_up_net()
345 dprintk("nfs_callback_create_svc: service created\n"); nfs_callback_create_svc()
390 dprintk("NFS: Couldn't create server thread; err = %d\n", ret); nfs_callback_up()
406 dprintk("nfs_callback_down: service stopped\n"); nfs_callback_down()
408 dprintk("nfs_callback_down: service destroyed\n"); nfs_callback_down()
H A Dmount_clnt.c171 dprintk("NFS: sending MNT request for %s:%s\n", nfs_mount()
198 dprintk("NFS: MNT request succeeded\n"); nfs_mount()
206 dprintk("NFS: Faking up auth_flavs list\n"); nfs_mount()
215 dprintk("NFS: failed to create MNT RPC client, status=%d\n", status); nfs_mount()
219 dprintk("NFS: MNT request failed, status=%d\n", status); nfs_mount()
223 dprintk("NFS: MNT server returned result %d\n", result.errno); nfs_mount()
270 dprintk("NFS: sending UMNT request for %s:%s\n", nfs_umount()
287 dprintk("NFS: failed to create UMNT RPC client, status=%ld\n", nfs_umount()
292 dprintk("NFS: UMNT request failed, status=%d\n", status); nfs_umount()
341 dprintk("NFS: unrecognized MNT status code: %u\n", status); decode_status()
390 dprintk("NFS: unrecognized MNT3 status code: %u\n", status); decode_fhs_status()
432 dprintk("NFS: received %u auth flavors\n", entries); decode_auth_flavors()
445 dprintk("NFS: auth flavor[%u]: %d\n", i, flavors[i]); decode_auth_flavors()
H A Dcallback_proc.c65 dprintk("%s: exit with status = %d\n", __func__, ntohl(res->status)); nfs4_callback_getattr()
100 dprintk("%s: exit with status = %d\n", __func__, ntohl(res)); nfs4_callback_recall()
221 dprintk("%s enter, type=%i\n", __func__, args->cbl_recall_type); do_callback_layoutrecall()
226 dprintk("%s returning %i\n", __func__, res); do_callback_layoutrecall()
236 dprintk("%s: -->\n", __func__); nfs4_callback_layoutrecall()
243 dprintk("%s: exit with status = %d\n", __func__, res); nfs4_callback_layoutrecall()
266 dprintk("%s: -->\n", __func__); nfs4_callback_devicenotify()
286 dprintk("%s: layout type %u not found\n", nfs4_callback_devicenotify()
297 dprintk("%s: exit with status = %u\n", nfs4_callback_devicenotify()
320 dprintk("%s enter. slotid %u seqid %u\n", validate_seqid()
327 dprintk("%s slot table seqid: %u\n", __func__, slot->seq_nr); validate_seqid()
337 dprintk("%s seqid %u is a replay\n", validate_seqid()
394 dprintk("%s: sessionid %x:%x:%x:%x sequenceid %u " referring_call_exists()
484 dprintk("%s: exit with status = %d res->csr_status %d\n", __func__, nfs4_callback_sequence()
525 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); nfs4_callback_recallany()
551 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); nfs4_callback_recallslot()
H A Dnamespace.c146 dprintk("--> nfs_d_automount()\n"); nfs_d_automount()
158 dprintk("%s: enter\n", __func__); nfs_d_automount()
164 dprintk("%s: done, success\n", __func__); nfs_d_automount()
174 dprintk("<-- %s(): error %ld\n", __func__, PTR_ERR(mnt)); nfs_d_automount()
176 dprintk("<-- %s() = %p\n", __func__, mnt); nfs_d_automount()
254 dprintk("--> nfs_do_submount()\n"); nfs_do_submount()
256 dprintk("%s: submounting on %pd2\n", __func__, nfs_do_submount()
268 dprintk("%s: done\n", __func__); nfs_do_submount()
270 dprintk("<-- nfs_do_submount() = %p\n", mnt); nfs_do_submount()
H A Dpnfs_nfs.c354 dprintk("%s: unhandled address family: %u\n", same_sockaddr()
407 dprintk("--> %s\n", __func__); destroy_ds()
497 dprintk("%s: no addresses defined\n", __func__); nfs4_pnfs_ds_add()
518 dprintk("%s add new data server %s\n", __func__, nfs4_pnfs_ds_add()
524 dprintk("%s data server %s found, inc'ed ds_count to %d\n", nfs4_pnfs_ds_add()
588 dprintk("--> %s DS %s au_flavor %d\n", __func__, _nfs4_pnfs_v3_ds_connect()
595 dprintk("%s: DS %s: trying address %s\n", _nfs4_pnfs_v3_ds_connect()
613 dprintk("%s [new] addr: %s\n", __func__, ds->ds_remotestr); _nfs4_pnfs_v3_ds_connect()
629 dprintk("--> %s DS %s au_flavor %d\n", __func__, ds->ds_remotestr, _nfs4_pnfs_v4_ds_connect()
633 dprintk("%s: DS %s: trying address %s\n", _nfs4_pnfs_v4_ds_connect()
656 dprintk("%s [new] addr: %s\n", __func__, ds->ds_remotestr); _nfs4_pnfs_v4_ds_connect()
685 dprintk("%s: unsupported DS version %d\n", __func__, nfs4_pnfs_ds_connect()
746 dprintk("%s: Invalid address, length %d\n", __func__, nfs4_decode_mp_ds_addr()
752 dprintk("%s: Not enough memory\n", __func__); nfs4_decode_mp_ds_addr()
761 dprintk("%s: Failed finding expected dot in port\n", nfs4_decode_mp_ds_addr()
770 dprintk("%s: Failed finding expected dot between address and " nfs4_decode_mp_ds_addr()
784 dprintk("%s: error parsing address %s\n", __func__, buf); nfs4_decode_mp_ds_addr()
810 dprintk("%s: unsupported address family: %u\n", nfs4_decode_mp_ds_addr()
816 dprintk("%s: ERROR: r_netid \"%s\" != \"%s\"\n", nfs4_decode_mp_ds_addr()
825 /* NULL is ok, only used for dprintk */ nfs4_decode_mp_ds_addr()
830 dprintk("%s: Parsed DS addr %s\n", __func__, da->da_remotestr); nfs4_decode_mp_ds_addr()
838 dprintk("%s: Error parsing DS addr: %s\n", __func__, buf); nfs4_decode_mp_ds_addr()
H A Dpnfs.c69 dprintk("%s: Searching for id %u, found %p\n", __func__, id, local); find_pnfs_driver_locked()
81 dprintk("%s: Could not grab reference on module\n", __func__); find_pnfs_driver()
127 dprintk("%s: No pNFS module found for %u.\n", set_pnfs_layoutdriver()
143 dprintk("%s: pNFS module for %u set\n", __func__, id); set_pnfs_layoutdriver()
147 dprintk("%s: Using NFSv4 I/O\n", __func__); set_pnfs_layoutdriver()
172 dprintk("%s Registering id:%u name:%s\n", __func__, ld_type->id, pnfs_register_layoutdriver()
187 dprintk("%s Deregistering id:%u\n", __func__, ld_type->id); pnfs_unregister_layoutdriver()
233 dprintk("%s: freeing layout cache %p\n", __func__, lo); pnfs_detach_layout_hdr()
292 dprintk("%s Setting layout IOMODE_%s fail bit\n", __func__, pnfs_layout_io_set_failed()
398 dprintk("%s: lseg %p ref %d valid %d\n", __func__, lseg, pnfs_put_lseg()
448 dprintk("%s: lseg %p ref %d valid %d\n", __func__, lseg, pnfs_put_lseg_locked()
538 dprintk("%s: lseg %p ref %d\n", __func__, lseg, mark_lseg_invalid()
557 dprintk("%s:Begin lo %p\n", __func__, lo); pnfs_mark_matching_lsegs_invalid()
564 dprintk("%s: freeing lseg %p iomode %d " pnfs_mark_matching_lsegs_invalid()
571 dprintk("%s:Return %i\n", __func__, invalid - removed); pnfs_mark_matching_lsegs_invalid()
674 dprintk("%s freeing layout for inode %lu\n", __func__, pnfs_layout_free_bulk_destroy_list()
830 dprintk("--> %s\n", __func__); pnfs_choose_layoutget_stateid()
847 dprintk("<-- %s\n", __func__); pnfs_choose_layoutget_stateid()
868 dprintk("--> %s\n", __func__); send_layoutget()
960 dprintk("<-- %s status: %d\n", __func__, status); pnfs_send_layoutreturn()
981 dprintk("NFS: %s for inode %lu\n", __func__, ino->i_ino); _pnfs_return_layout()
987 dprintk("NFS: %s no layout to return\n", __func__); _pnfs_return_layout()
1010 dprintk("NFS: %s no layout segments to return\n", __func__); _pnfs_return_layout()
1021 dprintk("<-- %s status: %d\n", __func__, status); _pnfs_return_layout()
1214 dprintk("%s:Begin\n", __func__); pnfs_layout_insert_lseg()
1220 dprintk("%s: inserted lseg %p " pnfs_layout_insert_lseg()
1230 dprintk("%s: inserted lseg %p " pnfs_layout_insert_lseg()
1237 dprintk("%s:Return\n", __func__); pnfs_layout_insert_lseg()
1267 dprintk("%s Begin ino=%p layout=%p\n", __func__, ino, nfsi->layout); pnfs_find_alloc_layout()
1322 dprintk("%s:Begin\n", __func__); pnfs_find_lseg()
1335 dprintk("%s:Return lseg %p ref %d\n", pnfs_find_lseg()
1370 dprintk("%s bm=0x%x rd_sz=%llu wr_sz=%llu rd_io=%llu wr_io=%llu\n", pnfs_within_mdsthreshold()
1376 dprintk("%s fsize %llu\n", __func__, fsize); pnfs_within_mdsthreshold()
1382 dprintk("%s nfsi->read_io %llu\n", __func__, pnfs_within_mdsthreshold()
1391 dprintk("%s fsize %llu\n", __func__, fsize); pnfs_within_mdsthreshold()
1397 dprintk("%s nfsi->write_io %llu\n", __func__, pnfs_within_mdsthreshold()
1411 dprintk("<-- %s size %d io %d ret %d\n", __func__, size, io, ret); pnfs_within_mdsthreshold()
1485 dprintk("%s matches recall, use MDS\n", __func__); pnfs_update_layout()
1523 dprintk("%s wait for layoutreturn\n", __func__); pnfs_update_layout()
1528 dprintk("%s retrying\n", __func__); pnfs_update_layout()
1565 dprintk("%s: inode %s/%llu pNFS layout segment %s for " pnfs_update_layout()
1597 dprintk("%s: Could not allocate layout: error %d\n", pnfs_layout_process()
1607 dprintk("%s forget reply due to recall\n", __func__); pnfs_layout_process()
1612 dprintk("%s forget reply due to state\n", __func__); pnfs_layout_process()
1619 dprintk("%s forget reply due to sequence\n", __func__); pnfs_layout_process()
1665 dprintk("%s:Begin lo %p\n", __func__, lo); pnfs_mark_matching_lsegs_return()
1672 dprintk("%s: marking lseg %p iomode %d " pnfs_mark_matching_lsegs_return()
1832 dprintk("pnfs write error = %d\n", hdr->pnfs_error); pnfs_ld_handle_write_error()
1884 dprintk("%s: Writing ino:%lu %u@%llu (how %d)\n", __func__, pnfs_try_to_write_data()
1889 dprintk("%s End (trypnfs:%d)\n", __func__, trypnfs); pnfs_try_to_write_data()
1948 dprintk("pnfs read error = %d\n", hdr->pnfs_error); pnfs_ld_handle_read_error()
2001 dprintk("%s: Reading ino:%lu %u@%llu\n", pnfs_try_to_read_data()
2007 dprintk("%s End (trypnfs:%d)\n", __func__, trypnfs); pnfs_try_to_read_data()
2117 dprintk("%s: Set layoutcommit for inode %lu ", pnfs_set_layoutcommit()
2126 dprintk("%s: lseg %p end_pos %llu\n", pnfs_set_layoutcommit()
2165 dprintk("--> %s inode %lu\n", __func__, inode->i_ino); pnfs_layoutcommit_inode()
2224 dprintk("<-- %s status %d\n", __func__, status); pnfs_layoutcommit_inode()
2248 dprintk("%s mdsthreshold allocation failed\n", __func__); pnfs_mdsthreshold_alloc()
H A Dnfs4client.c258 dprintk("%s: failed to start callback. Error = %d\n", nfs4_init_callback()
361 dprintk("<-- nfs4_init_client() = 0 [already %p]\n", clp); nfs4_init_client()
396 dprintk("%s: failed to create idmapper. Error = %d\n", nfs4_init_client()
421 dprintk("<-- nfs4_init_client() = xerror %d\n", error); nfs4_init_client()
442 dprintk("%s: keeping callback ident %u and dropping ident %u\n", nfs4_swap_callback_idents()
537 dprintk("NFS: <-- %s using nfs_client = %p ({%d})\n", nfs40_walk_client_list()
557 dprintk("NFS: <-- %s status = %d\n", __func__, status); nfs40_walk_client_list()
568 dprintk("NFS: --> %s client ID %llx does not match %llx\n", nfs4_match_clientids()
572 dprintk("NFS: --> %s client ID %llx matches %llx\n", nfs4_match_clientids()
591 dprintk("NFS: --> %s server owners match\n", __func__); nfs4_check_clientid_trunking()
595 dprintk("NFS: --> %s server owner major IDs do not match\n", nfs4_check_clientid_trunking()
674 dprintk("NFS: <-- %s using nfs_client = %p ({%d})\n", nfs41_walk_client_list()
681 dprintk("NFS: <-- %s status = %d\n", __func__, status); nfs41_walk_client_list()
808 dprintk("--> nfs4_set_client()\n"); nfs4_set_client()
832 dprintk("<-- nfs4_set_client() = 0 [new %p]\n", clp); nfs4_set_client()
835 dprintk("<-- nfs4_set_client() = xerror %d\n", error); nfs4_set_client()
879 dprintk("<-- %s %p\n", __func__, clp); nfs4_set_ds_client()
946 dprintk("Server FSID: %llx:%llx\n", nfs4_server_common_setup()
977 dprintk("--> nfs4_init_server()\n"); nfs4_init_server()
1026 dprintk("<-- nfs4_init_server() = %d\n", error); nfs4_init_server()
1043 dprintk("--> nfs4_create_server()\n"); nfs4_create_server()
1060 dprintk("<-- nfs4_create_server() = %p\n", server); nfs4_create_server()
1065 dprintk("<-- nfs4_create_server() = error %d\n", error); nfs4_create_server()
1080 dprintk("--> nfs4_create_referral_server()\n"); nfs4_create_referral_server()
1116 dprintk("<-- nfs_create_referral_server() = %p\n", server); nfs4_create_referral_server()
1121 dprintk("<-- nfs4_create_referral_server() = error %d\n", error); nfs4_create_referral_server()
1181 dprintk("--> %s: move FSID %llx:%llx to \"%s\")\n", __func__, nfs4_update_server()
1188 dprintk("<-- %s(): rpc_switch_client_transport returned %d\n", nfs4_update_server()
1195 dprintk("<-- %s(): rpc_localaddr returned %d\n", nfs4_update_server()
1202 dprintk("<-- %s(): rpc_ntop returned %d\n", nfs4_update_server()
1215 dprintk("<-- %s(): nfs4_set_client returned %d\n", nfs4_update_server()
1228 dprintk("<-- %s() succeeded\n", __func__); nfs4_update_server()
H A Dgetroot.c93 dprintk("nfs_get_root: getattr error = %d\n", -error); nfs_get_root()
100 dprintk("nfs_get_root: get root inode failed\n"); nfs_get_root()
117 dprintk("nfs_get_root: get root dentry failed\n"); nfs_get_root()
H A Dcallback_xdr.c179 dprintk("%s: minorversion %d nops %d\n", __func__, decode_compound_hdr_arg()
204 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); decode_getattr_args()
225 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); decode_recall_args()
282 dprintk("%s: ltype 0x%x iomode %d changed %d recall_type %d\n", decode_layoutrecall_args()
287 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); decode_layoutrecall_args()
369 dprintk("%s: type %d layout 0x%x immediate %d\n", decode_devicenotify_args()
374 dprintk("%s: status %d ndevs %d\n", decode_devicenotify_args()
475 dprintk("%s: sessionid %x:%x:%x:%x sequenceid %u slotid %u " decode_cb_sequence_args()
486 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); decode_cb_sequence_args()
677 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); encode_getattr_res()
718 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); encode_cb_sequence_res()
837 dprintk("%s: start\n", __func__); process_op()
842 dprintk("%s: minorversion=%d nop=%d op_nr=%u\n", process_op()
883 dprintk("%s: done, status = %d\n", __func__, ntohl(status)); process_op()
904 dprintk("%s: start\n", __func__); nfs4_callback_compound()
944 dprintk("%s: done, status = %u\n", __func__, ntohl(status)); nfs4_callback_compound()
H A Dclient.c242 dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); nfs_free_client()
259 dprintk("<-- nfs_free_client()\n"); nfs_free_client()
273 dprintk("--> nfs_put_client({%d})\n", atomic_read(&clp->cl_count)); nfs_put_client()
468 dprintk("<-- %s found nfs_client %p for %s\n", nfs_found_client()
492 dprintk("--> nfs_get_client(%s,v%u)\n", nfs_get_client()
519 dprintk("<-- nfs_get_client() Failed to find %s (%ld)\n", nfs_get_client()
612 dprintk("%s: cannot create RPC client. Error = %ld\n", nfs_create_rpc_client()
683 dprintk("%s: couldn't create rpc_client!\n", __func__); nfs_init_server_rpcclient()
716 dprintk("<-- nfs_init_client() = 0 [already %p]\n", clp); nfs_init_client()
733 dprintk("<-- nfs_init_client() = xerror %d\n", error); nfs_init_client()
757 dprintk("--> nfs_init_server()\n"); nfs_init_server()
767 dprintk("<-- nfs_init_server() = error %ld\n", PTR_ERR(clp)); nfs_init_server()
814 dprintk("<-- nfs_init_server() = 0 [new %p]\n", clp); nfs_init_server()
820 dprintk("<-- nfs_init_server() = xerror %d\n", error); nfs_init_server()
890 dprintk("--> nfs_probe_fsinfo()\n"); nfs_probe_fsinfo()
917 dprintk("<-- nfs_probe_fsinfo() = 0\n"); nfs_probe_fsinfo()
921 dprintk("nfs_probe_fsinfo: error = %d\n", -error); nfs_probe_fsinfo()
1024 dprintk("--> nfs_free_server()\n"); nfs_free_server()
1044 dprintk("<-- nfs_free_server()\n"); nfs_free_server()
1090 dprintk("nfs_create_server: getattr error = %d\n", -error); nfs_create_server()
1096 dprintk("Server FSID: %llx:%llx\n", nfs_create_server()
1124 dprintk("--> nfs_clone_server(,%llx:%llx,)\n", nfs_clone_server()
1159 dprintk("Cloned FSID: %llx:%llx\n", nfs_clone_server()
1171 dprintk("<-- nfs_clone_server() = %p\n", server); nfs_clone_server()
1177 dprintk("<-- nfs_clone_server() = error %d\n", error); nfs_clone_server()
H A Dnfs4renewd.c66 dprintk("%s: start\n", __func__); nfs4_renew_state()
105 dprintk("%s: failed to call renewd. Reason: lease not expired \n", nfs4_renew_state()
113 dprintk("%s: done\n", __func__); nfs4_renew_state()
126 dprintk("%s: requeueing work. Lease period = %ld\n", nfs4_schedule_state_renewal()
H A Dnfs3acl.c52 dprintk("NFS call getacl\n"); nfs3_get_acl()
59 dprintk("NFS reply getacl: %d\n", status); nfs3_get_acl()
71 dprintk("NFS_V3_ACL extension not supported; disabling\n"); nfs3_get_acl()
168 dprintk("NFS call setacl\n"); __nfs3_proc_setacls()
179 dprintk("NFS reply setacl: %d\n", status); __nfs3_proc_setacls()
189 dprintk("NFS_V3_ACL SETACL RPC not supported" __nfs3_proc_setacls()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf-core.c44 #define dprintk(level, fmt, arg...) \ macro
192 dprintk(1, "busy: streaming active\n"); videobuf_queue_is_busy()
196 dprintk(1, "busy: pending read #1\n"); videobuf_queue_is_busy()
200 dprintk(1, "busy: pending read #2\n"); videobuf_queue_is_busy()
207 dprintk(1, "busy: buffer #%d mapped\n", i); videobuf_queue_is_busy()
211 dprintk(1, "busy: buffer #%d queued\n", i); videobuf_queue_is_busy()
215 dprintk(1, "busy: buffer #%d avtive\n", i); videobuf_queue_is_busy()
234 dprintk(1, "%s\n", __func__); __videobuf_free()
239 dprintk(1, "Cannot free buffers when streaming or reading\n"); __videobuf_free()
247 dprintk(1, "Cannot free mmapped buffers\n"); __videobuf_free()
422 dprintk(1, "mmap setup: %d buffers, %d bytes each\n", i, bsize); __videobuf_mmap_setup()
449 dprintk(1, "reqbufs: memory type invalid\n"); videobuf_reqbufs()
455 dprintk(1, "reqbufs: queue type invalid\n"); videobuf_reqbufs()
461 dprintk(1, "reqbufs: streaming already exists\n"); videobuf_reqbufs()
466 dprintk(1, "reqbufs: stream running\n"); videobuf_reqbufs()
472 dprintk(1, "reqbufs: count invalid (%d)\n", req->count); videobuf_reqbufs()
482 dprintk(1, "reqbufs: bufs=%d, size=0x%x [%u pages total]\n", videobuf_reqbufs()
488 dprintk(1, "reqbufs: mmap setup returned %d\n", retval); videobuf_reqbufs()
507 dprintk(1, "querybuf: Wrong type.\n"); videobuf_querybuf()
511 dprintk(1, "querybuf: index out of range.\n"); videobuf_querybuf()
515 dprintk(1, "querybuf: buffer is null.\n"); videobuf_querybuf()
543 dprintk(1, "qbuf: Reading running...\n"); videobuf_qbuf()
548 dprintk(1, "qbuf: Wrong type.\n"); videobuf_qbuf()
552 dprintk(1, "qbuf: index out of range.\n"); videobuf_qbuf()
557 dprintk(1, "qbuf: buffer is null.\n"); videobuf_qbuf()
562 dprintk(1, "qbuf: memory type is wrong.\n"); videobuf_qbuf()
566 dprintk(1, "qbuf: buffer is already queued or active.\n"); videobuf_qbuf()
573 dprintk(1, "qbuf: mmap requested " videobuf_qbuf()
587 dprintk(1, "qbuf: buffer length is not enough\n"); videobuf_qbuf()
599 dprintk(1, "qbuf: wrong memory type\n"); videobuf_qbuf()
603 dprintk(1, "qbuf: requesting next field\n"); videobuf_qbuf()
607 dprintk(1, "qbuf: buffer_prepare returned %d\n", retval); videobuf_qbuf()
617 dprintk(1, "qbuf: succeeded\n"); videobuf_qbuf()
638 dprintk(1, "next_buffer: Not streaming\n"); stream_next_buffer_check_queue()
646 dprintk(2, "next_buffer: no buffers to dequeue\n"); stream_next_buffer_check_queue()
649 dprintk(2, "next_buffer: waiting on buffer\n"); stream_next_buffer_check_queue()
708 dprintk(1, "dqbuf: next_buffer error: %i\n", retval); videobuf_dqbuf()
714 dprintk(1, "dqbuf: state is error\n"); videobuf_dqbuf()
717 dprintk(1, "dqbuf: state is done\n"); videobuf_dqbuf()
720 dprintk(1, "dqbuf: state invalid\n"); videobuf_dqbuf()
862 dprintk(1, "vbihack: %d\n", *fc); __videobuf_copy_stream()
904 dprintk(1, "video alloc=0x%p\n", q->read_buf); videobuf_read_one()
1055 dprintk(2, "%s\n", __func__); videobuf_read_stream()
1178 dprintk(1, "mmap appl bug: PROT_WRITE and MAP_SHARED are required\n"); videobuf_mmap_mapper()
H A Dvideobuf-vmalloc.c47 #define dprintk(level, fmt, arg...) \ macro
58 dprintk(2, "vm_open %p [count=%u,vma=%08lx-%08lx]\n", map, videobuf_vm_open()
70 dprintk(2, "vm_close %p [count=%u,vma=%08lx-%08lx]\n", map, videobuf_vm_close()
77 dprintk(1, "munmap %p q=%p\n", map, q); videobuf_vm_close()
104 dprintk(1, "%s: buf[%d] freeing (%p)\n", videobuf_vm_close()
150 dprintk(1, "%s: allocated at %p(%ld+%ld) & %p(%ld)\n", __videobuf_alloc_vb()
170 dprintk(1, "%s memory method MMAP\n", __func__); __videobuf_iolock()
181 dprintk(1, "%s memory method USERPTR\n", __func__); __videobuf_iolock()
197 dprintk(1, "vmalloc is at addr %p (%d pages)\n", __videobuf_iolock()
222 dprintk(1, "%s memory method OVERLAY/unknown\n", __func__); __videobuf_iolock()
240 dprintk(1, "%s\n", __func__); __videobuf_mmap_mapper()
262 dprintk(1, "vmalloc is at addr %p (%d pages)\n", mem->vaddr, pages); __videobuf_mmap_mapper()
276 dprintk(1, "mmap %p: q=%p %08lx-%08lx (%lx) pgoff %08lx buf %d\n", __videobuf_mmap_mapper()
H A Dvideobuf-dma-sg.c54 #define dprintk(level, fmt, arg...) \ macro
125 dprintk(2, "sgl: oops - no page\n"); videobuf_pages_to_sg()
130 dprintk(2, "sgl: oops - highmem page\n"); videobuf_pages_to_sg()
181 dprintk(1, "init user [0x%lx+0x%lx => %d pages]\n", videobuf_dma_init_user_locked()
191 dprintk(1, "get_user_pages: err=%d [%d]\n", err, dma->nr_pages); videobuf_dma_init_user_locked()
214 dprintk(1, "init kernel [%d pages]\n", nr_pages); videobuf_dma_init_kernel()
240 dprintk(1, "vmalloc_32(%d pages) failed\n", nr_pages); videobuf_dma_init_kernel()
244 dprintk(1, "vmalloc is at addr 0x%08lx, size=%d\n", videobuf_dma_init_kernel()
272 dprintk(1, "init overlay [%d pages @ bus 0x%lx]\n", videobuf_dma_init_overlay()
309 dprintk(1, "scatterlist is NULL\n"); videobuf_dma_map()
388 dprintk(2, "vm_open %p [count=%d,vma=%08lx-%08lx]\n", map, videobuf_vm_open()
401 dprintk(2, "vm_close %p [count=%d,vma=%08lx-%08lx]\n", map, videobuf_vm_close()
406 dprintk(1, "munmap %p q=%p\n", map, q); videobuf_vm_close()
439 dprintk(3, "fault: fault @ %08lx [vma %08lx-%08lx]\n", videobuf_vm_fault()
482 dprintk(1, "%s: allocated at %p(%ld+%ld) & %p(%ld)\n", __videobuf_alloc_vb()
611 dprintk(1, "mmap app bug: offset invalid [offset=0x%lx]\n", __videobuf_mmap_mapper()
639 dprintk(1, "mmap %p: q=%p %08lx-%08lx pgoff %08lx bufs %d-%d\n", __videobuf_mmap_mapper()
H A Dvideobuf2-core.c36 #define dprintk(level, fmt, arg...) \ macro
53 dprintk(2, "call_memop(%p, %d, %s)%s\n", \
92 dprintk(2, "call_qop(%p, %s)%s\n", q, #op, \
115 dprintk(2, "call_vb_qop(%p, %d, %s)%s\n", \
235 dprintk(3, "freed plane %d of buffer %d\n", plane, __vb2_buf_mem_free()
330 dprintk(3, "buffer %d, plane %d offset 0x%08lx\n", __setup_offsets()
357 dprintk(1, "memory alloc for buffer struct failed\n"); __vb2_queue_alloc()
376 dprintk(1, "failed allocating memory for " __vb2_queue_alloc()
388 dprintk(1, "buffer %d %p initialization" __vb2_queue_alloc()
403 dprintk(1, "allocated %d buffers, %d plane(s) each\n", __vb2_queue_alloc()
455 dprintk(1, "preparing buffers, cannot free\n"); __vb2_queue_free()
560 dprintk(1, "multi-planar buffer passed but " __verify_planes_array()
566 dprintk(1, "incorrect planes array length, " __verify_planes_array()
744 dprintk(1, "wrong buffer type\n"); vb2_querybuf()
749 dprintk(1, "buffer index out of range\n"); vb2_querybuf()
809 dprintk(1, "unsupported memory type\n"); __verify_memory_type()
814 dprintk(1, "requested type is incorrect\n"); __verify_memory_type()
823 dprintk(1, "MMAP for current setup unsupported\n"); __verify_memory_type()
828 dprintk(1, "USERPTR for current setup unsupported\n"); __verify_memory_type()
833 dprintk(1, "DMABUF for current setup unsupported\n"); __verify_memory_type()
843 dprintk(1, "file io in progress\n"); __verify_memory_type()
878 dprintk(1, "streaming active\n"); __reqbufs()
890 dprintk(1, "memory in use, cannot free\n"); __reqbufs()
934 dprintk(1, "memory allocation failed\n"); __reqbufs()
1022 dprintk(1, "maximum number of buffers already allocated\n"); __create_bufs()
1048 dprintk(1, "memory allocation failed\n"); __create_bufs()
1193 dprintk(4, "done processing on buffer %d, state: %d\n", vb2_buffer_done()
1418 dprintk(3, "userspace address for plane %d changed, " __qbuf_userptr()
1423 dprintk(1, "provided buffer size %u is less than " __qbuf_userptr()
1448 dprintk(1, "failed acquiring userspace " __qbuf_userptr()
1471 dprintk(1, "buffer initialization failed\n"); __qbuf_userptr()
1478 dprintk(1, "buffer preparation failed\n"); __qbuf_userptr()
1519 dprintk(1, "invalid dmabuf fd for plane %d\n", __qbuf_dmabuf()
1530 dprintk(1, "invalid dmabuf length for plane %d\n", __qbuf_dmabuf()
1543 dprintk(1, "buffer for plane %d changed\n", plane); __qbuf_dmabuf()
1558 dprintk(1, "failed to attach dmabuf\n"); __qbuf_dmabuf()
1575 dprintk(1, "failed to map dmabuf for plane %d\n", __qbuf_dmabuf()
1596 dprintk(1, "buffer initialization failed\n"); __qbuf_dmabuf()
1603 dprintk(1, "buffer preparation failed\n"); __qbuf_dmabuf()
1641 dprintk(1, "plane parameters verification failed: %d\n", ret); __buf_prepare()
1654 dprintk(1, "the field is incorrectly set to ALTERNATE for an output buffer\n"); __buf_prepare()
1659 dprintk(1, "fatal error occurred on queue\n"); __buf_prepare()
1686 dprintk(1, "buffer preparation failed: %d\n", ret); __buf_prepare()
1696 dprintk(1, "%s: invalid buffer type\n", opname); vb2_queue_or_prepare_buf()
1701 dprintk(1, "%s: buffer index out of range\n", opname); vb2_queue_or_prepare_buf()
1707 dprintk(1, "%s: buffer is NULL\n", opname); vb2_queue_or_prepare_buf()
1712 dprintk(1, "%s: invalid memory type\n", opname); vb2_queue_or_prepare_buf()
1740 dprintk(1, "file io in progress\n"); vb2_prepare_buf()
1750 dprintk(1, "invalid buffer state %d\n", vb2_prepare_buf()
1760 dprintk(1, "prepare of buffer %d succeeded\n", vb->v4l2_buf.index); vb2_prepare_buf()
1798 dprintk(1, "driver refused to start streaming\n"); vb2_start_streaming()
1848 dprintk(1, "buffer still being prepared\n"); vb2_internal_qbuf()
1851 dprintk(1, "invalid buffer state %d\n", vb->state); vb2_internal_qbuf()
1899 dprintk(1, "qbuf of buffer %d succeeded\n", vb->v4l2_buf.index); vb2_internal_qbuf()
1923 dprintk(1, "file io in progress\n"); vb2_qbuf()
1952 dprintk(1, "streaming off, will not wait for buffers\n"); __vb2_wait_for_done_vb()
1957 dprintk(1, "Queue in error state, will not wait for buffers\n"); __vb2_wait_for_done_vb()
1969 dprintk(1, "nonblocking and no buffers to dequeue, " __vb2_wait_for_done_vb()
1984 dprintk(3, "will sleep waiting for buffers\n"); __vb2_wait_for_done_vb()
1995 dprintk(1, "sleep was interrupted\n"); __vb2_wait_for_done_vb()
2050 dprintk(1, "streaming off, will not wait for buffers\n"); vb2_wait_for_all_buffers()
2090 dprintk(1, "invalid buffer type\n"); vb2_internal_dqbuf()
2099 dprintk(3, "returning done buffer\n"); vb2_internal_dqbuf()
2102 dprintk(3, "returning done buffer with errors\n"); vb2_internal_dqbuf()
2105 dprintk(1, "invalid buffer state\n"); vb2_internal_dqbuf()
2119 dprintk(1, "dqbuf of buffer %d, with state %d\n", vb2_internal_dqbuf()
2149 dprintk(1, "file io in progress\n"); vb2_dqbuf()
2229 dprintk(1, "invalid stream type\n"); vb2_internal_streamon()
2234 dprintk(3, "already streaming\n"); vb2_internal_streamon()
2239 dprintk(1, "no buffers have been allocated\n"); vb2_internal_streamon()
2244 dprintk(1, "need at least %u allocated buffers\n", vb2_internal_streamon()
2263 dprintk(3, "successful\n"); vb2_internal_streamon()
2304 dprintk(1, "file io in progress\n"); vb2_streamon()
2314 dprintk(1, "invalid stream type\n"); vb2_internal_streamoff()
2330 dprintk(3, "successful\n"); vb2_internal_streamoff()
2352 dprintk(1, "file io in progress\n"); vb2_streamoff()
2405 dprintk(1, "queue is not currently set up for mmap\n"); vb2_expbuf()
2410 dprintk(1, "queue does not support DMA buffer exporting\n"); vb2_expbuf()
2415 dprintk(1, "queue does support only O_CLOEXEC and access mode flags\n"); vb2_expbuf()
2420 dprintk(1, "invalid buffer type\n"); vb2_expbuf()
2425 dprintk(1, "buffer index out of range\n"); vb2_expbuf()
2432 dprintk(1, "buffer plane out of range\n"); vb2_expbuf()
2437 dprintk(1, "expbuf: file io in progress\n"); vb2_expbuf()
2445 dprintk(1, "failed to export buffer %d, plane %d\n", vb2_expbuf()
2452 dprintk(3, "buffer %d, plane %d failed to export (%d)\n", vb2_expbuf()
2458 dprintk(3, "buffer %d, plane %d exported as %d descriptor\n", vb2_expbuf()
2494 dprintk(1, "queue is not currently set up for mmap\n"); vb2_mmap()
2502 dprintk(1, "invalid vma flags, VM_SHARED needed\n"); vb2_mmap()
2507 dprintk(1, "invalid vma flags, VM_WRITE needed\n"); vb2_mmap()
2512 dprintk(1, "invalid vma flags, VM_READ needed\n"); vb2_mmap()
2517 dprintk(1, "mmap: file io in progress\n"); vb2_mmap()
2537 dprintk(1, vb2_mmap()
2548 dprintk(3, "buffer %d, plane %d successfully mapped\n", buffer, plane); vb2_mmap()
2567 dprintk(1, "queue is not currently set up for mmap\n"); vb2_get_unmapped_area()
2842 dprintk(3, "setting up file io: mode %s, count %d, read_once %d, write_immediately %d\n", __vb2_init_fileio()
2953 dprintk(3, "file io emulator closed\n"); __vb2_cleanup_fileio()
2983 dprintk(3, "mode %s, offset %ld, count %zd, %sblocking\n", __vb2_perform_fileio()
2995 dprintk(3, "vb2_init_fileio result: %d\n", ret); __vb2_perform_fileio()
3018 dprintk(5, "vb2_dqbuf result: %d\n", ret); __vb2_perform_fileio()
3048 dprintk(5, "reducing read count: %zd\n", count); __vb2_perform_fileio()
3054 dprintk(3, "copying %zd bytes - buffer %d, offset %u\n", __vb2_perform_fileio()
3061 dprintk(3, "error copying data\n"); __vb2_perform_fileio()
3079 dprintk(3, "read limit reached\n"); __vb2_perform_fileio()
3100 dprintk(5, "vb2_dbuf result: %d\n", ret); __vb2_perform_fileio()
3193 dprintk(5, "file io: vb2_dqbuf result: %d\n", ret); vb2_thread()
3246 dprintk(3, "file io: vb2_init_fileio result: %d\n", ret); vb2_thread_start()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c36 #define dprintk(level, fmt, arg...)\ macro
86 dprintk(1, "%s(msg->wlen=%d, nextmsg->rlen=%d)\n", __func__, i2c_sendbytes()
89 dprintk(1, "%s(msg->len=%d)\n", __func__, msg->len); i2c_sendbytes()
100 dprintk(1, "%s() returns 0\n", __func__); i2c_sendbytes()
144 dprintk(1, " %02x", msg->buf[cnt]); i2c_sendbytes()
146 dprintk(1, " >\n"); i2c_sendbytes()
168 dprintk(1, "%s(msg->len=%d)\n", __func__, msg->len); i2c_readbytes()
180 dprintk(1, "%s() returns 0\n", __func__); i2c_readbytes()
186 dprintk(1, " R"); i2c_readbytes()
188 dprintk(1, " <R %02x", (msg->addr << 1) + 1); i2c_readbytes()
205 dprintk(1, " %02x", msg->buf[cnt]); i2c_readbytes()
207 dprintk(1, " >\n"); i2c_readbytes()
226 dprintk(1, "%s(num = %d)\n", __func__, num); i2c_xfer()
229 dprintk(1, "%s(num = %d) addr = 0x%02x len = 0x%x\n", i2c_xfer()
313 dprintk(1, "%s(bus = %d)\n", __func__, bus->nr); cx23885_i2c_register()
329 dprintk(1, "%s: i2c bus %d registered\n", dev->name, bus->nr); cx23885_i2c_register()
368 dprintk(1, "%s(enabled = %d)\n", __func__, enable); cx23885_av_clk()
H A Dcx23885-core.c51 #define dprintk(level, fmt, arg...)\ macro
432 dprintk(1, "[%p/%d] wakeup reg=%d buf=%d\n", buf, buf->vb.v4l2_buf.index, cx23885_wakeup()
446 dprintk(1, "%s() Erasing channel [%s]\n", __func__, cx23885_sram_channel_setup()
454 dprintk(1, "%s() Configuring channel [%s]\n", __func__, cx23885_sram_channel_setup()
471 dprintk(2, "%s() 0x%08x <- 0x%08x\n", __func__, cdt + 16*i, cx23885_sram_channel_setup()
501 dprintk(2, "[bridge %d] sram setup %s: bpl=%d lines=%d\n", cx23885_sram_channel_setup()
623 dprintk(1, "%s()\n", __func__); cx23885_reset()
657 dprintk(1, "%s()\n", __func__); cx23885_pci_quirks()
685 dprintk(1, "%s(portno=%d)\n", __func__, portno); cx23885_init_tsport()
854 dprintk(1, "%s() Memory configured for PCIe bridge type %d\n", cx23885_dev_setup()
947 dprintk(1, "%s() tuner_type = 0x%x tuner_addr = 0x%x tuner_bus = %d\n", cx23885_dev_setup()
949 dprintk(1, "%s() radio_type = 0x%x radio_addr = 0x%x\n", cx23885_dev_setup()
1260 dprintk(1, "%s() Register Dump\n", __func__); cx23885_tsport_reg_dump()
1261 dprintk(1, "%s() DEV_CNTRL2 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1263 dprintk(1, "%s() PCI_INT_MSK 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1265 dprintk(1, "%s() AUD_INT_INT_MSK 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1267 dprintk(1, "%s() AUD_INT_DMA_CTL 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1269 dprintk(1, "%s() AUD_EXT_INT_MSK 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1271 dprintk(1, "%s() AUD_EXT_DMA_CTL 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1273 dprintk(1, "%s() PAD_CTRL 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1275 dprintk(1, "%s() ALT_PIN_OUT_SEL 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1277 dprintk(1, "%s() GPIO2 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1279 dprintk(1, "%s() gpcnt(0x%08X) 0x%08X\n", __func__, cx23885_tsport_reg_dump()
1281 dprintk(1, "%s() gpcnt_ctl(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1283 dprintk(1, "%s() dma_ctl(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1286 dprintk(1, "%s() src_sel(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1288 dprintk(1, "%s() lngth(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1290 dprintk(1, "%s() hw_sop_ctrl(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1292 dprintk(1, "%s() gen_ctrl(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1294 dprintk(1, "%s() bd_pkt_status(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1296 dprintk(1, "%s() sop_status(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1298 dprintk(1, "%s() fifo_ovfl_stat(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1300 dprintk(1, "%s() vld_misc(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1302 dprintk(1, "%s() ts_clk_en(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1304 dprintk(1, "%s() ts_int_msk(0x%08X) 0x%08x\n", __func__, cx23885_tsport_reg_dump()
1315 dprintk(1, "%s() w: %d, h: %d, f: %d\n", __func__, cx23885_start_dma()
1397 dprintk(1, "%s() enabling TS int's and DMA\n", __func__); cx23885_start_dma()
1423 dprintk(1, "%s()\n", __func__); cx23885_stop_dma()
1458 dprintk(1, "%s: %p\n", __func__, buf); cx23885_buf_prepare()
1505 dprintk(1, "[%p/%d] %s - first active\n", cx23885_buf_queue()
1513 dprintk(1, "[%p/%d] %s - append to active\n", cx23885_buf_queue()
1534 dprintk(1, "[%p/%d] %s - dma=0x%08lx\n", do_cancel_buffers()
1544 dprintk(1, "%s()\n", __func__); cx23885_cancel_buffers()
1560 dprintk(7, "status: 0x%08x mask: 0x%08x count: 0x%x\n", cx23885_irq_417()
1573 dprintk(1, " VID_B_MSK_BAD_PKT\n"); cx23885_irq_417()
1575 dprintk(1, " VID_B_MSK_OPC_ERR\n"); cx23885_irq_417()
1577 dprintk(1, " VID_B_MSK_VBI_OPC_ERR\n"); cx23885_irq_417()
1579 dprintk(1, " VID_B_MSK_SYNC\n"); cx23885_irq_417()
1581 dprintk(1, " VID_B_MSK_VBI_SYNC\n"); cx23885_irq_417()
1583 dprintk(1, " VID_B_MSK_OF\n"); cx23885_irq_417()
1585 dprintk(1, " VID_B_MSK_VBI_OF\n"); cx23885_irq_417()
1592 dprintk(7, " VID_B_MSK_RISCI1\n"); cx23885_irq_417()
1617 dprintk(7, " (VID_BC_MSK_OPC_ERR 0x%08x)\n", cx23885_irq_ts()
1621 dprintk(7, " (VID_BC_MSK_BAD_PKT 0x%08x)\n", cx23885_irq_ts()
1625 dprintk(7, " (VID_BC_MSK_SYNC 0x%08x)\n", cx23885_irq_ts()
1629 dprintk(7, " (VID_BC_MSK_OF 0x%08x)\n", cx23885_irq_ts()
1640 dprintk(7, " (RISCI1 0x%08x)\n", VID_BC_MSK_RISCI1); cx23885_irq_ts()
1688 dprintk(7, "pci_status: 0x%08x pci_mask: 0x%08x\n", cx23885_irq()
1690 dprintk(7, "vida_status: 0x%08x vida_mask: 0x%08x count: 0x%x\n", cx23885_irq()
1692 dprintk(7, "audint_status: 0x%08x audint_mask: 0x%08x count: 0x%x\n", cx23885_irq()
1694 dprintk(7, "ts1_status: 0x%08x ts1_mask: 0x%08x count: 0x%x\n", cx23885_irq()
1696 dprintk(7, "ts2_status: 0x%08x ts2_mask: 0x%08x count: 0x%x\n", cx23885_irq()
1707 dprintk(7, " (PCI_MSK_RISC_RD 0x%08x)\n", cx23885_irq()
1711 dprintk(7, " (PCI_MSK_RISC_WR 0x%08x)\n", cx23885_irq()
1715 dprintk(7, " (PCI_MSK_AL_RD 0x%08x)\n", cx23885_irq()
1719 dprintk(7, " (PCI_MSK_AL_WR 0x%08x)\n", cx23885_irq()
1723 dprintk(7, " (PCI_MSK_APB_DMA 0x%08x)\n", cx23885_irq()
1727 dprintk(7, " (PCI_MSK_VID_C 0x%08x)\n", cx23885_irq()
1731 dprintk(7, " (PCI_MSK_VID_B 0x%08x)\n", cx23885_irq()
1735 dprintk(7, " (PCI_MSK_VID_A 0x%08x)\n", cx23885_irq()
1739 dprintk(7, " (PCI_MSK_AUD_INT 0x%08x)\n", cx23885_irq()
1743 dprintk(7, " (PCI_MSK_AUD_EXT 0x%08x)\n", cx23885_irq()
1747 dprintk(7, " (PCI_MSK_GPIO0 0x%08x)\n", cx23885_irq()
1751 dprintk(7, " (PCI_MSK_GPIO1 0x%08x)\n", cx23885_irq()
1755 dprintk(7, " (PCI_MSK_AV_CORE 0x%08x)\n", cx23885_irq()
1759 dprintk(7, " (PCI_MSK_IR 0x%08x)\n", cx23885_irq()
H A Dcx23885-video.c67 #define dprintk(level, fmt, arg...)\ macro
109 dprintk(2, "[%p/%d] wakeup reg=%d buf=%d\n", buf, buf->vb.v4l2_buf.index, cx23885_video_wakeup()
117 dprintk(1, "%s(norm = 0x%08x) name: [%s]\n", cx23885_set_tvnorm()
141 dprintk(1, "%s()\n", __func__); cx23885_vdev_init()
189 dprintk(1, "Flatiron dump\n"); cx23885_flatiron_dump()
191 dprintk(1, "FI[%02x] = %02x\n", i, cx23885_flatiron_dump()
199 dprintk(1, "%s(input = %d)\n", __func__, input); cx23885_flatiron_mux()
223 dprintk(1, "%s() video_mux: %d [vmux=%d, gpio=0x%x,0x%x,0x%x,0x%x]\n", cx23885_video_mux()
266 dprintk(1, "%s(input=%d)\n", __func__, input); cx23885_audio_mux()
294 dprintk(1, "%s()\n", __func__); cx23885_start_video_dma()
369 dprintk(1, "%s() Creating TFF/NTSC risc\n", buffer_prepare()
375 dprintk(1, "%s() Creating BFF/PAL/SECAM risc\n", buffer_prepare()
403 dprintk(2, "[%p/%d] buffer_init - %dx%d %dbpp \"%s\" - dma=0x%08lx\n", buffer_prepare()
457 dprintk(2, "[%p/%d] buffer_queue - first active\n", buffer_queue()
465 dprintk(2, "[%p/%d] buffer_queue - append to active\n", buffer_queue()
587 dprintk(2, "%s()\n", __func__); vidioc_s_fmt_vid_cap()
601 dprintk(2, "%s() width=%d height=%d field=%d\n", __func__, vidioc_s_fmt_vid_cap()
649 dprintk(1, "%s()\n", __func__); vidioc_g_std()
658 dprintk(1, "%s()\n", __func__); vidioc_s_std()
678 dprintk(1, "%s()\n", __func__); cx23885_enum_input()
716 dprintk(1, "%s()\n", __func__); vidioc_enum_input()
725 dprintk(1, "%s() returns %d\n", __func__, *i); cx23885_get_input()
738 dprintk(1, "%s(%d)\n", __func__, i); cx23885_set_input()
741 dprintk(1, "%s() -EINVAL\n", __func__); cx23885_set_input()
779 dprintk(1, "%s()\n", __func__); cx23885_query_audinput()
809 dprintk(1, "%s(input=%d)\n", __func__, i->index); vidioc_g_audinput()
826 dprintk(1, "%s(%d)\n", __func__, i->index); vidioc_s_audinput()
941 dprintk(1, "%s() frequency=%d tuner=%d std=0x%llx\n", __func__, cx23885_set_freq_via_ops()
1017 dprintk(7, " (VID_BC_MSK_OPC_ERR 0x%08x)\n", cx23885_video_irq()
1026 dprintk(7, " (VID_BC_MSK_SYNC 0x%08x) " cx23885_video_irq()
1031 dprintk(7, " (VID_BC_MSK_OF 0x%08x) fifo overflow\n", cx23885_video_irq()
1112 dprintk(1, "%s()\n", __func__); cx23885_video_unregister()
1139 dprintk(1, "%s()\n", __func__); cx23885_video_register()
H A Dcx23885-417.c56 #define dprintk(level, fmt, arg...)\ macro
286 dprintk(2, "%s()\n", __func__); cx23885_mc417_init()
765 dprintk(3, "%s: command(0x%X) = %s\n", __func__, command, cx23885_mbox_func()
799 dprintk(3, "API Input %d = %d\n", i, data[i]); cx23885_mbox_func()
823 dprintk(3, "API Output %d = %d\n", i, data[i]); cx23885_mbox_func()
827 dprintk(3, "API result = %d\n", retval); cx23885_mbox_func()
848 dprintk(3, "%s() cmds = 0x%08x\n", __func__, command); cx23885_api_cmd()
878 dprintk(2, "%s()\n", __func__); cx23885_find_mailbox()
887 dprintk(1, "Mailbox signature found at 0x%x\n", i+1); cx23885_find_mailbox()
908 dprintk(2, "%s()\n", __func__); cx23885_load_firmware()
959 dprintk(2, "Loading firmware ...\n"); cx23885_load_firmware()
973 dprintk(1, "Verifying firmware ...\n"); cx23885_load_firmware()
989 dprintk(1, "Firmware upload successful.\n"); cx23885_load_firmware()
1020 dprintk(1, "%s() status = %d, seq = %d\n", __func__, status, seq); cx23885_417_check_encoder()
1025 dprintk(1, "%s()\n", __func__); cx23885_codec_settings()
1054 dprintk(1, "%s()\n", __func__); cx23885_initialize_codec()
1058 dprintk(2, "%s() PING OK\n", __func__); cx23885_initialize_codec()
1084 dprintk(1, "cx23417 firmware version is 0x%08x\n", version); cx23885_initialize_codec()
1267 dprintk(1, "%s()\n", __func__); vidioc_enum_input()
1293 dprintk(1, "VIDIOC_G_TUNER: tuner type %d\n", t->type); vidioc_g_tuner()
1378 dprintk(1, "VIDIOC_G_FMT: w: %d, h: %d\n", vidioc_g_fmt_vid_cap()
1394 dprintk(1, "VIDIOC_TRY_FMT: w: %d, h: %d\n", vidioc_try_fmt_vid_cap()
1410 dprintk(1, "VIDIOC_S_FMT: w: %d, h: %d, f: %d\n", vidioc_s_fmt_vid_cap()
1475 dprintk(1, "%s()\n", __func__); cx23885_417_unregister()
1496 dprintk(1, "%s()\n", __func__); cx23885_video_dev_alloc()
1516 dprintk(1, "%s()\n", __func__); cx23885_417_register()
H A Dcx23885-alsa.c44 #define dprintk(level, fmt, arg...) do { \ macro
91 dprintk(1, "vmalloc_32(%d pages) failed\n", nr_pages); cx23885_alsa_dma_init()
95 dprintk(1, "vmalloc is at addr 0x%08lx, size=%d\n", cx23885_alsa_dma_init()
170 dprintk(1, "%s()\n", __func__); cx23885_start_audio_dma()
189 dprintk(1, "Start audio DMA, %d B/line, %d lines/FIFO, %d periods, %d " cx23885_start_audio_dma()
219 dprintk(1, "Stopping audio DMA\n"); cx23885_stop_audio_dma()
257 dprintk(1, "Downstream sync error\n"); cx23885_audio_irq()
277 dprintk(2, "Freeing buffer\n"); dsp_buffer_free()
355 dprintk(1, "Error opening PCM!\n"); snd_cx23885_pcm_open()
587 dprintk(0, "registered ALSA audio device\n"); cx23885_audio_register()
/linux-4.1.27/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c38 #define dprintk(level, fmt, arg...) \ macro
89 dprintk(1, "%s(msg->wlen=%d, nextmsg->rlen=%d)\n", __func__, i2c_sendbytes()
92 dprintk(1, "%s(msg->len=%d)\n", __func__, msg->len); i2c_sendbytes()
105 dprintk(1, "%s(): returns 0\n", __func__); i2c_sendbytes()
158 dprintk(1, " %02x", msg->buf[cnt]); i2c_sendbytes()
160 dprintk(1, " >\n"); i2c_sendbytes()
183 dprintk(1, "6-%s(msg->len=%d)\n", __func__, msg->len); i2c_readbytes()
194 dprintk(1, "%s(): returns 0\n", __func__); i2c_readbytes()
200 dprintk(1, " R"); i2c_readbytes()
202 dprintk(1, " <R %02x", (msg->addr << 1) + 1); i2c_readbytes()
223 dprintk(1, " %02x", msg->buf[cnt]); i2c_readbytes()
225 dprintk(1, " >\n"); i2c_readbytes()
244 dprintk(1, "%s(num = %d)\n", __func__, num); i2c_xfer()
247 dprintk(1, "%s(num = %d) addr = 0x%02x len = 0x%x\n", i2c_xfer()
307 dprintk(1, "%s(bus = %d)\n", __func__, bus->nr); cx25821_i2c_register()
339 dprintk(1, "%s(enabled = %d)\n", __func__, enable);
/linux-4.1.27/fs/nfsd/
H A Dblocklayoutxdr.c99 dprintk("%s: extent array too small: %u\n", __func__, len); nfsd4_block_decode_layoutupdate()
106 dprintk("%s: extent array size mismatch: %u/%u\n", nfsd4_block_decode_layoutupdate()
113 dprintk("%s: failed to allocate extent array\n", __func__); nfsd4_block_decode_layoutupdate()
125 dprintk("%s: unaligned offset 0x%llx\n", nfsd4_block_decode_layoutupdate()
131 dprintk("%s: unaligned length 0x%llx\n", nfsd4_block_decode_layoutupdate()
137 dprintk("%s: unaligned disk offset 0x%llx\n", nfsd4_block_decode_layoutupdate()
143 dprintk("%s: incorrect extent state %d\n", nfsd4_block_decode_layoutupdate()
H A Dnfs3proc.c48 dprintk("nfsd: GETATTR(3) %s\n", nfsd3_proc_getattr()
71 dprintk("nfsd: SETATTR(3) %s\n", nfsd3_proc_setattr()
89 dprintk("nfsd: LOOKUP(3) %s %.*s\n", nfsd3_proc_lookup()
113 dprintk("nfsd: ACCESS(3) %s 0x%x\n", nfsd3_proc_access()
132 dprintk("nfsd: READLINK(3) %s\n", SVCFH_fmt(&argp->fh)); nfsd3_proc_readlink()
151 dprintk("nfsd: READ(3) %s %lu bytes at %Lu\n", nfsd3_proc_read()
187 dprintk("nfsd: WRITE(3) %s %d bytes at %Lu%s\n", nfsd3_proc_write()
217 dprintk("nfsd: CREATE(3) %s %.*s\n", nfsd3_proc_create()
252 dprintk("nfsd: MKDIR(3) %s %.*s\n", nfsd3_proc_mkdir()
272 dprintk("nfsd: SYMLINK(3) %s %.*s -> %.*s\n", nfsd3_proc_symlink()
295 dprintk("nfsd: MKNOD(3) %s %.*s\n", nfsd3_proc_mknod()
330 dprintk("nfsd: REMOVE(3) %s %.*s\n", nfsd3_proc_remove()
351 dprintk("nfsd: RMDIR(3) %s %.*s\n", nfsd3_proc_rmdir()
368 dprintk("nfsd: RENAME(3) %s %.*s ->\n", nfsd3_proc_rename()
372 dprintk("nfsd: -> %s %.*s\n", nfsd3_proc_rename()
390 dprintk("nfsd: LINK(3) %s ->\n", nfsd3_proc_link()
392 dprintk("nfsd: -> %s %.*s\n", nfsd3_proc_link()
414 dprintk("nfsd: READDIR(3) %s %d bytes at %d\n", nfsd3_proc_readdir()
453 dprintk("nfsd: READDIR+(3) %s %d bytes at %d\n", nfsd3_proc_readdirplus()
516 dprintk("nfsd: FSSTAT(3) %s\n", nfsd3_proc_fsstat()
534 dprintk("nfsd: FSINFO(3) %s\n", nfsd3_proc_fsinfo()
576 dprintk("nfsd: PATHCONF(3) %s\n", nfsd3_proc_pathconf()
619 dprintk("nfsd: COMMIT(3) %s %u@%Lu\n", nfsd3_proc_commit()
H A Dnfsproc.c46 dprintk("nfsd: GETATTR %s\n", SVCFH_fmt(&argp->fh)); nfsd_proc_getattr()
63 dprintk("nfsd: SETATTR %s, valid=%x, size=%ld\n", nfsd_proc_setattr()
84 dprintk("nfsd: LOOKUP %s %.*s\n", nfsd_proc_lookup()
104 dprintk("nfsd: READLINK %s\n", SVCFH_fmt(&argp->fh)); nfsd_proc_readlink()
124 dprintk("nfsd: READ %s %d bytes at %d\n", nfsd_proc_read()
164 dprintk("nfsd: WRITE %s %d bytes at %d\n", nfsd_proc_write()
196 dprintk("nfsd: CREATE %s %.*s\n", nfsd_proc_create()
320 dprintk("nfsd: existing %s, valid=%x, size=%ld\n", nfsd_proc_create()
346 dprintk("nfsd: REMOVE %s %.*s\n", SVCFH_fmt(&argp->fh), nfsd_proc_remove()
361 dprintk("nfsd: RENAME %s %.*s -> \n", nfsd_proc_rename()
363 dprintk("nfsd: -> %s %.*s\n", nfsd_proc_rename()
379 dprintk("nfsd: LINK %s ->\n", nfsd_proc_link()
381 dprintk("nfsd: %s %.*s\n", nfsd_proc_link()
400 dprintk("nfsd: SYMLINK %s %.*s -> %.*s\n", nfsd_proc_symlink()
429 dprintk("nfsd: MKDIR %s %.*s\n", SVCFH_fmt(&argp->fh), argp->len, argp->name); nfsd_proc_mkdir()
453 dprintk("nfsd: RMDIR %s %.*s\n", SVCFH_fmt(&argp->fh), argp->len, argp->name); nfsd_proc_rmdir()
471 dprintk("nfsd: READDIR %s %d bytes at %d\n", nfsd_proc_readdir()
509 dprintk("nfsd: STATFS %s\n", SVCFH_fmt(&argp->fh)); nfsd_proc_statfs()
H A Dblocklayout.c60 dprintk("pnfsd: I/O misaligned\n"); nfsd4_block_proc_layoutget()
84 dprintk("pnfsd: extent smaller than minlength\n"); nfsd4_block_proc_layoutget()
102 dprintk("pnfsd: no soup for you!\n"); nfsd4_block_proc_layoutget()
132 dprintk("GET: 0x%llx:0x%llx %d\n", bex->foff, bex->len, bex->es); nfsd4_block_proc_layoutget()
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dttpci-eeprom.c43 #define dprintk(x...) do { printk(x); } while (0) macro
45 #define dprintk(x...) do { } while (0) macro
127 /* dprintk("%s\n", __func__); */ ttpci_eeprom_read_encodedMAC()
147 dprintk("Couldn't read from EEPROM: not there?\n"); ttpci_eeprom_parse_mac()
154 dprintk("adapter failed MAC signature check\n"); ttpci_eeprom_parse_mac()
155 dprintk("encoded MAC from EEPROM was " ); ttpci_eeprom_parse_mac()
157 dprintk( "%.2x:", encodedMAC[i]); ttpci_eeprom_parse_mac()
159 dprintk("%.2x\n", encodedMAC[19]); ttpci_eeprom_parse_mac()
165 dprintk("adapter has MAC addr = %.2x:%.2x:%.2x:%.2x:%.2x:%.2x\n", ttpci_eeprom_parse_mac()
H A Dav7110_v4l.c58 dprintk(1, "dvb-ttpci: failed @ card %d, %u = %u\n", msp_writereg()
88 dprintk(1, "dvb-ttpci: failed @ card %d, %u\n", msp_readreg()
142 dprintk(4, "dev: %p\n", dev); ves1820_writereg()
154 dprintk(4, "dev: %p\n", dev); tuner_write()
167 dprintk(4, "freq: 0x%08x\n", freq); ves1820_set_tv_freq()
238 dprintk(4, "%p\n", av7110); av7110_dvb_c_switch()
244 dprintk(2, "suspending video failed\n"); av7110_dvb_c_switch()
250 dprintk(1, "switching to analog TV:\n"); av7110_dvb_c_switch()
258 dprintk(1, "switching SAA7113 to Analog Tuner Input\n"); av7110_dvb_c_switch()
268 dprintk(1, "setting band in demodulator failed\n"); av7110_dvb_c_switch()
274 dprintk(1, "saa7113 write failed @ card %d", av7110->dvb_adapter.num); av7110_dvb_c_switch()
277 dprintk(1, "switching SAA7113 to Video AV CVBS Input\n"); av7110_dvb_c_switch()
279 dprintk(1, "saa7113 write failed @ card %d", av7110->dvb_adapter.num); av7110_dvb_c_switch()
282 dprintk(1, "switching SAA7113 to Video AV Y/C Input\n"); av7110_dvb_c_switch()
284 dprintk(1, "saa7113 write failed @ card %d", av7110->dvb_adapter.num); av7110_dvb_c_switch()
287 dprintk(1, "switching SAA7113 to Input: AV7110: SAA7113: invalid input\n"); av7110_dvb_c_switch()
294 dprintk(1, "switching DVB mode\n"); av7110_dvb_c_switch()
304 dprintk(1, "setting band in demodulator failed\n"); av7110_dvb_c_switch()
313 dprintk(1, "ADSwitch error\n"); av7110_dvb_c_switch()
332 dprintk(2, "VIDIOC_G_TUNER: %d\n", t->index); vidioc_g_tuner()
351 dprintk(1, "VIDIOC_G_TUNER: msp3400 TV standard detection: 0x%04x\n", stereo_det); vidioc_g_tuner()
353 dprintk(1, "VIDIOC_G_TUNER: msp3400 stereo detection: 0x%04x\n", stereo_det); vidioc_g_tuner()
374 dprintk(2, "VIDIOC_S_TUNER: %d\n", t->index); vidioc_s_tuner()
381 dprintk(2, "VIDIOC_S_TUNER: V4L2_TUNER_MODE_STEREO\n"); vidioc_s_tuner()
386 dprintk(2, "VIDIOC_S_TUNER: V4L2_TUNER_MODE_LANG1_LANG2\n"); vidioc_s_tuner()
391 dprintk(2, "VIDIOC_S_TUNER: V4L2_TUNER_MODE_LANG1\n"); vidioc_s_tuner()
396 dprintk(2, "VIDIOC_S_TUNER: V4L2_TUNER_MODE_LANG2\n"); vidioc_s_tuner()
401 dprintk(2, "VIDIOC_S_TUNER: TDA9840_SET_MONO\n"); vidioc_s_tuner()
418 dprintk(2, "VIDIOC_G_FREQ: freq:0x%08x\n", f->frequency); vidioc_g_frequency()
434 dprintk(2, "VIDIOC_S_FREQUENCY: freq:0x%08x\n", f->frequency); vidioc_s_frequency()
464 dprintk(2, "VIDIOC_ENUMINPUT: %d\n", i->index); vidioc_enum_input()
485 dprintk(2, "VIDIOC_G_INPUT: %d\n", *input); vidioc_g_input()
494 dprintk(2, "VIDIOC_S_INPUT: %d\n", input); vidioc_s_input()
508 dprintk(2, "VIDIOC_G_AUDIO: %d\n", a->index); vidioc_enumaudio()
520 dprintk(2, "VIDIOC_G_AUDIO: %d\n", a->index); vidioc_g_audio()
534 dprintk(2, "VIDIOC_S_AUDIO: %d\n", a->index); vidioc_s_audio()
546 dprintk(2, "VIDIOC_G_SLICED_VBI_CAP\n"); vidioc_g_sliced_vbi_cap()
562 dprintk(2, "VIDIOC_G_FMT:\n"); vidioc_g_fmt_sliced_vbi_out()
580 dprintk(2, "VIDIOC_S_FMT\n"); vidioc_s_fmt_sliced_vbi_out()
609 dprintk(2, "%s\n", __func__); av7110_vbi_reset()
626 dprintk(2, "%s\n", __func__); av7110_vbi_write()
727 dprintk(1, "dvb-ttpci: @ card %d MSP34xx version 0x%04x 0x%04x\n", av7110_init_analog_module()
757 dprintk(1, "setting band in demodulator failed\n"); av7110_init_analog_module()
766 dprintk(1, "saa7113 initialization failed @ card %d", av7110->dvb_adapter.num); av7110_init_analog_module()
H A Dbudget.h20 #ifdef dprintk
21 #undef dprintk macro
24 #define dprintk(level,args...) \ macro
H A Dav7110_hw.c132 dprintk(1, "reset ARM\n");
140 dprintk(4, "%p\n", av7110); waitdebi()
156 dprintk(4, "%p\n", av7110); load_dram()
167 dprintk(4, "writing DRAM block %d\n", i); load_dram()
217 dprintk(4, "%p\n", av7110); av7110_bootarm()
245 dprintk(2, "debi test OK\n"); av7110_bootarm()
248 dprintk(1, "load boot code\n"); av7110_bootarm()
272 dprintk(1, "load dram code\n"); av7110_bootarm()
282 dprintk(1, "load dpram code\n"); av7110_bootarm()
349 // dprintk(4, "%p\n", av7110); __av7110_send_fw_cmd()
352 dprintk(1, "arm not ready.\n"); __av7110_send_fw_cmd()
479 // dprintk(4, "%p\n", av7110); av7110_send_fw_cmd()
482 dprintk(1, "arm not ready.\n"); av7110_send_fw_cmd()
502 // dprintk(4, "%p\n", av7110); av7110_fw_cmd()
534 dprintk(4, "%p\n", av7110);
561 dprintk(4, "%p\n", av7110); av7110_fw_request()
564 dprintk(1, "arm not ready.\n"); av7110_fw_request()
648 dprintk(4, "%p\n", av7110); av7110_firmversion()
684 dprintk(4, "%p\n", av7110); av7110_diseqc_send()
882 dprintk(4, "%p\n", av7110); LoadBitmap()
922 dprintk(4, "av7110_fw_cmd: LoadBmp size %d\n", av7110->bmplen); LoadBitmap()
931 dprintk(4, "%p\n", av7110); BlitBitmap()
938 dprintk(4, "%p\n", av7110); ReleaseBitmap()
943 dprintk(1,"ReleaseBitmap called while BMP_LOADING\n"); ReleaseBitmap()
1057 dprintk(1,"returns %d\n",rc); OSDSetBlock()
1203 dprintk(1, "av7110_osd_cmd(%d) returns with -ERESTARTSYS\n",dc->cmd); av7110_osd_cmd()
1205 dprintk(1, "av7110_osd_cmd(%d) returns with %d\n",dc->cmd,ret); av7110_osd_cmd()
H A Dav7110_av.c125 dprintk(2, "av7110:%p, , dvb_demux_feed:%p\n", av7110, dvbdmxfeed); av7110_av_start_record()
168 dprintk(2, "av7110:%p, \n", av7110); av7110_av_start_play()
202 dprintk(2, "av7110:%p, \n", av7110); av7110_av_stop()
276 dprintk(2, "pread=0x%08lx, pwrite=0x%08lx\n", av7110_pes_play()
287 dprintk(2, "av7110:%p, \n", av7110); av7110_set_volume()
337 dprintk(2, "av7110:%p, \n", av7110); av7110_set_vidmode()
372 dprintk(2, "av7110:%p, \n", av7110); get_video_format()
386 dprintk(2, "playback %dx%d fr=%d\n", hsize, vsize, sw); get_video_format()
425 dprintk(2, "av7110:%p, \n", av7110); play_video_cb()
437 dprintk(2, "av7110:%p, \n", av7110); play_audio_cb()
452 dprintk(2, "%s: type %d cnt %lu\n", __func__, type, count); ts_play()
488 dprintk(2, "av7110:%p, \n", av7110); dvb_play()
521 dprintk(2, "av7110:%p, \n", av7110); dvb_play_kernel()
551 dprintk(2, "av7110:%p, \n", av7110); dvb_aplay()
856 dprintk(2, "av7110:%p, \n", av7110); av7110_write_to_decoder()
947 dprintk(2, "av7110:%p, \n", av7110); dvb_video_poll()
977 dprintk(2, "av7110:%p, \n", av7110); dvb_video_write()
999 dprintk(2, "av7110:%p, \n", av7110); dvb_audio_poll()
1019 dprintk(2, "av7110:%p, \n", av7110); dvb_audio_write()
1044 dprintk(2, "av7110:%p, \n", av7110); play_iframe()
1105 dprintk(1, "av7110:%p, cmd=%04x\n", av7110,cmd); dvb_video_ioctl()
1317 dprintk(1, "av7110:%p, cmd=%04x\n", av7110,cmd); dvb_audio_ioctl()
1465 dprintk(2, "av7110:%p, \n", av7110); dvb_video_open()
1489 dprintk(2, "av7110:%p, \n", av7110); dvb_video_release()
1504 dprintk(2, "av7110:%p, \n", av7110); dvb_audio_open()
1518 dprintk(2, "av7110:%p, \n", av7110); dvb_audio_release()
H A Dav7110_ca.c46 dprintk(8, "av7110:%p\n",av7110); CI_handle()
221 dprintk(8, "av7110:%p\n",av7110); dvb_ca_open()
237 dprintk(8, "av7110:%p\n",av7110); dvb_ca_poll()
258 dprintk(8, "av7110:%p\n",av7110); dvb_ca_ioctl()
344 dprintk(8, "av7110:%p\n",av7110); dvb_ca_write()
354 dprintk(8, "av7110:%p\n",av7110); dvb_ca_read()
/linux-4.1.27/fs/lockd/
H A Dsvc4proc.c67 dprintk("lockd: NULL called\n"); nlm4svc_proc_null()
82 dprintk("lockd: TEST4 called\n"); nlm4svc_proc_test()
94 dprintk("lockd: TEST4 status %d\n", ntohl(resp->status)); nlm4svc_proc_test()
109 dprintk("lockd: LOCK called\n"); nlm4svc_proc_lock()
136 dprintk("lockd: LOCK status %d\n", ntohl(resp->status)); nlm4svc_proc_lock()
150 dprintk("lockd: CANCEL called\n"); nlm4svc_proc_cancel()
167 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status)); nlm4svc_proc_cancel()
183 dprintk("lockd: UNLOCK called\n"); nlm4svc_proc_unlock()
200 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status)); nlm4svc_proc_unlock()
216 dprintk("lockd: GRANTED called\n"); nlm4svc_proc_granted()
218 dprintk("lockd: GRANTED status %d\n", ntohl(resp->status)); nlm4svc_proc_granted()
227 dprintk("lockd: %5u callback returned %d\n", task->tk_pid, nlm4svc_callback_exit()
279 dprintk("lockd: TEST_MSG called\n"); nlm4svc_proc_test_msg()
286 dprintk("lockd: LOCK_MSG called\n"); nlm4svc_proc_lock_msg()
293 dprintk("lockd: CANCEL_MSG called\n"); nlm4svc_proc_cancel_msg()
300 dprintk("lockd: UNLOCK_MSG called\n"); nlm4svc_proc_unlock_msg()
307 dprintk("lockd: GRANTED_MSG called\n"); nlm4svc_proc_granted_msg()
321 dprintk("lockd: SHARE called\n"); nlm4svc_proc_share()
338 dprintk("lockd: SHARE status %d\n", ntohl(resp->status)); nlm4svc_proc_share()
354 dprintk("lockd: UNSHARE called\n"); nlm4svc_proc_unshare()
371 dprintk("lockd: UNSHARE status %d\n", ntohl(resp->status)); nlm4svc_proc_unshare()
384 dprintk("lockd: NM_LOCK called\n"); nlm4svc_proc_nm_lock()
415 dprintk("lockd: SM_NOTIFY called\n"); nlm4svc_proc_sm_notify()
438 dprintk("lockd: GRANTED_RES called\n"); nlm4svc_proc_granted_res()
H A Dsvcproc.c97 dprintk("lockd: NULL called\n"); nlmsvc_proc_null()
112 dprintk("lockd: TEST called\n"); nlmsvc_proc_test()
124 dprintk("lockd: TEST status %d vers %d\n", nlmsvc_proc_test()
140 dprintk("lockd: LOCK called\n"); nlmsvc_proc_lock()
167 dprintk("lockd: LOCK status %d\n", ntohl(resp->status)); nlmsvc_proc_lock()
182 dprintk("lockd: CANCEL called\n"); nlmsvc_proc_cancel()
199 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status)); nlmsvc_proc_cancel()
216 dprintk("lockd: UNLOCK called\n"); nlmsvc_proc_unlock()
233 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status)); nlmsvc_proc_unlock()
249 dprintk("lockd: GRANTED called\n"); nlmsvc_proc_granted()
251 dprintk("lockd: GRANTED status %d\n", ntohl(resp->status)); nlmsvc_proc_granted()
260 dprintk("lockd: %5u callback returned %d\n", task->tk_pid, nlmsvc_callback_exit()
320 dprintk("lockd: TEST_MSG called\n"); nlmsvc_proc_test_msg()
327 dprintk("lockd: LOCK_MSG called\n"); nlmsvc_proc_lock_msg()
334 dprintk("lockd: CANCEL_MSG called\n"); nlmsvc_proc_cancel_msg()
342 dprintk("lockd: UNLOCK_MSG called\n"); nlmsvc_proc_unlock_msg()
350 dprintk("lockd: GRANTED_MSG called\n"); nlmsvc_proc_granted_msg()
364 dprintk("lockd: SHARE called\n"); nlmsvc_proc_share()
381 dprintk("lockd: SHARE status %d\n", ntohl(resp->status)); nlmsvc_proc_share()
397 dprintk("lockd: UNSHARE called\n"); nlmsvc_proc_unshare()
414 dprintk("lockd: UNSHARE status %d\n", ntohl(resp->status)); nlmsvc_proc_unshare()
427 dprintk("lockd: NM_LOCK called\n"); nlmsvc_proc_nm_lock()
458 dprintk("lockd: SM_NOTIFY called\n"); nlmsvc_proc_sm_notify()
481 dprintk("lockd: GRANTED_RES called\n"); nlmsvc_proc_granted_res()
H A Dhost.c122 dprintk("lockd: %s failed; no nsm handle\n", nlm_alloc_host()
130 dprintk("lockd: %s failed; no memory\n", __func__); nlm_alloc_host()
179 dprintk("lockd: destroy host %s\n", host->h_name); nlm_destroy_host_locked()
233 dprintk("lockd: %s(host='%s', vers=%u, proto=%s)\n", __func__, nlmclnt_lookup_host()
256 dprintk("lockd: %s found host %s (%s)\n", __func__, hlist_for_each_entry()
269 dprintk("lockd: %s created host %s (%s)\n", __func__,
287 dprintk("lockd: release client host %s\n", host->h_name); nlmclnt_release_host()
342 dprintk("lockd: %s(host='%*s', vers=%u, proto=%s)\n", __func__, nlmsvc_lookup_host()
374 dprintk("lockd: %s found host %s (%s)\n", hlist_for_each_entry()
389 dprintk("lockd: %s created host %s (%s)\n",
408 dprintk("lockd: release server host %s\n", host->h_name); nlmsvc_release_host()
422 dprintk("lockd: nlm_bind_host %s (%s)\n", nlm_bind_host()
435 dprintk("lockd: next rebind in %lu jiffies\n", nlm_bind_host()
491 dprintk("lockd: rebind host %s\n", host->h_name); nlm_rebind_host()
504 dprintk("lockd: get host %s\n", host->h_name); nlm_get_host()
579 dprintk("lockd: %lu hosts left in net %p:\n", ln->nrhosts, net); nlm_complain_hosts()
584 dprintk("lockd: %lu hosts left:\n", nrhosts); nlm_complain_hosts()
590 dprintk(" %s (cnt %d use %d exp %ld net %p)\n", for_each_host()
605 dprintk("lockd: nuking all hosts in net %p...\n", net); for_each_host()
630 dprintk("lockd: shutting down host module\n"); nlm_shutdown_hosts()
646 dprintk("lockd: host garbage collection for net %p\n", net); for_each_host()
661 dprintk("nlm_gc_hosts skipping %s " for_each_host_safe()
H A Dmon.c164 dprintk("lockd: NSM upcall RPC failed, status=%d, forcing rebind\n", nsm_mon_unmon()
170 dprintk("lockd: NSM upcall RPC failed, status=%d\n", nsm_mon_unmon()
196 dprintk("lockd: nsm_monitor(%s)\n", nsm->sm_name); nsm_monitor()
213 dprintk("lockd: failed to create NSM upcall transport, " nsm_monitor()
229 dprintk("lockd: NSM state changed to %d\n", nsm_local_state); nsm_monitor()
252 dprintk("lockd: nsm_unmonitor(%s)\n", nsm->sm_name); nsm_unmonitor()
395 dprintk("lockd: found nsm_handle for %s (%s), " nsm_get_handle()
405 dprintk("lockd: created nsm_handle for %s (%s)\n", nsm_get_handle()
435 dprintk("lockd: never saw rebooted peer '%.*s' before\n", nsm_reboot_lookup()
443 dprintk("lockd: host %s (%s) rebooted, cnt %d\n", nsm_reboot_lookup()
459 dprintk("lockd: destroyed nsm_handle for %s (%s)\n", nsm_release()
554 dprintk("lockd: %s status %d state %d\n", nsm_xdr_dec_stat_res()
570 dprintk("lockd: %s state %d\n", __func__, resp->state); nsm_xdr_dec_stat()
H A Dsvclock.c94 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when); nlmsvc_insert_block_locked()
149 dprintk("lockd: nlmsvc_lookup_block f=%p pd=%d %Ld-%Ld ty=%d\n", nlmsvc_lookup_block()
155 dprintk("lockd: check f=%p pd=%d %Ld-%Ld ty=%d cookie=%s\n", nlmsvc_lookup_block()
194 dprintk("nlmsvc_find_block(%s): block=%p\n", nlmdbg_cookie2a(cookie), block); nlmsvc_find_block()
242 dprintk("lockd: created block %p...\n", block); nlmsvc_create_block()
275 dprintk("lockd: unlinking block %p...\n", block); nlmsvc_unlink_block()
288 dprintk("lockd: freeing block %p...\n", block); nlmsvc_free_block()
387 dprintk("lockd: nlmsvc_defer_lock_rqst block %p flags %d status %d\n", nlmsvc_defer_lock_rqst()
406 dprintk("lockd: nlmsvc_lock(%s/%ld, ty=%d, pi=%d, %Ld-%Ld, bl=%d)\n", nlmsvc_lock()
430 dprintk("lockd: nlmsvc_lock deferred block %p flags %d\n", nlmsvc_lock()
460 dprintk("lockd: vfs_lock_file returned %d\n", error); nlmsvc_lock()
497 dprintk("lockd: nlmsvc_lock returned %u\n", ret); nlmsvc_lock()
512 dprintk("lockd: nlmsvc_testlock(%s/%ld, ty=%d, %Ld-%Ld)\n", nlmsvc_testlock()
539 dprintk("lockd: conflicting lock(ty=%d, %Ld-%Ld)\n", nlmsvc_testlock()
567 dprintk("lockd: nlmsvc_unlock(%s/%ld, pi=%d, %Ld-%Ld)\n", nlmsvc_unlock()
596 dprintk("lockd: nlmsvc_cancel(%s/%ld, pi=%d, %Ld-%Ld)\n", nlmsvc_cancel_blocked()
645 dprintk("lockd: nlmsvc_notify_blocked block %p flags %d\n", nlmsvc_grant_deferred()
680 dprintk("lockd: VFS unblock notification for block %p\n", fl); nlmsvc_notify_blocked()
736 dprintk("lockd: grant blocked lock %p\n", block); nlmsvc_grant_blocked()
767 dprintk("lockd: lock still blocked error %d\n", error); nlmsvc_grant_blocked()
781 dprintk("lockd: GRANTing blocked lock.\n"); nlmsvc_grant_blocked()
814 dprintk("lockd: GRANT_MSG RPC callback\n"); nlmsvc_grant_callback()
868 dprintk("grant_reply: looking for cookie %x, s=%d \n", nlmsvc_grant_reply()
896 dprintk("revisit block %p flags %d\n", block, block->b_flags); retry_deferred_block()
926 dprintk("nlmsvc_retry_blocked(%p, when=%ld)\n", nlmsvc_retry_blocked()
929 dprintk("nlmsvc_retry_blocked delete block (%p, granted=%d, flags=%d)\n", nlmsvc_retry_blocked()
/linux-4.1.27/arch/arm/mach-footbridge/
H A Dnetwinder-hw.c399 #define dprintk(x...) macro
401 #define dprintk(x...) printk(x) macro
431 dprintk("Identifier: "); rwa010_read_ident()
440 dprintk("%02X ", bit); rwa010_read_ident()
444 dprintk("(%02X) ", si[i]); rwa010_read_ident()
446 dprintk("\n"); rwa010_read_ident()
453 dprintk("Card no = %d\n", inb(0x203)); rwa010_global_init()
474 dprintk("Slider base: "); rwa010_game_port_init()
479 dprintk("%02X%02X (201)\n", inb(0x203), i); rwa010_game_port_init()
490 dprintk("WaveArtist base: "); rwa010_waveartist_init()
495 dprintk("%02X%02X (%X),", inb(0x203), i, base); rwa010_waveartist_init()
498 dprintk(" irq: %d (%d),", inb(0x203), irq); rwa010_waveartist_init()
501 dprintk(" dma: %d (%d)\n", inb(0x203), dma); rwa010_waveartist_init()
512 dprintk("SoundBlaster base: "); rwa010_soundblaster_init()
517 dprintk("%02X%02X (%X),", inb(0x203), i, sb_base); rwa010_soundblaster_init()
519 dprintk(" irq: "); rwa010_soundblaster_init()
521 dprintk("%d (%d),", inb(0x203), irq); rwa010_soundblaster_init()
523 dprintk(" 8-bit DMA: "); rwa010_soundblaster_init()
525 dprintk("%d (%d)\n", inb(0x203), dma); rwa010_soundblaster_init()
527 dprintk("AdLib base: "); rwa010_soundblaster_init()
532 dprintk("%02X%02X (%X)\n", inb(0x203), i, al_base); rwa010_soundblaster_init()
553 dprintk("SoundBlaster DSP reset: %02X (AA)\n", inb(0x22a)); rwa010_soundblaster_reset()
566 dprintk("SoundBlaster DSP id: "); rwa010_soundblaster_reset()
570 dprintk("%04X\n", i); rwa010_soundblaster_reset()
/linux-4.1.27/drivers/media/rc/
H A Drc-loopback.c32 #define dprintk(x...) if (debug) printk(KERN_INFO DRIVER_NAME ": " x) macro
57 dprintk("invalid tx mask: %u\n", mask); loop_set_tx_mask()
61 dprintk("setting tx mask: %u\n", mask); loop_set_tx_mask()
70 dprintk("setting tx carrier: %u\n", carrier); loop_set_tx_carrier()
80 dprintk("invalid duty cycle: %u\n", duty_cycle); loop_set_tx_duty_cycle()
84 dprintk("setting duty cycle: %u\n", duty_cycle); loop_set_tx_duty_cycle()
94 dprintk("invalid rx carrier range %u to %u\n", min, max); loop_set_rx_carrier_range()
98 dprintk("setting rx carrier range %u to %u\n", min, max); loop_set_rx_carrier_range()
113 dprintk("ignoring tx, carrier out of range\n"); loop_tx_ir()
123 dprintk("ignoring tx, rx mask mismatch\n"); loop_tx_ir()
150 dprintk("%sing idle mode\n", enable ? "enter" : "exit"); loop_set_idle()
160 dprintk("%sing learning mode\n", enable ? "enter" : "exit"); loop_set_learning_mode()
172 dprintk("%sabling carrier reports\n", enable ? "en" : "dis"); loop_set_carrier_report()
/linux-4.1.27/drivers/sbus/char/
H A 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)); uctrl_do_txn()
290 dprintk(("ack was %x\n", (byte >> 8))); uctrl_do_txn()
296 dprintk(("set byte to %02x\n", byte)); uctrl_do_txn()
315 dprintk(("bytes %x %x\n", (outbits[0] & 0xff), (outbits[1] & 0xff))); uctrl_get_event_status()
318 dprintk(("ev is %x\n", driver->status.event_status)); uctrl_get_event_status()
335 dprintk(("bytes %x %x\n", (outbits[0] & 0xff), (outbits[1] & 0xff))); uctrl_get_external_status()
338 dprintk(("ex is %x\n", driver->status.external_status)); uctrl_get_external_status()
342 dprintk(("%s%s", " ", uctrl_extstatus[i])); uctrl_get_external_status()
345 dprintk(("\n")); uctrl_get_external_status()
/linux-4.1.27/drivers/pcmcia/
H A Di82092aa.h10 #define dprintk(fmt, args...) printk(fmt , ## args) macro
14 #define dprintk(fmt, args...) do {} while (0) macro
/linux-4.1.27/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c95 static int dprintk(int level, const char *fmt, ...) dprintk() function
124 static int dprintk(int level, const char *fmt, ...) dprintk() function
307 dprintk(DEBUG_VERBOSE, "%s %d %d %d %d\n", __func__, s3c2410_udc_write_packet()
364 dprintk(DEBUG_NORMAL, s3c2410_udc_write_fifo()
462 dprintk(DEBUG_NORMAL, "%s: buffer full!\n", __func__); s3c2410_udc_read_fifo()
469 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); s3c2410_udc_read_fifo()
495 dprintk(DEBUG_VERBOSE, "%s fifo count : %d [last %d]\n", s3c2410_udc_read_fifo()
535 dprintk(DEBUG_NORMAL, "%s: fifo_count=%d\n", __func__, bytes_read); s3c2410_udc_read_fifo_crq()
542 dprintk(DEBUG_VERBOSE, "%s: len=%d %02x:%02x {%x,%x,%x}\n", __func__, s3c2410_udc_read_fifo_crq()
616 dprintk(DEBUG_NORMAL, "setup begin: fifo READ ERROR" s3c2410_udc_handle_ep0_idle()
623 dprintk(DEBUG_NORMAL, "bRequest = %d bRequestType %d wLength = %d\n", s3c2410_udc_handle_ep0_idle()
634 dprintk(DEBUG_NORMAL, "USB_REQ_SET_CONFIGURATION ...\n"); s3c2410_udc_handle_ep0_idle()
643 dprintk(DEBUG_NORMAL, "USB_REQ_SET_INTERFACE ...\n"); s3c2410_udc_handle_ep0_idle()
652 dprintk(DEBUG_NORMAL, "USB_REQ_SET_ADDRESS ...\n"); s3c2410_udc_handle_ep0_idle()
665 dprintk(DEBUG_NORMAL, "USB_REQ_GET_STATUS ...\n"); s3c2410_udc_handle_ep0_idle()
717 dprintk(DEBUG_NORMAL, "config change %02x fail %d?\n", s3c2410_udc_handle_ep0_idle()
723 dprintk(DEBUG_NORMAL, "Operation not supported\n"); s3c2410_udc_handle_ep0_idle()
725 dprintk(DEBUG_NORMAL, s3c2410_udc_handle_ep0_idle()
734 dprintk(DEBUG_VERBOSE, "dev->req_pending... what now?\n"); s3c2410_udc_handle_ep0_idle()
738 dprintk(DEBUG_VERBOSE, "ep0state %s\n", ep0states[dev->ep0state]); s3c2410_udc_handle_ep0_idle()
759 dprintk(DEBUG_NORMAL, "ep0csr %x ep0state %s\n", s3c2410_udc_handle_ep0()
765 dprintk(DEBUG_NORMAL, "... clear SENT_STALL ...\n"); s3c2410_udc_handle_ep0()
773 dprintk(DEBUG_NORMAL, "... serviced SETUP_END ...\n"); s3c2410_udc_handle_ep0()
785 dprintk(DEBUG_NORMAL, "EP0_IN_DATA_PHASE ... what now?\n"); s3c2410_udc_handle_ep0()
791 dprintk(DEBUG_NORMAL, "EP0_OUT_DATA_PHASE ... what now?\n"); s3c2410_udc_handle_ep0()
797 dprintk(DEBUG_NORMAL, "EP0_END_XFER ... what now?\n"); s3c2410_udc_handle_ep0()
802 dprintk(DEBUG_NORMAL, "EP0_STALL ... what now?\n"); s3c2410_udc_handle_ep0()
830 dprintk(DEBUG_VERBOSE, "ep%01d write csr:%02x %d\n", s3c2410_udc_handle_ep()
834 dprintk(DEBUG_VERBOSE, "st\n"); s3c2410_udc_handle_ep()
846 dprintk(DEBUG_VERBOSE, "ep%01d rd csr:%02x\n", idx, ep_csr1); s3c2410_udc_handle_ep()
898 dprintk(DEBUG_NORMAL, "usbs=%02x, usbds=%02x, pwr=%02x ep0csr=%02x\n", s3c2410_udc_irq()
913 dprintk(DEBUG_NORMAL, "USB reset csr %x pwr %x\n", s3c2410_udc_irq()
936 dprintk(DEBUG_NORMAL, "USB resume\n"); s3c2410_udc_irq()
950 dprintk(DEBUG_NORMAL, "USB suspend\n"); s3c2410_udc_irq()
970 dprintk(DEBUG_VERBOSE, "USB ep0 irq\n"); s3c2410_udc_irq()
980 dprintk(DEBUG_VERBOSE, "USB ep%d irq\n", i); s3c2410_udc_irq()
1002 dprintk(DEBUG_VERBOSE, "irq: %d s3c2410_udc_done.\n", IRQ_USBD); s3c2410_udc_irq()
1098 dprintk(DEBUG_NORMAL, "enable %s(%d) ep%x%s-blk max %02x\n", s3c2410_udc_ep_enable()
1118 dprintk(DEBUG_NORMAL, "%s not enabled\n", s3c2410_udc_ep_disable()
1125 dprintk(DEBUG_NORMAL, "ep_disable: %s\n", _ep->name); s3c2410_udc_ep_disable()
1138 dprintk(DEBUG_NORMAL, "%s disabled\n", _ep->name); s3c2410_udc_ep_disable()
1151 dprintk(DEBUG_VERBOSE, "%s(%p,%d)\n", __func__, _ep, mem_flags); s3c2410_udc_alloc_request()
1173 dprintk(DEBUG_VERBOSE, "%s(%p,%p)\n", __func__, _ep, _req); s3c2410_udc_free_request()
1196 dprintk(DEBUG_NORMAL, "%s: invalid args\n", __func__); s3c2410_udc_queue()
1211 dprintk(DEBUG_NORMAL, "%s: 1 X X X\n", __func__); s3c2410_udc_queue()
1213 dprintk(DEBUG_NORMAL, "%s: 0 %01d %01d %01d\n", s3c2410_udc_queue()
1225 dprintk(DEBUG_VERBOSE, "%s: ep%x len %d\n", s3c2410_udc_queue()
1285 dprintk(DEBUG_VERBOSE, "%s ok\n", __func__); s3c2410_udc_queue()
1300 dprintk(DEBUG_VERBOSE, "%s(%p,%p)\n", __func__, _ep, _req); s3c2410_udc_dequeue()
1322 dprintk(DEBUG_VERBOSE, s3c2410_udc_dequeue()
1344 dprintk(DEBUG_NORMAL, "%s: inval 2\n", __func__); s3c2410_udc_set_halt()
1412 dprintk(DEBUG_VERBOSE, "%s()\n", __func__); s3c2410_udc_get_frame()
1424 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_wakeup()
1435 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_set_selfpowered()
1451 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_set_pullup()
1477 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_vbus_session()
1488 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_pullup()
1499 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_vbus_irq()
1513 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_vbus_draw()
1570 dprintk(DEBUG_NORMAL, "%s()\n", __func__); s3c2410_udc_disable()
1624 dprintk(DEBUG_NORMAL, "s3c2410_udc_enable called\n"); s3c2410_udc_enable()
1655 dprintk(DEBUG_NORMAL, "%s() '%s'\n", __func__, driver->driver.name); s3c2410_udc_start()
1991 dprintk(DEBUG_NORMAL, "%s: version %s\n", gadget_name, DRIVER_VERSION); udc_init()
/linux-4.1.27/drivers/parport/
H A Dparport_sunbpp.c45 #define dprintk(x) printk x macro
47 #define dprintk(x) macro
75 dprintk((KERN_DEBUG "wrote 0x%x\n", d)); parport_sunbpp_write_data()
103 dprintk((KERN_DEBUG "tcr 0x%x ir 0x%x\n", value_tcr, value_ir)); status_sunbpp_to_pc()
104 dprintk((KERN_DEBUG "read status 0x%x\n", bits)); status_sunbpp_to_pc()
124 dprintk((KERN_DEBUG "tcr 0x%x or 0x%x\n", value_tcr, value_or)); control_sunbpp_to_pc()
125 dprintk((KERN_DEBUG "read control 0x%x\n", bits)); control_sunbpp_to_pc()
142 dprintk((KERN_DEBUG "frob1: tcr 0x%x or 0x%x\n", parport_sunbpp_frob_control()
175 dprintk((KERN_DEBUG "frob2: tcr 0x%x or 0x%x\n", parport_sunbpp_frob_control()
200 dprintk((KERN_DEBUG "forward\n")); parport_sunbpp_data_forward()
210 dprintk((KERN_DEBUG "reverse\n")); parport_sunbpp_data_reverse()
292 dprintk(("register_port\n")); bpp_probe()
/linux-4.1.27/drivers/media/usb/tm6000/
H A Dtm6000-alsa.c32 #undef dprintk macro
34 #define dprintk(level, fmt, arg...) do { \ macro
80 dprintk(1, "Starting audio DMA\n"); _tm6000_start_audio_dma()
97 dprintk(1, "Stopping audio DMA\n"); _tm6000_stop_audio_dma()
109 dprintk(2, "Freeing buffer\n"); dsp_buffer_free()
120 dprintk(2, "Allocating buffer\n"); dsp_buffer_alloc()
189 dprintk(1, "Error opening PCM!\n"); snd_tm6000_pcm_open()
222 dprintk(1, "substream was NULL\n"); tm6000_fillbuf()
228 dprintk(1, "runtime was NULL\n"); tm6000_fillbuf()
236 dprintk(1, "stride is zero\n"); tm6000_fillbuf()
242 dprintk(1, "%s: length was zero\n", __func__); tm6000_fillbuf()
246 dprintk(1, "Copying %d bytes at %p[%d] - buf size=%d x %d\n", size, tm6000_fillbuf()
337 dprintk(1, "starting capture"); audio_trigger()
340 dprintk(1, "stopping capture"); audio_trigger()
476 dprintk(1, "Registered audio driver for %s\n", card->longname); tm6000_audio_init()
H A Dtm6000-input.c47 #undef dprintk macro
49 #define dprintk(level, fmt, arg...) do {\ macro
84 dprintk(2, "%s: %i\n",__func__, ir->wait); tm6000_ir_wait()
97 dprintk(2, "%s\n",__func__); tm6000_ir_config()
128 dprintk(2, "%s: %s, %d MHz, leader = 0x%04x, pulse = 0x%06x \n", tm6000_ir_config()
192 dprintk(1, "%s, protocol: 0x%04x, scancode: 0x%08x\n", tm6000_ir_keydown()
203 dprintk(2, "%s\n",__func__); tm6000_ir_urb_received()
239 dprintk(3, "%s\n",__func__); tm6000_ir_handle_key()
270 dprintk(3, "%s, submit_urb = %d, pwled = %d\n",__func__, ir->submit_urb, tm6000_ir_int_work()
274 dprintk(3, "Resubmit urb\n"); tm6000_ir_int_work()
303 dprintk(2, "%s\n",__func__); tm6000_ir_start()
314 dprintk(2, "%s\n",__func__); tm6000_ir_stop()
326 dprintk(2, "%s\n",__func__); tm6000_ir_change_protocol()
349 dprintk(2, "%s\n",__func__); __tm6000_ir_int_start()
360 dprintk(1, "IR max size: %d\n", size); __tm6000_ir_int_start()
367 dprintk(1, "int interval: %d\n", dev->int_in.endp->desc.bInterval); __tm6000_ir_int_start()
387 dprintk(2, "%s\n",__func__); __tm6000_ir_int_stop()
436 dprintk(2, "%s\n", __func__); tm6000_ir_init()
503 dprintk(2, "%s\n",__func__); tm6000_ir_fini()
/linux-4.1.27/drivers/media/usb/au0828/
H A Dau0828-i2c.c147 dprintk(4, "%s()\n", __func__); i2c_sendbytes()
170 dprintk(4, "SEND: %02x\n", msg->addr); i2c_sendbytes()
194 dprintk(4, " %02x\n", msg->buf[i]); i2c_sendbytes()
224 dprintk(4, "\n"); i2c_sendbytes()
237 dprintk(4, "%s()\n", __func__); i2c_readbytes()
256 dprintk(4, " RECV:\n"); i2c_readbytes()
286 dprintk(4, " %02x\n", msg->buf[i-1]); i2c_readbytes()
291 dprintk(4, "\n"); i2c_readbytes()
301 dprintk(4, "%s(num = %d)\n", __func__, num); i2c_xfer()
304 dprintk(4, "%s(num = %d) addr = 0x%02x len = 0x%x\n", i2c_xfer()
377 dprintk(1, "%s()\n", __func__); au0828_i2c_register()
H A Dau0828-video.c707 dprintk(1, "au0828_analog_stream_enable called\n"); au0828_analog_stream_enable()
711 dprintk(1, "Changing intf#0 to alt 5\n"); au0828_analog_stream_enable()
742 dprintk(1, "au0828_analog_stream_disable called\n"); au0828_analog_stream_disable()
749 dprintk(1, "au0828_analog_stream_reset called\n"); au0828_analog_stream_reset()
767 dprintk(1, "%s device is misconfigured!\n", __func__); au0828_stream_interrupt()
778 dprintk(1, "au0828_start_analog_streaming called %d\n", au0828_start_analog_streaming()
817 dprintk(1, "au0828_stop_streaming called %d\n", dev->streaming_users); au0828_stop_streaming()
847 dprintk(1, "au0828_stop_vbi_streaming called %d\n", au0828_stop_vbi_streaming()
891 dprintk(1, "au0828_analog_unregister called\n"); au0828_analog_unregister()
953 dprintk(1, au0828_v4l2_open()
986 dprintk(1, au0828_v4l2_close()
1032 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, au0828_init_tuner()
1085 dprintk(1, "VIDIOC_SET_FMT: interrupting stream!\n"); au0828_set_format()
1088 dprintk(1, "error interrupting video stream!\n"); au0828_set_format()
1104 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_querycap()
1131 dprintk(1, "%s called\n", __func__); vidioc_enum_fmt_vid_cap()
1147 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_fmt_vid_cap()
1166 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_try_fmt_vid_cap()
1178 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_s_fmt_vid_cap()
1200 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_s_std()
1232 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_std()
1255 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_enum_input()
1285 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_input()
1296 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, au0828_s_input()
1313 dprintk(1, "unknown input type set [%d]\n", au0828_s_input()
1350 dprintk(1, "VIDIOC_S_INPUT in function %s, input=%d\n", __func__, vidioc_s_input()
1366 dprintk(1, "%s called\n", __func__); vidioc_enumaudio()
1381 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_audio()
1401 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_s_audio()
1413 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_tuner()
1433 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_s_tuner()
1441 dprintk(1, "VIDIOC_S_TUNER: signal = %x, afc = %x\n", t->signal, vidioc_s_tuner()
1455 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_frequency()
1470 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_s_frequency()
1496 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_fmt_vbi_cap()
1522 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_cropcap()
1544 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_g_register()
1557 dprintk(1, "%s called std_set %d dev_state %ld\n", __func__, vidioc_s_register()
1568 dprintk(1, "%s called\n", __func__); vidioc_log_status()
1745 dprintk(1, "au0828_analog_register called for intf#%d!\n", au0828_analog_register()
1770 dprintk(1, au0828_analog_register()
1826 dprintk(1, "unable to setup videobuf2 queues (error = %d).\n", au0828_analog_register()
1835 dprintk(1, "unable to register video device (error = %d).\n", au0828_analog_register()
1845 dprintk(1, "unable to register vbi device (error = %d).\n", au0828_analog_register()
1851 dprintk(1, "%s completed!\n", __func__); au0828_analog_register()
H A Dau0828-dvb.c119 dprintk(2, "%s: %d\n", __func__, purb->actual_length); urb_completion()
122 dprintk(2, "%s: no dev!\n", __func__); urb_completion()
127 dprintk(2, "%s: not streaming!\n", __func__); urb_completion()
141 dprintk(1, "Need to restart streaming %02x len=%d!\n", urb_completion()
162 dprintk(2, "%s()\n", __func__); stop_urb_transfer()
186 dprintk(2, "%s()\n", __func__); start_urb_transfer()
189 dprintk(2, "%s: bulk xfer already running!\n", __func__); start_urb_transfer()
270 dprintk(1, "%s()\n", __func__); au0828_dvb_start_feed()
278 dprintk(1, "%s(), start_count: %d, stop_count: %d\n", __func__, au0828_dvb_start_feed()
302 dprintk(1, "%s()\n", __func__); au0828_dvb_stop_feed()
309 dprintk(1, "%s(), start_count: %d, stop_count: %d\n", __func__, au0828_dvb_stop_feed()
334 dprintk(1, "Restarting streaming...!\n"); au0828_restart_dvb_streaming()
389 dprintk(1, "%s()\n", __func__); dvb_register()
513 dprintk(1, "%s()\n", __func__); au0828_dvb_unregister()
546 dprintk(1, "%s()\n", __func__); au0828_dvb_register()
/linux-4.1.27/net/ceph/crush/
H A Dmapper.c7 # ifndef dprintk
8 # define dprintk(args...) macro
16 # define dprintk(args...) /* printf(args) */ macro
77 dprintk("bucket %d new x=%d\n", bucket->id, x); bucket_perm_choose()
102 dprintk(" perm_choose have %d: %d\n", i, bucket->perm[i]); bucket_perm_choose()
114 dprintk(" perm_choose swap %d with %d\n", p, p+i); bucket_perm_choose()
119 dprintk(" perm_choose %d: %d\n", i, bucket->perm[i]); bucket_perm_choose()
123 dprintk(" perm_choose %d sz=%d x=%d r=%d (%d) s=%d\n", bucket->id, bucket_perm_choose()
145 dprintk("list_choose i=%d x=%d r=%d item %d weight %x " bucket_list_choose()
151 /*dprintk(" scaled %llx\n", w);*/ bucket_list_choose()
156 dprintk("bad list sums for bucket %d\n", bucket->h.id); bucket_list_choose()
339 dprintk(" crush_bucket_choose %d x=%d r=%d\n", in->id, x, r); crush_bucket_choose()
358 dprintk("unknown bucket %d alg %d\n", in->id, in->alg); crush_bucket_choose()
429 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d tries %d recurse_tries %d local_retries %d local_fallback_retries %d parent_r %d\n", crush_choose_firstn()
464 dprintk(" bad item %d\n", item); crush_choose_firstn()
474 dprintk(" item %d type %d\n", item, itemtype); crush_choose_firstn()
480 dprintk(" bad item type %d\n", type); crush_choose_firstn()
553 dprintk(" reject %d collide %d " crush_choose_firstn()
562 dprintk("skip rep\n"); crush_choose_firstn()
566 dprintk("CHOOSE got %d\n", item); crush_choose_firstn()
572 dprintk("CHOOSE returns %d\n", outpos); crush_choose_firstn()
602 dprintk("CHOOSE%s INDEP bucket %d x %d outpos %d numrep %d\n", recurse_to_leaf ? "_LEAF" : "", crush_choose_indep()
642 dprintk(" empty bucket\n"); crush_choose_indep()
648 dprintk(" bad item %d\n", item); crush_choose_indep()
661 dprintk(" item %d type %d\n", item, itemtype); crush_choose_indep()
667 dprintk(" bad item type %d\n", type); crush_choose_indep()
778 dprintk(" bad ruleno %d\n", ruleno); crush_do_rule()
919 dprintk(" unknown op %d at step %d\n", crush_do_rule()
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Dverbs.c258 dprintk("RPC: %s: ib_poll_cq failed: %i\n", rpcrdma_sendcq_upcall()
268 dprintk("RPC: %s: ib_req_notify_cq failed: %i\n", rpcrdma_sendcq_upcall()
290 dprintk("RPC: %s: rep %p opcode 'recv', length %u: success\n", rpcrdma_recvcq_process_wc()
357 dprintk("RPC: %s: ib_poll_cq failed: %i\n", rpcrdma_recvcq_upcall()
367 dprintk("RPC: %s: ib_req_notify_cq failed: %i\n", rpcrdma_recvcq_upcall()
435 dprintk("RPC: %s: CM address resolution error, ep 0x%p\n", rpcrdma_conn_upcall()
441 dprintk("RPC: %s: CM route resolution error, ep 0x%p\n", rpcrdma_conn_upcall()
450 dprintk("RPC: %s: %d responder resources" rpcrdma_conn_upcall()
470 dprintk("RPC: %s: %sconnected\n", rpcrdma_conn_upcall()
477 dprintk("RPC: %s: %pIS:%u (ep 0x%p): %s\n", rpcrdma_conn_upcall()
515 dprintk("RPC: %s: rdma_create_id() failed %i\n", rpcrdma_create_id()
523 dprintk("RPC: %s: rdma_resolve_addr() failed %i\n", rpcrdma_create_id()
536 dprintk("RPC: %s: rdma_resolve_route() failed %i\n", rpcrdma_create_id()
566 dprintk("RPC: %s: flushed %d events (last 0x%x)\n", rpcrdma_clean_cq()
595 dprintk("RPC: %s: ib_alloc_pd() failed %i\n", rpcrdma_ia_open()
602 dprintk("RPC: %s: ib_query_device failed %d\n", rpcrdma_ia_open()
618 dprintk("RPC: %s: FRMR registration " rpcrdma_ia_open()
625 dprintk("RPC: %s: MTHCAFMR registration " rpcrdma_ia_open()
670 dprintk("RPC: %s: memory registration strategy is '%s'\n", rpcrdma_ia_open()
699 dprintk("RPC: %s: entering\n", __func__); rpcrdma_ia_close()
702 dprintk("RPC: %s: ib_dereg_mr returned %i\n", rpcrdma_ia_close()
713 dprintk("RPC: %s: ib_dealloc_pd returned %i\n", rpcrdma_ia_close()
756 dprintk("RPC: %s: requested max: dtos: send %d recv %d; " rpcrdma_ep_create()
779 dprintk("RPC: %s: failed to create send CQ: %i\n", rpcrdma_ep_create()
786 dprintk("RPC: %s: ib_req_notify_cq failed: %i\n", rpcrdma_ep_create()
796 dprintk("RPC: %s: failed to create recv CQ: %i\n", rpcrdma_ep_create()
803 dprintk("RPC: %s: ib_req_notify_cq failed: %i\n", rpcrdma_ep_create()
835 dprintk("RPC: %s: ib_destroy_cq returned %i\n", rpcrdma_ep_create()
854 dprintk("RPC: %s: entering, connected is %d\n", rpcrdma_ep_destroy()
870 dprintk("RPC: %s: ib_destroy_cq returned %i\n", rpcrdma_ep_destroy()
876 dprintk("RPC: %s: ib_destroy_cq returned %i\n", rpcrdma_ep_destroy()
893 dprintk("RPC: %s: reconnecting...\n", __func__); rpcrdma_ep_connect()
924 dprintk("RPC: %s: rdma_create_qp failed %i\n", rpcrdma_ep_connect()
939 dprintk("RPC: %s: connecting...\n", __func__); rpcrdma_ep_connect()
942 dprintk("RPC: %s: rdma_create_qp failed %i\n", rpcrdma_ep_connect()
953 dprintk("RPC: %s: rdma_connect() failed with %i\n", rpcrdma_ep_connect()
968 dprintk("RPC: %s: non-peer_reject, retry\n", __func__); rpcrdma_ep_connect()
986 dprintk("RPC: %s: connected\n", __func__); rpcrdma_ep_connect()
1015 dprintk("RPC: %s: after wait, %sconnected\n", __func__, rpcrdma_ep_disconnect()
1018 dprintk("RPC: %s: rdma_disconnect %i\n", __func__, rc); rpcrdma_ep_disconnect()
1089 dprintk("RPC: %s: req_t/rep_t/pad kzalloc(%zd) failed\n", rpcrdma_buffer_create()
1111 dprintk("RPC: %s: request buffer %d alloc" rpcrdma_buffer_create()
1120 dprintk("RPC: %s: reply buffer %d alloc failed\n", rpcrdma_buffer_create()
1166 dprintk("RPC: %s: entering\n", __func__); rpcrdma_buffer_destroy()
1230 dprintk("RPC: %s: FRMR %p is stale\n", __func__, r); rpcrdma_retry_local_inv()
1241 dprintk("RPC: %s: frmr %p invalidating rkey %08x\n", rpcrdma_retry_local_inv()
1250 dprintk("RPC: %s: ib_post_send failed, %i\n", rpcrdma_retry_local_inv()
1343 dprintk("RPC: %s: out of request buffers\n", __func__); rpcrdma_buffer_get()
1349 dprintk("RPC: %s: %d extra receives outstanding (ok)\n", rpcrdma_buffer_get()
1442 dprintk("RPC: map_one: offset %p iova %llx len %zu\n", rpcrdma_mapping_error()
1480 dprintk("RPC: %s: phys convert: 0x%llx " rpcrdma_register_internal()
1488 dprintk("RPC: %s: failed with %i\n", __func__, rc); rpcrdma_register_internal()
1512 dprintk("RPC: %s: ib_dereg_mr failed %i\n", __func__, rc); rpcrdma_deregister_internal()
1617 dprintk("RPC: %s: ib_post_send returned %i\n", __func__, rpcrdma_ep_post()
1647 dprintk("RPC: %s: ib_post_recv returned %i\n", __func__, rpcrdma_ep_post_recv()
1669 dprintk("RPC: %s: max chunk list size = %d segments\n", rpcrdma_max_segments()
H A Dfrwr_ops.c37 dprintk("RPC: %s: ib_alloc_fast_reg_mr status %i\n", __frwr_init()
43 dprintk("RPC: %s: ib_alloc_fast_reg_page_list status %i\n", __frwr_init()
56 dprintk("RPC: %s: ib_dereg_mr status %i\n", __frwr_release()
71 dprintk("RPC: %s: device's max FR page list len = %u\n", frwr_op_open()
131 dprintk("RPC: %s: frmr %p (stale), status %d\n", frwr_sendcompletion()
149 dprintk("RPC: %s: initializing %d FRMRs\n", __func__, i); frwr_op_init()
216 dprintk("RPC: %s: Using frmr %p to map %d segments (%d bytes)\n", frwr_op_map()
248 dprintk("RPC: %s: ib_post_send status %i\n", __func__, rc); frwr_op_map()
289 dprintk("RPC: %s: ib_post_send status %i\n", __func__, rc); frwr_op_unmap()
320 dprintk("RPC: %s: mw %p left %s\n", frwr_op_reset()
H A Dfmr_ops.c57 dprintk("RPC: %s: initializing %d FMRs\n", __func__, i); fmr_op_init()
75 dprintk("RPC: %s: ib_alloc_fmr status %i\n", __func__, rc); fmr_op_init()
124 dprintk("RPC: %s: ib_map_phys_fmr %u@0x%llx+%i (%d) status %i\n", fmr_op_map()
156 dprintk("RPC: %s: ib_unmap_fmr status %i\n", __func__, rc); fmr_op_unmap()
178 dprintk("RPC: %s: ib_unmap_fmr failed %i\n", fmr_op_reset()
193 dprintk("RPC: %s: ib_dealloc_fmr failed %i\n", fmr_op_destroy()
H A Dtransport.c239 dprintk("RPC: %s: %sconnect\n", __func__, xprt_rdma_connect_worker()
245 dprintk("RPC: %s: exit\n", __func__); xprt_rdma_connect_worker()
265 dprintk("RPC: %s: called\n", __func__); xprt_rdma_destroy()
279 dprintk("RPC: %s: returning\n", __func__); xprt_rdma_destroy()
305 dprintk("RPC: %s: address too large\n", __func__); xprt_setup_rdma()
313 dprintk("RPC: %s: couldn't allocate rpcrdma_xprt\n", xprt_setup_rdma()
345 dprintk("RPC: %s: %pI4:%u\n", xprt_setup_rdma()
413 dprintk("RPC: %s: transport data payload maximum: %zu bytes\n", xprt_setup_rdma()
441 dprintk("RPC: %s: closing\n", __func__); xprt_rdma_close()
457 dprintk("RPC: %s: %u\n", __func__, port); xprt_rdma_set_port()
516 dprintk("RPC: %s: size %zd, request 0x%p\n", __func__, size, req); xprt_rdma_allocate()
583 dprintk("RPC: %s: called on 0x%p\n", __func__, req->rl_reply); xprt_rdma_free()
641 dprintk("RPC: %s: rpcrdma_marshal_req failed, status %i\n", xprt_rdma_send_request()
718 dprintk("RPCRDMA Module Removed, deregister RPC RDMA transport\n"); xprt_rdma_cleanup()
727 dprintk("RPC: %s: xprt_unregister returned %i\n", xprt_rdma_cleanup()
740 dprintk("RPCRDMA Module Init, register RPC RDMA transport\n"); xprt_rdma_init()
742 dprintk("Defaults:\n"); xprt_rdma_init()
743 dprintk("\tSlots %d\n" xprt_rdma_init()
747 dprintk("\tPadding %d\n\tMemreg %d\n", xprt_rdma_init()
H A Dsvc_rdma_transport.c178 dprintk("svcrdma: received CQ event id=%d, context=%p\n", cq_event_handler()
194 dprintk("svcrdma: QP event %d received for QP=%p\n", qp_event_handler()
204 dprintk("svcrdma: QP ERROR event %d received for QP=%p, " qp_event_handler()
306 dprintk("svcrdma: transport closing putting ctxt %p\n", ctxt); rq_cq_reap()
405 dprintk("svcrdma: sq wc err status %d\n", sq_cq_reap()
577 dprintk("svcrdma: failed to create new transport\n"); handle_connect_req()
582 dprintk("svcrdma: Creating newxprt=%p, cm_id=%p, listenxprt=%p\n", handle_connect_req()
618 dprintk("svcrdma: Connect request on cma_id=%p, xprt = %p, " rdma_listen_handler()
626 dprintk("svcrdma: Connection completed on LISTEN xprt=%p, " rdma_listen_handler()
631 dprintk("svcrdma: Device removal xprt=%p, cm_id=%p\n", rdma_listen_handler()
638 dprintk("svcrdma: Unexpected event on listening endpoint %p, " rdma_listen_handler()
656 dprintk("svcrdma: Connection completed on DTO xprt=%p, " rdma_cma_handler()
662 dprintk("svcrdma: Disconnect on DTO xprt=%p, cm_id=%p\n", rdma_cma_handler()
671 dprintk("svcrdma: Device removal cma_id=%p, xprt = %p, " rdma_cma_handler()
679 dprintk("svcrdma: Unexpected event on DTO endpoint %p, " rdma_cma_handler()
698 dprintk("svcrdma: Creating RDMA socket\n"); svc_rdma_create()
700 dprintk("svcrdma: Address family %d is not supported.\n", sa->sa_family); svc_rdma_create()
711 dprintk("svcrdma: rdma_create_id failed = %d\n", ret); svc_rdma_create()
717 dprintk("svcrdma: rdma_bind_addr failed = %d\n", ret); svc_rdma_create()
724 dprintk("svcrdma: rdma_listen failed = %d\n", ret); svc_rdma_create()
873 dprintk("svcrdma: newxprt from accept queue = %p, cm_id=%p\n", svc_rdma_accept()
878 dprintk("svcrdma: could not query device attributes on " svc_rdma_accept()
900 dprintk("svcrdma: error creating PD for connect request\n"); svc_rdma_accept()
910 dprintk("svcrdma: error creating SQ CQ for connect request\n"); svc_rdma_accept()
920 dprintk("svcrdma: error creating RQ CQ for connect request\n"); svc_rdma_accept()
935 dprintk("svcrdma: newxprt->sc_cm_id=%p, newxprt->sc_pd=%p\n" svc_rdma_accept()
950 dprintk("svcrdma: failed to create QP, ret=%d\n", ret); svc_rdma_accept()
1023 dprintk("svcrdma: Failed to create DMA MR ret=%d\n", svc_rdma_accept()
1036 dprintk("svcrdma: failure posting receive buffers\n"); svc_rdma_accept()
1058 dprintk("svcrdma: failed to accept new connection, ret=%d\n", svc_rdma_accept()
1063 dprintk("svcrdma: new connection %p accepted with the following " svc_rdma_accept()
1090 dprintk("svcrdma: failure accepting new connection rc=%d.\n", ret); svc_rdma_accept()
1121 dprintk("svc: svc_rdma_detach(%p)\n", xprt); svc_rdma_detach()
1131 dprintk("svcrdma: svc_rdma_free(%p)\n", rdma); __svc_rdma_free()
1303 dprintk("svcrdma: failed to post SQ WR rc=%d, " svc_rdma_send()
1361 dprintk("svcrdma: Error %d posting send for protocol error\n", svc_rdma_send_error()
H A Dsvc_rdma.c237 dprintk("SVCRDMA Module Removed, deregister RPC RDMA transport\n"); svc_rdma_cleanup()
250 dprintk("SVCRDMA Module Init, register RPC RDMA transport\n"); svc_rdma_init()
251 dprintk("\tsvcrdma_ord : %d\n", svcrdma_ord); svc_rdma_init()
252 dprintk("\tmax_requests : %d\n", svcrdma_max_requests); svc_rdma_init()
253 dprintk("\tsq_depth : %d\n", svc_rdma_init()
255 dprintk("\tmax_inline : %d\n", svcrdma_max_req_size); svc_rdma_init()
/linux-4.1.27/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c57 #define dprintk if (debug) printk macro
221 dprintk("%s:urb shutting down with status: %d\n", ttusb_dec_handle_irq()
225 dprintk("%s:nonzero status received: %d\n", ttusb_dec_handle_irq()
240 dprintk("%s:rc signal:%d\n", __func__, buffer[4]); ttusb_dec_handle_irq()
273 dprintk("%s\n", __func__); ttusb_dec_send_command()
348 dprintk("%s\n", __func__); ttusb_dec_get_stb_state()
405 dprintk("%s\n", __func__); ttusb_dec_set_pids()
797 dprintk("%s: urb error: %d\n", __func__, ttusb_dec_process_urb()
809 dprintk("%s\n", __func__); ttusb_dec_setup_urbs()
839 dprintk("%s\n", __func__); ttusb_dec_stop_iso_xfer()
894 dprintk("%s\n", __func__); ttusb_dec_start_iso_xfer()
937 dprintk("%s\n", __func__); ttusb_dec_start_ts_feed()
939 dprintk(" ts_type:"); ttusb_dec_start_ts_feed()
942 dprintk(" TS_DECODER"); ttusb_dec_start_ts_feed()
945 dprintk(" TS_PACKET"); ttusb_dec_start_ts_feed()
948 dprintk(" TS_PAYLOAD_ONLY"); ttusb_dec_start_ts_feed()
950 dprintk("\n"); ttusb_dec_start_ts_feed()
955 dprintk(" pes_type: DMX_PES_VIDEO\n"); ttusb_dec_start_ts_feed()
963 dprintk(" pes_type: DMX_PES_AUDIO\n"); ttusb_dec_start_ts_feed()
971 dprintk(" pes_type: DMX_PES_TELETEXT(not supported)\n"); ttusb_dec_start_ts_feed()
975 dprintk(" pes_type: DMX_PES_PCR\n"); ttusb_dec_start_ts_feed()
981 dprintk(" pes_type: DMX_PES_OTHER(not supported)\n"); ttusb_dec_start_ts_feed()
985 dprintk(" pes_type: unknown (%d)\n", dvbdmxfeed->pes_type); ttusb_dec_start_ts_feed()
1017 dprintk("%s\n", __func__); ttusb_dec_start_sec_feed()
1057 dprintk("%s\n", __func__); ttusb_dec_start_feed()
1062 dprintk(" pid: 0x%04X\n", dvbdmxfeed->pid); ttusb_dec_start_feed()
1075 dprintk(" type: unknown (%d)\n", dvbdmxfeed->type); ttusb_dec_start_feed()
1118 dprintk("%s\n", __func__); ttusb_dec_stop_feed()
1137 dprintk("%s\n", __func__); ttusb_dec_free_iso_urbs()
1152 dprintk("%s\n", __func__); ttusb_dec_alloc_iso_urbs()
1159 dprintk("%s: pci_alloc_consistent - not enough memory\n", ttusb_dec_alloc_iso_urbs()
1229 dprintk("%s\n", __func__); ttusb_dec_init_v_pes()
1241 dprintk("%s\n", __func__); ttusb_dec_init_usb()
1297 dprintk("%s\n", __func__); ttusb_dec_boot_dsp()
1393 dprintk("%s\n", __func__); ttusb_dec_init_stb()
1444 dprintk("%s\n", __func__); ttusb_dec_init_dvb()
1522 dprintk("%s\n", __func__); ttusb_dec_exit_dvb()
1539 dprintk("%s\n", __func__); ttusb_dec_exit_rc()
1552 dprintk("%s\n", __func__); ttusb_dec_exit_usb()
1627 dprintk("%s\n", __func__); ttusb_dec_probe()
1714 dprintk("%s\n", __func__); ttusb_dec_disconnect()
/linux-4.1.27/fs/nfs/objlayout/
H A Dobjlayout.c60 dprintk("%s: Return %p\n", __func__, objlay); objlayout_alloc_layout_hdr()
72 dprintk("%s: objlay %p\n", __func__, objlay); objlayout_free_layout_hdr()
97 dprintk("%s: Begin pnfslay %p\n", __func__, pnfslay); objlayout_alloc_lseg()
108 dprintk("%s: objio_alloc_lseg Return err %d\n", __func__, objlayout_alloc_lseg()
115 dprintk("%s: Return %p\n", __func__, lseg); objlayout_alloc_lseg()
121 dprintk("%s: Err Return=>%d\n", __func__, status); objlayout_alloc_lseg()
131 dprintk("%s: freeing layout segment %p\n", __func__, lseg); objlayout_free_lseg()
164 dprintk("%s: pgbase(0x%x) > PAGE_SIZE\n", __func__, *p_pgbase); _fix_verify_io_params()
209 dprintk("%s: err[%d]: errno=%d is_write=%d dev(%llx:%llx) " objlayout_io_set_result()
234 dprintk("%s enter\n", __func__); _rpc_read_complete()
254 dprintk("%s: Return status=%zd eof=%d sync=%d\n", __func__, objlayout_read_done()
294 dprintk("%s: inode(%lx) offset 0x%llx count 0x%Zx eof=%d\n", objlayout_read_pagelist()
301 dprintk("%s: Returned Error %d\n", __func__, err); objlayout_read_pagelist()
316 dprintk("%s enter\n", __func__); _rpc_write_complete()
338 dprintk("%s: Return status %zd committed %d sync=%d\n", __func__, objlayout_write_done()
364 dprintk("%s: Returned Error %d\n", __func__, err); objlayout_write_pagelist()
379 dprintk("%s: Begin\n", __func__); objlayout_encode_layoutcommit()
395 dprintk("%s: Return delta_space_used %lld err %d\n", __func__, objlayout_encode_layoutcommit()
515 dprintk("%s: Begin\n", __func__); objlayout_encode_layoutreturn()
532 dprintk("%s: err[%d]: errno=%d is_write=%d " objlayout_encode_layoutreturn()
574 dprintk("%s: Return\n", __func__); objlayout_encode_layoutreturn()
606 dprintk("%s: osd_login_prog is disabled\n", __func__); __objlayout_upcall()
610 dprintk("%s uri: %s\n", __func__, login->uri); __objlayout_upcall()
611 dprintk("%s osdname %s\n", __func__, login->osdname); __objlayout_upcall()
612 dprintk("%s systemid_hex %s\n", __func__, login->systemid_hex); __objlayout_upcall()
636 dprintk("%s %s return value: %d\n", __func__, osd_login_prog, ret); __objlayout_upcall()
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.c46 #define dprintk(fmt, arg...) do { \ macro
83 dprintk("cx18 alsa announce ptr=%p data=%p num_bytes=%zu\n", cxsc, cx18_alsa_announce_pcm_data()
88 dprintk("substream was NULL\n"); cx18_alsa_announce_pcm_data()
94 dprintk("runtime was NULL\n"); cx18_alsa_announce_pcm_data()
100 dprintk("stride is zero\n"); cx18_alsa_announce_pcm_data()
106 dprintk("%s: length was zero\n", __func__); cx18_alsa_announce_pcm_data()
111 dprintk("dma area was NULL - ignoring\n"); cx18_alsa_announce_pcm_data()
236 dprintk("Allocating vbuffer\n"); snd_pcm_alloc_vmalloc_buffer()
255 dprintk("%s called\n", __func__); snd_cx18_pcm_hw_params()
268 dprintk("freeing pcm capture region\n"); snd_cx18_pcm_hw_free()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.c46 #define dprintk(fmt, arg...) \ macro
84 dprintk("ivtv alsa announce ptr=%p data=%p num_bytes=%zu\n", itvsc, ivtv_alsa_announce_pcm_data()
89 dprintk("substream was NULL\n"); ivtv_alsa_announce_pcm_data()
95 dprintk("runtime was NULL\n"); ivtv_alsa_announce_pcm_data()
101 dprintk("stride is zero\n"); ivtv_alsa_announce_pcm_data()
107 dprintk("%s: length was zero\n", __func__); ivtv_alsa_announce_pcm_data()
112 dprintk("dma area was NULL - ignoring\n"); ivtv_alsa_announce_pcm_data()
243 dprintk("Allocating vbuffer\n"); snd_pcm_alloc_vmalloc_buffer()
262 dprintk("%s called\n", __func__); snd_ivtv_pcm_hw_params()
275 dprintk("freeing pcm capture region\n"); snd_ivtv_pcm_hw_free()
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-kthread-out.c59 dprintk(dev, 1, "Video Output Thread Tick\n"); vivid_thread_vid_out_tick()
102 dprintk(dev, 2, "vid_out buffer %d done\n", vivid_thread_vid_out_tick()
115 dprintk(dev, 2, "vbi_out buffer %d done\n", vivid_thread_vid_out_tick()
133 dprintk(dev, 1, "Video Output Thread Start\n"); vivid_thread_vid_out()
214 dprintk(dev, 1, "Video Output Thread End\n"); vivid_thread_vid_out()
229 dprintk(dev, 1, "%s\n", __func__); vivid_start_generating_vid_out()
257 dprintk(dev, 1, "returning from %s\n", __func__); vivid_start_generating_vid_out()
263 dprintk(dev, 1, "%s\n", __func__); vivid_stop_generating_vid_out()
278 dprintk(dev, 2, "vid_out buffer %d done\n", vivid_stop_generating_vid_out()
291 dprintk(dev, 2, "vbi_out buffer %d done\n", vivid_stop_generating_vid_out()
H A Dvivid-osd.c100 dprintk(dev, 1, "Unknown ioctl %08x\n", cmd); vivid_fb_ioctl()
110 dprintk(dev, 1, "vivid_fb_set_var\n"); vivid_fb_set_var()
113 dprintk(dev, 1, "vivid_fb_set_var - Invalid bpp\n"); vivid_fb_set_var()
123 dprintk(dev, 1, "vivid_fb_get_fix\n"); vivid_fb_get_fix()
143 dprintk(dev, 1, "vivid_fb_check_var\n"); _vivid_fb_check_var()
185 dprintk(dev, 1, "vivid_fb_check_var\n"); vivid_fb_check_var()
199 dprintk(dev, 1, "vivid_fb_set_par\n"); vivid_fb_set_par()
246 dprintk(dev, 1, "Set blanking mode : %d\n", blank_mode); vivid_fb_blank()
/linux-4.1.27/net/sunrpc/
H A Dbackchannel_rqst.c61 dprintk("RPC: free allocations for req= %p\n", req); xprt_free_allocation()
96 dprintk("RPC: setup backchannel transport\n"); xprt_setup_backchannel()
116 dprintk("RPC: adding req= %p\n", req); xprt_setup_backchannel()
163 dprintk("RPC: setup backchannel transport done\n"); xprt_setup_backchannel()
175 dprintk("RPC: setup backchannel transport failed\n"); xprt_setup_backchannel()
193 dprintk("RPC: destroy backchannel transport\n"); xprt_destroy_backchannel()
201 dprintk("RPC: req=%p\n", req); xprt_destroy_backchannel()
210 dprintk("RPC: backchannel list empty= %s\n", xprt_destroy_backchannel()
219 dprintk("RPC: allocate a backchannel request\n"); xprt_alloc_bc_request()
232 dprintk("RPC: backchannel req=%p\n", req); xprt_alloc_bc_request()
244 dprintk("RPC: free backchannel req=%p\n", req); xprt_free_bc_request()
259 dprintk("RPC: Last session removed req=%p\n", req); xprt_free_bc_request()
319 dprintk("RPC: add callback request to list\n"); xprt_complete_bc_request()
H A Dbc_svc.c51 dprintk("RPC: bc_send req= %p\n", req); bc_send()
60 dprintk("RPC: bc_send ret= %d\n", ret); bc_send()
H A Dclnt.c50 dprintk("RPC: %5u %s (status %d)\n", t->tk_pid, \
321 dprintk("RPC: Couldn't create auth handle (flavor %u)\n", rpc_client_register()
368 dprintk("RPC: creating %s client for %s (xprt %p)\n", rpc_new_client()
595 dprintk("RPC: %s: returned error %d\n", __func__, err); __rpc_clone_client()
666 dprintk("RPC: failed to create new xprt for clnt %p\n", rpc_switch_client_transport()
701 dprintk("RPC: replaced xprt for clnt %p\n", clnt); rpc_switch_client_transport()
709 dprintk("RPC: failed to switch xprt for clnt %p\n", clnt); rpc_switch_client_transport()
725 dprintk("RPC: killing all tasks for client %p\n", clnt); rpc_killall_tasks()
820 dprintk("RPC: rpc_release_client(%p)\n", clnt); rpc_release_client()
1045 dprintk("RPC: rpc_run_bc_task req= %p\n", req); rpc_run_bc_task()
1069 dprintk("RPC: rpc_run_bc_task: task= %p\n", task); rpc_run_bc_task()
1157 dprintk("RPC: can't create UDP socket (%d)\n", err); rpc_sockname()
1177 dprintk("RPC: can't bind UDP socket (%d)\n", err); rpc_sockname()
1183 dprintk("RPC: can't connect UDP socket (%d)\n", err); rpc_sockname()
1189 dprintk("RPC: getsockname failed (%d)\n", err); rpc_sockname()
1198 dprintk("RPC: %s succeeded\n", __func__); rpc_sockname()
1229 dprintk("RPC: %s: address family not supported\n", rpc_anyaddr()
1233 dprintk("RPC: %s: succeeded\n", __func__); rpc_anyaddr()
1433 dprintk("RPC: %5u call_start %s%d proc %s (%s)\n", task->tk_pid, call_start()
1568 dprintk("RPC: %5u %s: retry refresh creds\n", call_refreshresult()
1572 dprintk("RPC: %5u %s: refresh creds failed with error %d\n", call_refreshresult()
1618 dprintk("RPC: %5u rpc_buffer allocation failed\n", task->tk_pid); call_allocate()
1724 dprintk("RPC: %5u rpcbind out of memory\n", task->tk_pid); call_bind_status()
1728 dprintk("RPC: %5u remote rpcbind: RPC program/version " call_bind_status()
1741 dprintk("RPC: %5u rpcbind request timed out\n", call_bind_status()
1746 dprintk("RPC: %5u unrecognized remote rpcbind service\n", call_bind_status()
1750 dprintk("RPC: %5u remote rpcbind version unavailable, retrying\n", call_bind_status()
1762 dprintk("RPC: %5u remote rpcbind unreachable: %d\n", call_bind_status()
1771 dprintk("RPC: %5u unrecognized rpcbind error (%d)\n", call_bind_status()
1791 dprintk("RPC: %5u call_connect xprt %p %s connected\n", call_connect()
2089 dprintk("RPC: %5u call_timeout (minor)\n", task->tk_pid); call_timeout()
2093 dprintk("RPC: %5u call_timeout (major)\n", task->tk_pid); call_timeout()
2177 dprintk("RPC: %s: too small RPC reply size (%d bytes)\n", call_decode()
2196 dprintk("RPC: %5u call_decode result %d\n", task->tk_pid, call_decode()
2247 dprintk("RPC: %5u %s: XDR representation not a multiple of" rpc_verify_header()
2258 dprintk("RPC: %5u %s: not an RPC reply: %x\n", rpc_verify_header()
2271 dprintk("RPC: %5u %s: RPC call version mismatch!\n", rpc_verify_header()
2276 dprintk("RPC: %5u %s: RPC call rejected, " rpc_verify_header()
2292 dprintk("RPC: %5u %s: retry stale creds\n", rpc_verify_header()
2305 dprintk("RPC: %5u %s: retry garbled creds\n", rpc_verify_header()
2317 dprintk("RPC: %5u %s: unknown auth error: %x\n", rpc_verify_header()
2321 dprintk("RPC: %5u %s: call rejected %d\n", rpc_verify_header()
2328 dprintk("RPC: %5u %s: auth check failed with %d\n", rpc_verify_header()
2363 dprintk("RPC: %5u %s: server saw garbage\n", rpc_verify_header()
2367 dprintk("RPC: %5u %s: server accept status: %x\n", rpc_verify_header()
2376 dprintk("RPC: %5u %s: retrying\n", rpc_verify_header()
2384 dprintk("RPC: %5u %s: call failed with error %d\n", task->tk_pid, rpc_verify_header()
2388 dprintk("RPC: %5u %s: server reply was truncated.\n", task->tk_pid, rpc_verify_header()
H A Drpcb_clnt.c218 dprintk("RPC: created new rpcb local clients (rpcb_local_clnt: " rpcb_set_local()
262 dprintk("RPC: failed to create AF_LOCAL rpcbind " rpcb_create_local_unix()
270 dprintk("RPC: failed to bind second program to " rpcb_create_local_unix()
309 dprintk("RPC: failed to create local rpcbind " rpcb_create_local_net()
322 dprintk("RPC: failed to bind second program to " rpcb_create_local_net()
402 dprintk("RPC: failed to contact local rpcbind " rpcb_register_call()
459 dprintk("RPC: %sregistering (%u, %u, %d, %u) with local " rpcb_register()
487 dprintk("RPC: %sregistering [%u, %u, %s, '%s'] with " rpcb_register_inet4()
518 dprintk("RPC: %sregistering [%u, %u, %s, '%s'] with " rpcb_register_inet6()
539 dprintk("RPC: unregistering [%u, %u, '%s'] with " rpcb_unregister_all_protofamilies()
692 dprintk("RPC: %5u %s(%s, %u, %u, %d)\n", rpcb_getport_async()
701 dprintk("RPC: %5u %s: waiting for another binder\n", rpcb_getport_async()
710 dprintk("RPC: %5u %s: already bound\n", rpcb_getport_async()
730 dprintk("RPC: %5u %s: bad address family\n", rpcb_getport_async()
737 dprintk("RPC: %5u %s: no more getport versions available\n", rpcb_getport_async()
742 dprintk("RPC: %5u %s: trying rpcbind version %u\n", rpcb_getport_async()
751 dprintk("RPC: %5u %s: rpcb_create failed, error %ld\n", rpcb_getport_async()
759 dprintk("RPC: %5u %s: no memory available\n", rpcb_getport_async()
788 dprintk("RPC: %5u %s: rpc_run_task failed\n", rpcb_getport_async()
837 dprintk("RPC: %5u rpcb_getport_done(status %d, port %u)\n", rpcb_getport_done()
852 dprintk("RPC: %5u encoding PMAP_%s call (%u, %u, %d, %u)\n", rpcb_enc_mapping()
877 dprintk("RPC: %5u PMAP_%s result: %lu\n", req->rq_task->tk_pid, rpcb_dec_getport()
899 dprintk("RPC: %5u RPCB_%s call %s\n", rpcb_dec_set()
926 dprintk("RPC: %5u encoding RPCB_%s call (%u, %u, '%s', '%s')\n", rpcb_enc_getaddr()
961 dprintk("RPC: %5u RPCB reply: program not registered\n", rpcb_dec_getaddr()
972 dprintk("RPC: %5u RPCB_%s reply: %s\n", req->rq_task->tk_pid, rpcb_dec_getaddr()
983 dprintk("RPC: %5u malformed RPCB_%s reply\n", rpcb_dec_getaddr()
H A Dxprtsock.c200 dprintk("RPC: %s\n", msg); xs_pktdump()
204 dprintk("\n"); xs_pktdump()
205 dprintk("0x%04x ", j); xs_pktdump()
207 dprintk("%02x%02x%02x%02x ", xs_pktdump()
210 dprintk("\n"); xs_pktdump()
459 dprintk("RPC: %5u xmit incomplete (%u left of %u)\n", xs_nospace()
528 dprintk("RPC: %s(%u) = %d\n", xs_local_send_request()
546 dprintk("RPC: sendmsg returned unrecognized error %d\n", xs_local_send_request()
585 dprintk("RPC: xs_udp_send_request(%u) = %d\n", xs_udp_send_request()
610 dprintk("RPC: sendmsg returned unrecognized error %d\n", xs_udp_send_request()
687 dprintk("RPC: xs_tcp_send_request(%u) = %d\n", xs_tcp_send_request()
718 dprintk("RPC: sendmsg returned unrecognized error %d\n", xs_tcp_send_request()
813 dprintk("RPC: xs_error_report client %p, error=%d...\n", xs_error_report()
859 dprintk("RPC: xs_close xprt %p\n", xprt); xs_close()
880 dprintk("RPC: xs_destroy xprt %p\n", xprt); xs_destroy()
920 dprintk("RPC: %s...\n", __func__); xs_local_data_ready()
931 dprintk("RPC: impossible RPC reply size %d\n", repsize); xs_local_data_ready()
952 dprintk("RPC: sk_buff copy failed\n"); xs_local_data_ready()
983 dprintk("RPC: xs_udp_data_ready...\n"); xs_udp_data_ready()
992 dprintk("RPC: impossible RPC reply size %d!\n", repsize); xs_udp_data_ready()
1065 dprintk("RPC: invalid TCP record fragment length\n"); xs_tcp_read_fraghdr()
1069 dprintk("RPC: reading TCP record fragment of length %d\n", xs_tcp_read_fraghdr()
1092 dprintk("RPC: reading XID (%Zu bytes)\n", len); xs_tcp_read_xid()
1101 dprintk("RPC: reading %s XID %08x\n", xs_tcp_read_xid()
1123 dprintk("RPC: reading CALL/REPLY flag (%Zu bytes)\n", len); xs_tcp_read_calldir()
1146 dprintk("RPC: invalid request message type\n"); xs_tcp_read_calldir()
1205 dprintk("RPC: XID %08x truncated request\n", xs_tcp_read_common()
1207 dprintk("RPC: xprt = %p, tcp_copied = %lu, " xs_tcp_read_common()
1214 dprintk("RPC: XID %08x read %Zd bytes\n", xs_tcp_read_common()
1216 dprintk("RPC: xprt = %p, tcp_copied = %lu, tcp_offset = %u, " xs_tcp_read_common()
1239 dprintk("RPC: read reply XID %08x\n", ntohl(transport->tcp_xid)); xs_tcp_read_reply()
1245 dprintk("RPC: XID %08x request not found!\n", xs_tcp_read_reply()
1285 dprintk("RPC: read callback XID %08x\n", ntohl(req->rq_xid)); xs_tcp_read_callback()
1344 dprintk("RPC: discarded %Zu bytes\n", len); xs_tcp_read_discard()
1358 dprintk("RPC: xs_tcp_data_recv started\n"); xs_tcp_data_recv()
1386 dprintk("RPC: xs_tcp_data_recv done\n"); xs_tcp_data_recv()
1403 dprintk("RPC: xs_tcp_data_ready...\n"); xs_tcp_data_ready()
1442 dprintk("RPC: xs_tcp_state_change client %p...\n", xprt); xs_tcp_state_change()
1443 dprintk("RPC: state %x conn %d dead %d zapped %d sk_shutdown %d\n", xs_tcp_state_change()
1666 dprintk("RPC: setting port for xprt %p to %u\n", xprt, port); xs_set_port()
1738 dprintk("RPC: %s %pI4:%u: %s (%d)\n", __func__, xs_bind()
1742 dprintk("RPC: %s %pI6:%u: %s (%d)\n", __func__, xs_bind()
1839 dprintk("RPC: can't create %d transport socket (%d).\n", xs_create_sock()
1908 dprintk("RPC: can't create AF_LOCAL " xs_local_setup_socket()
1914 dprintk("RPC: worker connecting xprt %p via AF_LOCAL to %s\n", xs_local_setup_socket()
1921 dprintk("RPC: xprt %p connected to %s\n", xs_local_setup_socket()
1927 dprintk("RPC: xprt %p: socket %s does not exist\n", xs_local_setup_socket()
1931 dprintk("RPC: xprt %p: connection refused for %s\n", xs_local_setup_socket()
2051 dprintk("RPC: worker connecting xprt %p via %s to " xs_udp_setup_socket()
2159 dprintk("RPC: worker connecting xprt %p via %s to " xs_tcp_setup_socket()
2167 dprintk("RPC: %p connect status %d connected %d sock state %d\n", xs_tcp_setup_socket()
2226 dprintk("RPC: xs_connect delayed xprt %p for %lu " xs_connect()
2242 dprintk("RPC: xs_connect scheduled xprt %p\n", xprt); xs_connect()
2410 dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid)); bc_send_request()
2453 dprintk("RPC: bc_destroy xprt %p\n", xprt); bc_destroy()
2548 dprintk("RPC: %s: Bad address family\n", __func__); xs_init_anyaddr()
2562 dprintk("RPC: xs_setup_xprt: address too large\n"); xs_setup_xprt()
2569 dprintk("RPC: xs_setup_xprt: couldn't allocate " xs_setup_xprt()
2634 dprintk("RPC: bad AF_LOCAL address: %s\n", xs_setup_local()
2650 dprintk("RPC: set up xprt to %s via AF_LOCAL\n", xs_setup_local()
2722 dprintk("RPC: set up xprt to %s (port %s) via %s\n", xs_setup_udp()
2727 dprintk("RPC: set up xprt to %s (autobind) via %s\n", xs_setup_udp()
2801 dprintk("RPC: set up xprt to %s (port %s) via %s\n", xs_setup_tcp()
2806 dprintk("RPC: set up xprt to %s (autobind) via %s\n", xs_setup_tcp()
2864 dprintk("RPC: set up xprt to %s (port %s) via %s\n", xs_setup_bc_tcp()
H A Dauth_unix.c38 dprintk("RPC: creating UNIX authenticator for client %p\n", unx_create()
47 dprintk("RPC: destroying UNIX authenticator %p\n", auth); unx_destroy()
67 dprintk("RPC: allocating UNIX cred for uid %d gid %d\n", unx_create_cred()
94 dprintk("RPC: unx_free_cred %p\n", unx_cred); unx_free_cred()
H A Dxprt.c198 dprintk("RPC: %5u failed to lock transport %p\n", xprt_reserve_xprt()
253 dprintk("RPC: %5u failed to lock transport %p\n", task->tk_pid, xprt); xprt_reserve_xprt_cong()
391 dprintk("RPC: %5u xprt_cwnd_limited cong = %lu cwnd = %lu\n", __xprt_get_cong()
461 dprintk("RPC: cong %ld, cwnd was %ld, now %ld\n", xprt_adjust_cwnd()
512 dprintk("RPC: write space: waking waiting task on " xprt_write_space()
624 dprintk("RPC: disconnected transport %p\n", xprt); xprt_disconnect_done()
736 dprintk("RPC: %5u xprt_connect xprt %p %s connected\n", task->tk_pid, xprt_connect()
771 dprintk("RPC: %5u xprt_connect_status: connection established\n", xprt_connect_status()
784 dprintk("RPC: %5u xprt_connect_status: retrying\n", task->tk_pid); xprt_connect_status()
787 dprintk("RPC: %5u xprt_connect_status: connect attempt timed " xprt_connect_status()
791 dprintk("RPC: %5u xprt_connect_status: error %d connecting to " xprt_connect_status()
814 dprintk("RPC: xprt_lookup_rqst did not find xid %08x\n", xprt_lookup_rqst()
848 dprintk("RPC: %5u xid %08x complete (%d bytes received)\n", xprt_complete_rqst()
874 dprintk("RPC: %5u xprt_timer\n", task->tk_pid); xprt_timer()
901 dprintk("RPC: %5u xprt_prepare_transmit\n", task->tk_pid); xprt_prepare_transmit()
944 dprintk("RPC: %5u xprt_transmit(%u)\n", task->tk_pid, req->rq_slen); xprt_transmit()
973 dprintk("RPC: %5u xmit complete\n", task->tk_pid); xprt_transmit()
1070 dprintk("RPC: dynamic allocation of request slot " xprt_alloc_slot()
1076 dprintk("RPC: waiting for request slot\n"); xprt_alloc_slot()
1247 dprintk("RPC: %5u reserved req %p xid %08x\n", task->tk_pid, xprt_request_init()
1296 dprintk("RPC: %5u release request %p\n", task->tk_pid, req); xprt_release()
1349 dprintk("RPC: transport (%d) not supported\n", args->ident); xprt_create_transport()
1355 dprintk("RPC: xprt_create_transport: failed, %ld\n", xprt_create_transport()
1380 dprintk("RPC: created transport %p with %u slots\n", xprt, xprt_create_transport()
1393 dprintk("RPC: destroying transport %p\n", xprt); xprt_destroy()
H A Dsvcsock.c129 dprintk("svc: service %p, releasing skb %p\n", rqstp, skb); svc_release_skb()
270 dprintk("svc: socket %p sendto([%p %Zu... ], %d) = %d (addr %s)\n", svc_sendto()
338 dprintk("svc: socket %p recvfrom(%p, %Zu) = %d\n", svc_recvfrom()
411 dprintk("svc: socket %p(inet %p), busy=%d\n", svc_udp_data_ready()
430 dprintk("svc: socket %p(inet %p), write_space busy=%d\n", svc_write_space()
436 dprintk("RPC svc_write_space: someone sleeping on %p\n", svc_write_space()
580 dprintk("svc: recvfrom returned error %d\n", -err); svc_udp_recvfrom()
756 dprintk("svc: kernel_setsockopt returned %d\n", err); svc_udp_init()
768 dprintk("svc: socket %p TCP (listen) state change %d\n", svc_tcp_listen_data_ready()
802 dprintk("svc: socket %p TCP (connected) state change %d (svsk %p)\n", svc_tcp_state_change()
820 dprintk("svc: socket %p TCP data ready (svsk %p)\n", svc_tcp_data_ready()
845 dprintk("svc: tcp_accept %p sock %p\n", svsk, sock); svc_tcp_accept()
874 dprintk("%s: connect from unprivileged port: %s\n", svc_tcp_accept()
878 dprintk("%s: connect from %s\n", serv->sv_name, svc_tcp_accept()
893 dprintk("svc_tcp_accept: kernel_getsockname error %d\n", -err); svc_tcp_accept()
987 dprintk("svc: short recvfrom while reading record " svc_tcp_recv_record()
992 dprintk("svc: TCP record, %d bytes\n", svc_sock_reclen(svsk)); svc_tcp_recv_record()
1003 dprintk("RPC: TCP recv_record got %d\n", len); svc_tcp_recv_record()
1072 dprintk("svc: TCP %s record (%d bytes)\n", svc_tcp_fragment_received()
1094 dprintk("svc: tcp_recv %p data %d conn %d close %d\n", svc_tcp_recvfrom()
1127 dprintk("svc: incomplete TCP record (%d of %d)\n", svc_tcp_recvfrom()
1174 dprintk("RPC: TCP recvfrom got EAGAIN\n"); svc_tcp_recvfrom()
1330 dprintk("setting up TCP socket for listening\n"); svc_tcp_init()
1335 dprintk("setting up TCP socket for reading\n"); svc_tcp_init()
1381 dprintk("svc: svc_setup_socket %p\n", sock); svc_setup_socket()
1418 dprintk("svc: svc_setup_socket created %p (inet %p)\n", svc_setup_socket()
1512 dprintk("svc: svc_create_socket(%s, %d, %s)\n", svc_create_socket()
1574 dprintk("svc: svc_create_socket error = %d\n", -error); svc_create_socket()
1589 dprintk("svc: svc_sock_detach(%p)\n", svsk); svc_sock_detach()
1608 dprintk("svc: svc_tcp_sock_detach(%p)\n", svsk); svc_tcp_sock_detach()
1624 dprintk("svc: svc_sock_free(%p)\n", svsk); svc_sock_free()
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-mpeg.c48 #define dprintk(level, fmt, arg...) do { \ macro
95 dprintk(1, "cx8802_start_dma w: %d, h: %d, f: %d\n", cx8802_start_dma()
108 dprintk( 1, "core->active_type_id = 0x%08x\n", core->active_type_id); cx8802_start_dma()
113 dprintk( 1, "cx8802_start_dma doing .dvb\n"); cx8802_start_dma()
157 dprintk( 1, "cx8802_start_dma doing .blackbird\n"); cx8802_start_dma()
179 dprintk( 1, "setting the interrupt mask\n" ); cx8802_start_dma()
192 dprintk( 1, "cx8802_stop_dma\n" ); cx8802_stop_dma()
211 dprintk( 1, "cx8802_restart_queue\n" ); cx8802_restart_queue()
216 dprintk(2,"restart_queue [%p/%d]: restart dma\n", cx8802_restart_queue()
254 dprintk( 1, "cx8802_buf_queue\n" ); cx8802_buf_queue()
261 dprintk( 1, "queue is empty - first active\n" ); cx8802_buf_queue()
264 dprintk(1,"[%p/%d] %s - first active\n", cx8802_buf_queue()
269 dprintk( 1, "queue is not empty - append to active\n" ); cx8802_buf_queue()
274 dprintk( 1, "[%p/%d] %s - append to active\n", cx8802_buf_queue()
298 dprintk( 1, "cx8802_cancel_buffers" ); cx8802_cancel_buffers()
317 dprintk( 1, "cx8802_mpeg_irq\n" ); cx8802_mpeg_irq()
339 dprintk( 1, "wake up\n" ); cx8802_mpeg_irq()
348 dprintk( 0, "general errors: 0x%08x\n", status & 0x1f0100 ); cx8802_mpeg_irq()
369 dprintk( 1, "cx8802_irq\n" ); cx8802_irq()
370 dprintk( 1, " loop: %d/%d\n", loop, MAX_IRQ_LOOP ); cx8802_irq()
371 dprintk( 1, " status: %d\n", status ); cx8802_irq()
381 dprintk( 0, "clearing mask\n" ); cx8802_irq()
435 dprintk( 2, "cx8802_fini_common\n" ); cx8802_fini_common()
454 dprintk( 2, "suspend\n" ); cx8802_suspend_common()
771 dprintk( 1, "%s\n", __func__); cx8802_remove()
H A Dcx88-tvaudio.c68 #define dprintk(fmt, arg...) if (audio_debug) \ macro
269 dprintk("%s SAP (status: unknown)\n", __func__); set_audio_standard_BTSC()
274 dprintk("%s (status: known-good)\n", __func__); set_audio_standard_BTSC()
355 dprintk("%s SECAM-L NICAM (status: devel)\n", __func__); set_audio_standard_NICAM()
359 dprintk("%s PAL-I NICAM (status: known-good)\n", __func__); set_audio_standard_NICAM()
372 dprintk("%s PAL-BGDK NICAM (status: known-good)\n", __func__); set_audio_standard_NICAM()
612 dprintk("%s PAL-BG A1/2 (status: known-good)\n", __func__); set_audio_standard_A2()
618 dprintk("%s PAL-DK A1/2 (status: known-good)\n", __func__); set_audio_standard_A2()
624 dprintk("%s PAL-I A1 (status: known-good)\n", __func__); set_audio_standard_A2()
629 dprintk("%s AM-L (status: devel)\n", __func__); set_audio_standard_A2()
639 dprintk("%s Warning: wrong value\n", __func__); set_audio_standard_A2()
655 dprintk("%s (status: unknown)\n", __func__); set_audio_standard_EIAJ()
709 dprintk("%s (status: unknown)\n", __func__); set_audio_standard_FM()
736 dprintk("start nicam autodetect.\n"); cx88_detect_nicam()
743 dprintk("nicam is detected.\n"); cx88_detect_nicam()
751 dprintk("nicam is not detected.\n"); cx88_detect_nicam()
825 dprintk("AUD_STATUS: 0x%x [%s/%s] ctl=%s\n", cx88_get_stereo()
979 dprintk("cx88_set_stereo: mask 0x%x, ctl 0x%x " cx88_set_stereo()
994 dprintk("cx88: tvaudio thread started\n"); cx88_audio_thread()
1042 dprintk("cx88: tvaudio thread exiting\n"); cx88_audio_thread()
H A Dcx88-vbi.c13 #define dprintk(level,fmt, arg...) if (vbi_debug >= level) \ macro
102 dprintk(2,"restart_queue [%p/%d]: restart dma\n", cx8800_restart_vbi_queue()
179 dprintk(2,"[%p/%d] vbi_queue - first active\n", buffer_queue()
188 dprintk(2,"[%p/%d] buffer_queue - append to active\n", buffer_queue()
H A Dcx88-dsp.c74 #define dprintk(level, fmt, arg...) if (dsp_debug >= level) \ macro
189 dprintk(1, "detect a2/a2m/eiaj: carrier=%d, stereo=%d, dual=%d, " detect_a2_a2m_eiaj()
225 dprintk(1, "detect btsc: dual_ref=%d, dual=%d, sap_ref=%d, sap=%d" detect_btsc()
244 dprintk(1, "read RDS samples: current_address=%08x (offset=%08x), " read_rds_samples()
262 dprintk(2, "RDS samples dump: "); read_rds_samples()
314 dprintk(1, "stereo/sap detection result:%s%s%s\n", cx88_dsp_detect_stereo_sap()
H A Dcx88-blackbird.c52 #define dprintk(level, fmt, arg...) do { \ macro
318 dprintk(1,"%s: 0x%X\n", __func__, command); blackbird_mbox_func()
324 dprintk(0, "Firmware and/or mailbox pointer not initialized or corrupted\n"); blackbird_mbox_func()
330 dprintk(0, "ERROR: Mailbox appears to be in use (%x)\n", flag); blackbird_mbox_func()
342 dprintk(1, "API Input %d = %d\n", i, data[i]); blackbird_mbox_func()
357 dprintk(0, "ERROR: API Mailbox timeout %x\n", command); blackbird_mbox_func()
366 dprintk(1, "API Output %d = %d\n", i, data[i]); blackbird_mbox_func()
370 dprintk(1, "API result = %d\n",retval); blackbird_mbox_func()
414 dprintk(1, "Mailbox signature found\n"); blackbird_find_mailbox()
418 dprintk(0, "Mailbox signature values not found!\n"); blackbird_find_mailbox()
441 dprintk(0, "Error with register_write\n"); blackbird_load_firmware()
468 dprintk(1,"Loading firmware ...\n"); blackbird_load_firmware()
487 dprintk(0, "Firmware upload successful.\n"); blackbird_load_firmware()
498 dprintk(0, "Error with register_write\n"); blackbird_load_firmware()
536 dprintk(1,"Initialize codec\n"); blackbird_initialize_codec()
554 dprintk(0, "ERROR: Firmware ping failed!\n"); blackbird_initialize_codec()
560 dprintk(0, "ERROR: Firmware get encoder version failed!\n"); blackbird_initialize_codec()
563 dprintk(0, "Firmware version is 0x%08x\n", version); blackbird_initialize_codec()
598 dprintk(1, "AUD_STATUS:%dL: 0x%x\n", i, reg); blackbird_start_codec()
693 dprintk(1, "%s: blackbird driver is not loaded\n", __func__); start_streaming()
700 dprintk(1, "%s: Unable to acquire hardware, %d\n", __func__, err); start_streaming()
1137 dprintk( 1, "%s\n", __func__); cx8802_blackbird_probe()
1138 dprintk( 1, " ->being probed by Card=%d Name=%s, PCI %02x:%02x\n", cx8802_blackbird_probe()
H A 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); cx88_sram_channel_setup()
552 dprintk(1,"%s\n",__func__); cx88_reset()
664 dprintk(1,"set_scale: %dx%d [%s%s,%s]\n", width, height, cx88_set_scale()
676 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth); cx88_set_scale()
681 dprintk(1,"set_scale: hscale 0x%04x\n", value); cx88_set_scale()
685 dprintk(1,"set_scale: hactive 0x%04x\n", width); cx88_set_scale()
690 dprintk(1,"set_scale: vdelay 0x%04x\n", norm_vdelay(core->tvnorm)); cx88_set_scale()
695 dprintk(1,"set_scale: vscale 0x%04x\n", value); cx88_set_scale()
699 dprintk(1,"set_scale: vactive 0x%04x\n", sheight); cx88_set_scale()
721 dprintk(1,"set_scale: filter 0x%04x\n", value); cx88_set_scale()
748 dprintk(1,"set_pll: MO_PLL_REG 0x%08x [old=0x%08x,freq=%d]\n", set_pll()
754 dprintk(1,"pll locked [pre=%d,ofreq=%d]\n", set_pll()
758 dprintk(1,"pll not locked yet, waiting ...\n"); set_pll()
761 dprintk(1,"pll NOT locked [pre=%d,ofreq=%d]\n",prescale,ofreq); set_pll()
913 dprintk(1,"set_tvnorm: \"%s\" fsc8=%d adc=%d vdec=%d db/dr=%d/%d\n", cx88_set_tvnorm()
918 dprintk(1,"set_tvnorm: MO_INPUT_FORMAT 0x%08x [old=0x%08x]\n", cx88_set_tvnorm()
926 dprintk(1,"set_tvnorm: MO_OUTPUT_FORMAT 0x%08x [old=0x%08x]\n", cx88_set_tvnorm()
933 dprintk(1,"set_tvnorm: MO_SCONV_REG 0x%08x [old=0x%08x]\n", cx88_set_tvnorm()
940 dprintk(1,"set_tvnorm: MO_SUB_STEP 0x%08x [old=0x%08x]\n", cx88_set_tvnorm()
947 dprintk(1,"set_tvnorm: MO_SUB_STEP_DR 0x%08x [old=0x%08x]\n", cx88_set_tvnorm()
954 dprintk(1,"set_tvnorm: MO_AGC_BURST 0x%08x [old=0x%08x,bdelay=%d,agcdelay=%d]\n", cx88_set_tvnorm()
962 dprintk(1,"set_tvnorm: MO_HTOTAL 0x%08x [old=0x%08x,htotal=%d]\n", cx88_set_tvnorm()
/linux-4.1.27/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c92 #define dprintk(level, fmt, arg...) \ macro
362 dprintk(3, "ERROR: Timeout - gpio=%x\n", gpio); wait_for_mci_complete()
738 dprintk(3, "%s: command(0x%X) = %s\n", __func__, command, cx231xx_mbox_func()
745 dprintk(3, "Firmware and/or mailbox pointer not initialized or corrupted, signature = 0x%x, cmd = %s\n", cx231xx_mbox_func()
755 dprintk(3, "ERROR: Mailbox appears to be in use (%x), cmd = %s\n", cx231xx_mbox_func()
770 dprintk(3, "API Input %d = %d\n", i, data[i]); cx231xx_mbox_func()
785 dprintk(3, "ERROR: API Mailbox timeout\n"); cx231xx_mbox_func()
794 dprintk(3, "API Output %d = %d\n", i, data[i]); cx231xx_mbox_func()
798 dprintk(3, "API result = %d\n", retval); cx231xx_mbox_func()
816 dprintk(3, "%s() cmds = 0x%08x\n", __func__, command); cx231xx_api_cmd()
843 dprintk(2, "%s()\n", __func__); cx231xx_find_mailbox()
854 dprintk(1, "Mailbox signature found at 0x%x\n", i + 1); cx231xx_find_mailbox()
858 dprintk(3, "Mailbox signature values not found!\n"); cx231xx_find_mailbox()
962 dprintk(2, "FAIL!!!\n"); cx231xx_load_firmware()
968 dprintk(2, "FAIL!!!\n"); cx231xx_load_firmware()
972 dprintk(2, "%s()\n", __func__); cx231xx_load_firmware()
1025 dprintk(2, "Loading firmware to GPIO...\n"); cx231xx_load_firmware()
1027 dprintk(2, "firmware->size=%zd\n", firmware->size); cx231xx_load_firmware()
1059 dprintk(1, "Firmware upload successful.\n"); cx231xx_load_firmware()
1092 dprintk(1, "%s() status = %d, seq = %d\n", __func__, status, seq); cx231xx_417_check_encoder()
1097 dprintk(1, "%s()\n", __func__); cx231xx_codec_settings()
1119 dprintk(1, "%s()\n", __func__); cx231xx_initialize_codec()
1123 dprintk(2, "%s: PING OK\n", __func__); cx231xx_initialize_codec()
1150 dprintk(1, "cx23417 firmware version is 0x%08x\n", version); cx231xx_initialize_codec()
1156 dprintk(3, "***before enable656() VIM Capture Lines = %d ***\n", cx231xx_initialize_codec()
1224 dprintk(3, "***VIM Capture Lines =%d ***\n", val); cx231xx_initialize_codec()
1519 dprintk(3, "encodernorm set to NTSC\n"); vidioc_s_std()
1524 dprintk(3, "encodernorm set to PAL\n"); vidioc_s_std()
1533 dprintk(3, "exit vidioc_s_std() i=0x%x\n", i); vidioc_s_std()
1543 dprintk(3, "enter vidioc_s_ctrl()\n"); vidioc_s_ctrl()
1546 dprintk(3, "exit vidioc_s_ctrl()\n"); vidioc_s_ctrl()
1568 dprintk(3, "enter vidioc_g_fmt_vid_cap()\n"); vidioc_g_fmt_vid_cap()
1576 dprintk(1, "VIDIOC_G_FMT: w: %d, h: %d\n", vidioc_g_fmt_vid_cap()
1578 dprintk(3, "exit vidioc_g_fmt_vid_cap()\n"); vidioc_g_fmt_vid_cap()
1588 dprintk(3, "enter vidioc_try_fmt_vid_cap()\n"); vidioc_try_fmt_vid_cap()
1594 dprintk(1, "VIDIOC_TRY_FMT: w: %d, h: %d\n", vidioc_try_fmt_vid_cap()
1596 dprintk(3, "exit vidioc_try_fmt_vid_cap()\n"); vidioc_try_fmt_vid_cap()
1638 dprintk(3, "enter vidioc_streamon()\n"); vidioc_streamon()
1652 dprintk(3, "exit vidioc_streamon()\n"); vidioc_streamon()
1678 dprintk(2, "%s()\n", __func__); mpeg_open()
1725 dprintk(3, "mpeg_release()! dev=0x%p\n", dev); mpeg_release()
1812 dprintk(2, "%s()\n", __func__); mpeg_mmap()
1868 dprintk(1, "%s()\n", __func__); cx231xx_417_unregister()
1869 dprintk(3, "%s()\n", __func__); cx231xx_417_unregister()
1917 dprintk(1, "%s()\n", __func__); cx231xx_video_dev_init()
1941 dprintk(1, "%s()\n", __func__); cx231xx_417_register()
1954 dprintk(3, "%s: can't init cx2341x controls\n", dev->name); cx231xx_417_register()
1965 dprintk(3, "%s: can't add cx25840 controls\n", dev->name); cx231xx_417_register()
1980 dprintk(3, "%s: can't register mpeg device\n", dev->name); cx231xx_417_register()
1985 dprintk(3, "%s: registered device video%d [mpeg]\n", cx231xx_417_register()
/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c52 #define dprintk(fmt, arg...) if (audio_debug) \ macro
209 dprintk("mute/input: nothing to do [mute=%d,input=%s]\n", mute_input_7134()
214 dprintk("ctl_mute=%d automute=%d input=%s => mute=%d input=%s\n", mute_input_7134()
268 dprintk("tvaudio_setmode: %s %s [%d.%03d/%d.%03d MHz] acpf=%d%+d\n", tvaudio_setmode()
337 dprintk("skipping %d.%03d MHz [%4s]\n", tvaudio_checkcarrier()
344 dprintk("debug %d:",scan->carr); tvaudio_checkcarrier()
374 dprintk("scanning %d.%03d MHz [%4s] => dc is %5d [%d/%d]\n", tvaudio_checkcarrier()
392 dprintk("getstereo: fm/stereo: idp=0x%x\n",idp); tvaudio_getstereo()
406 dprintk("getstereo: nicam=0x%x\n",nicam); tvaudio_getstereo()
409 dprintk("getstereo: nicam_status=0x%x\n", nicam_status); tvaudio_getstereo()
427 dprintk("found audio subchannels:%s%s%s%s\n", tvaudio_getstereo()
462 dprintk("setstereo [fm] => %s\n", tvaudio_setstereo()
492 dprintk("tvaudio thread scan start [%d]\n",dev->thread.scan1); tvaudio_thread()
522 dprintk("only one main carrier candidate - skipping scan\n"); tvaudio_thread()
547 dprintk("found %s main sound carrier @ %d.%03d MHz [%d/%d]\n", tvaudio_thread()
556 dprintk("audio carrier scan failed, " tvaudio_thread()
564 dprintk("audio carrier scan failed, " tvaudio_thread()
789 dprintk("tvaudio thread scan start [%d]\n",dev->thread.scan1); tvaudio_thread_ddep()
794 dprintk("ddep override: %s\n",stdres[audio_ddep]); tvaudio_thread_ddep()
796 dprintk("FM Radio\n"); tvaudio_thread_ddep()
819 dprintk("scanning:%s%s%s%s%s\n", tvaudio_thread_ddep()
839 dprintk("tvaudio thread status: 0x%x [%s%s%s]\n", tvaudio_thread_ddep()
843 dprintk("detailed status: " tvaudio_thread_ddep()
1064 dprintk("sound IF not in use, skipping scan\n"); saa7134_tvaudio_do_scan()
H A Dsaa7134-ts.c38 #define dprintk(fmt, arg...) if (ts_debug) \ macro
47 dprintk("buffer_activate [%p]",buf); buffer_activate()
56 dprintk("- [top] buf=%p next=%p\n",buf,next); buffer_activate()
61 dprintk("- [bottom] buf=%p next=%p\n",buf,next); buffer_activate()
98 dprintk("buffer_prepare [%p]\n", buf); saa7134_ts_buffer_prepare()
242 dprintk("TS stop\n"); saa7134_ts_stop()
264 dprintk("TS start\n"); saa7134_ts_start()
/linux-4.1.27/net/atm/
H A 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_cache_add_entry()
109 dprintk("new_in_cache_entry: about to lock\n"); in_cache_add_entry()
127 dprintk("new_in_cache_entry: unlocked\n"); in_cache_add_entry()
163 dprintk("(%s) threshold exceeded for ip %pI4, sending MPOA res req\n", cache_hit()
197 dprintk("removing an ingress entry, ip = %pI4\n", in_cache_remove_entry()
240 dprintk("holding time expired, ip = %pI4\n", clear_count_and_expired()
315 dprintk("refreshing an entry.\n"); refresh_entries()
434 dprintk("removing an egress entry.\n"); eg_cache_remove_entry()
468 dprintk("adding an egress entry, ip = %pI4, this should be our IP\n", eg_cache_add_entry()
472 dprintk("new_eg_cache_entry: about to lock\n"); eg_cache_add_entry()
484 dprintk("new_eg_cache_entry cache_id %u\n", eg_cache_add_entry()
486 dprintk("mps_ip = %pI4\n", &entry->ctrl_info.mps_ip); eg_cache_add_entry()
490 dprintk("new_eg_cache_entry: unlocked\n"); eg_cache_add_entry()
518 dprintk("egress_cache: holding time expired, cache_id = %u.\n", clear_expired()
H A Dmpc.c42 #define dprintk(format, args...) \
46 #define dprintk(format, args...) \ macro
314 dprintk("(%s)\n", mpc->dev->name); start_mpc()
328 dprintk("(%s)", mpc->dev->name); stop_mpc()
383 dprintk("(%s) received TLV(s), ", dev->name); lane2_assoc_ind()
384 dprintk("total length of all TLVs %d\n", sizeoftlvs); lane2_assoc_ind()
396 dprintk(" type 0x%x length %02x\n", type, length); lane2_assoc_ind()
414 dprintk("(%s) MPOA device type '%s', ", lane2_assoc_ind()
429 dprintk("ignoring non-MPS device "); lane2_assoc_ind()
666 dprintk("(%s)\n", dev->name); mpc_vcc_close()
669 dprintk("(%s) ingress SVC closed ip = %pI4\n", mpc_vcc_close()
676 dprintk("(%s) egress SVC closed\n", mpc->dev->name); mpc_vcc_close()
682 dprintk("(%s) unused vcc closed\n", dev->name); mpc_vcc_close()
696 dprintk("(%s) null skb, closing VCC\n", dev->name); mpc_push()
706 dprintk("(%s) control packet arrived\n", dev->name); mpc_push()
815 dprintk("allocating new mpc for itf %d\n", arg); atm_mpoa_mpoad_attach()
920 dprintk("(%s)", mpc->dev ? mpc->dev->name : "<unknown>"); msg_from_mpoad()
1021 dprintk("allocating new mpc for %s\n", dev->name); mpoa_event_listener()
1031 dprintk("(%s) was initialized\n", dev->name); mpoa_event_listener()
1038 dprintk("device (%s) was deallocated\n", dev->name); mpoa_event_listener()
1135 dprintk("(%s) using egress SVC to reach %pI4\n", check_qos_and_open_shortcut()
1161 dprintk("(%s) ip %pI4\n", MPOA_res_reply_rcvd()
1219 dprintk("(%s) removing an ingress entry, ip = %pI4\n", ingress_purge_rcvd()
1235 dprintk("(%s) purge for a non-existing entry\n", egress_purge_rcvd()
1253 dprintk("entering\n"); purge_egress_shortcut()
1277 dprintk("exiting\n"); purge_egress_shortcut()
1288 dprintk("(%s)\n", mpc->dev->name); mps_death()
1315 dprintk("(%s) entry = %p, holding_time = %u\n", MPOA_cache_impos_rcvd()
1350 dprintk("(%s) setting MPC ctrl ATM address to", set_mpc_ctrl_addr_rcvd()
1401 dprintk("cache_id %u\n", entry->ctrl_info.cache_id); clean_up()
1525 dprintk("freeing qos entry %p\n", qos); atm_mpoa_cleanup()
/linux-4.1.27/fs/nfs/blocklayout/
H A Dblocklayout.c94 dprintk("%s enter\n", __func__); destroy_parallel()
109 dprintk("%s submitting %s bio %u@%llu\n", __func__, bl_submit_bio()
150 dprintk("%s: npg %d rw %d isect %llu offset %u len %d\n", __func__, do_add_page_to_bio()
206 dprintk("%s enter\n", __func__); bl_read_cleanup()
240 dprintk("%s enter nr_pages %u offset %lld count %u\n", __func__, bl_read_pagelist()
283 dprintk("%s Zeroing page for hole\n", __func__); bl_read_pagelist()
343 dprintk("%s enter\n", __func__); bl_write_cleanup()
386 dprintk("%s enter, %Zu@%lld\n", __func__, count, offset); bl_write_pagelist()
446 dprintk("%s enter\n", __func__); bl_free_layout_hdr()
459 dprintk("%s enter\n", __func__); bl_alloc_layout_hdr()
473 dprintk("%s enter\n", __func__); bl_free_lseg()
585 dprintk("%s: extent verification failed\n", __func__); bl_alloc_extent()
619 dprintk("---> %s\n", __func__); bl_alloc_lseg()
640 dprintk("%s: number of extents %d\n", __func__, count); bl_alloc_lseg()
654 dprintk("%s Final length mismatch\n", __func__); bl_alloc_lseg()
660 dprintk("%s Final uncovered COW extent\n", __func__); bl_alloc_lseg()
683 dprintk("%s returns %d\n", __func__, status); bl_alloc_lseg()
699 dprintk("%s: offset %lld not block size aligned\n", bl_return_range()
706 dprintk("%s: length %lld not block size aligned\n", bl_return_range()
734 dprintk("%s enter\n", __func__); bl_set_layoutdriver()
737 dprintk("%s Server did not return blksize\n", __func__); bl_set_layoutdriver()
900 dprintk("%s: NFSv4 Block Layout Driver Registering...\n", __func__); nfs4blocklayout_init()
918 dprintk("%s: NFSv4 Block Layout Driver Unregistering...\n", nfs4blocklayout_exit()
/linux-4.1.27/drivers/media/platform/
H A Dfsl-viu.c88 #define dprintk(level, fmt, arg...) \ macro
281 dprintk(0, "unknown pixelformat:'%4.4s'\n", (char *)&fourcc); format_by_fourcc()
333 dprintk(1, "%s vidq=0x%08lx\n", __func__, (unsigned long)vidq); restart_video_queue()
336 dprintk(2, "restart_queue [%p/%d]: restart dma\n", restart_video_queue()
359 dprintk(1, "Restarting video dma\n"); restart_video_queue()
365 dprintk(2, "[%p/%d] restart_queue - first active\n", restart_video_queue()
373 dprintk(2, "[%p/%d] restart_queue - move to active\n", restart_video_queue()
393 dprintk(1, "viu/0: [%p/%d] timeout\n", buf, buf->vb.i); viu_vid_timeout()
414 dprintk(1, "%s, count=%d, size=%d\n", __func__, *count, *size); buffer_setup()
444 dprintk(1, "buffer_activate [%p/%d]: dma addr 0x%lx\n", buffer_activate()
460 dprintk(0, "doesn't support color depth(%d)\n", buffer_activate()
540 dprintk(1, "adding vb queue=0x%08lx\n", buffer_queue()
542 dprintk(1, "vidq pointer 0x%p, queued 0x%p\n", buffer_queue()
544 dprintk(1, "dev %p, queued: self %p, next %p, head %p\n", buffer_queue()
549 dprintk(2, "[%p/%d] buffer_queue - append to queued\n", buffer_queue()
552 dprintk(1, "adding vb active=0x%08lx\n", buffer_queue()
557 dprintk(2, "[%p/%d] buffer_queue - first active\n", buffer_queue()
562 dprintk(1, "adding vb queue2=0x%08lx\n", buffer_queue()
570 dprintk(2, "[%p/%d] buffer_queue - append to active\n", buffer_queue()
575 dprintk(2, "[%p/%d] buffer_queue - first queued\n", buffer_queue()
652 dprintk(1, "Fourcc format (0x%08x) invalid.", vidioc_try_fmt_cap()
662 dprintk(1, "Field type invalid.\n"); vidioc_try_fmt_cap()
701 dprintk(1, "set to pixelformat '%4.6s'\n", (char *)&fh->fmt->name); vidioc_s_fmt_cap()
767 dprintk(1, "%s %dx%d %s\n", __func__, viu_setup_preview()
788 dprintk(0, "device doesn't support color depth(%d)\n", viu_setup_preview()
1067 dprintk(1, "start another queued buffer: 0x%p\n", buf); viu_activate_next_buf()
1074 dprintk(1, "start another queued buffer: 0x%p\n", buf); viu_activate_next_buf()
1091 dprintk(1, "status reg: 0x%08x, field base: 0x%08x\n", viu_default_settings()
1145 dprintk(1, "irq: field %d, done %d\n", viu_capture_intr()
1150 dprintk(1, "activate first buf\n"); viu_capture_intr()
1153 dprintk(1, "wait field 0\n"); viu_capture_intr()
1163 dprintk(1, "field 1, 0x%lx, dev field %d\n", viu_capture_intr()
1180 dprintk(1, "viu/0: [%p/%d] 0x%lx/0x%lx: dma complete\n", viu_capture_intr()
1210 dprintk(1, "Err: error(%d), times:%d!\n", viu_intr()
1220 dprintk(2, "VIU DMA end interrupt times: %d\n", viu_intr()
1229 dprintk(2, "VIU field interrupt times: %d\n", viu_intr()
1238 dprintk(2, "VIU vsync interrupt times: %d\n", viu_intr()
1270 dprintk(1, "viu: open (minor=%d)\n", minor); viu_open()
1280 dprintk(1, "open minor=%d type=%s users=%d\n", minor, viu_open()
1310 dprintk(1, "Open: fh=0x%08lx, dev=0x%08lx, dev->vidq=0x%08lx\n", viu_open()
1313 dprintk(1, "Open: list_empty queued=%d\n", viu_open()
1315 dprintk(1, "Open: list_empty active=%d\n", viu_open()
1346 dprintk(2, "%s\n", __func__); viu_read()
1393 dprintk(1, "close (minor=%d, users=%d)\n", viu_release()
1418 dprintk(1, "mmap called, vma=0x%08lx\n", (unsigned long)vma); viu_mmap()
1425 dprintk(1, "vma start=0x%08lx, size=%ld, ret=%d\n", viu_mmap()
/linux-4.1.27/drivers/media/i2c/
H A 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", get_key_haup_common()
139 dprintk(1,"read error\n"); get_key_pixelview()
156 dprintk(1,"read error\n"); get_key_fusionhdtv()
161 dprintk(2, "%s: 0x%2x 0x%2x 0x%2x 0x%2x\n", __func__, get_key_fusionhdtv()
181 dprintk(1,"read error\n"); get_key_knc1()
189 dprintk(2,"key %02x\n", b); get_key_knc1()
214 dprintk(1, "read error\n"); get_key_avermedia_cardbus()
224 dprintk(1, "read error\n"); get_key_avermedia_cardbus()
231 dprintk(1, "read key 0x%02x/0x%02x\n", key, keygroup); get_key_avermedia_cardbus()
234 dprintk(1, "warning: invalid key group 0x%02x for key 0x%02x\n", get_key_avermedia_cardbus()
256 dprintk(3, "%s\n", __func__); ir_key_poll()
259 dprintk(2,"error\n"); ir_key_poll()
264 dprintk(1, "%s: proto = 0x%04x, scancode = 0x%08x\n", ir_key_poll()
409 dprintk(1, ": Unsupported device at address 0x%02x\n", ir_probe()
H A Dsaa6588.c65 #define dprintk if (debug) printk macro
159 dprintk(PREFIX "Read: buffer empty.\n"); block_from_buf()
164 dprintk(PREFIX "Read: "); block_from_buf()
166 dprintk("0x%02x ", s->buffer[i]); block_from_buf()
177 dprintk("%d blocks total.\n", s->block_count); block_from_buf()
237 dprintk(PREFIX "New block: "); block_to_buf()
241 dprintk("0x%02x ", blockbuf[i]); block_to_buf()
257 dprintk("%d blocks total.\n", s->block_count); block_to_buf()
272 dprintk(PREFIX "read error!\n"); saa6588_i2c_poll()
282 dprintk("Saw block %d again.\n", blocknum); saa6588_i2c_poll()
387 dprintk(PREFIX "writing: 0w=0x%02x 1w=0x%02x 2w=0x%02x\n", saa6588_configure()
/linux-4.1.27/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c62 dprintk("%s: stateid id= [%x%x%x%x]\n", __func__, decode_stateid()
97 dprintk("%s: fh len %d\n", __func__, fh->size); decode_nfs_fh()
124 dprintk("%s: len %u\n", __func__, len); decode_name()
161 dprintk("--> %s\n", __func__); ff_layout_check_layout()
166 dprintk("%s Only whole file layouts supported. Use MDS i/o\n", ff_layout_check_layout()
171 dprintk("--> %s returns %d\n", __func__, ret); ff_layout_check_layout()
214 dprintk("--> %s\n", __func__); ff_layout_alloc_lseg()
231 dprintk("%s: stripe_unit=%llu mirror_array_cnt=%u\n", __func__, ff_layout_alloc_lseg()
342 dprintk("%s: uid %d gid %d\n", __func__, ff_layout_alloc_lseg()
353 dprintk("<-- %s (success)\n", __func__); ff_layout_alloc_lseg()
360 dprintk("<-- %s (%d)\n", __func__, rc); ff_layout_alloc_lseg()
381 dprintk("--> %s\n", __func__); ff_layout_free_lseg()
616 dprintk("%s Reset task %5u for i/o through pNFS " ff_layout_reset_write()
640 dprintk("%s Reset task %5u for i/o through MDS " ff_layout_reset_write()
659 dprintk("%s Reset task %5u for i/o through MDS " ff_layout_reset_read()
717 dprintk("%s ERROR %d, Reset session. Exchangeid " ff_layout_async_handle_error_v4()
735 dprintk("%s Invalid layout error %d\n", __func__, ff_layout_async_handle_error_v4()
755 dprintk("%s DS connection error %d\n", __func__, ff_layout_async_handle_error_v4()
764 dprintk("%s Retry through MDS. Error %d\n", __func__, ff_layout_async_handle_error_v4()
792 dprintk("%s DS connection error %d\n", __func__, ff_layout_async_handle_error_v3()
841 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); ff_layout_io_track_ds_error()
896 dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino, ff_layout_set_layoutcommit()
917 dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); ff_layout_read_prepare_common()
983 dprintk("--> %s task->tk_status %d\n", __func__, task->tk_status); ff_layout_read_call_done()
1100 dprintk("%s task %u reset io to %s\n", __func__, ff_layout_write_prepare_common()
1237 dprintk("--> %s ino %lu pgbase %u req %Zu@%llu\n", ff_layout_read_pagelist()
1256 dprintk("%s USE DS: %s cl_count %d vers %d\n", __func__, ff_layout_read_pagelist()
1314 dprintk("%s ino %lu sync %d req %Zu@%llu DS: %s cl_count %d vers %d\n", ff_layout_write_pagelist()
1383 dprintk("%s ino %lu, how %d cl_count %d vers %d\n", __func__, ff_layout_initiate_commit()
1483 dprintk("%s: Begin\n", __func__); ff_layout_encode_layoutreturn()
1491 dprintk("%s: Return\n", __func__); ff_layout_encode_layoutreturn()
/linux-4.1.27/drivers/media/usb/s2255/
H A Ds2255drv.c367 #define dprintk(dev, level, fmt, arg...) \ macro
569 dprintk(dev, 1, "No active queue to serve\n"); s2255_got_frame()
584 dprintk(dev, 2, "%s: [buf] [%p]\n", __func__, buf); s2255_got_frame()
653 dprintk(dev, 2, "s2255fill at : Buffer 0x%08lx size= %d\n", s2255_fillbuff()
682 dprintk(vc->dev, 4, "%s\n", __func__); buffer_prepare()
690 dprintk(vc->dev, 4, "invalid buffer prepare\n"); buffer_prepare()
695 dprintk(vc->dev, 4, "invalid buffer prepare\n"); buffer_prepare()
708 dprintk(vc->dev, 1, "%s\n", __func__); buffer_queue()
793 dprintk(vc->dev, 50, "%s NTSC: %d suggested width: %d, height: %d\n", vidioc_try_fmt_vid_cap()
835 dprintk(vc->dev, 50, "%s: set width %d height %d field %d\n", __func__, vidioc_try_fmt_vid_cap()
860 dprintk(vc->dev, 1, "queue busy\n"); vidioc_s_fmt_vid_cap()
1024 dprintk(dev, 3, "%s channel: %d\n", __func__, vc->idx); s2255_set_mode()
1035 dprintk(dev, 1, "%s: reqsize %ld\n", __func__, vc->req_image_size); s2255_set_mode()
1052 dprintk(dev, 0, "s2255: no set mode response\n"); s2255_set_mode()
1058 dprintk(dev, 1, "%s chn %d, result: %d\n", __func__, vc->idx, res); s2255_set_mode()
1072 dprintk(dev, 4, "%s chan %d\n", __func__, vc->idx); s2255_cmd_status()
1084 dprintk(dev, 0, "s2255: no vidstatus response\n"); s2255_cmd_status()
1088 dprintk(dev, 4, "%s, vid status %d\n", __func__, *pstatus); s2255_cmd_status()
1120 dprintk(vc->dev, 2, "[%p/%d] done\n", stop_streaming()
1141 dprintk(vc->dev, 4, "%s 60 Hz\n", __func__); vidioc_s_std()
1151 dprintk(vc->dev, 4, "%s 50 Hz\n", __func__); vidioc_s_std()
1197 dprintk(dev, 4, "s2255_cmd_status rc: %d status %x\n", vidioc_enum_input()
1274 dprintk(vc->dev, 2, "%s: quality %d\n", __func__, jc->quality); vidioc_g_jpegcomp()
1286 dprintk(vc->dev, 2, "%s: quality %d\n", __func__, jc->quality); vidioc_s_jpegcomp()
1319 dprintk(vc->dev, 4, "%s capture mode, %d timeperframe %d/%d\n", vidioc_g_parm()
1361 dprintk(vc->dev, 4, "%s capture mode, %d timeperframe %d/%d, fdec %d\n", vidioc_s_parm()
1428 dprintk(vc->dev, 4, "%s discrete %d/%d\n", __func__, vidioc_enum_frameintervals()
1445 dprintk(dev, 1, "s2255: %s\n", __func__); s2255_open()
1518 dprintk(dev, 1, "%s", __func__); s2255_destroy()
1584 dprintk(dev, 4, "%s, chnls: %d\n", __func__, s2255_video_device_release()
1732 dprintk(dev, 100, "buffer to user\n"); save_frame()
1747 dprintk(dev, 4, "marker @ offset: %d [%x %x]\n", save_frame()
1753 dprintk(dev, 0, save_frame()
1785 dprintk(dev, 5, "setmode rdy %d\n", cc); save_frame()
1801 dprintk(dev, 5, "vstat %x chan %d\n", save_frame()
1837 dprintk(dev, 1, "s2255 frame buffer == NULL.%p %p %d %d", save_frame()
1853 dprintk(dev, 4, "cur_size: %lu, size: %lu\n", frm->cur_size, size); save_frame()
1856 dprintk(dev, 2, "******[%d]Buffer[%d]full*******\n", save_frame()
1880 dprintk(dev, 50, "callback read video\n"); s2255_read_video_callback()
1890 dprintk(dev, 4, "s2255: read callback failed\n"); s2255_read_video_callback()
1892 dprintk(dev, 50, "callback read video done\n"); s2255_read_video_callback()
1930 dprintk(dev, 2, "get fw error: %x\n", ret); s2255_get_fx2fw()
1932 dprintk(dev, 2, "Get FW %x %x\n", transBuffer[0], transBuffer[1]); s2255_get_fx2fw()
1989 dprintk(dev, 4, "board init: %p", dev); s2255_board_init()
1998 dprintk(dev, 1, "out of memory!\n"); s2255_board_init()
2029 dprintk(dev, 1, "%s: success\n", __func__); s2255_board_init()
2036 dprintk(dev, 1, "%s: dev: %p", __func__, dev); s2255_board_shutdown()
2069 dprintk(dev, 2, "%s: err shutdown\n", __func__); read_pipe_completion()
2075 dprintk(dev, 2, "%s: exiting USB pipe", __func__); read_pipe_completion()
2083 dprintk(dev, 1, "%s: failed URB %d\n", __func__, status); read_pipe_completion()
2098 dprintk(dev, 2, "%s :complete state 0\n", __func__); read_pipe_completion()
2109 dprintk(dev, 2, "%s: IN %d\n", __func__, dev->read_endpoint); s2255_start_readpipe()
2159 dprintk(dev, 2, "start acquire exit[%d] %d\n", vc->idx, res); s2255_start_acquire()
2182 dprintk(dev, 4, "%s: chn %d, res %d\n", __func__, vc->idx, res); s2255_stop_acquire()
2198 dprintk(dev, 4, "%s", __func__); s2255_stop_readpipe()
/linux-4.1.27/drivers/scsi/
H A Dqla1280.c152 it with proper use of dprintk().
158 - Change debug code to use dprintk() and remove #if mess
587 #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"); qla1280_read_nvram()
643 dprintk(3, "qla1280_read_nvram: NVRAM Magic ID= %c %c %c %02x" qla1280_read_nvram()
679 dprintk(1, "qla1280_read_nvram: Completed Reading NVRAM\n"); qla1280_read_nvram()
867 dprintk(4, "error_action %i, istatus 0x%04x\n", action, qla1280_error_action()
870 dprintk(4, "host_cmd 0x%04x, ictrl 0x%04x, jiffies %li\n", qla1280_error_action()
907 dprintk(1, "qla1280: RISC aborting command\n"); qla1280_error_action()
991 dprintk(1, "RESET returning %d\n", result); qla1280_error_action()
1347 dprintk(1, "qla1280_return_status: compl status = 0x%04x\n", qla1280_return_status()
1385 dprintk(2, "Data overrun 0x%x\n", residual_length); qla1280_return_status()
1386 dprintk(2, "qla1280_return_status: response packet data\n"); qla1280_return_status()
1410 dprintk(1, "qla1280 ISP status: host status (%s) scsi status %x\n", qla1280_return_status()
1462 dprintk(1, "Configure PCI space for adapter...\n"); qla1280_initialize_adapter()
1473 dprintk(2, "qla1280_initialize_adapter: failed to read " qla1280_initialize_adapter()
1492 dprintk(1, "scsi(%ld): Configure NVRAM parameters\n", ha->host_no); qla1280_initialize_adapter()
1517 dprintk(2, "qla1280_initialize_adapter: **** FAILED ****\n"); qla1280_initialize_adapter()
1598 dprintk(3, "qla1280_chip_diag: testing device at 0x%p \n", &reg->id_l); qla1280_chip_diag()
1600 dprintk(1, "scsi(%ld): Verifying chip\n", ha->host_no); qla1280_chip_diag()
1626 dprintk(3, "qla1280_chip_diag: reset register cleared by chip reset\n"); qla1280_chip_diag()
1650 dprintk(3, "qla1280_chip_diag: Checking product ID of chip\n"); qla1280_chip_diag()
1671 dprintk(1, "qla1280_chip_diag: Checking mailboxes of chip\n"); qla1280_chip_diag()
1693 dprintk(3, "qla1280_chip_diag: exiting normally\n"); qla1280_chip_diag()
1696 dprintk(2, "qla1280_chip_diag: **** FAILED ****\n"); qla1280_chip_diag()
1770 dprintk(1, "%s: DMA RISC code (%i) words\n", qla1280_load_firmware_dma()
1782 dprintk(2, "qla1280_setup_chip: loading risc @ =(0x%p)," qla1280_load_firmware_dma()
1795 dprintk(2, "%s: op=%d 0x%p = 0x%4x,0x%4x,0x%4x,0x%4x\n", qla1280_load_firmware_dma()
1855 dprintk(1, "%s: Verifying checksum of loaded RISC code.\n", qla1280_start_firmware()
1869 dprintk(1, "%s: start firmware running.\n", __func__); qla1280_start_firmware()
1958 dprintk(2, "qla1280_init_rings: **** FAILED ****\n"); qla1280_init_rings()
1967 dprintk(1, "qla1280 : initiator scsi id bus[0]=%d\n", qla1280_print_settings()
1969 dprintk(1, "qla1280 : initiator scsi id bus[1]=%d\n", qla1280_print_settings()
1972 dprintk(1, "qla1280 : bus reset delay[0]=%d\n", qla1280_print_settings()
1974 dprintk(1, "qla1280 : bus reset delay[1]=%d\n", qla1280_print_settings()
1977 dprintk(1, "qla1280 : retry count[0]=%d\n", nv->bus[0].retry_count); qla1280_print_settings()
1978 dprintk(1, "qla1280 : retry delay[0]=%d\n", nv->bus[0].retry_delay); qla1280_print_settings()
1979 dprintk(1, "qla1280 : retry count[1]=%d\n", nv->bus[1].retry_count); qla1280_print_settings()
1980 dprintk(1, "qla1280 : retry delay[1]=%d\n", nv->bus[1].retry_delay); qla1280_print_settings()
1982 dprintk(1, "qla1280 : async data setup time[0]=%d\n", qla1280_print_settings()
1984 dprintk(1, "qla1280 : async data setup time[1]=%d\n", qla1280_print_settings()
1987 dprintk(1, "qla1280 : req/ack active negation[0]=%d\n", qla1280_print_settings()
1989 dprintk(1, "qla1280 : req/ack active negation[1]=%d\n", qla1280_print_settings()
1992 dprintk(1, "qla1280 : data line active negation[0]=%d\n", qla1280_print_settings()
1994 dprintk(1, "qla1280 : data line active negation[1]=%d\n", qla1280_print_settings()
1997 dprintk(1, "qla1280 : disable loading risc code=%d\n", qla1280_print_settings()
2000 dprintk(1, "qla1280 : enable 64bit addressing=%d\n", qla1280_print_settings()
2003 dprintk(1, "qla1280 : selection timeout limit[0]=%d\n", qla1280_print_settings()
2005 dprintk(1, "qla1280 : selection timeout limit[1]=%d\n", qla1280_print_settings()
2008 dprintk(1, "qla1280 : max queue depth[0]=%d\n", qla1280_print_settings()
2010 dprintk(1, "qla1280 : max queue depth[1]=%d\n", qla1280_print_settings()
2051 dprintk(1, "Using defaults for NVRAM: \n"); qla1280_set_defaults()
2335 dprintk(2, "qla1280_nvram_config: **** FAILED ****\n"); qla1280_nvram_config()
2364 dprintk(8, "qla1280_get_nvram_word: exiting normally NVRAM data = " qla1280_get_nvram_word()
2539 dprintk(2, "qla1280_mailbox_command: **** FAILED, mailbox0 = " qla1280_mailbox_command()
2596 dprintk(3, "qla1280_bus_reset: entered\n"); qla1280_bus_reset()
2630 dprintk(2, "qla1280_bus_reset: **** FAILED ****\n"); qla1280_bus_reset()
2632 dprintk(3, "qla1280_bus_reset: exiting normally\n"); qla1280_bus_reset()
2666 dprintk(2, "qla1280_device_reset: **** FAILED ****\n"); qla1280_device_reset()
2705 dprintk(2, "qla1280_abort_command: **** FAILED ****\n"); qla1280_abort_command()
2825 dprintk(3, "Number of free entries=(%d) seg_cnt=0x%x\n", qla1280_64bit_start_scsi()
2831 dprintk(2, "qla1280_start_scsi: in-ptr=0x%x req_q_cnt=" qla1280_64bit_start_scsi()
2843 dprintk(2, "qla1280_start_scsi: NO ROOM IN " qla1280_64bit_start_scsi()
2852 dprintk(2, "start: cmd=%p sp=%p CDB=%xm, handle %lx\n", cmd, sp, qla1280_64bit_start_scsi()
2854 dprintk(2, " bus %i, target %i, lun %i\n", qla1280_64bit_start_scsi()
2887 /* dprintk(1, "Build packet for command[0]=0x%x\n",pkt->scsi_cdb[0]); */ qla1280_64bit_start_scsi()
2925 dprintk(3, "S/G Segment phys_addr=%x %x, len=0x%x\n", for_each_sg()
2931 dprintk(5, "qla1280_64bit_start_scsi: Scatter/gather "
2941 dprintk(3, "S/G Building Continuation...seg_cnt=0x%x "
2988 dprintk(3, "S/G Segment Cont. phys_addr=%x %x, len=0x%x\n", for_each_sg()
2994 dprintk(5, "qla1280_64bit_start_scsi: "
3002 dprintk(5, "qla1280_64bit_start_scsi: No data, command "
3016 dprintk(2,
3026 dprintk(2, "qla1280_64bit_start_scsi: **** FAILED ****\n");
3028 dprintk(3, "qla1280_64bit_start_scsi: exiting normally\n");
3068 dprintk(1, "32bit_start: cmd=%p sp=%p CDB=%x\n", cmd, sp, qla1280_32bit_start_scsi()
3084 dprintk(3, "S/G Transfer cmd=%p seg_cnt=0x%x, req_cnt=%x\n", qla1280_32bit_start_scsi()
3101 dprintk(3, "Number of free entries=(%d) seg_cnt=0x%x\n", qla1280_32bit_start_scsi()
3106 dprintk(2, "qla1280_32bit_start_scsi: in-ptr=0x%x, " qla1280_32bit_start_scsi()
3118 dprintk(2, "qla1280_32bit_start_scsi: NO ROOM IN OUTSTANDING " qla1280_32bit_start_scsi()
3157 /*dprintk(1, "Build packet for command[0]=0x%x\n",pkt->scsi_cdb[0]); */ qla1280_32bit_start_scsi()
3177 dprintk(3, "Building S/G data segments..\n"); qla1280_32bit_start_scsi()
3187 dprintk(3, "S/G Segment phys_addr=0x%lx, len=0x%x\n", for_each_sg()
3195 dprintk(3, "S/G Building Continuation"
3234 dprintk(1, for_each_sg()
3241 dprintk(5, "qla1280_32bit_start_scsi: "
3249 dprintk(5, "qla1280_32bit_start_scsi: No data, command "
3253 dprintk(5, "qla1280_32bit_start_scsi: First IOCB block:\n");
3266 dprintk(2, "qla1280_32bit_start_scsi: Wakeup RISC "
3276 dprintk(2, "qla1280_32bit_start_scsi: **** FAILED ****\n");
3348 dprintk(2, "qla1280_req_pkt: **** FAILED ****\n"); qla1280_req_pkt()
3350 dprintk(3, "qla1280_req_pkt: exiting normally\n"); qla1280_req_pkt()
3370 dprintk(5, "qla1280_isp_cmd: IOCB data:\n"); qla1280_isp_cmd()
3439 /* dprintk(1, "qla1280_isr: In Get mailbox data \n"); */ qla1280_isr()
3459 dprintk(5, "qla1280_isr: mailbox interrupt mailbox[0] = 0x%x", qla1280_isr()
3465 dprintk(5, "qla1280_isr: mailbox SCSI response " qla1280_isr()
3525 dprintk(2, "qla1280_isr: asynchronous WAKEUP_THRES\n"); qla1280_isr()
3529 dprintk(2, qla1280_isr()
3543 dprintk(2, qla1280_isr()
3548 /* dprintk(1, "qla1280_isr: default case of switch MB \n"); */ qla1280_isr()
3569 dprintk(2, "qla1280_isr: Response pointer Error\n"); qla1280_isr()
3579 dprintk(5, "qla1280_isr: ha->rsp_ring_index = 0x%x, mailbox[5]" qla1280_isr()
3581 dprintk(5,"qla1280_isr: response packet data\n"); qla1280_isr()
3587 dprintk(2, "qla1280_isr: ha->rsp_ring_index = " qla1280_isr()
3595 dprintk(2, "qla1280_isr: ha->rsp_ring_index = " qla1280_isr()
3598 dprintk(2, "qla1280_isr: response packet data\n"); qla1280_isr()
3604 dprintk(2, "status: Cmd %p, handle %i\n", qla1280_isr()
3706 dprintk(3, "scsi: comp_status = 0x%x, scsi_status = " qla1280_status_entry()
3741 dprintk(2, "qla1280_status_entry: Check " qla1280_status_entry()
3778 dprintk(2, "qla1280_error_entry: BAD PAYLOAD flag error\n"); qla1280_error_entry()
3780 dprintk(2, "qla1280_error_entry: BAD HEADER flag error\n"); qla1280_error_entry()
3782 dprintk(2, "qla1280_error_entry: FULL flag error\n"); qla1280_error_entry()
3784 dprintk(2, "qla1280_error_entry: UNKNOWN flag error\n"); qla1280_error_entry()
3891 dprintk(2, "qla1280_abort_isp: **** FAILED ****\n"); qla1280_abort_isp()
4275 dprintk(2, "scsi(%li): 64 Bit PCI Addressing Enabled\n", qla1280_probe_one()
H A Datari_NCR5380.c317 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %d: no free tags\n", is_lun_busy()
343 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %d now allocated by untagged " cmd_get_tag()
351 dprintk(NDEBUG_TAGS, "scsi%d: using tag %d for target %d lun %d " cmd_get_tag()
370 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %d untagged cmd finished\n", cmd_free_tag()
379 dprintk(NDEBUG_TAGS, "scsi%d: freed tag %d for target %d lun %d\n", cmd_free_tag()
429 dprintk(NDEBUG_MERGING, "VTOP(%p) == %08lx -> merging\n", merge_contiguous_buffers()
441 dprintk(NDEBUG_MERGING, "merged %d buffers from %p, new length %08x\n", merge_contiguous_buffers()
898 dprintk(NDEBUG_QUEUES, "scsi%d: command added to %s of queue\n", H_NO(cmd), NCR5380_queue_command()
978 dprintk(NDEBUG_MAIN, "scsi%d: not connected\n", HOSTNO); NCR5380_main()
996 dprintk(NDEBUG_LISTS, NCR5380_main()
1030 dprintk(NDEBUG_MAIN, "scsi%d: main(): command for target %d " NCR5380_main()
1063 dprintk(NDEBUG_MAIN, "scsi%d: main(): select() failed, " NCR5380_main()
1078 dprintk(NDEBUG_MAIN, "scsi%d: main: performing information transfer\n", NCR5380_main()
1081 dprintk(NDEBUG_MAIN, "scsi%d: main: done set false\n", HOSTNO); NCR5380_main()
1129 dprintk(NDEBUG_DMA, "scsi%d: read overrun handled\n", HOSTNO); NCR5380_dma_complete()
1134 dprintk(NDEBUG_DMA, "scsi%d: real DMA transfer complete, basr 0x%X, sr 0x%X\n", NCR5380_dma_complete()
1174 dprintk(NDEBUG_DMA, "Got an input overrun, using saved byte\n"); NCR5380_dma_complete()
1180 dprintk(NDEBUG_DMA, "Doing %d-byte PIO to 0x%08lx\n", cnt, (long)*data); NCR5380_dma_complete()
1205 dprintk(NDEBUG_INTR, "scsi%d: NCR5380 irq triggered\n", HOSTNO); NCR5380_intr()
1209 dprintk(NDEBUG_INTR, "scsi%d: BASR=%02x\n", HOSTNO, basr); NCR5380_intr()
1215 dprintk(NDEBUG_INTR, "scsi%d: SEL interrupt\n", HOSTNO); NCR5380_intr()
1219 dprintk(NDEBUG_INTR, "scsi%d: PARITY interrupt\n", HOSTNO); NCR5380_intr()
1222 dprintk(NDEBUG_INTR, "scsi%d: RESET interrupt\n", HOSTNO); NCR5380_intr()
1241 dprintk(NDEBUG_INTR, "scsi%d: PHASE MISM or EOP interrupt\n", HOSTNO); NCR5380_intr()
1249 dprintk(NDEBUG_INTR, "scsi%d: unknown interrupt, " NCR5380_intr()
1271 dprintk(NDEBUG_INTR, "scsi%d: in int routine, calling main\n", HOSTNO); NCR5380_intr()
1318 dprintk(NDEBUG_ARBITRATION, "scsi%d: starting arbitration, id = %d\n", HOSTNO, NCR5380_select()
1363 dprintk(NDEBUG_ARBITRATION, "scsi%d: arbitration complete\n", HOSTNO); NCR5380_select()
1384 dprintk(NDEBUG_ARBITRATION, "scsi%d: lost arbitration, deasserting MR_ARBITRATE\n", NCR5380_select()
1399 dprintk(NDEBUG_ARBITRATION, "scsi%d: lost arbitration, deasserting ICR_ASSERT_SEL\n", NCR5380_select()
1422 dprintk(NDEBUG_ARBITRATION, "scsi%d: won arbitration\n", HOSTNO); NCR5380_select()
1482 dprintk(NDEBUG_SELECTION, "scsi%d: selecting target %d\n", HOSTNO, cmd->device->id); NCR5380_select()
1548 dprintk(NDEBUG_SELECTION, "scsi%d: target did not respond within 250ms\n", HOSTNO); NCR5380_select()
1574 dprintk(NDEBUG_SELECTION, "scsi%d: target %d selected, going into MESSAGE OUT phase.\n", NCR5380_select()
1594 dprintk(NDEBUG_SELECTION, "scsi%d: nexus established.\n", HOSTNO); NCR5380_select()
1658 dprintk(NDEBUG_HANDSHAKE, "scsi%d: REQ detected\n", HOSTNO); NCR5380_transfer_pio()
1662 dprintk(NDEBUG_PIO, "scsi%d: phase mismatch\n", HOSTNO); NCR5380_transfer_pio()
1703 dprintk(NDEBUG_HANDSHAKE, "scsi%d: req false, handshake complete\n", HOSTNO); NCR5380_transfer_pio()
1724 dprintk(NDEBUG_PIO, "scsi%d: residual %d\n", HOSTNO, c); NCR5380_transfer_pio()
1837 dprintk(NDEBUG_DMA, "scsi%d: initializing DMA for %s, %d bytes %s %p\n", NCR5380_transfer_dma()
1883 dprintk(NDEBUG_DMA, "scsi%d: initializing DMA for %s, %d bytes %s %p\n", NCR5380_transfer_dma()
2038 dprintk(NDEBUG_INFORMATION, "scsi%d: %d bytes and %d buffers left\n", NCR5380_information_transfer()
2129 dprintk(NDEBUG_LINKED, "scsi%d: target %d lun %llu linked command " NCR5380_information_transfer()
2154 dprintk(NDEBUG_LINKED, "scsi%d: target %d lun %llu linked request " NCR5380_information_transfer()
2165 dprintk(NDEBUG_QUEUES, "scsi%d: command for target %d, lun %llu " NCR5380_information_transfer()
2183 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %llu returned " NCR5380_information_transfer()
2227 dprintk(NDEBUG_AUTOSENSE, "scsi%d: performing request sense\n", HOSTNO); NCR5380_information_transfer()
2232 dprintk(NDEBUG_QUEUES, "scsi%d: REQUEST SENSE added to head of " NCR5380_information_transfer()
2277 dprintk(NDEBUG_TAGS, "scsi%d: target %d lun %llu rejected " NCR5380_information_transfer()
2294 dprintk(NDEBUG_QUEUES, "scsi%d: command for target %d lun %llu was " NCR5380_information_transfer()
2347 dprintk(NDEBUG_EXTENDED, "scsi%d: receiving extended message\n", HOSTNO); NCR5380_information_transfer()
2353 dprintk(NDEBUG_EXTENDED, "scsi%d: length=%d, code=0x%02x\n", HOSTNO, NCR5380_information_transfer()
2365 dprintk(NDEBUG_EXTENDED, "scsi%d: message received, residual %d\n", NCR5380_information_transfer()
2495 dprintk(NDEBUG_RESELECTION, "scsi%d: reselect\n", HOSTNO); NCR5380_reselect()
2554 dprintk(NDEBUG_TAGS, "scsi%d: target mask %02x, lun %d sent tag %d at " NCR5380_reselect()
2642 dprintk(NDEBUG_TAGS, "scsi%d: target mask %02x, lun %d sent tag %d at reselection\n" NCR5380_reselect()
2648 dprintk(NDEBUG_RESELECTION, "scsi%d: nexus established, target = %d, lun = %llu, tag = %d\n", NCR5380_reselect()
2684 dprintk(NDEBUG_ABORT, "scsi%d: abort called basr 0x%02x, sr 0x%02x\n", HOSTNO, NCR5380_abort()
2697 dprintk(NDEBUG_ABORT, "scsi%d: aborting connected command\n", HOSTNO); NCR5380_abort()
2750 dprintk(NDEBUG_ABORT, "scsi%d: abort removed command from issue queue.\n", NCR5380_abort()
2772 dprintk(NDEBUG_ABORT, "scsi%d: abort failed, command connected.\n", HOSTNO); NCR5380_abort()
2805 dprintk(NDEBUG_ABORT, "scsi%d: aborting disconnected command.\n", HOSTNO); NCR5380_abort()
2810 dprintk(NDEBUG_ABORT, "scsi%d: nexus reestablished.\n", HOSTNO); NCR5380_abort()
2904 dprintk(NDEBUG_ABORT, "scsi%d: reset aborted issued command(s)\n", H_NO(cmd)); NCR5380_bus_reset()
2906 dprintk(NDEBUG_ABORT, "scsi%d: reset aborted a connected command\n", H_NO(cmd)); NCR5380_bus_reset()
2908 dprintk(NDEBUG_ABORT, "scsi%d: reset aborted disconnected command(s)\n", H_NO(cmd)); NCR5380_bus_reset()
H A D3w-xxxx.c244 dprintk(KERN_WARNING "3w-xxxx: tw_check_bits(): No expected bits (0x%x).\n", status_reg_value); tw_check_bits()
248 dprintk(KERN_WARNING "3w-xxxx: tw_check_bits(): Found unexpected bits (0x%x).\n", status_reg_value); tw_check_bits()
260 dprintk(KERN_WARNING "3w-xxxx: tw_decode_bits()\n"); tw_decode_bits()
363 dprintk(KERN_NOTICE "3w-xxxx: tw_post_command_packet()\n"); tw_post_command_packet()
368 dprintk(KERN_WARNING "3w-xxxx: tw_post_command_packet(): Unexpected bits.\n"); tw_post_command_packet()
407 dprintk(KERN_WARNING "3w-xxxx: tw_decode_sense()\n"); tw_decode_sense()
550 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_read_queue()\n"); tw_aen_read_queue()
554 dprintk(KERN_WARNING "3w-xxxx: tw_aen_read_queue(): Unexpected bits.\n"); tw_aen_read_queue()
595 dprintk(KERN_WARNING "3w-xxxx: tw_aen_read_queue(): Post succeeded.\n"); tw_aen_read_queue()
614 dprintk(KERN_WARNING "3w-xxxx: tw_aen_complete()\n"); tw_aen_complete()
621 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_complete(): Queue'd code 0x%x\n", aen); tw_aen_complete()
687 dprintk(KERN_NOTICE "3w-xxxx: tw_aen_drain_queue()\n"); tw_aen_drain_queue()
690 dprintk(KERN_WARNING "3w-xxxx: tw_aen_drain_queue(): No attention interrupt for card %d.\n", tw_device_extension_count); tw_aen_drain_queue()
768 dprintk(KERN_WARNING "3w-xxxx: AEN: %s.\n", tw_aen_string[aen & 0xff]); tw_aen_drain_queue()
836 dprintk(KERN_NOTICE "3w-xxxx: tw_allocate_memory()\n"); tw_allocate_memory()
889 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl()\n"); tw_chrdev_ioctl()
929 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_OP_NOP.\n"); tw_chrdev_ioctl()
932 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_AEN_LISTEN.\n"); tw_chrdev_ioctl()
950 dprintk(KERN_WARNING "3w-xxxx: tw_chrdev_ioctl(): caught TW_CMD_PACKET_WITH_DATA.\n"); tw_chrdev_ioctl()
1035 dprintk(KERN_WARNING "3w-xxxx: tw_ioctl_open()\n"); tw_chrdev_open()
1056 dprintk(KERN_NOTICE "3w-xxxx: tw_free_device_extension()\n"); tw_free_device_extension()
1074 dprintk(KERN_NOTICE "3w-xxxx: tw_initconnection()\n"); tw_initconnection()
1243 dprintk(KERN_NOTICE "3w-xxxx: tw_initialize_device_extension()\n"); tw_initialize_device_extension()
1281 dprintk(KERN_NOTICE "3w-xxxx: tw_reset_device_extension()\n"); tw_reset_device_extension()
1336 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_biosparam()\n"); tw_scsi_biosparam()
1349 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_biosparam(): heads = %d, sectors = %d, cylinders = %d\n", heads, sectors, cylinders); tw_scsi_biosparam()
1394 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_inquiry()\n"); tw_scsiop_inquiry()
1453 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_inquiry_complete()\n"); tw_scsiop_inquiry_complete()
1492 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_mode_sense()\n"); tw_scsiop_mode_sense()
1557 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_mode_sense_complete()\n"); tw_scsiop_mode_sense_complete()
1591 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity()\n"); tw_scsiop_read_capacity()
1597 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity(): Bad command packet virtual address.\n"); tw_scsiop_read_capacity()
1611 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity(): Bad alignment virtual address.\n"); tw_scsiop_read_capacity()
1622 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity(): Bad alignment physical address.\n"); tw_scsiop_read_capacity()
1630 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity(): Bad command packet physical address.\n"); tw_scsiop_read_capacity()
1648 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity_complete()\n"); tw_scsiop_read_capacity_complete()
1664 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_capacity_complete(): Capacity = 0x%x.\n", capacity); tw_scsiop_read_capacity_complete()
1693 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_write()\n"); tw_scsiop_read_write()
1706 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_write(): Bad command packet virtual address.\n"); tw_scsiop_read_write()
1740 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_read_write(): lba = 0x%x num_sectors = 0x%x\n", lba, num_sectors); tw_scsiop_read_write()
1761 dprintk(KERN_WARNING "3w-xxxx: tw_scsiop_read_write(): Bad command packet physical address.\n"); tw_scsiop_read_write()
1776 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_request_sense()\n"); tw_scsiop_request_sense()
1801 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_synchronize_cache()\n"); tw_scsiop_synchronize_cache()
1839 dprintk(KERN_NOTICE "3w-xxxx: tw_scsiop_test_unit_ready()\n"); tw_scsiop_test_unit_ready()
1891 dprintk(KERN_WARNING "3w-xxxx: tw_scsiop_test_unit_ready_complete()\n"); tw_scsiop_test_unit_ready_complete()
1937 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught READ/WRITE.\n"); tw_scsi_queue_lck()
1941 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught TEST_UNIT_READY.\n"); tw_scsi_queue_lck()
1945 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught INQUIRY.\n"); tw_scsi_queue_lck()
1949 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught READ_CAPACITY.\n"); tw_scsi_queue_lck()
1953 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught REQUEST_SENSE.\n"); tw_scsi_queue_lck()
1957 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught MODE_SENSE.\n"); tw_scsi_queue_lck()
1961 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught SYNCHRONIZE_CACHE.\n"); tw_scsi_queue_lck()
2017 dprintk(KERN_WARNING "3w-xxxx: tw_interrupt(): Unexpected bits.\n"); tw_interrupt()
2026 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): Received host interrupt.\n"); tw_interrupt()
2032 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): Received attention interrupt.\n"); tw_interrupt()
2097 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): Response queue request id: %d.\n", request_id); tw_interrupt()
2101 dprintk(KERN_WARNING "3w-xxxx: tw_interrupt(): Found internally posted command.\n"); tw_interrupt()
2116 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught READ_10/READ_6\n"); tw_interrupt()
2120 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught WRITE_10/WRITE_6\n"); tw_interrupt()
2123 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught TEST_UNIT_READY\n"); tw_interrupt()
2127 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught INQUIRY\n"); tw_interrupt()
2131 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught READ_CAPACITY\n"); tw_interrupt()
2135 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught MODE_SENSE\n"); tw_interrupt()
2139 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught SYNCHRONIZE_CACHE\n"); tw_interrupt()
2170 dprintk(KERN_WARNING "3w-xxxx: tw_interrupt(): Unexpected bits.\n"); tw_interrupt()
H A DNCR5380.c955 dprintk(NDEBUG_QUEUES, "scsi%d : command added to %s of queue\n", instance->host_no, (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail"); NCR5380_queue_command_lck()
990 dprintk(NDEBUG_MAIN, "scsi%d : not connected\n", instance->host_no); NCR5380_main()
998 dprintk(NDEBUG_LISTS, "MAIN tmp=%p target=%d busy=%d lun=%llu\n", tmp, tmp->device->id, hostdata->busy[tmp->device->id], tmp->device->lun); NCR5380_main()
1017 dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, "scsi%d : main() : command for target %d lun %llu removed from issue_queue\n", instance->host_no, tmp->device->id, tmp->device->lun); NCR5380_main()
1046 dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, "scsi%d : main(): select() failed, returned to issue_queue\n", instance->host_no); NCR5380_main()
1076 dprintk(NDEBUG_MAIN, "scsi%d : main() : performing information transfer\n", instance->host_no); NCR5380_main()
1078 dprintk(NDEBUG_MAIN, "scsi%d : main() : done set false\n", instance->host_no); NCR5380_main()
1110 dprintk(NDEBUG_INTR, "scsi : NCR5380 irq %d triggered\n", NCR5380_intr()
1124 dprintk(NDEBUG_INTR, "scsi%d : SEL interrupt\n", instance->host_no); NCR5380_intr()
1128 dprintk(NDEBUG_INTR, "scsi%d : PARITY interrupt\n", instance->host_no); NCR5380_intr()
1131 dprintk(NDEBUG_INTR, "scsi%d : RESET interrupt\n", instance->host_no); NCR5380_intr()
1161 dprintk(NDEBUG_INTR, "scsi : unknown interrupt, BASR 0x%X, MR 0x%X, SR 0x%x\n", basr, NCR5380_read(MODE_REG), NCR5380_read(STATUS_REG)); NCR5380_intr()
1224 dprintk(NDEBUG_ARBITRATION, "scsi%d : starting arbitration, id = %d\n", instance->host_no, instance->this_id); NCR5380_select()
1253 dprintk(NDEBUG_ARBITRATION, "scsi%d : arbitration complete\n", instance->host_no); NCR5380_select()
1267 dprintk(NDEBUG_ARBITRATION, "scsi%d : lost arbitration, deasserting MR_ARBITRATE\n", instance->host_no); NCR5380_select()
1280 dprintk(NDEBUG_ARBITRATION, "scsi%d : lost arbitration, deasserting ICR_ASSERT_SEL\n", instance->host_no); NCR5380_select()
1290 dprintk(NDEBUG_ARBITRATION, "scsi%d : won arbitration\n", instance->host_no); NCR5380_select()
1342 dprintk(NDEBUG_SELECTION, "scsi%d : selecting target %d\n", instance->host_no, scmd_id(cmd)); NCR5380_select()
1406 dprintk(NDEBUG_SELECTION, "scsi%d : target did not respond within 250ms\n", instance->host_no); NCR5380_select()
1439 dprintk(NDEBUG_SELECTION, "scsi%d : target %d selected, going into MESSAGE OUT phase.\n", instance->host_no, cmd->device->id); NCR5380_select()
1449 dprintk(NDEBUG_SELECTION, "scsi%d : nexus established.\n", instance->host_no); NCR5380_select()
1502 dprintk(NDEBUG_PIO, "scsi%d : pio write %d bytes\n", instance->host_no, c); NCR5380_transfer_pio()
1504 dprintk(NDEBUG_PIO, "scsi%d : pio read %d bytes\n", instance->host_no, c); NCR5380_transfer_pio()
1539 dprintk(NDEBUG_HANDSHAKE, "scsi%d : REQ detected\n", instance->host_no); NCR5380_transfer_pio()
1543 dprintk(NDEBUG_HANDSHAKE, "scsi%d : phase mismatch\n", instance->host_no); NCR5380_transfer_pio()
1579 dprintk(NDEBUG_HANDSHAKE, "scsi%d : req false, handshake complete\n", instance->host_no); NCR5380_transfer_pio()
1600 dprintk(NDEBUG_PIO, "scsi%d : residual %d\n", instance->host_no, c); NCR5380_transfer_pio()
1747 dprintk(NDEBUG_DMA, "scsi%d : initializing DMA channel %d for %s, %d bytes %s %0x\n", instance->host_no, instance->dma_channel, (p & SR_IO) ? "reading" : "writing", c, (p & SR_IO) ? "to" : "from", (unsigned) d); NCR5380_transfer_dma()
1776 dprintk(NDEBUG_DMA, "scsi%d : mode reg = 0x%X\n", instance->host_no, NCR5380_read(MODE_REG)); NCR5380_transfer_dma()
1853 dprintk(NDEBUG_DMA, "scsi%d : polled DMA transfer complete, basr 0x%X, sr 0x%X\n", instance->host_no, tmp, NCR5380_read(STATUS_REG)); NCR5380_transfer_dma()
1867 dprintk(NDEBUG_DMA, "Got an input overrun, using saved byte\n"); NCR5380_transfer_dma()
1876 dprintk(NDEBUG_DMA, "Doing %d-byte PIO to 0x%X\n", cnt, *data); NCR5380_transfer_dma()
1882 dprintk(NDEBUG_DMA, "Return with data ptr = 0x%X, count %d, last 0x%X, next 0x%X\n", *data, *count, *(*data + *count - 1), *(*data + *count)); NCR5380_transfer_dma()
1932 dprintk(NDEBUG_C400_PWRITE, "About to pwrite %d bytes\n", c); NCR5380_transfer_dma()
1943 dprintk(NDEBUG_LAST_BYTE_SENT, "scsi%d : timed out on last byte\n", instance->host_no); NCR5380_transfer_dma()
1949 dprintk(NDEBUG_LAST_BYTE_SENT, "scsi%d : last byte sent works\n", instance->host_no); NCR5380_transfer_dma()
1953 dprintk(NDEBUG_C400_PWRITE, "Waiting for LASTBYTE\n"); NCR5380_transfer_dma()
1955 dprintk(NDEBUG_C400_PWRITE, "Got LASTBYTE\n"); NCR5380_transfer_dma()
1964 dprintk(NDEBUG_C400_PWRITE, "53C400w: Checking for IRQ\n"); NCR5380_transfer_dma()
1966 dprintk(NDEBUG_C400_PWRITE, "53C400w: got it, reading reset interrupt reg\n"); NCR5380_transfer_dma()
2058 dprintk(NDEBUG_INFORMATION, "scsi%d : %d bytes and %d buffers left\n", instance->host_no, cmd->SCp.this_residual, cmd->SCp.buffers_residual);
2138 dprintk(NDEBUG_LINKED, "scsi%d : target %d lun %llu linked command complete.\n", instance->host_no, cmd->device->id, cmd->device->lun);
2154 dprintk(NDEBUG_LINKED, "scsi%d : target %d lun %llu linked request done, calling scsi_done().\n", instance->host_no, cmd->device->id, cmd->device->lun);
2165 dprintk(NDEBUG_QUEUES, "scsi%d : command for target %d, lun %llu completed\n", instance->host_no, cmd->device->id, cmd->device->lun);
2198 dprintk(NDEBUG_AUTOSENSE, "scsi%d : performing request sense\n", instance->host_no);
2204 dprintk(NDEBUG_QUEUES, "scsi%d : REQUEST SENSE added to head of issue queue\n", instance->host_no);
2241 dprintk(NDEBUG_QUEUES, "scsi%d : command for target %d lun %llu was moved from connected to" " the disconnected_queue\n", instance->host_no, cmd->device->id, cmd->device->lun);
2287 dprintk(NDEBUG_EXTENDED, "scsi%d : receiving extended message\n", instance->host_no);
2294 dprintk(NDEBUG_EXTENDED, "scsi%d : length=%d, code=0x%02x\n", instance->host_no, (int) extended_msg[1], (int) extended_msg[2]);
2304 dprintk(NDEBUG_EXTENDED, "scsi%d : message received, residual %d\n", instance->host_no, len);
2369 dprintk(NDEBUG_USLEEP, "scsi%d : issued command, sleeping until %lu\n", instance->host_no, hostdata->time_expires);
2389 dprintk(NDEBUG_USLEEP, "scsi%d : poll timed out, sleeping until %lu\n", instance->host_no, hostdata->time_expires);
2430 dprintk(NDEBUG_SELECTION, "scsi%d : reselect\n", instance->host_no); NCR5380_reselect()
2510 dprintk(NDEBUG_RESELECTION, "scsi%d : nexus established, target = %d, lun = %llu, tag = %d\n", instance->host_no, tmp->device->id, tmp->device->lun, tmp->tag); NCR5380_reselect()
2595 dprintk(NDEBUG_ABORT, "scsi%d : abort called\n", instance->host_no); NCR5380_abort()
2596 dprintk(NDEBUG_ABORT, " basr 0x%X, sr 0x%X\n", NCR5380_read(BUS_AND_STATUS_REG), NCR5380_read(STATUS_REG)); NCR5380_abort()
2606 dprintk(NDEBUG_ABORT, "scsi%d : aborting connected command\n", instance->host_no); NCR5380_abort()
2634 dprintk(NDEBUG_ABORT, "scsi%d : abort going into loop.\n", instance->host_no); NCR5380_abort()
2641 dprintk(NDEBUG_ABORT, "scsi%d : abort removed command from issue queue.\n", instance->host_no); NCR5380_abort()
2663 dprintk(NDEBUG_ABORT, "scsi%d : abort failed, command connected.\n", instance->host_no); NCR5380_abort()
2693 dprintk(NDEBUG_ABORT, "scsi%d : aborting disconnected command.\n", instance->host_no); NCR5380_abort()
2697 dprintk(NDEBUG_ABORT, "scsi%d : nexus reestablished.\n", instance->host_no); NCR5380_abort()
/linux-4.1.27/drivers/video/fbdev/
H A Ds3c2410fb.c53 #define dprintk(msg...) \ macro
84 dprintk("LCDSADDR1 = 0x%08lx\n", saddr1); s3c2410fb_set_lcdaddr()
85 dprintk("LCDSADDR2 = 0x%08lx\n", saddr2); s3c2410fb_set_lcdaddr()
86 dprintk("LCDSADDR3 = 0x%08lx\n", saddr3); s3c2410fb_set_lcdaddr()
112 dprintk("pixclk %ld, divisor is %ld\n", pixclk, (long)div); s3c2410fb_calc_pixclk()
133 dprintk("check_var(var=%p, info=%p)\n", var, info); s3c2410fb_check_var()
152 dprintk("wrong resolution or depth %dx%d at %d bpp\n", s3c2410fb_check_var()
289 dprintk("setting horz: lft=%d, rt=%d, sync=%d\n", s3c2410fb_calculate_stn_lcd_regs()
350 dprintk("setting vert: up=%d, low=%d, sync=%d\n", s3c2410fb_calculate_tft_lcd_regs()
353 dprintk("setting horz: lft=%d, rt=%d, sync=%d\n", s3c2410fb_calculate_tft_lcd_regs()
383 dprintk("%s: var->xres = %d\n", __func__, var->xres); s3c2410fb_activate_var()
384 dprintk("%s: var->yres = %d\n", __func__, var->yres); s3c2410fb_activate_var()
385 dprintk("%s: var->bpp = %d\n", __func__, var->bits_per_pixel); s3c2410fb_activate_var()
402 dprintk("new register set:\n"); s3c2410fb_activate_var()
403 dprintk("lcdcon[1] = 0x%08lx\n", fbi->regs.lcdcon1); s3c2410fb_activate_var()
404 dprintk("lcdcon[2] = 0x%08lx\n", fbi->regs.lcdcon2); s3c2410fb_activate_var()
405 dprintk("lcdcon[3] = 0x%08lx\n", fbi->regs.lcdcon3); s3c2410fb_activate_var()
406 dprintk("lcdcon[4] = 0x%08lx\n", fbi->regs.lcdcon4); s3c2410fb_activate_var()
407 dprintk("lcdcon[5] = 0x%08lx\n", fbi->regs.lcdcon5); s3c2410fb_activate_var()
494 /* dprintk("setcol: regno=%d, rgb=%d,%d,%d\n", s3c2410fb_setcolreg()
572 dprintk("blank(mode=%d, info=%p)\n", blank_mode, info); s3c2410fb_blank()
584 dprintk("setting TPAL to output 0x000000\n"); s3c2410fb_blank()
646 dprintk("map_video_memory(fbi=%p) map_size %u\n", fbi, map_size); s3c2410fb_map_video_memory()
653 dprintk("map_video_memory: clear %p:%08x\n", s3c2410fb_map_video_memory()
659 dprintk("map_video_memory: dma=%08lx cpu=%p size=%08x\n", s3c2410fb_map_video_memory()
716 dprintk("LPCSEL = 0x%08lx\n", mach_info->lpcsel); s3c2410fb_init_registers()
719 dprintk("replacing TPAL %08x\n", readl(tpal)); s3c2410fb_init_registers()
894 dprintk("devinit\n"); s3c24xxfb_probe()
936 dprintk("got and enabled clock\n"); s3c24xxfb_probe()
961 dprintk("got video memory\n"); s3c24xxfb_probe()
/linux-4.1.27/arch/powerpc/kvm/
H A 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", kvmppc_mmu_book3s_64_find_slbe()
69 dprintk(" %d: %c%c%c %llx %llx\n", i, kvmppc_mmu_book3s_64_find_slbe()
157 dprintk("MMU: page=0x%x sdr1=0x%llx pteg=0x%llx vsid=0x%llx\n", kvmppc_mmu_book3s_64_get_pteg()
337 dprintk("KVM MMU: Translated 0x%lx [0x%llx] -> 0x%llx " kvmppc_mmu_book3s_64_xlate()
374 dprintk("KVM MMU: Trigger segment fault\n"); kvmppc_mmu_book3s_64_xlate()
385 dprintk("KVM MMU: slbmte(0x%llx, 0x%llx)\n", rs, rb); kvmppc_mmu_book3s_64_slbmte()
459 dprintk("KVM MMU: slbie(0x%llx)\n", ea); kvmppc_mmu_book3s_64_slbie()
466 dprintk("KVM MMU: slbie(0x%llx, 0x%llx)\n", ea, slbe->esid); kvmppc_mmu_book3s_64_slbie()
480 dprintk("KVM MMU: slbia()\n"); kvmppc_mmu_book3s_64_slbia()
517 dprintk("KVM MMU: mtsrin(0x%x, 0x%lx)\n", srnum, value); kvmppc_mmu_book3s_64_mtsrin()
541 dprintk("KVM MMU: tlbie(0x%lx)\n", va); kvmppc_mmu_book3s_64_tlbie()
/linux-4.1.27/include/video/
H A 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.1.27/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c49 #define dprintk if (dvb_ca_en50221_debug) printk macro
259 dprintk("%s\n", __func__); dvb_ca_en50221_wait_if_status()
272 dprintk("%s succeeded timeout:%lu\n", __func__, jiffies - start); dvb_ca_en50221_wait_if_status()
285 dprintk("%s failed timeout:%lu\n", __func__, jiffies - start); dvb_ca_en50221_wait_if_status()
306 dprintk("%s\n", __func__); dvb_ca_en50221_link_init()
332 dprintk("Chosen link buffer size of %i\n", buf_size); dvb_ca_en50221_link_init()
372 dprintk("END OF CHAIN TUPLE type:0x%x\n", _tupleType); dvb_ca_en50221_read_tuple()
382 dprintk("TUPLE type:0x%x length:%i\n", _tupleType, _tupleLength); dvb_ca_en50221_read_tuple()
387 dprintk(" 0x%02x: 0x%02x %c\n", dvb_ca_en50221_read_tuple()
531 dprintk("dvb_ca: Skipping unknown tuple type:0x%x length:0x%x\n", tupleType, dvb_ca_en50221_parse_attributes()
540 dprintk("Valid DVB CAM detected MANID:%x DEVID:%x CONFIGBASE:0x%x CONFIGOPTION:0x%x\n", dvb_ca_en50221_parse_attributes()
558 dprintk("%s\n", __func__); dvb_ca_en50221_set_configoption()
567 dprintk("Set configoption 0x%x, read configoption 0x%x\n", dvb_ca_en50221_set_configoption()
596 dprintk("%s\n", __func__); dvb_ca_en50221_read_data()
686 dprintk("Received CA packet for slot %i connection id 0x%x last_frag:%i size:0x%x\n", slot, dvb_ca_en50221_read_data()
717 dprintk("%s\n", __func__); dvb_ca_en50221_write_data()
775 dprintk("Wrote CA packet for slot %i, connection id 0x%x last_frag:%i size:0x%x\n", slot, dvb_ca_en50221_write_data()
800 dprintk("%s\n", __func__); dvb_ca_en50221_slot_shutdown()
809 dprintk("Slot %i shutdown\n", slot); dvb_ca_en50221_slot_shutdown()
828 dprintk("CAMCHANGE IRQ slot:%i change_type:%i\n", slot, change_type); dvb_ca_en50221_camchange_irq()
856 dprintk("CAMREADY IRQ slot:%i\n", slot); dvb_ca_en50221_camready_irq()
876 dprintk("FR/DA IRQ slot:%i\n", slot); dvb_ca_en50221_frda_irq()
882 dprintk("CAM supports DA IRQ\n"); dvb_ca_en50221_frda_irq()
907 dprintk("%s\n", __func__); dvb_ca_en50221_thread_wakeup()
983 dprintk("%s\n", __func__); dvb_ca_en50221_thread()
1078 dprintk("DVB CAM validated successfully\n"); dvb_ca_en50221_thread()
1195 dprintk("%s\n", __func__); dvb_ca_en50221_io_do_ioctl()
1298 dprintk("%s\n", __func__); dvb_ca_en50221_io_write()
1442 dprintk("%s\n", __func__); dvb_ca_en50221_io_read()
1534 dprintk("%s\n", __func__); dvb_ca_en50221_io_open()
1578 dprintk("%s\n", __func__); dvb_ca_en50221_io_release()
1608 dprintk("%s\n", __func__); dvb_ca_en50221_io_poll()
1673 dprintk("%s\n", __func__); dvb_ca_en50221_init()
1754 dprintk("%s\n", __func__); dvb_ca_en50221_release()
/linux-4.1.27/fs/nfs/filelayout/
H A Dfilelayout.c92 dprintk("%s Reset task %5u for i/o through MDS " filelayout_reset_write()
109 dprintk("%s Reset task %5u for i/o through MDS " filelayout_reset_read()
162 dprintk("%s ERROR %d, Reset session. Exchangeid " filelayout_async_handle_error()
180 dprintk("%s Invalid layout error %d\n", __func__, filelayout_async_handle_error()
200 dprintk("%s DS connection error %d\n", __func__, filelayout_async_handle_error()
208 dprintk("%s Retry through MDS. Error %d\n", __func__, filelayout_async_handle_error()
263 dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino, filelayout_set_layoutcommit()
296 dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); filelayout_read_prepare()
317 dprintk("--> %s task->tk_status %d\n", __func__, task->tk_status); filelayout_read_call_done()
391 dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); filelayout_write_prepare()
475 dprintk("--> %s ino %lu pgbase %u req %Zu@%llu\n", filelayout_read_pagelist()
490 dprintk("%s USE DS: %s cl_count %d\n", __func__, filelayout_read_pagelist()
533 dprintk("%s ino %lu sync %d req %Zu@%llu DS: %s cl_count %d\n", filelayout_write_pagelist()
572 dprintk("--> %s\n", __func__); filelayout_check_layout()
577 dprintk("%s Only whole file layouts supported. Use MDS i/o\n", filelayout_check_layout()
583 dprintk("%s pattern_offset %lld too large\n", filelayout_check_layout()
589 dprintk("%s Invalid stripe unit (%u)\n", filelayout_check_layout()
608 dprintk("%s Bad first_stripe_index %u\n", filelayout_check_layout()
617 dprintk("%s num_fh %u not valid for given packing\n", filelayout_check_layout()
624 dprintk("--> %s returns %d\n", __func__, status); filelayout_check_layout()
660 dprintk("%s: set_layout_map Begin\n", __func__); filelayout_decode_layout()
692 dprintk("%s: nfl_util 0x%X num_fh %u fsi %u po %llu\n", filelayout_decode_layout()
729 dprintk("DEBUG: %s: fh len %d\n", __func__, filelayout_decode_layout()
746 dprintk("--> %s\n", __func__); filelayout_free_lseg()
826 dprintk("--> %s\n", __func__); filelayout_alloc_lseg()
1015 dprintk("%s ino %lu, how %d cl_count %d\n", __func__, filelayout_initiate_commit()
/linux-4.1.27/arch/x86/mm/
H A Dpat_internal.h6 #define dprintk(fmt, arg...) \ macro
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c354 dprintk("gss_kerberos_mech: unable to initialize " context_v2_alloc_cipher()
359 dprintk("gss_kerberos_mech: error setting key for " context_v2_alloc_cipher()
407 dprintk("%s: Error %d deriving cksum key\n", context_derive_keys_des3()
437 dprintk("RPC: %s: entered\n", __func__); context_derive_keys_rc4()
443 dprintk("%s: error %ld allocating hash '%s'\n", context_derive_keys_rc4()
484 dprintk("RPC: %s: returning success\n", __func__); context_derive_keys_rc4()
491 dprintk("RPC: %s: returning %d\n", __func__, err); context_derive_keys_rc4()
514 dprintk("%s: Error %d deriving initiator_seal key\n", context_derive_keys_new()
529 dprintk("%s: Error %d deriving acceptor_seal key\n", context_derive_keys_new()
544 dprintk("%s: Error %d deriving initiator_sign key\n", context_derive_keys_new()
554 dprintk("%s: Error %d deriving acceptor_sign key\n", context_derive_keys_new()
564 dprintk("%s: Error %d deriving initiator_integ key\n", context_derive_keys_new()
574 dprintk("%s: Error %d deriving acceptor_integ key\n", context_derive_keys_new()
626 dprintk("%s: seq_send64 %lx, seq_send %x overflow?\n", __func__, gss_import_v2_context()
639 dprintk("gss_kerberos_mech: unsupported krb5 enctype %u\n", gss_import_v2_context()
705 dprintk("RPC: %s: returning %d\n", __func__, ret); gss_import_sec_context_kerberos()
/linux-4.1.27/drivers/scsi/aacraid/
H A Dcommctrl.c275 dprintk ((KERN_INFO "Fib Context not found\n")); next_getadapter_fib()
282 dprintk ((KERN_INFO "Fib Context corrupt?\n")); next_getadapter_fib()
488 dprintk((KERN_DEBUG"aacraid: send raw srb -EBUSY\n")); aac_send_raw_srb()
492 dprintk((KERN_DEBUG"aacraid: No permission to send raw srb\n")); aac_send_raw_srb()
509 dprintk((KERN_DEBUG"aacraid: Could not copy data size from user\n")); aac_send_raw_srb()
522 dprintk((KERN_DEBUG"aacraid: Could not make a copy of the srb\n")); aac_send_raw_srb()
527 dprintk((KERN_DEBUG"aacraid: Could not copy srb from user\n")); aac_send_raw_srb()
561 dprintk((KERN_DEBUG"aacraid: too many sg entries %d\n", aac_send_raw_srb()
572 dprintk((KERN_DEBUG"aacraid: Bad Size specified in " aac_send_raw_srb()
583 dprintk((KERN_DEBUG"aacraid: SG with no direction specified in Raw SRB command\n")); aac_send_raw_srb()
611 dprintk((KERN_DEBUG"aacraid: Could not allocate SG buffer - size = %d buffer number %d of %d\n", aac_send_raw_srb()
624 dprintk((KERN_DEBUG"aacraid: Could not copy sg data from user\n")); aac_send_raw_srb()
641 dprintk((KERN_DEBUG"aacraid: Allocation error in Raw SRB command\n")); aac_send_raw_srb()
664 dprintk((KERN_DEBUG "aacraid: Could not allocate SG buffer - size = %d buffer number %d of %d\n", aac_send_raw_srb()
677 dprintk((KERN_DEBUG"aacraid: Could not copy sg data from user\n")); aac_send_raw_srb()
717 dprintk((KERN_DEBUG"aacraid: Could not allocate SG buffer - size = %d buffer number %d of %d\n", aac_send_raw_srb()
730 dprintk((KERN_DEBUG"aacraid: Could not copy sg data from user\n")); aac_send_raw_srb()
755 dprintk((KERN_DEBUG"aacraid: Could not allocate SG buffer - size = %d buffer number %d of %d\n", aac_send_raw_srb()
767 dprintk((KERN_DEBUG"aacraid: Could not copy sg data from user\n")); aac_send_raw_srb()
793 dprintk((KERN_DEBUG"aacraid: Could not send raw srb fib to hba\n")); aac_send_raw_srb()
805 dprintk((KERN_DEBUG"aacraid: Could not copy sg data to user\n")); aac_send_raw_srb()
815 dprintk((KERN_DEBUG"aacraid: Could not copy reply to user\n")); aac_send_raw_srb()
847 dprintk((KERN_DEBUG "aacraid: Could not copy pci info\n")); aac_get_pci_info()
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dns83820.c95 //#define dprintk printk
96 #define dprintk(x...) do { } while (0) macro
133 #define Dprintk dprintk
474 dprintk("kick_rx: maybe kicking\n"); kick_rx()
476 dprintk("actually kicking\n"); kick_rx()
530 dprintk("next_empty[%d] nr_used[%d] next_rx[%d]\n", ns83820_add_rx_skb()
562 dprintk("rx_refill(%p)\n", ndev); rx_refill()
627 dprintk("phy_intr: tbisr=%08x, tanar=%08x, tanlpar=%08x\n", phy_intr()
725 dprintk("ns83820_setup_rx(%p)\n", ndev); ns83820_setup_rx()
740 dprintk("starting receiver\n"); ns83820_setup_rx()
782 dprintk("ns83820_cleanup_rx(%p)\n", dev); ns83820_cleanup_rx()
841 dprintk("rx_irq(%p)\n", ndev);
842 dprintk("rxdp: %08x, descs: %08lx next_rx[%d]: %p next_empty[%d]: %p\n",
855 dprintk("walking descs\n");
864 dprintk("cmdsts: %08x\n", cmdsts);
865 dprintk("link: %08x\n", cpu_to_le32(desc[DESC_LINK]));
866 dprintk("extsts: %08x\n", extsts);
960 dprintk("kick_tx(%p): tx_idx=%d free_idx=%d\n", kick_tx()
974 dprintk("do_tx_done(%p)\n", ndev); do_tx_done()
978 dprintk("tx_done_idx=%d free_idx=%d cmdsts=%08x\n", do_tx_done()
993 dprintk("tx_done_idx=%d free_idx=%d cmdsts=%08x\n", do_tx_done()
997 dprintk("done(%p)\n", skb); do_tx_done()
1025 dprintk("start_queue(%p)\n", ndev); do_tx_done()
1072 dprintk("ns83820_hard_start_xmit\n"); ns83820_hard_start_xmit()
1088 dprintk("stop_queue - not enough(%p)\n", ndev); ns83820_hard_start_xmit()
1093 dprintk("restart queue(%p)\n", ndev); ns83820_hard_start_xmit()
1107 dprintk("stop_queue - last entry(%p)\n", ndev); ns83820_hard_start_xmit()
1145 dprintk("frag[%3u]: %4u @ 0x%08Lx\n", free_idx, len, ns83820_hard_start_xmit()
1163 dprintk("frag: buf=%08Lx page=%08lx offset=%08lx\n", ns83820_hard_start_xmit()
1170 dprintk("done pkt\n"); ns83820_hard_start_xmit()
1406 dprintk("ns83820_irq(%p)\n", ndev); ns83820_irq()
1411 dprintk("irq: %08x\n", isr); ns83820_irq()
1464 dprintk("txdp: %08x\n", txdp); ns83820_do_isr()
1629 dprintk("ns83820_open\n"); ns83820_open()
1724 dprintk("%s: start %s\n", ndev->name, name); ns83820_run_bist()
1752 dprintk("%s: done %s in %d loops\n", ndev->name, name, loops); ns83820_run_bist()
1907 dprintk("%s: [0x%02x] %04x %04x %04x %04x\n", ns83820_probe_phy()
1926 dprintk("version: 0x%04x 0x%04x\n", a, b); ns83820_probe_phy()
1998 dprintk("%p: %08lx %p: %08lx\n", ns83820_init_one()
2101 dprintk("CFG: %08x\n", dev->CFG_cache); ns83820_init_one()

Completed in 4594 milliseconds

123