Home
last modified time | relevance | path

Searched refs:byteproc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c242 struct dcmipp_byteproc_device *byteproc = v4l2_get_subdevdata(sd); in dcmipp_byteproc_set_fmt() local
246 if (byteproc->streaming) in dcmipp_byteproc_set_fmt()
330 struct dcmipp_byteproc_device *byteproc = v4l2_get_subdevdata(sd); in dcmipp_byteproc_set_selection() local
361 dev_dbg(byteproc->dev, "s_selection: crop %ux%u@(%u,%u)\n", in dcmipp_byteproc_set_selection()
374 dev_dbg(byteproc->dev, "s_selection: compose %ux%u@(%u,%u)\n", in dcmipp_byteproc_set_selection()
395 (struct dcmipp_byteproc_device *byteproc) in dcmipp_byteproc_configure_scale_crop() argument
404 state = v4l2_subdev_lock_and_get_active_state(&byteproc->sd); in dcmipp_byteproc_configure_scale_crop()
416 reg_clear(byteproc, DCMIPP_P0PPCR, DCMIPP_P0PPCR_BSM_MASK); in dcmipp_byteproc_configure_scale_crop()
417 reg_clear(byteproc, DCMIPP_P0PPCR, DCMIPP_P0PPCR_LSM); in dcmipp_byteproc_configure_scale_crop()
418 reg_write(byteproc, DCMIPP_P0SCSTR, 0); in dcmipp_byteproc_configure_scale_crop()
[all …]
H A DMakefile2 stm32-dcmipp-y := dcmipp-core.o dcmipp-common.o dcmipp-parallel.o dcmipp-byteproc.o dcmipp-bytecap.o