Home
last modified time | relevance | path

Searched defs:drm_client (Results 1 – 6 of 6) sorted by relevance

/device/google/sunfish-kernel/sm7150/kernel-headers/drm/
Ddrm.h136 struct drm_client { struct
137 int idx;
138 int auth;
139 unsigned long pid;
140 unsigned long uid;
141 unsigned long magic;
142 unsigned long iocs;
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/
Ddrm.h230 struct drm_client { struct
231 int idx; /**< Which client desired? */
232 int auth; /**< Is client authenticated? */
233 unsigned long pid; /**< Process ID */
234 unsigned long uid; /**< User ID */
235 unsigned long magic; /**< Magic */
236 unsigned long iocs; /**< Ioctl count */
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/
Ddrm.h230 struct drm_client { struct
231 int idx; /**< Which client desired? */
232 int auth; /**< Is client authenticated? */
233 unsigned long pid; /**< Process ID */
234 unsigned long uid; /**< User ID */
235 unsigned long magic; /**< Magic */
236 unsigned long iocs; /**< Ioctl count */
/device/google/coral-kernel/sm8150/kernel-headers/drm/
Ddrm.h136 struct drm_client { struct
137 int idx;
138 int auth;
139 unsigned long pid;
140 unsigned long uid;
141 unsigned long magic;
142 unsigned long iocs;
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/
Ddrm.h230 struct drm_client { struct
231 int idx; /**< Which client desired? */
232 int auth; /**< Is client authenticated? */
233 unsigned long pid; /**< Process ID */
234 unsigned long uid; /**< User ID */
235 unsigned long magic; /**< Magic */
236 unsigned long iocs; /**< Ioctl count */
/device/google/redbull-kernel/sm7250/kernel-headers/drm/
Ddrm.h124 struct drm_client { struct
125 int idx;
126 int auth;
127 unsigned long pid;
128 unsigned long uid;
129 unsigned long magic;
130 unsigned long iocs;