Lines Matching +full:user +full:- +full:level
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Copyright (c) 2003-2004 LSI Logic Corporation.
10 * Definitions to interface with user level applications
26 #define CL_DLEVEL1 1 /* debug level 1, informative */
27 #define CL_DLEVEL2 2 /* debug level 2, verbose */
28 #define CL_DLEVEL3 3 /* debug level 3, very verbose */
31 * con_log() - console log routine
32 * @level : indicates the severity of the message.
36 * debug level. Also it attaches the appropriate kernel severity level with
39 #define con_log(level, fmt) if (LSI_DBGLVL >= level) printk fmt; argument
86 * struct uioc_t - the common ioctl packet structure
93 * @cmdbuf : Pointer to buffer - can point to mbox or plain data buffer
99 * @user_data : user data transfer address is saved in this
100 * @user_data_len: length of the data buffer sent by user app
101 * @user_pthru : user passthru address is saves in this (null if DCMD)
116 /* User Apps: */
153 /* For on-stack uioc timers. */
160 * struct mraid_hba_info - information about the controller
172 * byte boundary so that 32-bit applications can be run on 64-bit platform
173 * drivers withoug re-compilation.
232 * @bufsize : In KB - 4 = 4k, 8 = 8k etc.