Lines Matching refs:DST_ERROR
49 #define DST_ERROR 0 macro
56 if ((x > DST_ERROR) && (x > y)) \
122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err); in dst_gpio_inb()
134 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state()
139 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state()
152 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_8820_reset()
157 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_8820_reset()
167 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in dst_pio_enable()
178 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in dst_pio_disable()
195 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb ERROR !"); in dst_wait_dst_ready()
237 dprintk(verbose, DST_ERROR, 1, "PIO Enable Failed"); in dst_comm_init()
241 dprintk(verbose, DST_ERROR, 1, "RDC 8820 State RESET Failed."); in dst_comm_init()
562 dprintk(verbose, DST_ERROR, 0, "DST type flags :"); in dst_type_flags_print()
564 dprintk(verbose, DST_ERROR, 0, " 0x%x newtuner", DST_TYPE_HAS_TS188); in dst_type_flags_print()
566 dprintk(verbose, DST_ERROR, 0, " 0x%x newtuner 2", DST_TYPE_HAS_NEWTUNE_2); in dst_type_flags_print()
568 dprintk(verbose, DST_ERROR, 0, " 0x%x ts204", DST_TYPE_HAS_TS204); in dst_type_flags_print()
570 dprintk(verbose, DST_ERROR, 0, " 0x%x VLF", DST_TYPE_HAS_VLF); in dst_type_flags_print()
572 dprintk(verbose, DST_ERROR, 0, " 0x%x symdiv", DST_TYPE_HAS_SYMDIV); in dst_type_flags_print()
574 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 1", DST_TYPE_HAS_FW_1); in dst_type_flags_print()
576 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 2", DST_TYPE_HAS_FW_2); in dst_type_flags_print()
578 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 3", DST_TYPE_HAS_FW_3); in dst_type_flags_print()
579 dprintk(verbose, DST_ERROR, 0, "\n"); in dst_type_flags_print()
920 dprintk(verbose, DST_ERROR, 1, "MAC Address=[%pM]", state->mac_address); in dst_get_mac()
934 dprintk(verbose, DST_ERROR, 1, "Firmware Ver = %x.%x Build = %02x, on %x:%x, %x-%x-20%02x", in dst_fw_ver()
956 dprintk(verbose, DST_ERROR, 1, "Device Model=[%s]", &state->card_info[0]); in dst_card_type()
961 dprintk(verbose, DST_ERROR, 1, "DST has [%s] tuner, tuner type=[%d]", in dst_card_type()
979 dprintk(verbose, DST_ERROR, 1, "Vendor=[%s]", &state->vendor[0]); in dst_get_vendor()
1002 dprintk(verbose, DST_ERROR, 1, "Cmd=[0x04] failed"); in dst_check_stv0299()
1008 dprintk(verbose, DST_ERROR, 1, "Found a STV0299 NIM"); in dst_check_stv0299()
1022 dprintk(verbose, DST_ERROR, 1, "Cmd=[0x10], failed"); in dst_check_mb86a15()
1028 dprintk(verbose, DST_ERROR, 1, "Found a MB86A15 NIM"); in dst_check_mb86a15()
1043 dprintk(verbose, DST_ERROR, 1, "DST TYpe = MULTI FE"); in dst_get_tuner_info()
1057 dprintk(verbose, DST_ERROR, 1, "DST type has TS=188"); in dst_get_tuner_info()
1067 dprintk(verbose, DST_ERROR, 1, "DST has Daughterboard"); in dst_get_tuner_info()
1075 dprintk(verbose, DST_ERROR, 1, "Forcing [%s] to TS188", state->fw_name); in dst_get_tuner_info()
1126 dprintk(verbose, DST_ERROR, 1, "Recognise [%s]", p_dst_type->device_id); in dst_get_device_id()
1134 dprintk(verbose, DST_ERROR, 1, "Unsupported"); in dst_get_device_id()
1142 dprintk(verbose, DST_ERROR, 1, "Unsupported"); in dst_get_device_id()
1150 dprintk(verbose, DST_ERROR, 1, "[%s] has a [%s]", in dst_get_device_id()
1159 …dprintk(verbose, DST_ERROR, 1, "Unable to recognize %s or %s", &state->rxbuffer[0], &state->rxbuff… in dst_get_device_id()
1160 dprintk(verbose, DST_ERROR, 1, "please email linux-dvb@linuxtv.org with this type in"); in dst_get_device_id()
1177 dprintk(verbose, DST_ERROR, 1, "RDC 8820 RESET Failed."); in dst_probe()
1185 dprintk(verbose, DST_ERROR, 1, "DST Initialization Failed."); in dst_probe()
1190 dprintk(verbose, DST_ERROR, 1, "unknown device."); in dst_probe()
1233 dprintk(verbose, DST_ERROR, 1, "Recovery Failed."); in dst_command()
1239 dprintk(verbose, DST_ERROR, 1, "PIO Disable Failed."); in dst_command()
1750 …dprintk(verbose, DST_ERROR, 1, "unknown DST type. please report to the LinuxTV.org DVB mailinglist… in dst_attach()