Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/spinlock.h>
#include <mach/regs-clock.h>
Go to the source code of this file.
Functions | |
int | s5p_csis_phy_enable (int id, bool on) |
int | s5p_dsim_phy_enable (struct platform_device *pdev, bool on) |
s5p_csis_phy_enable - global MIPI-CSI receiver D-PHY control : MIPI-CSIS harware instance index (0...1) : true to enable D-PHY and deassert its reset false to disable D-PHY
Definition at line 49 of file setup-mipiphy.c.
int s5p_dsim_phy_enable | ( | struct platform_device * | pdev, |
bool | on | ||
) |
Definition at line 54 of file setup-mipiphy.c.