Lines Matching full:zip
63 /* ZIP device definitions */
66 /* ZIP memory allocation/deallocation related definitions */
81 /* Max number of ZIP devices supported */
84 /* Configures the number of zip queues to be used */
112 * @compcode: Completion status of the ZIP invocation
159 pr_err("ZIP ERR: request timed out"); in zip_poll_result()
165 * by the ZIP coprocessor. in zip_poll_result()
173 #define zip_err(fmt, args...) pr_err("ZIP ERR:%s():%d: " \
192 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \
197 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \
202 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s() : %d: " \
207 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args)
213 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args)