Lines Matching refs:pad
89 struct media_pad pad; member
680 if (timings->pad != 0) in adv7511_enum_dv_timings()
689 if (cap->pad != 0) in adv7511_dv_timings_cap()
789 if (edid->pad != 0) in adv7511_get_edid()
816 if (code->pad != 0) in adv7511_enum_mbus_code()
851 if (format->pad != 0) in adv7511_get_fmt()
859 fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad); in adv7511_get_fmt()
895 if (format->pad != 0) in adv7511_set_fmt()
910 fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad); in adv7511_set_fmt()
1025 .pad = &adv7511_pad_ops,
1380 state->pad.flags = MEDIA_PAD_FL_SINK; in adv7511_probe()
1381 err = media_entity_init(&sd->entity, 1, &state->pad, 0); in adv7511_probe()