Lines Matching refs:dprintk
69 #define dprintk(level, fmt, arg...) if (debug >= level) \ macro
280 dprintk(1, "%s()\n", __func__); in xc4000_tuner_reset()
371 dprintk(1, "%s(0x%04x,0x%04x)\n", __func__, video_mode, audio_mode); in xc_set_tv_standard()
372 dprintk(1, "%s() Standard = %s\n", in xc_set_tv_standard()
390 dprintk(1, "%s(%d) Source = %s\n", __func__, rf_mode, in xc_set_signal_source()
408 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_set_rf_frequency()
521 dprintk(1, "%s(%u)\n", __func__, freq_hz); in xc_tune_channel()
737 dprintk(1, "Reading custom firmware %s\n", fname); in xc4000_fwupload()
742 dprintk(1, "Trying to read firmware %s\n", fname); in xc4000_fwupload()
747 dprintk(1, "Trying to read firmware %s\n", fname); in xc4000_fwupload()
762 dprintk(1, "Loading Firmware: %s\n", fname); in xc4000_fwupload()
783 dprintk(1, "Loading %d firmware images from %s, type: %s, ver %d.%d\n", in xc4000_fwupload()
874 dprintk(1, "Firmware files loaded.\n"); in xc4000_fwupload()
888 dprintk(1, "%s called int_freq=%d\n", __func__, int_freq); in load_scode()
954 dprintk(1, "%s called\n", __func__); in check_firmware()
970 dprintk(1, "checking firmware, user requested type="); in check_firmware()
984 dprintk(1, "BASE firmware not changed.\n"); in check_firmware()
1005 dprintk(1, "Load init1 firmware, if exists\n"); in check_firmware()
1023 dprintk(1, "Std-specific firmware already loaded.\n"); in check_firmware()
1039 dprintk(1, "SCODE firmware already loaded.\n"); in check_firmware()
1047 dprintk(1, "load scode failed %d\n", rc); in check_firmware()
1058 dprintk(1, "Device is Xceive %d version %d.%d, " in check_firmware()
1101 dprintk(1, "Retrying firmware load\n"); in check_firmware()
1124 dprintk(1, "*** ADC envelope (0-1023) = %d\n", adc_envelope); in xc_debug_dump()
1127 dprintk(1, "*** Frequency error = %d Hz\n", freq_error_hz); in xc_debug_dump()
1130 dprintk(1, "*** Lock status (0-Wait, 1-Locked, 2-No-signal) = %d\n", in xc_debug_dump()
1135 dprintk(1, "*** HW: V%02x.%02x, FW: V%02x.%02x\n", in xc_debug_dump()
1141 dprintk(1, "*** Horizontal sync frequency = %d Hz\n", in xc_debug_dump()
1145 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()
1149 dprintk(1, "*** Quality (0:<8dB, 7:>56dB) = %d\n", quality); in xc_debug_dump()
1152 dprintk(1, "*** Signal level = -%ddB (%d)\n", signal >> 8, signal); in xc_debug_dump()
1155 dprintk(1, "*** Noise level = %ddB (%d)\n", noise >> 8, noise); in xc_debug_dump()
1167 dprintk(1, "%s() frequency=%d (Hz)\n", __func__, c->frequency); in xc4000_set_params()
1173 dprintk(1, "%s() VSB modulation\n", __func__); in xc4000_set_params()
1180 dprintk(1, "%s() QAM modulation\n", __func__); in xc4000_set_params()
1188 dprintk(1, "%s() OFDM\n", __func__); in xc4000_set_params()
1220 dprintk(1, "%s() frequency=%d (compensated)\n", in xc4000_set_params()
1284 dprintk(1, "%s() frequency=%d (in units of 62.5Hz)\n", in xc4000_set_analog_params()
1303 dprintk(1, "%s() frequency=%d (in units of 62.5khz)\n", in xc4000_set_analog_params()
1549 dprintk(1, "%s() freq = %u, SNR = %d\n", in xc4000_get_frequency()
1557 dprintk(1, "%s()\n", __func__); in xc4000_get_frequency()
1565 dprintk(1, "%s()\n", __func__); in xc4000_get_bandwidth()
1588 dprintk(2, "%s() lock_status = %d\n", __func__, lock_status); in xc4000_get_status()
1598 dprintk(1, "%s()\n", __func__); in xc4000_sleep()
1625 dprintk(1, "%s()\n", __func__); in xc4000_init()
1634 dprintk(1, "%s()\n", __func__); in xc4000_release()
1676 dprintk(1, "%s(%d-%04x)\n", __func__, in xc4000_attach()