Lines Matching defs:pad
48 * @pad: subdev media source pad
52 * @format: media bus format at the sensor's source pad
60 struct media_pad pad;
127 u32 pad, enum v4l2_subdev_format_whence which)
130 return cfg ? v4l2_subdev_get_try_format(&sensor->subdev, cfg, pad) : NULL;
144 mf = __s5k6a3_get_format(sensor, cfg, fmt->pad, fmt->which);
160 mf = __s5k6a3_get_format(sensor, cfg, fmt->pad, fmt->which);
176 struct v4l2_mbus_framefmt *format = v4l2_subdev_get_try_format(sd, fh->pad, 0);
275 .pad = &s5k6a3_pad_ops,
334 sensor->pad.flags = MEDIA_PAD_FL_SOURCE;
335 ret = media_entity_pads_init(&sd->entity, 1, &sensor->pad);