Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c86 struct v4l2_subdev *phy_sd; member
269 ret = v4l2_subdev_call(hdmi_dev->phy_sd, video, s_dv_timings, in hdmi_conf_apply()
508 ret = v4l2_subdev_call(hdev->phy_sd, video, s_stream, 1); in hdmi_streamon()
522 v4l2_subdev_call(hdev->phy_sd, video, s_stream, 0); in hdmi_streamon()
530 v4l2_subdev_call(hdev->phy_sd, video, s_stream, 0); in hdmi_streamon()
563 v4l2_subdev_call(hdev->phy_sd, video, s_stream, 0); in hdmi_streamoff()
696 v4l2_subdev_call(hdev->phy_sd, pad, dv_timings_cap, cap); in hdmi_dv_timings_cap()
962 hdmi_dev->phy_sd = v4l2_i2c_new_subdev_board(&hdmi_dev->v4l2_dev, in hdmi_probe()
966 if (hdmi_dev->phy_sd == NULL) { in hdmi_probe()