output_on         211 drivers/video/fbdev/s3c-fb.c 	bool			 output_on;
output_on         455 drivers/video/fbdev/s3c-fb.c 	if (enable && !sfb->output_on)
output_on         473 drivers/video/fbdev/s3c-fb.c 	if (!enable && sfb->output_on)
output_on         476 drivers/video/fbdev/s3c-fb.c 	sfb->output_on = enable;
output_on         532 drivers/video/fbdev/s3c-fb.c 	if (!sfb->output_on)
output_on         800 drivers/video/fbdev/s3c-fb.c 	u32 output_on = sfb->output_on;
output_on         850 drivers/video/fbdev/s3c-fb.c 	return output_on == sfb->output_on;