Lines Matching refs:pad
258 unsigned int pad, u32 which) in __xtpg_get_pad_format() argument
262 return v4l2_subdev_get_try_format(&xtpg->xvip.subdev, cfg, pad); in __xtpg_get_pad_format()
264 return &xtpg->formats[pad]; in __xtpg_get_pad_format()
276 fmt->format = *__xtpg_get_pad_format(xtpg, cfg, fmt->pad, fmt->which); in xtpg_get_format()
289 __format = __xtpg_get_pad_format(xtpg, cfg, fmt->pad, fmt->which); in xtpg_set_format()
294 if (xtpg->npads == 2 && fmt->pad == 1) { in xtpg_set_format()
329 format = v4l2_subdev_get_try_format(subdev, cfg, fse->pad); in xtpg_enum_frame_size()
337 if (fse->pad == 0) { in xtpg_enum_frame_size()
357 format = v4l2_subdev_get_try_format(subdev, fh->pad, 0); in xtpg_open()
361 format = v4l2_subdev_get_try_format(subdev, fh->pad, 1); in xtpg_open()
480 .pad = &xtpg_pad_ops,