Searched refs:ptr_pos (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c177 struct synthvid_pointer_position ptr_pos; member in union:synthvid_msg::__anon298
308 * pointer, by setting msg.ptr_pos.is_visible = 1 and setting the
309 * msg.ptr_shape.data. Note: setting msg.ptr_pos.is_visible to 0 doesn't
326 msg.ptr_pos.is_visible = 1;
327 msg.ptr_pos.video_output = 0;
328 msg.ptr_pos.image_x = 0;
329 msg.ptr_pos.image_y = 0;
/linux-master/drivers/video/fbdev/
H A Dhyperv_fb.c224 struct synthvid_pointer_position ptr_pos; member in union:synthvid_msg::__anon9
344 msg.ptr_pos.is_visible = 1;
345 msg.ptr_pos.video_output = 0;
346 msg.ptr_pos.image_x = 0;
347 msg.ptr_pos.image_y = 0;
/linux-master/fs/ceph/
H A Ddir.c138 loff_t ptr_pos = idx * sizeof(struct dentry *); local
139 pgoff_t ptr_pgoff = ptr_pos >> PAGE_SHIFT;
141 if (ptr_pos >= i_size_read(dir))
163 if (ceph_dir_is_complete_ordered(dir) && ptr_pos < i_size_read(dir))

Completed in 739 milliseconds