|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/device.h>#include <linux/regulator/consumer.h>#include "isp.h"#include "ispreg.h"#include "ispcsiphy.h"Go to the source code of this file.
Functions | |
| int | omap3isp_csiphy_acquire (struct isp_csiphy *phy) |
| void | omap3isp_csiphy_release (struct isp_csiphy *phy) |
| int | omap3isp_csiphy_init (struct isp_device *isp) |
| int omap3isp_csiphy_acquire | ( | struct isp_csiphy * | phy | ) |
Definition at line 173 of file ispcsiphy.c.
| int omap3isp_csiphy_init | ( | struct isp_device * | isp | ) |
Definition at line 225 of file ispcsiphy.c.
| void omap3isp_csiphy_release | ( | struct isp_csiphy * | phy | ) |
Definition at line 210 of file ispcsiphy.c.
1.8.2