Searched refs:dacphy (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dsdo_drv.c55 struct clk *dacphy; member in struct:sdo_device
211 ret = clk_prepare_enable(sdev->dacphy); sdo_streamon()
213 dev_err(sdev->dev, "clk_prepare_enable(dacphy) failed\n"); sdo_streamon()
232 clk_disable_unprepare(sdev->dacphy); sdo_streamoff()
390 sdev->dacphy = clk_get(dev, "dacphy"); sdo_probe()
391 if (IS_ERR(sdev->dacphy)) { sdo_probe()
392 dev_err(dev, "failed to get clock 'dacphy'\n"); sdo_probe()
393 ret = PTR_ERR(sdev->dacphy); sdo_probe()
454 clk_put(sdev->dacphy); sdo_probe()
472 clk_put(sdev->dacphy); sdo_remove()

Completed in 33 milliseconds