Searched refs:framebuffer_info_data (Results 1 – 2 of 2) sorted by relevance
96 let fb_info_data = self.framebuffer_info_data().read(); in generic_imageblit()306 fn framebuffer_info_data(&self) -> &RwLock<FrameBufferInfoData>; in framebuffer_info_data() method366 self.framebuffer_info_data().write().color_map = cmap; in set_color_map()369 self.framebuffer_info_data().write().color_map = cmap; in set_color_map()
291 let mut fb_data = self.framebuffer_info_data().write(); in fb_set_color_register()687 fn framebuffer_info_data(&self) -> &RwLock<FrameBufferInfoData> { in framebuffer_info_data() method