Lines Matching refs:width
66 .width = VGA_WIDTH,
585 if (fmt->width > VGA_WIDTH) in vs6624_try_mbus_fmt()
586 fmt->width = VGA_WIDTH; in vs6624_try_mbus_fmt()
589 fmt->width = fmt->width & (~3); in vs6624_try_mbus_fmt()
625 if ((fmt->width == VGA_WIDTH) && (fmt->height == VGA_HEIGHT)) in vs6624_s_mbus_fmt()
627 else if ((fmt->width == QVGA_WIDTH) && (fmt->height == QVGA_HEIGHT)) in vs6624_s_mbus_fmt()
629 else if ((fmt->width == QQVGA_WIDTH) && (fmt->height == QQVGA_HEIGHT)) in vs6624_s_mbus_fmt()
631 else if ((fmt->width == CIF_WIDTH) && (fmt->height == CIF_HEIGHT)) in vs6624_s_mbus_fmt()
633 else if ((fmt->width == QCIF_WIDTH) && (fmt->height == QCIF_HEIGHT)) in vs6624_s_mbus_fmt()
635 else if ((fmt->width == QQCIF_WIDTH) && (fmt->height == QQCIF_HEIGHT)) in vs6624_s_mbus_fmt()
639 vs6624_write(sd, VS6624_MAN_HSIZE0_MSB, fmt->width >> 8); in vs6624_s_mbus_fmt()
640 vs6624_write(sd, VS6624_MAN_HSIZE0_LSB, fmt->width & 0xFF); in vs6624_s_mbus_fmt()