Searched defs:FE_ERROR (Results 1 - 5 of 5) sorted by relevance

/drivers/media/dvb/frontends/
H A Disl6423.c36 #define FE_ERROR 0 macro
44 if ((verbose > FE_ERROR) && (verbose > __y)) \
83 dprintk(FE_ERROR, 1, "I/O error <%d>", err);
107 dprintk(FE_ERROR, 1, "I/O error <%d>", err);
142 dprintk(FE_ERROR, 1, "I/O error <%d>", err);
192 dprintk(FE_ERROR, 1, "I/O error <%d>", err);
255 dprintk(FE_ERROR, 1, "I/O error <%d>", err);
H A Dstv6110x_priv.h26 #define FE_ERROR 0 macro
34 if ((verbose > FE_ERROR) && (verbose > __y)) \
H A Dstb6100.c35 #define FE_ERROR 0 macro
42 if ((x > FE_ERROR) && (x > y)) \
143 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]",
173 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg);
196 dprintk(verbose, FE_ERROR, 1, "Invalid register range %d:%d",
212 dprintk(verbose, FE_ERROR, 1, "(0x%x) write err [%d:%d], rc=[%d]",
222 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg);
237 dprintk(verbose, FE_ERROR, 1, "%s failed", __func__);
H A Dstb0899_priv.h28 #define FE_ERROR 0 macro
36 if ((*x > FE_ERROR) && (*x > y)) \
H A Dstv090x_priv.h27 #define FE_ERROR 0 macro
35 if ((verbose > FE_ERROR) && (verbose > __y)) \

Completed in 105 milliseconds