Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
setup-mipiphy.c File Reference
#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)
 

Function Documentation

int s5p_csis_phy_enable ( int  id,
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

Returns
: 0 on success, or negative error code on failure

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.