Searched refs:image_ptr (Results 1 – 3 of 3) sorted by relevance
158 void *image_ptr; in buffer_to_user() local160 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user()161 if (__copy_to_user(buf, image_ptr, (unsigned long)count)) in buffer_to_user()170 void *image_ptr; in buffer_from_user() local172 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user()173 if (__copy_from_user(image_ptr, buf, (unsigned long)count)) in buffer_from_user()
58 struct qxl_drm_image **image_ptr, in qxl_image_alloc_objects() argument82 *image_ptr = image; in qxl_image_alloc_objects()
453 struct qxl_drm_image **image_ptr,