Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/gcd.h>
#include <linux/kernel.h>
#include <linux/lcm.h>
#include <linux/module.h>
#include "aptina-pll.h"
Go to the source code of this file.
Functions | |
int | aptina_pll_calculate (struct device *dev, const struct aptina_pll_limits *limits, struct aptina_pll *pll) |
EXPORT_SYMBOL_GPL (aptina_pll_calculate) | |
MODULE_DESCRIPTION ("Aptina PLL Helpers") | |
MODULE_AUTHOR ("Laurent Pinchart <[email protected]>") | |
MODULE_LICENSE ("GPL v2") | |
int aptina_pll_calculate | ( | struct device * | dev, |
const struct aptina_pll_limits * | limits, | ||
struct aptina_pll * | pll | ||
) |
Definition at line 29 of file aptina-pll.c.
EXPORT_SYMBOL_GPL | ( | aptina_pll_calculate | ) |
MODULE_AUTHOR | ( | "Laurent Pinchart <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Aptina PLL Helpers" | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |