Home
last modified time | relevance | path

Searched refs:FE_ERROR (Results 1 – 8 of 8) sorted by relevance

/drivers/media/dvb-frontends/
Disl6423.c36 #define FE_ERROR 0 macro
44 if ((verbose > FE_ERROR) && (verbose > __y)) \
83 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_write()
107 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_set_modulation()
142 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_voltage_boost()
192 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_set_voltage()
255 dprintk(FE_ERROR, 1, "I/O error <%d>", err); in isl6423_set_current()
Dstv090x.c711 dprintk(FE_ERROR, 1, in stv090x_read_reg()
718 dprintk(FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in stv090x_read_reg()
754 dprintk(FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stv090x_write_regs()
810 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_i2c_gate_ctrl()
887 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_srate()
921 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_max_srate()
947 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_min_srate()
987 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_vit_thacq()
1007 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_vit_thtracq()
1085 dprintk(FE_ERROR, 1, "I/O error"); in stv090x_set_viterbi()
[all …]
Dstb6100.c37 #define FE_ERROR 0 macro
44 if ((x > FE_ERROR) && (x > y)) \
145 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]", in stb6100_read_regs()
174 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); in stb6100_read_reg()
204 dprintk(verbose, FE_ERROR, 1, "Invalid register range %d:%d", in stb6100_write_reg_range()
220 dprintk(verbose, FE_ERROR, 1, "(0x%x) write err [%d:%d], rc=[%d]", in stb6100_write_reg_range()
230 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); in stb6100_write_reg()
245 dprintk(verbose, FE_ERROR, 1, "%s failed", __func__); in stb6100_get_status()
Dstv6110x_priv.h26 #define FE_ERROR 0 macro
34 if ((verbose > FE_ERROR) && (verbose > __y)) \
Dstb0899_drv.c248 dprintk(state->verbose, FE_ERROR, 1, in _stb0899_read_reg()
255 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in _stb0899_read_reg()
544 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stb0899_write_regs()
695 dprintk(state->verbose, FE_ERROR, 1, "timed out !!"); in stb0899_wait_diseqc_fifo_empty()
737 dprintk(state->verbose, FE_ERROR, 1, "timed out!!"); in stb0899_wait_diseqc_rxidle()
786 dprintk(state->verbose, FE_ERROR, 1, "timed out!!"); in stb0899_wait_diseqc_txidle()
1259 dprintk(state->verbose, FE_ERROR, 1, "I2C Repeater control failed"); in stb0899_i2c_gate_ctrl()
1286 dprintk(state->verbose, FE_ERROR, 1, "Device ID=[%d], Release=[%d]", in stb0899_get_dev_id()
1292 …dprintk(state->verbose, FE_ERROR, 1, "Demodulator Core ID=[%s], Version=[%d]", (char *) &demod_str… in stb0899_get_dev_id()
1296 dprintk(state->verbose, FE_ERROR, 1, "couldn't find a STB 0899"); in stb0899_get_dev_id()
[all …]
Dstv6110x.c55 dprintk(FE_ERROR, 1, "I/O Error"); in stv6110x_read_reg()
91 dprintk(FE_ERROR, 1, "I/O Error"); in stv6110x_write_regs()
111 dprintk(FE_ERROR, 1, "Initialization failed"); in stv6110x_init()
308 dprintk(FE_ERROR, 1, "I/O Error"); in stv6110x_set_mode()
Dstv090x_priv.h27 #define FE_ERROR 0 macro
35 if ((verbose > FE_ERROR) && (verbose > __y)) \
Dstb0899_priv.h28 #define FE_ERROR 0 macro
36 if ((*x > FE_ERROR) && (*x > y)) \