Searched refs:image_ptr (Results 1 – 3 of 3) sorted by relevance
157 void *image_ptr; in buffer_to_user() local159 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user()160 if (copy_to_user(buf, image_ptr, (unsigned long)count)) in buffer_to_user()169 void *image_ptr; in buffer_from_user() local171 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user()172 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()
340 struct qxl_drm_image **image_ptr,
Completed in 12 milliseconds