Lines Matching refs:pad
237 * @cfg: V4L2 subdev pad configuration
241 * pad format code. This function only works for subdevices with fixed format
263 format = v4l2_subdev_get_try_format(subdev, cfg, code->pad);
274 * @cfg: V4L2 subdev pad configuration
277 * This function is a drop-in implementation of the subdev enum_frame_size pad
278 * operation. It assumes that the subdevice has one sink pad and one source
279 * pad, and that the format on the source pad is always identical to the
280 * format on the sink pad. Entities with different requirements need to
298 format = v4l2_subdev_get_try_format(subdev, cfg, fse->pad);
303 if (fse->pad == XVIP_PAD_SINK) {
309 /* The size on the source pad is fixed and always identical to
310 * the size on the sink pad.