c_width            26 drivers/crypto/hisilicon/sec/sec_algs.c 	unsigned c_width	: 2;
c_width           136 drivers/crypto/hisilicon/sec/sec_algs.c 	req->w0 |= cfg->c_width << SEC_BD_W0_C_WIDTH_S;
c_width           378 drivers/media/pci/bt8xx/bttv-risc.c 	unsigned int c_width;
c_width           395 drivers/media/pci/bt8xx/bttv-risc.c 	c_width = min((unsigned int) crop->width, width * 16);
c_width           399 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hscale = (c_width * 4096U + (width >> 1)) / width - 4096;
c_width           401 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1;
c_width            89 drivers/media/platform/s5p-g2d/g2d-hw.c 	w((src->c_width << 16) / dst->c_width, SRC_XSCALE_REG);
c_width            62 drivers/media/platform/s5p-g2d/g2d.c 	.c_width	= DEFAULT_WIDTH,
c_width           388 drivers/media/platform/s5p-g2d/g2d.c 	frm->c_width	= frm->width;
c_width           429 drivers/media/platform/s5p-g2d/g2d.c 		s->r.width = f->c_width;
c_width           489 drivers/media/platform/s5p-g2d/g2d.c 	f->c_width	= s->r.width;
c_width           494 drivers/media/platform/s5p-g2d/g2d.c 	f->right	= f->o_width + f->c_width;
c_width           525 drivers/media/platform/s5p-g2d/g2d.c 	if (ctx->in.c_width != ctx->out.c_width ||
c_width            37 drivers/media/platform/s5p-g2d/g2d.h 	u32	c_width;