Searched refs:isp_sink_fmt (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_file.c | 44 struct v4l2_mbus_framefmt isp_sink_fmt; in file_work() local 50 isp_sink_fmt = *atomisp_subdev_get_ffmt(&asd->subdev, NULL, in file_work() 58 buf, isp_sink_fmt.width, in file_work() 59 isp_sink_fmt.height); in file_work() 91 struct v4l2_mbus_framefmt *isp_sink_fmt; in file_input_get_fmt() local 95 isp_sink_fmt = atomisp_subdev_get_ffmt(&asd->subdev, NULL, in file_input_get_fmt() 99 fmt->width = isp_sink_fmt->width; in file_input_get_fmt() 100 fmt->height = isp_sink_fmt->height; in file_input_get_fmt() 101 fmt->code = isp_sink_fmt->code; in file_input_get_fmt()
|
D | atomisp_fops.c | 991 struct v4l2_mbus_framefmt isp_sink_fmt = { 0 }; in atomisp_release() local 995 ATOMISP_SUBDEV_PAD_SINK, &isp_sink_fmt); in atomisp_release() 1003 struct v4l2_mbus_framefmt isp_sink_fmt = { 0 }; in atomisp_release() local 1007 ATOMISP_SUBDEV_PAD_SINK, &isp_sink_fmt); in atomisp_release()
|
D | atomisp_cmd.c | 5625 struct v4l2_mbus_framefmt *isp_sink_fmt; in atomisp_set_fmt() local 5848 isp_sink_fmt = atomisp_subdev_get_ffmt(&asd->subdev, NULL, in atomisp_set_fmt() 5906 isp_sink_fmt->width < (f->fmt.pix.width + padding_w + dvs_env_w) || in atomisp_set_fmt() 5907 isp_sink_fmt->height < (f->fmt.pix.height + padding_h + in atomisp_set_fmt()
|