Searched refs:ion_fd_data (Results 1 - 25 of 71) sorted by relevance

123

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h51 struct ion_fd_data { struct
69 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
70 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
71 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
74 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dion.h54 struct ion_fd_data { struct
71 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
75 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dion.h95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
104 struct ion_fd_data { struct
151 * Takes an ion_fd_data struct with the handle field populated with a valid
156 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
161 * Takes an ion_fd_data struct with the handle field populated with a valid
167 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
172 * Takes an ion_fd_data struct with the fd field populated with a valid file
176 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
186 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dion.h54 struct ion_fd_data { struct
71 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
72 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
74 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
75 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dion.h95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
104 struct ion_fd_data { struct
150 * Takes an ion_fd_data struct with the handle field populated with a valid
155 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
160 * Takes an ion_fd_data struct with the handle field populated with a valid
166 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
171 * Takes an ion_fd_data struct with the fd field populated with a valid file
175 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
185 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dion.h49 struct ion_fd_data { struct
66 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
67 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
69 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
70 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dion.h52 struct ion_fd_data { struct
70 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
71 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
72 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
74 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dion.h98 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
107 struct ion_fd_data { struct
153 * Takes an ion_fd_data struct with the handle field populated with a valid
158 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
163 * Takes an ion_fd_data struct with the handle field populated with a valid
169 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
174 * Takes an ion_fd_data struct with the fd field populated with a valid file
178 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
188 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/ti/omap4-aah/ion/
H A Dlinux_ion.h44 struct ion_fd_data { struct
61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
H A Dion.c111 struct ion_fd_data data = {
133 struct ion_fd_data data = {
149 struct ion_fd_data data = {
162 struct ion_fd_data data = {
172 struct ion_fd_data data = {
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dion.h44 struct ion_fd_data { struct
69 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
70 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
H A Drpmsg_omx.h39 #define OMX_IOCIONREGISTER _IOWR(OMX_IOC_MAGIC, 2, struct ion_fd_data)
40 #define OMX_IOCIONUNREGISTER _IOWR(OMX_IOC_MAGIC, 3, struct ion_fd_data)
/hardware/ti/omap4xxx/ion/
H A Dlinux_ion.h44 struct ion_fd_data { struct
61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
H A Dion.c110 struct ion_fd_data data = {
132 struct ion_fd_data data = {
148 struct ion_fd_data data = {
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_ionbuf.h40 struct ion_fd_data ion_info_fd;
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dion.h256 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
265 struct ion_fd_data { struct
312 * Takes an ion_fd_data struct with the handle field populated with a valid
317 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
322 * Takes an ion_fd_data struct with the handle field populated with a valid
328 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
333 * Takes an ion_fd_data struct with the fd field populated with a valid file
337 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
347 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_common.h77 struct ion_fd_data fd_ion_data;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h97 struct ion_fd_data fd_ion_data;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_common.h104 struct ion_fd_data fd_ion_data;
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h522 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
531 struct ion_fd_data { struct
577 * Takes an ion_fd_data struct with the handle field populated with a valid
582 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
587 * Takes an ion_fd_data struct with the handle field populated with a valid
593 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
598 * Takes an ion_fd_data struct with the fd field populated with a valid file
602 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
620 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h101 struct ion_fd_data ion_fd_data; member in struct:vdec_ion
381 struct ion_fd_data *p_fd_data,
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp70 struct ion_fd_data fd_data;
178 struct ion_fd_data fd_data;
/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.cpp70 struct ion_fd_data fd_data;
182 struct ion_fd_data fd_data;
/hardware/qcom/display/msm8909/libgralloc/
H A Dionalloc.cpp73 struct ion_fd_data fd_data;
190 struct ion_fd_data fd_data;
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.cpp70 struct ion_fd_data fd_data;
182 struct ion_fd_data fd_data;

Completed in 1432 milliseconds

123