vbe_state_size    358 drivers/video/fbdev/uvesafb.c 	if (!par->vbe_state_size)
vbe_state_size    361 drivers/video/fbdev/uvesafb.c 	state = kmalloc(par->vbe_state_size, GFP_KERNEL);
vbe_state_size    375 drivers/video/fbdev/uvesafb.c 	task->t.buf_len = par->vbe_state_size;
vbe_state_size    405 drivers/video/fbdev/uvesafb.c 	task->t.buf_len = par->vbe_state_size;
vbe_state_size    774 drivers/video/fbdev/uvesafb.c 		par->vbe_state_size = 0;
vbe_state_size    778 drivers/video/fbdev/uvesafb.c 	par->vbe_state_size = 64 * (task->t.regs.ebx & 0xffff);
vbe_state_size   1169 drivers/video/fbdev/uvesafb.c 	if (!cnt && par->vbe_state_size) {
vbe_state_size    133 include/video/uvesafb.h 	int vbe_state_size;