/drivers/media/dvb-frontends/ |
D | isl6423.c | 36 #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()
|
D | stv090x.c | 711 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 …]
|
D | stb6100.c | 37 #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()
|
D | stv6110x_priv.h | 26 #define FE_ERROR 0 macro 34 if ((verbose > FE_ERROR) && (verbose > __y)) \
|
D | stb0899_drv.c | 248 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 …]
|
D | stv6110x.c | 55 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()
|
D | stv090x_priv.h | 27 #define FE_ERROR 0 macro 35 if ((verbose > FE_ERROR) && (verbose > __y)) \
|
D | stb0899_priv.h | 28 #define FE_ERROR 0 macro 36 if ((*x > FE_ERROR) && (*x > y)) \
|