Go to the documentation of this file.
65 #define S5P_FIMC_TX_END_NOTIFY _IO('e', 0)
95 #define fimc_pipeline_call(f, op, p, args...) \
96 (!(f) ? -ENODEV : (((f)->pipeline_ops && (f)->pipeline_ops->op) ? \
97 (f)->pipeline_ops->op((p), ##args) : -ENOIOCTLCMD))