Searched refs:byteproc (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-byteproc.c | 357 struct dcmipp_byteproc_device *byteproc = v4l2_get_subdevdata(sd); in dcmipp_byteproc_set_selection() local 388 dev_dbg(byteproc->dev, "s_selection: crop (%d,%d)/%ux%u\n", in dcmipp_byteproc_set_selection() 401 dev_dbg(byteproc->dev, "s_selection: compose (%d,%d)/%ux%u\n", in dcmipp_byteproc_set_selection() 413 (struct dcmipp_byteproc_device *byteproc, in dcmipp_byteproc_configure_scale_crop() argument 432 reg_clear(byteproc, DCMIPP_P0PPCR, DCMIPP_P0PPCR_BSM_MASK); in dcmipp_byteproc_configure_scale_crop() 433 reg_clear(byteproc, DCMIPP_P0PPCR, DCMIPP_P0PPCR_LSM); in dcmipp_byteproc_configure_scale_crop() 434 reg_write(byteproc, DCMIPP_P0SCSTR, 0); in dcmipp_byteproc_configure_scale_crop() 435 reg_write(byteproc, DCMIPP_P0SCSZR, 0); in dcmipp_byteproc_configure_scale_crop() 456 reg_set(byteproc, DCMIPP_P0PPCR, val); in dcmipp_byteproc_configure_scale_crop() 458 dev_dbg(byteproc->dev, "decimate to %dx%d [prediv=%dx%d]\n", in dcmipp_byteproc_configure_scale_crop() [all …]
|