Searched defs:resize (Results 1 - 5 of 5) sorted by relevance

/drivers/media/rc/
H A Drc-main.c154 * @rc_map: the rc_map to resize
258 * @resize: controls whether we allowed to resize the table to
270 bool resize)
297 if (!resize || ir_resize_table(rc_map, GFP_ATOMIC))
267 ir_establish_scancode(struct rc_dev *dev, struct rc_map *rc_map, unsigned int scancode, bool resize) argument
/drivers/video/
H A Dxen-fbfront.c51 struct xenfb_resize resize; /* protected by resize_lock */ member in struct:xenfb_info
108 event.resize = info->resize;
294 /* Can't resize past initial width and height */
317 xenfb_info->resize.type = XENFB_TYPE_RESIZE;
318 xenfb_info->resize.width = info->var.xres;
319 xenfb_info->resize.height = info->var.yres;
320 xenfb_info->resize.stride = info->fix.line_length;
321 xenfb_info->resize.depth = info->var.bits_per_pixel;
322 xenfb_info->resize
[all...]
/drivers/md/
H A Dmd.h445 int (*resize) (struct mddev *mddev, sector_t sectors); member in struct:md_personality
/drivers/media/video/
H A Drj54n1cb0c.c161 unsigned short resize; /* Sensor * 1024 / resize = Output */ member in struct:rj54n1
555 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize;
556 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize;
559 input_w, input_h, rj54n1->resize, output_w, output_h);
567 rj54n1->resize = ret;
616 * the output one, updates the window sizes and returns an error or the resize
624 unsigned int skip, resize, input_ local
[all...]
/drivers/video/console/
H A Dfbcon.c2116 DPRINTK("attempting resize %ix%i\n", var.xres, var.yres);
2126 DPRINTK("resize now %ix%i\n", var.xres, var.yres);
2426 int resize; local
2433 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height);
2503 if (resize) {

Completed in 706 milliseconds