Lines Matching refs:pad
89 struct media_pad pad; member
789 if (timings->pad != 0) in adv7511_enum_dv_timings()
798 if (cap->pad != 0) in adv7511_dv_timings_cap()
898 if (edid->pad != 0) in adv7511_get_edid()
925 if (code->pad != 0) in adv7511_enum_mbus_code()
960 if (format->pad != 0) in adv7511_get_fmt()
968 fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad); in adv7511_get_fmt()
1006 if (format->pad != 0) in adv7511_set_fmt()
1021 fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad); in adv7511_set_fmt()
1138 .pad = &adv7511_pad_ops,
1493 state->pad.flags = MEDIA_PAD_FL_SINK; in adv7511_probe()
1494 err = media_entity_init(&sd->entity, 1, &state->pad, 0); in adv7511_probe()