Lines Matching full:zip
64 /* ZIP device definitions */
67 /* ZIP memory allocation/deallocation related definitions */
82 /* Max number of ZIP devices supported */
85 /* Configures the number of zip queues to be used */
113 * @compcode: Completion status of the ZIP invocation
160 pr_err("ZIP ERR: request timed out"); in zip_poll_result()
166 * by the ZIP coprocessor. in zip_poll_result()
174 #define zip_err(fmt, args...) pr_err("ZIP ERR:%s():%d: " \
193 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \
198 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \
203 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s() : %d: " \
208 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args)
214 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args)