Searched refs:mhl_sd (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/media/video/s5p-tv/ |
D | hdmi_drv.c | 71 struct v4l2_subdev *mhl_sd; member 582 ret = v4l2_subdev_call(hdev->mhl_sd, video, s_stream, 1); in hdmi_streamon() 583 if (hdev->mhl_sd && ret) { in hdmi_streamon() 616 v4l2_subdev_call(hdev->mhl_sd, video, s_stream, 0); in hdmi_streamoff() 738 v4l2_subdev_call(hdev->mhl_sd, core, s_power, 0); in hdmi_runtime_suspend() 758 ret = v4l2_subdev_call(hdev->mhl_sd, core, s_power, 1); in hdmi_runtime_resume() 759 if (hdev->mhl_sd && ret) in hdmi_runtime_resume() 973 hdmi_dev->mhl_sd = v4l2_i2c_new_subdev_board( in hdmi_probe() 978 if (hdmi_dev->mhl_sd == NULL) { in hdmi_probe()
|