Searched refs:__user (Results 1 - 25 of 99) sorted by relevance

1234

/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h18 typedef __signalfn_t __user *__sighandler_t;
21 typedef __restorefn_t __user *__sigrestore_t;
/external/kernel-headers/original/uapi/linux/
H A Ddlm_device.h41 void __user *castparam;
42 void __user *castaddr;
43 void __user *bastparam;
44 void __user *bastaddr;
45 struct dlm_lksb __user *lksb;
84 void __user * user_astaddr;
85 void __user * user_astparam;
86 struct dlm_lksb __user * user_lksb;
H A Dnfs4_mount.h23 const char __user * data;
48 struct sockaddr __user * host_addr; /* 1 */
55 int __user *auth_flavours; /* 1 */
H A Divtvfb.h30 void __user *source;
H A Dsem.h47 struct semid_ds __user *buf; /* buffer for IPC_STAT & IPC_SET */
48 unsigned short __user *array; /* array for GETALL & SETALL */
49 struct seminfo __user *__buf; /* buffer for IPC_INFO */
50 void __user *__pad;
H A Duio.h18 void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */
H A Domap3isp.h168 void __user *buf;
411 struct omap3isp_ccdc_bclamp __user *bclamp;
412 struct omap3isp_ccdc_blcomp __user *blcomp;
413 struct omap3isp_ccdc_fpc __user *fpc;
414 struct omap3isp_ccdc_lsc_config __user *lsc_cfg;
415 struct omap3isp_ccdc_culling __user *cull;
416 __u8 __user *lsc;
632 struct omap3isp_prev_luma __user *luma;
633 struct omap3isp_prev_hmed __user *hmed;
634 struct omap3isp_prev_cfa __user *cf
[all...]
H A Di2c-dev.h60 union i2c_smbus_data __user *data;
65 struct i2c_msg __user *msgs; /* pointers to i2c_msgs */
H A Divtv.h52 void __user *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT,
54 void __user *uv_source; /* Unused for RGB pixelformats */
H A Dblkpg.h37 void __user *data;
H A Dmic_ioctl.h38 struct iovec __user *iov;
H A Dif.h24 #include <linux/compiler.h> /* for "__user" et al */
158 raw_hdlc_proto __user *raw_hdlc;
159 cisco_proto __user *cisco;
160 fr_proto __user *fr;
161 fr_proto_pvc __user *fr_pvc;
162 fr_proto_pvc_info __user *fr_pvc_info;
165 sync_serial_settings __user *sync;
166 te1_settings __user *te1;
196 void __user * ifru_data;
229 char __user *ifcu_bu
[all...]
H A Dusbdevice_fs.h46 void __user *data;
53 void __user *data;
63 void __user *context;
101 void __user *buffer;
109 void __user *usercontext;
118 void __user *data; /* param buffer (in, or out) */
H A Duvcvideo.h52 struct uvc_menu_info __user *menu_info;
64 __u8 __user *data;
H A Di2o-dev.h55 void __user *msg; /* message */
60 void __user *resbuf; /* Buffer for result */
61 unsigned int __user *reslen; /* Buffer length in bytes */
67 void __user *opbuf; /* Operation List buffer */
69 void __user *resbuf; /* Result List buffer */
70 unsigned int __user *reslen; /* Result List buffer length in bytes */
78 void __user *buf; /* Pointer to software buffer */
79 unsigned int __user *swlen; /* Length of software data */
80 unsigned int __user *maxfrag; /* Maximum fragment count */
81 unsigned int __user *curfra
[all...]
H A Dncp_fs.h26 char __user *data;
90 void __user * object_name; /* a userspace data, in most cases user name */
96 void __user * data; /* ~1000 for NDS */
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/external/kernel-headers/original/uapi/xen/
H A Dprivcmd.h54 struct privcmd_mmap_entry __user *entry;
61 xen_pfn_t __user *arr; /* array of mfns - or'd with
72 const xen_pfn_t __user *arr; /* array of mfns */
73 int __user *err; /* array of error codes */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dcompiler.h7 #define __user macro
/external/qemu/distrib/ext4_utils/include/private/
H A Dandroid_filesystem_capability.h26 #define __user macro
40 } __user *cap_user_header_t;
46 } __user *cap_user_data_t;
113 #undef __user macro
/external/tinycompress/
H A Dutils.c60 #define __user macro
/external/kernel-headers/original/uapi/video/
H A Dadf.h145 __u32 __user *interfaces;
148 struct adf_buffer_config __user *bufs;
151 void __user *custom_data;
228 struct adf_attachment_config __user *attachments;
231 struct adf_attachment_config __user *allowed_attachments;
234 void __user *custom_data;
271 struct drm_mode_modeinfo __user *available_modes;
274 void __user *custom_data;
291 __u32 __user *supported_formats;
294 void __user *custom_dat
[all...]
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h80 uint64_t __user command; /* void* */
81 uint64_t __user relocs; /* struct drm_qxl_reloc* */
92 uint64_t __user commands; /* struct drm_qxl_command* */

Completed in 1933 milliseconds

1234