Searched refs:width (Results 1 – 8 of 8) sorted by relevance
| /dev/include/dev/class/ |
| A D | fb.h | 16 size_t width; member 25 status_t (*set_mode)(struct device *dev, size_t width, size_t height, size_t bpp); 28 status_t (*update_region)(struct device *dev, size_t x, size_t y, size_t width, size_t height); 33 status_t class_fb_set_mode(struct device *dev, size_t width, size_t height, size_t bpp); 36 status_t class_fb_update_region(struct device *dev, size_t x, size_t y, size_t width, size_t height…
|
| /dev/class/ |
| A D | fb_api.c | 12 status_t class_fb_set_mode(struct device *dev, size_t width, size_t height, size_t bpp) { in class_fb_set_mode() argument 18 return ops->set_mode(dev, width, height, bpp); in class_fb_set_mode() 45 status_t class_fb_update_region(struct device *dev, size_t x, size_t y, size_t width, size_t height… in class_fb_update_region() argument 51 return ops->update_region(dev, x, y, width, height); in class_fb_update_region()
|
| /dev/virtio/gpu/ |
| A D | virtio-gpu.c | 174 req.width = width; in allocate_2d_resource() 252 req.r.width = width; in set_scanout() 275 LTRACEF("gdev %p, resource_id %u, width %u, height %u\n", gdev, resource_id, width, height); in flush_resource() 286 req.r.width = width; in flush_resource() 308 LTRACEF("gdev %p, resource_id %u, width %u, height %u\n", gdev, resource_id, width, height); in transfer_to_host_2d() 319 req.r.width = width; in transfer_to_host_2d() 366 size_t len = gdev->pmode.r.width * gdev->pmode.r.height * 4; in virtio_gpu_start() 551 fb->image.width = the_gdev->pmode.r.width; in display_get_framebuffer() 553 fb->image.stride = fb->image.width; in display_get_framebuffer() 554 fb->image.rowbytes = fb->image.width * 4; in display_get_framebuffer() [all …]
|
| A D | virtio_gpu.h | 109 uint32_t width; member 125 uint32_t width; member
|
| /dev/fbcon/ |
| A D | fbcon.c | 94 unsigned short *src = dst + (config->width * FONT_HEIGHT); in fbcon_scroll_up() 95 unsigned count = config->width * (config->height - FONT_HEIGHT); in fbcon_scroll_up() 101 count = config->width * FONT_HEIGHT; in fbcon_scroll_up() 112 unsigned count = config->width * config->height; in fbcon_clear() 145 pixels += cur_pos.y * FONT_HEIGHT * config->width; in fbcon_putc() 191 max_pos.x = config->width / (FONT_WIDTH+1); in fbcon_setup()
|
| /dev/include/dev/ |
| A D | display.h | 45 uint width; member 54 uint width; member
|
| A D | fbcon.h | 34 unsigned width; member
|
| A D | usbc.h | 54 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type);
|
Completed in 21 milliseconds