Searched defs:mxl_fail (Results 1 - 2 of 2) sorted by relevance

/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf.h135 /* The following allows the mxl_fail() macro defined below to work
144 #define mxl_fail(ret) \ macro
/drivers/media/tuners/
H A Dmxl5007t.c54 #define mxl_fail(ret) \ macro
237 mxl_fail(-EINVAL);
283 mxl_fail(-EINVAL);
358 mxl_fail(-EINVAL);
413 mxl_fail(-EINVAL);
535 if (mxl_fail(ret))
542 if (mxl_fail(ret))
559 if (mxl_fail(ret))
578 if (mxl_fail(ret))
603 if (mxl_fail(re
[all...]

Completed in 555 milliseconds