Home
last modified time | relevance | path

Searched refs:phy_source_pad (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/ti/cal/
H A Dcal-video.c686 struct media_pad *phy_source_pad; in cal_video_check_format() local
689 phy_source_pad = media_pad_remote_pad_first(&ctx->pad); in cal_video_check_format()
690 if (!phy_source_pad) in cal_video_check_format()
695 format = v4l2_subdev_state_get_format(state, phy_source_pad->index, 0); in cal_video_check_format()
718 struct media_pad *phy_source_pad; in cal_start_streaming() local
723 phy_source_pad = media_pad_remote_pad_first(&ctx->pad); in cal_start_streaming()
724 if (!phy_source_pad) { in cal_start_streaming()
738 ctx->phy = cal_camerarx_get_phy_from_entity(phy_source_pad->entity); in cal_start_streaming()
773 phy_source_pad->index, BIT(0)); in cal_start_streaming()
798 struct media_pad *phy_source_pad; in cal_stop_streaming() local
[all …]
H A Dcal.c453 struct media_pad *phy_source_pad; in cal_get_remote_frame_desc_entry() local
456 phy_source_pad = media_pad_remote_pad_first(&ctx->pad); in cal_get_remote_frame_desc_entry()
457 if (!phy_source_pad) in cal_get_remote_frame_desc_entry()
461 phy_source_pad->index, &fd); in cal_get_remote_frame_desc_entry()