Lines Matching defs:pad
109 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus);
285 ret = v4l2_subdev_call(sensor_sd, pad, get_fmt, NULL, fmt);
286 if (!ret && fmt->pad == 0) {
297 return v4l2_subdev_call(sensor, pad, get_selection, NULL, sel);
319 .pad = &csi2_dphy_subdev_pad_ops,
329 unsigned int pad, ret;
342 for (pad = 0; pad < sensor->sd->entity.num_pads; pad++) {
343 if (sensor->sd->entity.pads[pad].flags & MEDIA_PAD_FL_SOURCE) {
348 if (pad == sensor->sd->entity.num_pads) {
349 dev_err(dphy->dev, "failed to find src pad for %s\n", sensor->sd->name);
354 ret = media_create_pad_link(&sensor->sd->entity, pad, &dphy->sd.entity, CSI2_DPHY_RX_PAD_SINK,